Forum Replies Created
-
Mod
Glad it worked for you. Cheers!
Mod
Quote:Is there a graphene option somewhere where I would put this to make it workYou can try using a Graphene action hook widget area.
Since this code is PHP, you will also need to use a PHP widget plugin. Normal text widgets will only accept text, html, and css.
Activate the widget area, go to the widgets pane, and add a PHP widget to your widget area. Save, and then view your page.
There is a tutorial on my blog that goes into more detail. It’s a bit dated, but the information is still valid:
If none of the widget areas are where you want to place this code, you will need to create a child theme, copy over the theme template file where you want to add the code, and insert the code into that file. But Graphene has so many widget areas that I’m fairly certain one of those will work for you.
Mod
Quote:I’ll do what you tell me, but I have a little question about to disable the plugins. When I disable the plugings, the pluging ajust disapear? or when I activate again the plugin, the settings ajust remain.As long as you deactivate (and not delete), the settings should remain, if they are written properly. No guarantees with all plugins, however.
Mod
I don’t see any css on your site that would cause your slider to disappear, so this may be a plugin conflict. Try temporarily disabling your plugins, emptying your browser and server caches, and reloading your page to rule this out.
Mod
If the code above didn’t work, it’s probably because of something else. Please post a link and we can take a look.
Mod
It might be a server issue, but in the meantime, have you tried another browser or even another computer to rule out a local issue?
Mod
In reply to: Graphene stopped organizing uploaded images into monthly folders
April 25, 2016 at 12:23 am #46018Themes don’t have control where WordPress stores images, so this is 99% most likely a WP core issue (check your settings) or a plugin issue.
It is also possible your site has been hacked. Sucuri doesn’t find anything, but nothing is 100%.
Mod
What are your slider settings?
Are the images you are trying to display hosted on your site and not located elsewhere (like a CDN)?
Mod
Quote:I have updated both the theme stylesheet and placed the same changes in the custom CSS section.Don’t edit theme files. Instead, make your changes via a child theme. This can speed up your site a bit if you are styling many things via the theme options.
Quote:yet somehow are not showing on my live site.Empty your browser and server caches and reload.
Link to site?
Mod
It could be that one of your widgets is predefining a width or has an unclosed
<div>. Try making it the width that you want and then adding widgets one at a time to see if that is the case.
