Forum Replies Created
-
Mod
Quote:Have checked different methodsWhat are these methods? I don’t want to waste my time or yours suggesting something you’ve already tried.
But first, have you checked the plugin documentation and support channels?
Mod
Moved to Support.
I can’t even get your site to load.
Have you edited any theme files?
Mod
@Anonymous:
Quote:style.css is in your theme folder and it is the main file to change style related thingsNo, it is not. Kindly do NOT recommend to people that they edit theme files. This causes all sorts of problems.
Instead, add this code to Custom CSS function or a child theme stylesheet:
.post-meta .meta_categories {
background: none;
padding-left: 0;
}I would suggest that anyone wanting to make these changes install the Firebug extension for Firefox. It makes this kind of work much easier. A tutorial is here:
Using a child theme is the correct way to go to make extensive changes to the theme.
Mod
Link to site?
Mod
Kindly do not bump. It’s been less than a day since your last post.
Quote:1. I have moved my generated CSS to my child theme styles.cssDid you tick the box in Graphene’s Advanced Options to indicate that you have done so?
Mod
Link to site?
Moved to Support. Please post in the correct section next time.
Mod
Quote:ok, well I do not get any errors anymore, but no matter which action hook I use the slider stays where it is.Do you have anything else in your child theme’s functions.php file?
Mod
Moved to Support. Please post in the correct section next time.
Mod
Quote:it doesn’t expand to fill the container as seen here:Did you empty your browser and server caches to ensure that you are being served a fresh, rather than a cached, version of the page?
Quote:I have moved my generated CSS to my child theme styles.cssThat shouldn’t make a difference as a single-column page uses a different page template.
Link to page?
Mod
The “headers already sent” error means there’s an error in your functions.php file—most likely a space before the opening
<?phptag or after the closing?>tag. It doesn’t mean there’s an error in any of your custom functions.See this post
for more information.
