polyfade
Forum Replies Created
-
It still takes me back to the index page instead of the current page/post.
The only plugins I have active are:
– Simple WordPress Membership
– Simple Membership After Login Redirection
Enable Redirect to Last Page has been enabled obviously.
If I have a post restricted to unregistered users, the plugin-generated
Loginlink captures the redirect URL. However, I am trying to bypass this step and automatically display Simple WordPress Membership’s login form, using<?php echo do_shortcode('[swpm_login_form]'); ?>inside my template.Forum: Plugins
In reply to: [Wp Login with Ajax] Error with any themePlacing
[WP_AJAX_LOGIN]does not work inside a text widget.Placing
[WP_AJAX_LOGIN]inside a page renders the login form, however, it redirects to the index page instead of the current page.Since I did not specify a redirect URL in the Wp Ajax Login options, it should not redirect back home, correct?
No. I have it installed, but I’m not using it. It only allowed me to change the text output, not the functionality of the Login button.
Forum: Plugins
In reply to: [Intuitive Custom Post Order] Works then failsIt’s really temperamental with custom post types. After manually resorting, sometimes I see a RESET SORTING button. The manual order sticks, but it doesn’t display the posts in manual order on the site.
Also, I’m just using the standard loop without any order or arguments specified.
I’m thinking it might work with a custom query loop opposed to the standard loop.
- This reply was modified 8 years, 9 months ago by polyfade.
Same here. Lots of spam coming through since WP 4.8 update and Contact Form 7 update. Not sure which update has borked Honeypot, or it’s pure coincidence.
- This reply was modified 8 years, 9 months ago by polyfade.
Forum: Plugins
In reply to: [Simplelightbox] Unable to save settingsDOH! Okay, I did misunderstand that.
Thanks for your quick reflexes!Forum: Plugins
In reply to: [Simplelightbox] Unable to save settingsIn the settings, using any class but
simplelightboxdoesn’t seem to work when manually adding a different class to an image link.So, in the settings, if I specify the class as
lightboxand apply that class to my image link, it won’t launch simple lightbox.No big deal, I can use
simplelightboxclass, but if I was previously using a different class, this could be a real issue.Forum: Plugins
In reply to: [Simplelightbox] Unable to save settingsLooking closer, it may have something to do with line 90?
var_dump($this->options);Forum: Plugins
In reply to: [Simplelightbox] Unable to save settings@aknieriem When I updated, I got a whole bunch of syntax showing up in my WP dashboard. Maybe a line wasn’t closed correctly?
array(38) { ["ar_sl_className"]=> string(15) "simple-lightbox" ["ar_sl_overlay"]=> string(1) "1" ["ar_sl_spinner"]=> string(1) "1" ["ar_sl_nav"]=> string(1) "1" ["ar_sl_navtextPrev"]=> string(3) "‹" ["ar_sl_navtextNext"]=> string(3) "›" ["ar_sl_caption"]=> string(1) "1" ["ar_sl_captionSelector"]=> string(3) "img" ["ar_sl_captionType"]=> string(4) "attr" ["ar_sl_captionData"]=> string(5) "title" ["ar_sl_captionPosition"]=> string(6) "bottom" ["ar_sl_captionDelay"]=> int(0) ["ar_sl_close"]=> string(1) "1" ["ar_sl_closeText"]=> string(2) "×" ["ar_sl_swipeClose"]=> int(0) ["ar_sl_counter"]=> int(0) ["ar_sl_fileExt"]=> string(16) "png|jpg|jpeg|gif" ["ar_sl_animationSpeed"]=> string(3) "250" ["ar_sl_animationSlide"]=> string(1) "1" ["ar_sl_preloading"]=> string(1) "1" ["ar_sl_enableKeyboard"]=> string(1) "1" ["ar_sl_loop"]=> string(1) "1" ["ar_sl_docClose"]=> string(1) "1" ["ar_sl_swipeTolerance"]=> string(2) "50" ["ar_sl_widthRatio"]=> string(3) "0.8" ["ar_sl_heightRatio"]=> string(3) "0.9" ["ar_sl_disableRightClick"]=> int(0) ["ar_sl_disableScroll"]=> string(1) "1" ["ar_sl_alertError"]=> string(1) "1" ["ar_sl_alertErrorMessage"]=> string(42) "Image not found, next image will be loaded" ["ar_sl_overlayColor"]=> string(7) "#ffffff" ["ar_sl_overlayOpacity"]=> string(3) "0.7" ["ar_sl_btnColor"]=> string(7) "#000000" ["ar_sl_loaderColor"]=> string(7) "#333333" ["ar_sl_captionColor"]=> string(7) "#000000" ["ar_sl_captionFontColor"]=> string(7) "#ffffff" ["ar_sl_captionOpacity"]=> string(3) "0.8" ["ar_sl_zindex"]=> string(4) "1000" }Forum: Plugins
In reply to: [Contact Form 7] Hide success message after X secondson_sent_ok: "setTimeout(function(){ $.fancybox.close(); }, 2000);"This solution only seems to close the modal, not remove the success message after x-amount of seconds.
Forum: Plugins
In reply to: [Post Type Switcher] Converting old native Blogroll linksThe thing is no one has built a converter (or it’s unknown to me) which is why I was curious. Thanks for responding.
Forum: Plugins
In reply to: [Magic Fields] TinyMCE borked!Apologies, seems to be a theme issue, outdated Bones theme, not Magic Fields.
Same here…
Forum: Plugins
In reply to: [Custom Content Shortcode] ACF repeater from Options pageThanks a whole lot Eliot! I haven’t tried it out yet, but assume it works like usual 😉
Forum: Plugins
In reply to: [Autoptimize] 404 (Not Found) css/printSo odd, now there’s no error today. Not sure what caused it anyway.