Rashmita
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] Problems with W3TotalCache PluginMay I have any suggestions or Solutions please ?
Thanks for the reply.
I did some customization in css but it can’t be done by doing that only.
I realize that its not too much difficult after making it as per my requirement. It requires a small setting in the slider options. Currently I have added it in the existing file as the hard code but you can make it dynamic by adding the option in the plugin settings.
Only the thing to do is, set Direction to ‘up’ and give appropriate keys for navigation. For Ex. up and down
Here is the snapshot of the modified code.
sliderOptions: {
direction: ‘up’,
debug: false,
auto: false,
prev : {
button : “#slider-prev”,
key : “up”
},
next : {
button : “#slider-next”,
key : “down”
},
…….I hope this will help some one like me.
🙂
Please help…
Forum: Plugins
In reply to: [W3 Total Cache] Problems with W3TotalCache PluginOfcourse, you can have it.
http://estl.be/Today also I faced the css crash issue because of page cache enabled. I just emptied the page cache and the site worked again fine.
Forum: Plugins
In reply to: [W3 Total Cache] Problems with W3TotalCache PluginHi Destac,
Thanks for reply. We do not have enabled that Cache preload.
I hope its not compulsory to make it enabled.
Please advise.