pfs007
Forum Replies Created
-
In the meantime, I found the work around here that worked for me :
Hope this helps.
PFS
Hi,
Exactly the same for me with Elementor and a TablePress table between [um_loggedin][/um_loggedin].
Thank you for your help.
PFS
- This reply was modified 1 year, 7 months ago by pfs007.
Forum: Plugins
In reply to: [Document Gallery] bug during updateHi,
Thank you for this update which also solved my problem.
Best regards.
PFS
Forum: Plugins
In reply to: [Document Gallery] bug during updateHi,
I am facing the same problem since update to 4.7.4.
Each time I try to update a Document gallery, the gallery duplicates at the top of the page without saving my modifications.
Everything was OK before 4.7.4 update.My site : http://alternativephilolettres.fr
Thanks for answer.
PFS
- This reply was modified 9 years, 1 month ago by pfs007.
Forum: Plugins
In reply to: [Oasis Workflow] Unable to delete an old workflowThanks for prompt answer, I work with the free version which explains this behavior.
Forum: Hacks
In reply to: timeout password protected page wp 3.9.2Hi,
I found that because your code did’nt work for me on WP 4.1.1.
Hope that helpsadd_action( 'wp', 'post_pw_sess_expire' ); function post_pw_sess_expire() { if ( isset( $_COOKIE['wp-postpass_' . COOKIEHASH] ) ) // Setting a time of 30 min in setcookie() forces the cookie to expire after that duration setcookie('wp-postpass_' . COOKIEHASH, $_COOKIE['wp-postpass_' . COOKIEHASH], time() + 60 * 30, COOKIEPATH); }I know how to disable it, but as it was an update from WP 4.1 to 4.1.1, I was quite confident. I shouldn’t have !
I agree, but when these updates are automatic, what to do…
Hi,
For those facing this issue, it was resolve by disabling slider cache option.
Solution hereRegards.
Hi,
Thanks for reply.
I tried what you suggested and it worked !
And when I enable slider caching option, it disappears again.
Thank you very much.The problem is resolved
Thank you for fast answer, I tried switching to Twenty Fifteen as you suggested, and it is still invisible…
I will insist on the plugin’s support page.Hi,
Yes I did it first 2 days ago, but since I don’t get any answer, and since I am not the only one, I tried here.
Maybe I missed an issue in this theme that could explain my problem.
I agree that giyf, and read the forums first, but I didn’t find anything elsewhere so far…
Thank you.Hi again,
Are we only 3 to face this issue ?
I found this when running firebug :ReferenceError: MasterSliderLite is not defined var masterslider_138b = new MasterSliderLite();Thanks for help !
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] Not working on IE11Hi,
In the file header.php in my theme directory, I replaced the loading of jquery script :
<script type=”text/javascript” src=”<?php bloginfo(‘stylesheet_directory’); ?>/js/jquery-1.6.1.min.js”></script>by this :
<script src=”http://code.jquery.com/jquery-1.11.0.min.js”></script>
<script src=”http://code.jquery.com/jquery-migrate-1.2.1.min.js”></script>And everything worked like a charm !
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] Not working on IE11Sorry for late reply.
Updating to latest jquery version solved the issue.Thank you for answer.
Best regards.
PFS