Forum Replies Created
-
Mod
In reply to: WP eCommerce – Unable to edit product info / page info
December 10, 2014 at 12:13 am #44055Try from another browser and see if the issue persists.
Mod
You shouldn’t need to do that if these are generated by a plugin. Have you tried deactivating all other plugins except these two to see if your shortcodes work?
Mod
Or, you can try this:
Try leaving the .po and .mo files alone, and then trying this technique in your child theme’s functions.php file:
https://forum.graphene-theme.com/graphene-support/changing-text-strings#post-22833
Mod
@Anonymous:
There is no need to hide the link to the instructions and wiki. We want people to be able to find them. (I have edited the above links.)
Mod
Quote:My advice to anyone is don’t bother with this Grapheme theme mobile, its a dud.Graphene Mobile works well for lots and lots of people. The correct link to the instructions is:
https://forum.graphene-theme.com/graphene-mobile/installation-instructions/
If you get stuck at a specific step, we are more than happy to help. Just tell us specificially what you are trying to do, and what the results are, including any error messages.
Mod
Sorry, the correct link is:
http://techblog.kjodle.net/2014/08/27/create-a-static-front-page-in-wordpress-a-visual-guide/
Mod
Those aren’t Graphene shortcodes, so the presence (or absence) of the Graphene shortcodes widget shouldn’t make a difference.
Since I can’t see your site, all I can recommend is that you try standard debugging techniques: disabling plugins, etc.
http://techblog.kjodle.net/2013/07/04/troubleshoot-your-wordpress-blog/
Mod
No point in changing it to unresolved since the topic is closed. We’ll just pick it up from here in this thread. (I’ve renamed it to something more appropriate.)
@Anonymous:
The image you’ve linked isn’t coming through. Can you try posting it to something like imgur?
Mod
Try:
.menu-bottom-shadow {
background: none;
border-bottom: solid 1px #999;
}Mod
If you are only making a few changes, then you can add them to the custom CSS feature with no worries.
However, anything that you add to that area (plus quite a few of the theme options, such as page width) gets added to the
<head>tag and is loaded with each and every page. If your changes are significant, this can add to your server load, which is a consideration as you start to get more traffic.If you use a child theme, that code goes into the child theme stylesheet, which is loaded once the first time that someone visits your page, and then is loaded from their browser cache as they move around your site. This reduces the load on your server.
