polyfade
Forum Replies Created
-
Forum: Reviews
In reply to: [Simple Share Buttons Adder] Most redirects have been removedThanks, I just sent you an email to support.
Forum: Plugins
In reply to: [Custom Content Shortcode] Image in ACF Options FieldForum: Plugins
In reply to: [FakerPress] Featured Image still missingIt seems to be working now. Specifying range sizes needs to be entered in first. I assumed the field placeholder sizes were the default if numbers were not entered?
https://cloudup.com/cmq0HU2OoLY@gustavo Bordoni, adding form validation or default sizes would be a big help. Thanks!
Forum: Plugins
In reply to: [FakerPress] Featured Image still missingWhy has this topic been marked as Resolved? Inline images are showing, but nothing for the Featured image besides its alt text.
@mbrsolution Quick demo – https://cloudup.com/cfnH02HRsQV
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
Login
link 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 7 years, 7 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 7 years, 8 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
simplelightbox
doesn’t seem to work when manually adding a different class to an image link.So, in the settings, if I specify the class as
lightbox
and apply that class to my image link, it won’t launch simple lightbox.No big deal, I can use
simplelightbox
class, 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) "a€1" ["ar_sl_navtextNext"]=> string(3) "a€o" ["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.