scalpmonkey
Forum Replies Created
-
Hi,
well, this is where you dev wizards comes in 🙂
I hope you find a good solution on this.Cheers and thanks,
GHi,
so I have this scenario. I have 3 polls set to show randomly with -3 in the shortcode.
Person will comes to the website and vote on poll 1. Tomorrow he returns to the website and there is a chance that instead another pull to be shown, he will get the Message that he already voted.When a refresh is done, again he might get or not get a poll from the remaining polls he did not voted or the message again.
So my concept is if there is available poll that the visitor did not voted, that poll should be shown.
If he voted on all of the polls, a certain message should be shown like “You have already voted on all active polls. Please come later” or “No new polls for you yet”, etc…Forum: Plugins
In reply to: [YOP Poll] Cloning the pool does not clone the style. Is this normal?Hi,
I tried to replicate the problem, but suddenly its working fine.
Sorry for wasting your time. I will post if this happens again.Thanks! 5*
Hi @stevejburge,
how can I share the link to the slideshow? I added the shortcode to https://gamedevrev.com/metaslider/
tnx
Forum: Plugins
In reply to: [Cyr-To-Lat] Why letter j is translated as in the url and slug?Thanks! Im in a process of separating the ENG and MK version, but for now this will do!
Thanks for the excellent support! Unfortunately I have already give 5* review long ago 🙂Thanks,
GorastForum: Plugins
In reply to: [Cyr-To-Lat] Why letter j is translated as in the url and slug?Hi,
thanks for the quick follow up. What do you mean by “not working on my site”? I can see that cyr2lat is doing the job well for other letters but not for “j”. The slugs are translated to Latin when I type the title in Cyrillic, but only j is messing the thing. The language is on English and Macedonian so is there a way to fix this without changing the default language of the website?Much appreciated!
GorastEDIT:
I just added j to the Default table. Maybe this will fix the issue.
- This reply was modified 1 year, 1 month ago by scalpmonkey.
- This reply was modified 1 year, 1 month ago by scalpmonkey.
It was the LiteSpeed Cache. I needed to enable it, then Purge All, then Disable it and the changes were shown.
Tnx all and sorry.
tnx
Forum: Plugins
In reply to: [Cyr-To-Lat] Letter j is translating to . Why?Sure. Here it is: https://pastebin.com/8qBK6MxL
tnx
Forum: Plugins
In reply to: [Cyr-To-Lat] Letter j is translating to . Why?English is the primary language. Macedonian is second.
Forum: Plugins
In reply to: [Cyr-To-Lat] Letter j is translating to . Why?Oook… 🙂 what should I do to fix this?
Thanks.Forum: Plugins
In reply to: [Page Links To] “Open this link in a new tab” not workingI havent 🙁
Hi,
thanks for the update. Work flawlessly.
In order to make it one directory to work for multiple domains may be the string {url} should get data from the actual browser. Try using this snippet:
<?php if(isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on') $url = "https://"; else $url = "http://"; // Append the host(domain name, ip) to the URL. $url.= $_SERVER['HTTP_HOST']; // Append the requested resource location to the URL $url.= $_SERVER['REQUEST_URI']; echo $url; ?>Again, thanks for the addon!
Cheers!
Thanks for the reply.
I also noticed a small bug. There is no string for subject field for Email template but there is field it.
As you stated in the tip below the Email Template: Available tags – {from}, {email}, {message}, {date}, {ip}
Cheers!