kattouf
Forum Replies Created
-
Forum: Reviews
In reply to: [Cyclone Slider] Great and simple sliderI just tried my site again and its broken again when logged in… ??
.Forum: Plugins
In reply to: [Cyclone Slider] Stopped working after latest updateYou should replace the call to public function render_page() by public function render_page($post) in WpAdminSubPage.php
work now!
thanks
Forum: Reviews
In reply to: [Cyclone Slider] Great and simple sliderits works! ?? nice
Forum: Reviews
In reply to: [Cyclone Slider] Great and simple sliderthank! been googling for this same issue! Tried the solution but doesn’t work when logged in. site works as quest.
Forum: Plugins
In reply to: [Cyclone Slider] Stopped working after latest updateOk site works as Guest but not as logged in Admin.. seems related to above error.
thanks
/j
Forum: Plugins
In reply to: [Cyclone Slider] Update gives Strict Standards errorsI seem to have the same issue, and main page crashed and won’t load…
Forum: Plugins
In reply to: [Cyclone Slider] Stopped working after latest updatehere you go:
Declaration of CycloneSlider_ImportPage::render_page() should be compatible with CycloneSlider_WpAdminSubPage::render_page()
Forum: Plugins
In reply to: [Cyclone Slider] Stopped working after latest updateAfter further testing. It seems to work on page with the cyclone shortcode
but crashed the main page. Must be conflicting with something, I will keep digging..
Forum: Plugins
In reply to: [Cyclone Slider] Stopped working after latest updateThe Main page won’t load with the updated slider, even though I don’t have a slider on the main page…
Forum: Plugins
In reply to: [Force Featured Image] minimum width only?Nevermind, I checked the code and the plugin already does what I need.
thanks!
Forum: Plugins
In reply to: [WP Web Scraper] Encoding problemsI don’t understand the cache solution.
My site is in greek and everything works fine wth MySQL and Total Cache
I use another scraper plugin and it pulls the greek text fine from Wikipedia but I want to use your plugin.sample:
Muay Thai (Thai: ? ????? ???§? ???¢? ?1??? ????? ???¢, RTGS: Muai Thai, ? [m????aj.t???°????j]? ( listen)) is a combat sport of Thailand that uses stand-up striking along with various clinching techniques.[1][2][3][4] This physical and
I will keep trying
Forum: Plugins
In reply to: [WP Web Scraper] Encoding problemsI’m having encoding problems too.
scrapping the Greek Wikipedia results in gibberish…..
Forum: Plugins
In reply to: [WP Web Scraper] Can't get basehref and eq to workThank you for fixing my code.
Now the Basehef is also working properly.
Forum: Plugins
In reply to: [BJ Lazy Load] How to disable on Home Page ?I am trying to disable plugin on an events calender page (because it won’t work)
if ( is_page(‘events-calender’) ) {
add_filter(‘bj_lazy_load_run_filter’, ‘__return_false’);
}But it still runs. I tried to add to functions and header and footer. all failed.
Disabling ” Apply to content” fixes my problem but that is site wide…..
Forum: Plugins
In reply to: [Firelight Lightbox] Double window when using NextGen ProI am using the Justified Image Grid Plugin to load the nextgen images and get double popups. any code snippet for that?