mcartur
Forum Replies Created
-
Thank you @briantp for your quick response. It worked after following your instructions.
Best regards,
Sorry, I forgot to thank you for the response!!
I will be adding this feature to my site soon and will be sharing here how it goes.
Forum: Plugins
In reply to: [JWT Authentication for WP REST API] Is this abandoned?Thank you @jonathandejong!!
I will do it!Forum: Plugins
In reply to: [JWT Authentication for WP REST API] Is this abandoned?Hi Jonathandejong,
if you do not get any response would you be creating a new plugin and github repo for this?
While this plugin works great so far, I am beginning a new project that is using it and would like know if there is another alternative available for the near future.
thanks!!
- This reply was modified 7 years, 4 months ago by mcartur.
Forum: Plugins
In reply to: [Protect WP Admin] Is this compatible with Multi Sites?Same question here, I would like to know this before using this plugin. As far as I can see, it is the one that fits better with what I want…
- This reply was modified 8 years, 2 months ago by mcartur.
Caleb, thank you for the link and your quick response.
I will test it and verify that it works properly in my case.
Apologies,
I have just realized that the add-on “user-dashboard” covers what I have asked.
Great, Thanks!!
Ok, in mi opinion with the redirection after login/redirection working properly as it indeed does, there is no need to hurry ??
Not now, (thanks for the quick reply BTW)
for the time being, I am using the sortcode:
echo do_shortcode(‘[TheChamp-Login style=”background-color:#fff;”]’)
in any case, I have noticed that I can redirect users to other pages. As I have put in W3TC not to cache pages for logged in users, this setting does the trick for the time being ??I am going to test your widget on my blog in any case and let you know how it behaves.
Best and thanks again!
I solved it by network deactivating the plugin. And activating then in the specific site, once activated the button appears and all the forms became accessible.
Aplogies for my english.
Forum: Plugins
In reply to: [W3 Total Cache] Does W3 Total Cache cache wp-admin/admin-ajax.php ?I am also interested in the answer to this question.
Forum: Plugins
In reply to: [JS & CSS Script Optimizer] Gzip-W3Total CacheThanks for your response.
I have already tried these solutions to no avail…
When checking if the file is compressed in a webpage that checks it. I get the following:Character set not found
Character set not found in content-type header show HTTP headersCharacter set not found in charset meta tag analyze meta tags
Technical details:
HTTP result:200 Content type:application/x-javascript Compression time for 433,157 bytes:32 milliseconds Execution time of HTTP request:541 milliseconds Webserver name:nginx
I do not know if the problem can be the character set…
Thank you for your plugin and help.
Forum: Plugins
In reply to: [JS & CSS Script Optimizer] Place JS in the FooterI figured out, check:
Combine & Move all JavaScripts to the bottom option.
Then, change the order in the add_action wp_footer from 200000 to 0 (add_action(‘wp_footer’, array(__CLASS__, ‘footer’), 0);) in
js-css-script-optimizer.php
so you have the minified scripts loaded before other js printed by other plugins.Hope this helps
Forum: Plugins
In reply to: [Slideshow] js "Activate" slideshow loadaded through AjaxOk I checked a pevious posts that gave me the partial solution pointed by Stefan himself:
Next expresion will start the the slideshow:
jQuery(‘.slideshow_container’).slideshow_jquery_image_gallery_script(SlideshowPluginSettings_0);
They only issue that remains is that when slideshow is activated it begins blank not with the first slide…
If anyone can tell me how to force the transition will be great??
thnks?