Forum Replies Created
-
Mod
Marking thread as resolved. You can do this yourself as well.
Mod
That sometimes happens with Safari—it’s most likely a JavaScript issue with one of your plugins. Try disabling all of your plugins. If the issue goes away, it’s a plugin. Re-enable them one by one to see which one is the culprit.
Mod
Link to site? I’m running this theme on one online site and a few localhost installs and not getting this issue.
Mod
There is nothing in either WP core or Graphene that would cause that to happen. You are running a number of plugins. Have you tried disabling them to see if this is plugin related?
Mod
Which post in particular do you see this in? Are you wrapping those words in a shortcode, or some other html?
Mod
Are those blogs on the same exact domain? Or different domains/subdomains?
Mod
Link to site?
Mod
.post {border: none;}should do the trick.
Mod
In reply to: Any way to have admin confirm a theme update before it is live?
August 27, 2015 at 2:22 am #45313Never edit theme files directly. Instead, make all your changes through a child theme. This will circumvent this issue.
Mod
In reply to: Add a graphic and phone number link to Top Bar on right
August 26, 2015 at 2:18 pm #45285You could try it with a different action hook in the top bar and then position it with CSS.
If you do add it to your
header.phpfile, be sure to do so in a child theme.
