nihonnik
Forum Replies Created
-
Forum: Plugins
In reply to: [Redirection] redirection doesn’t work if ‘/’ set even with “ignore slash”Thank you, I went back and removed RegEx there and that fixed it.
Forum: Plugins
In reply to: [Redirection] redirection doesn’t work if ‘/’ set even with “ignore slash”Source URL: regexp: ^/redirection-test.*
– Ignore Case
– Regex
– Ignore Slash
Matched Target: <URL>
Unmatched Target: blankForum: Plugins
In reply to: [Redirection] redirection doesn’t work if ‘/’ set even with “ignore slash”Actually, your plugin works fine for https://quick.md/redirection-test ! The rule is setup to ignore if you are on desktop. Try off a mobile device, as mentioned in the original ticket. I’ve tried it on multiple apple and android devices.
it’s just when ‘/’ is set up, it seems to fail.
Forum: Plugins
In reply to: [Redirection] redirection doesn’t work if ‘/’ set even with “ignore slash”Hi,
Yes, i have Ignore Slash enabled.
However, this doesn’t seem to do anything for when a user goes to https://quick.md/redirection-test/ directly
Hi there,
Does anyone have any idea about this?
What is the level of WPML integration?thanks
Hi Lap,
$LIST_ID is set but in a different part of the code, I can confirm that.Note that subscribers will only show after they confirmed double opt-in via the link in their email.
Ah ok, I didn’t realize that. Thanks for letting me know. I appreciate your help so far
Forum: Plugins
In reply to: [Ivory Search - WordPress Search Plugin] Center search barok, no problem I can do that. Can you point me in which direction I should look to get started? For example, which hooks does your plugin define that I would need to look at?
Thanks,
NikForum: Plugins
In reply to: [Ivory Search - WordPress Search Plugin] Center search barHi Vinod,
Even if I selected your search bar look, not the “default” look?
Forum: Plugins
In reply to: [Ivory Search - WordPress Search Plugin] Center search barHi Vinod,
Perfect, this has worked. Is there any way to make the search icon button actually be inside the search box itself?
Forum: Plugins
In reply to: [Ivory Search - WordPress Search Plugin] Make Icon background TransparentHi Vinod,
After trying a few things it seems that I have to edit the icon CSS as well as the search CSS.
I changed it to this:.is-search-form.is-form-style .is-search-icon {
background-color: transparent !important;
}.is-search-form button.is-search-submit {
background-color: transparent !important;
}This appears to do what I need.
Thanks.Forum: Plugins
In reply to: [Ivory Search - WordPress Search Plugin] Make Icon background TransparentHi Vinod,
Thanks, but this is not correct.
That set the color of the Icon to #F42DE. If you scroll down the page, you will notice that the menu is sticky and converts to a white background. Also, in reactive mode / mobile, the menu is also white.This is why I would like it to be transparent.
Forum: Plugins
In reply to: [Ivory Search - WordPress Search Plugin] Make Icon background TransparentHi Vinod,
I have just sent your team a message via the contact page you listed.Thanks,
NikForum: Plugins
In reply to: [Ivory Search - WordPress Search Plugin] Make Icon background TransparentHi Vinod,
Is there a way to send you a private message with that info or make this thread private? Our site currently is in development and has login information in order to access it.Thanks,
NikForum: Plugins
In reply to: [Gmail SMTP] PHP 7.0, getting “Cannot Redeclare class PHPMailer”The only way I could get this to work (I’m no PHP / WP expert) was to take your PHPMailer class and rename it PHPMailer2, then adjust all places that were extending PHPMailer to PHPMailer2. I then commented out the phpmailerException deceleration. Not sure if this will actually allow me to use the plugin, though. So far it doesn’t crash my website which is good
- This reply was modified 9 years, 1 month ago by nihonnik.
Forum: Plugins
In reply to: [Gmail SMTP] PHP 7.0, getting “Cannot Redeclare class PHPMailer”I tracked this down to an error with the theme having a phpmailer as well. The theme also declare PHPmailer. Do you have a way to not re-declare PHP mailer?