Sevar
Forum Replies Created
-
Update. It arrives though as I see now but with a considerable delay of one hour
Forum: Plugins
In reply to: [Redirection] My regex doesn’t workThis variant worked:
^/dating-profiles/\?renc=account(&.*)?
Thanks a lot!Forum: Plugins
In reply to: [Rencontre - Dating Site] How to logout and dummy profiles are not showing upThanks!
Forum: Plugins
In reply to: [Rencontre - Dating Site] How to logout and dummy profiles are not showing upNo, sorry, I just altered gender definitions in new registered users. Everything works, my bad. Exept confirmation emails are not sending still.
Forum: Plugins
In reply to: [Rencontre - Dating Site] How to logout and dummy profiles are not showing upOk, the imported dummy profiles are showing up if logged in as one of the imported member and vice versa new real registered members can search only on real registered members. And still can’t register normally confirmation emails are not sending.
Forum: Plugins
In reply to: [Calculated Fields Form] Return fixed numberI have got this worked, just put == instead =. Thanks!
It seems that I have succeeded eventually. I have excluded homepage from the trigger of the rest sitewide popup and set homepage as the target in the second popup. Thanks!
Thanks @anoopranawat! I wrote this code manually and it worked!
Forum: Plugins
In reply to: [Firelight Lightbox] Inline and images at the same timeThank you very much! Works great!
Forum: Themes and Templates
In reply to: [Customizr] Add two equal footer widget areas belowThank you very much, Menaka! The code works great! I only added the filters to style the areas equaly:
// Adds a class to style footer widgets add_filter( 'footer_four_widget_class', 'my_footer_widget_class'); function my_footer_widget_class() { return 'span6'; } // Adds a class to style footer widgets add_filter( 'footer_five_widget_class', 'mygood_footer_widget_class'); function mygood_footer_widget_class() { return 'span6'; }
Thanks!
Forum: Plugins
In reply to: [Yoast SEO] yoast seo 3.0.2 break DIVI Builder – ElegantthemesThank you! After the 3.0.3 update problem solved.
Forum: Plugins
In reply to: [Yoast SEO] yoast seo 3.0.2 break DIVI Builder – ElegantthemesSame problem with Divi.
Forum: Themes and Templates
In reply to: [Customizr] Disappeared background of some pagesE-e-e-e-sss!!!! Thank you very much for such a quick and usefull answer! Now everything fine. You my savior!
Hi again! Good news, my problem is solved at last. It appears to be that there’s been a change in the recent browser updates (Chrome, Firefox) and device type detection library that using this plugin stopped working. So the author of the plugin kindly provided me with the latest update of his plugin and problem is solved so far. Thanks everybody!
I don’t know, seems I did the memory increase some time ago…ok, I’ll check it again…