satsoklit
Forum Replies Created
-
hi
i had the same annoying problem
it was working ok but after some zapping from page to page and language to lang after a point only the browser`s language page was refreshed or could be selected, i had to clear the cookies to be able to choose the other language again, in my case en.
Surely a cookie issue, qtrans_front_language cookie
Disable cookie if no browser language redirection in use (not reccomented) in advanced setting is the only way to solve the problem, and as i noticed fortunately without other side effects.
So Mr Gunu
Please fix this cookie issue and stop blame other plugins/themes combinations, it is clearly your plugin issue, it follows only the instructions inside this cookie and ignores that “detect browser`s language and redirect accordingly” setting is uncheched.Forum: Themes and Templates
In reply to: header photo not open with lightbox , vitrue themefixed it!
by updating the theme to latest version, something(what?) was broken, fixed with the update anywaythe code now appears as:
<a href="http://mysite.com/wp-content/uploads/2015/04/header-image.jpg" rel-data="lightbox" class data-rel="lightbox">.....</a>thank you
Forum: Plugins
In reply to: [WP Super Cache] Preloading not workingit doesn`t work for me, however i can build all cache files by running a script inside a .html file, the script is running on any browser and just changes page every 5 seconds, this time can be adjusted to less or more.
<html> <head><title>Reload</title> <SCRIPT LANGUAGE="JavaScript1.2" type="text/javascript"><!-- function reload(){ var strI=document.stored.Arrayvalue.value; var str = new Array(x); // insert target URLs between quote marks in array items below. // To add or remove the total number items in the array, add // lines to or remove lines from the array below and // modify the number in "Array()" above and "strI" below to // be one greater than the last "str[]" value below. str[1] = "http://www.domain.com/page-1/"; str[2] = "http://www.domain.com/page-2/"; str[3] = "http://www.domain.com/page-3/"; ......................................................... str[x] = "http://www.domain.com/page-x/" if( strI==x+1){ strI=1; } else{ URL=str[strI]; window.open(URL,'EC'); strI++; } document.stored.Arrayvalue.value= strI; var intNumber=Math.round(Math.random()*5000); if(intNumber<5000){intNumber=intNumber+5000;} setTimeout("reload()",intNumber); } //--> </script> </head><body onLoad="reload();"> <form name="stored"><input type="Text" name="Arrayvalue" value="1"></form> </body></html>x is the maximum pages number and x+1 is the next number
Forum: Plugins
In reply to: [WP Super Cache] preload mode is not working at all.it works fine, no need really for preload, but i still wonder why preload does not work for many people.
Forum: Plugins
In reply to: [WP Super Cache] preload mode is not working at all.thanks, sounds good.
i followed your advice.
Cache Timeout: 604800 seconds
Scheduler Interval: Once Dailyand disabled preload
also switched to PHP mode as i had the problem with my home page, a category page was cached instead of my static home page.
(a week is 604800 secs)
Forum: Plugins
In reply to: [WP Super Cache] preload mode is not working at all.simple, when i press preload Cache now, it says that a preload schedule will start in 10 seconds, but nothing happen ever.
monitoring in “contents” and also in cache directory with ftp, where no files are generated.settings are as everybody`s
cache on at easy tab
use mod_rewrite on advanced etc..its nothing exotic there to miss..
on preload tab all preload mode are checked and the time is set to 120 min.
meanwhile this happened to me an hour ago:
A category page is showing instead of my homepage
A tiny proportion of websites will have problems with the following configuration:Uses a static page for the front page.
Uses /%category%/%postname%/ permalink structure.
Sometimes a category page is cached as the homepage of the site instead of the static page. I can’t replicate the problem but a simple solution is to switch the plugin to PHP mode. For normal traffic you will see no difference in the speed of your site. You can also enable “Extra homepage checks” on the Advanced Settings page.so i removed it because i spend two days now by building cache, as with every little change on a post the whole cache vanishes…this is normal but i had enough..
Forum: Plugins
In reply to: [WP Super Cache] preload mode is not working at all.ok, i understand why the entire cache needs to be cleared at any change, because even the smallest change may changes the menus and other things, so everything needs to be refreshed.
the problem is that preload mode is not working, i have a medium traffic site and is not very helpful to wait for the cache to rebuild by the visitors, so preload mode is essential and i am wondering how it works for anybody else and not for me!!
i tried some other plugins but this one looks better for me overall, so i ll stick with this, just hope to get some help.
Forum: Themes and Templates
In reply to: [Virtue] virtue premium forgets theme optionsjust to mark the topic as resolved!
Forum: Themes and Templates
In reply to: [Virtue] virtue premium forgets theme options12 days ok, i think that there is no problem now,
maybe was this: WP Memory Limit:40mb
that was the value that redux framework showed in the status window, i have increased it to 96MB and since then i noticed no more drops of settings..
Forum: Themes and Templates
In reply to: [Virtue] virtue premium forgets theme options5 days, no problem
Forum: Themes and Templates
In reply to: [Virtue] virtue premium forgets theme options3 days, no problem
Forum: Themes and Templates
In reply to: [Virtue] virtue premium forgets theme optionsalthough i pressed the save button at last import, for 2 days in a row everything runs ok.(maybe they restarted the server?)
Forum: Themes and Templates
In reply to: [Virtue] virtue premium forgets theme optionsLet me add one more detail.
when I import the .json file in options import/export and press import I get the message imported!!!
Ok.
After this I noticed this strange behaviour.
if I press SAVE I get the message: settings saved.
in this scenario options will be lost whithin 5-10 minutes! surely.
But, if I forget to save them and just leave it on imported, settings will be ok for 2-3 days….Who can explain that?
Forum: Themes and Templates
In reply to: [Virtue] virtue premium forgets theme optionsno no no no , it did it again, there is no hope im afraid
Forum: Themes and Templates
In reply to: [Virtue] virtue premium forgets theme optionsafter a contact with my host provider they increased the max_input_vars to 4000
let`s wait and see if the problem is solved.