Forum Replies Created
-
Mod
Try disabling all plugins except the mobile switcher plugin, clearing your server and browser caches, and see if that resolves the problem.
Can you please provide a link to your site and let us know if this is specific pages, or just random pages?
Mod
Do this in either a child theme or using Graphene’s custom CSS function and it will work fine. Do not edit theme files directly.
Moved to Support. Please post in the correct section next time. Put code in between backtick (
Code:`) characters. It’s usually located above the Tab key on your keyboard. I have fixed this for you.
Mod
Same advice, given twice.
Marking thread as resolved. You can do this yourself as well.
Mod
In reply to: white horizontal line that appears right after the content area
November 25, 2014 at 10:30 pm #43542I am not seeing this in latest version of Firefox. Did you resolve it?
BTW, I see this in your child theme:
.page-id-15 #nav {display:none;}
.page-id-9 #nav {display:none;}
.page-id-82 #nav {display:none;}
.page-id-84 #nav {display:none;}
.page-id-86 #nav {display:none;}
.page-id-88 #nav {display:none;}
.page-id-91 #nav {display:none;}
.page-id-11 #nav {display:none;}
.page-id-129 #nav {display:none;}etc.
You could use some shortcut CSS to cut down on server load:
.page-id-15 #nav,
.page-id-9 #nav,
.page-id-82 #nav,
.page-id-84 #nav,
.page-id-86 #nav,
.page-id-88 #nav,
.page-id-91 #nav,
.page-id-11 #nav,
.page-id-129 #nav {display:none;}etc.
Of course, if you want to get rid of the nav menu entirely, just use
#nav {display: none;}Mod
Looks good!
Marking thread as resolved. You can do this yourself as well.
Mod
Try disabling your plugins to see if that resolves the issue. If so, one of your plugins is causing the issue.
Mod
Quote:To diagnose, disable the NextGen plugin, refresh browser and server caches, and see if the links work.Quote:Disable your lightbox plugin and see if it works. That way you narrow down the problem.If this works, you will want to find a lightbox plugin that does not interfere with the social media icons. There are many. I like “Simple Lightbox” by Archetyped. It is available in the WordPress plugin repository.
Mod
Quote:I get a different article header layout than a standard text article…Quote:I want the header the same as a standard article…This is the correct behavior for this format option. If you don’t want this appearance, you have three alternatives:
1) Use the regular post format. (Since these post formats only affect appearance, there is no SEO gain or loss either way.)
2) Use the video format and a child theme to create your own video post format.
3) Use custom CSS to alter the appearance of the video post format.
Options 2 & 3 will require skill with CSS; Option 2 will require skill with PHP and WordPress.
Mod
In reply to: Social Media icons not linking top bar or side bar
November 24, 2014 at 10:17 pm #43908Please don’t create new threads with identical topics. Please continue with your original thread here:
https://forum.graphene-theme.com/graphene-support/social-media-links-not-working
Mod
Quote:But now I have two header images.Because you have this in your header widget:
<div class="graphene-dynamic-widget" id="graphene-dynamic-widget-graphene_header">
<div id="text-20" class="sidebar-wrap clearfix widget_text">
<div class="textwidget"><a href="http://januarytan.com/wp-content/uploads/2014/11/A-Header_IMG-7.png">
<img src="http://januarytan.com/wp-content/uploads/2014/11/A-Header_IMG-7.png" alt="" width="1000" height="560" class="header-img">
</a></div>Quote:Or position the video on the header and not in the action hook?Get rid of the above. You are already using text widget #19 to add the YouTube movie. You should try adding the YouTube movie to the header widget.
Moved to Support. Please post in the correct section next time.
