Forum Replies Created
-
Mod
@ larryntx:
Please don’t hijack someone else’s thread, especially one that has been marked “Resolved”. Please feel free to create your own thread.
Mod
In reply to: Update plus deleted spam content = missing home widget info?
May 16, 2014 at 5:15 pm #42730Try
1) Dragging those widgets back to the “Inactive Widgets” area, refreshing your front page (should stay the same).
2) Dragging those widgets from “Inactive Widgets” area back to the widget area, and refreshing your front page.
Mod
Add to custom CSS:
.entry-content img, .child-page img {
border: none;
}But, IMO, it’s kinda pointless to put a separate “Watch this on YouTube” link, as there is already one in the video..
Mod
Quote:eliminate the gray box that Graphene creates around every single imagePlease note that it is WordPress that creates this, not Graphene.
Mod
In reply to: Formidable Form input area specifications overridden by graphene 1.9.2
May 12, 2014 at 2:32 pm #42704Could you please provide a link to your site, as well as a link to the plugin?
Mod
Use a PHP Widget and install that in a Graphene custom action hook widget area wherever you want the breadcrumb to appear.
Mod
I can not reproduce this error in Firefox, Chrome, Opera, or even Internet Explorer. Did you get this sorted?
Mod
Graphene Options >> Display Options >> “Text Style Options” -> “Content Text”
You can set the font, text size, and line height there.
To change color:
Graphene Options >> Display Options >> “Custom CSS”
.entry-content p {
color: #000;
}I’m not sure about the second one, but I think that’s the correct element to target.
Mod
Probably with a child theme, and then a custom
header.phpfile, maybe?Change line 69:
$header_img_tag = '<a href="' . apply_filters( 'graphene_header_link' , home_url() ) . '" id="header_img_link" title="' . esc_attr__( 'Go back to the front page', 'graphene' ) . '">';There may be a cleaner way to do this with a custom filter, though.
Mod
Quote:a shortcode that was functioning inside a text widget stoppedHow did this shortcode get added to your site? Via a plugin? Via a change to your child theme’s functions.php file.
Quote:The shortcode listed birthdays from connections-pro.Is this a paid plugin? If so, we can’t really support it, since we don’t have access to it.
Quote:I had to add some code to the functions.php to get the functionality restored.You mean child theme functions.php file, right? Don’t edit core files.
Quote:While this worked, my question is did you change something that broke the functionality in the first place?Nope. Graphene hasn’t been updated in a while, so nothing’s changed with the theme.
Quote:Did WP change something that broke it? W3 Total Cache?Both of these were recently updated, so it is likely that the problem lies there. But without knowing more about your situation, it’s difficult to say.
Quote:I wonder why something that worked suddenly brokeThere are lots of potential reasons, and some of them may have nothing to do with WordPress, its themes, or its plugins. Take a look at this post:
http://blog.kjodle.net/2013/07/04/troubleshoot-your-wordpress-blog/
