Forum Replies Created
-
Mod
In reply to: Getting an error message on all pages that use Custom Post Types
December 23, 2015 at 10:25 pm #45716Apparently you are referencing something in your CPT as a variable that WP expects to be an array, but without seeing the rest of your code, it’s difficult to say.
Mod
You can always use the
:first-childpseudoclass in your css.Mod
You can always simply upload a fresh copy of Graphene via FTP, but do have a look at those other resources as well, since infected files can also occur outside of your theme. Such code could be being injected by a plugin.
Mod
From wordpress.org:
You need to start working your way through these resources:
- https://codex.wordpress.org/FAQ_My_site_was_hacked
- https://wordpress.org/support/topic/268083#post-1065779
- http://smackdown.blogsblogsblogs.com/2008/06/24/how-to-completely-clean-your-hacked-wordpress-installation/
- http://ottopress.com/2009/hacked-wordpress-backdoors/
Additional Resources:
Mod
In reply to: Javascript widgets automatically moves to bottom of page
December 23, 2015 at 10:20 pm #45724Marking thread as resolved. You can do this yourself as well.
Mod
Quote:put the following files in that folder: functions.php, style.css and screenshot.pngYou don’t need to include the screenshot for a child theme.
Don’t copy over the parent theme stylesheet; instead, only include those items you need to change. Ditto: functions.php. If that’s all your child theme’s functions file includes, you should be okay.
Quote:the child theme isn’t displaying properly. For example, the slider arrows are much larger than normal and are stuck at the top of the screen. There are other font issues as well.Please provide a link so that we take a closer look.
Mod
I would create a custom theme and then add your own category.php file to it. This will require some knowledge of PHP and the WordPress Loop.
You could also adjust the look of it with custom CSS.
Mod
Unfortunately, no. What you need is more specific CSS in the TablePress plugin. Is that default code that came with the plugin, or does it have a custom css feature?
Mod
That’s not something Graphene does. Your plugins are loading 19 other stylesheets besides Graphene’s; it’s possible one of those is doing something strange with the admin bar.
Try disabling all your plugins temporarily to see if that resolves the issue. (It’s hard to see what’s causing it since we don’t have log-in privileges.)
Mod
Your TablePress plugin has this line in its stylesheet:
p {
text-align: center;
}It’s causing every
<p>element to be aligned to the center.
