Forum Replies Created
-
Mod
Quote:my header will not link to the homepage if I am on the homepage.That is the default behaviour. It will not link to the homepage when you are on the homepage, because you are already on the homepage. Clicking on a link to take you to the page you are already on will merely cause the page to refresh.
Mod
Quote:I was on the style.css file, modifying and sending FTP.Do NOT modify theme files. It causes all sorts of problems. You may want to read:
http://techblog.kjodle.net/2014/04/13/wordpress-taking-your-first-steps/
Quote:The current menu is static and I need a lot of black menu in the left column.
You will need to apply custom CSS for that widget area. Have you tried displaying it as a drop-down menu?
Mod
How did you “remove” the Graphene slider?
How do you place the Meta Slider? With a shortcode? Or does it just show up automatically?
Mod
Quote:Due to this error, it is presently not possible to issue or preview articles/pages !!!Please don’t hijack someone else’s thread with a different topic. Please feel free to start a new thread for your new, different issue.
(For what it’s worth, I have updated all my WordPress sites and am not experiencing this problem, so it is something unique to your installation—probably a plugin conflict.)
Did you get this issue resolved by installing the Graphene shortcode plugin?
Mod
Moved to Support, since this is not a bug.
Mod
Yes. You either need to reduce the number of plugins you are using, or to increase the memory PHP is getting on your server. You can do the latter via an .htaccess file if you are running Apache, or via your server’s php.ini file if your server gives you access to that.
Mod
Kindly do not code dump. This is a volunteer forum and nobody has the time to go through thousands of lines of codes. Just post the bits that you have added or edited, or better yet, a link to your web site.
Quote:Use custom css:#nav {display: none;}
to hide regular navigation.
Do not edit theme files. Go to Graphene Options >> Display Options >> Custom CSS and add that code there.
Mod
This isn’t really a bug, but noted for future reference.
Mod
In reply to: Strange Characters with Spider Event Calendar – WordPress 4.01 – Graphene 1.9.4
December 17, 2014 at 3:41 am #43998re: block characters:
You have this code:
<p>
<code>
<input id="cal_width1" type="hidden" value="700">
</code>
</p>Since Graphene has styles for
<code>you are seeing those styles expressed as “block characters”.Mod
