samsun34567
Forum Replies Created
-
Great! Thanks a lot. Amazing support ??
I see… So this is a theme problem and not because of WCFM? If so, I would check with theme editor. Thanks!
Sorry. We tested again. It seem that it would also appear even when map is not enabled in the page.
Yes exactly. It seems like the map is pushing the sidebar down somehow
Thanks! works great ??
Hi Jeff,
I went to the location /library/plugin-settings.php but couldn’t find the string on line 1360. Also no result if searched directly in the file.
Screenshot: https://imgur.com/yNeuogx
Hi Jeff,
I’m referring to copying the two files mentioned into the theme’s folder. Custom Submission Form section here: https://www.ads-software.com/plugins/user-submitted-posts/#installation
I am able to locate the original custom field code section and duplicate it. However I can’t get them to display in the actual post.
Thanks!
Hi Jeff,
Thanks for getting back.
The problem is that I can’t find this particular string. Maybe it’s not coded in by accident? Other strings I can translate with no issue. Thanks.
See screenshot here: https://imgur.com/tuUKg2p
Hi Predrag,
Thanks for getting back to me.
So we set up a function for users to add our page to their bookmark with a click on the button using Javascript. This is what the script looks like:
function rudr_favorite(a) { pageTitle=document.title; pageURL=document.location; try { // Internet Explorer solution eval("window.external.AddFa-vorite(pageURL, pageTitle)".replace(/-/g,'')); } catch (e) { try { // Mozilla Firefox solution window.sidebar.addPanel(pageTitle, pageURL, ""); } catch (e) { // Opera solution if (typeof(opera)=="object") { a.rel="sidebar"; a.title=pageTitle; a.url=pageURL; return true; } else { // The rest browsers (i.e Chrome, Safari) alert('Press ' + (navigator.userAgent.toLowerCase().indexOf('mac') != -1 ? 'Cmd' : 'Ctrl') + '+D to bookmark this page.'); } } } return false; }
And the button:
<a href="javascript:void(0)" onClick="return rudr_favorite(this);">Add to favorites</a>
This works well on regular pages. However if I add the button html to the pop-up, it will only go to a 404 page with an URL of {pageurl}/void(0). And if I go back to check on the pop-up editor, the html will be stripped away of the Javascript component, leaving only
<a>Add to favorites</a>
- This reply was modified 4 years, 11 months ago by samsun34567.
Forum: Plugins
In reply to: [Popups - WordPress Popup] Conflict with JetpackHmm interesting…After that I activated Jetpack again than it works fine… Well ??
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Footer Social display issue in mobileHi,
I set the container content width to 600px.
Here’s the exported file so you could get a full picture.
https://drive.google.com/file/d/1BSk4XOw65yA2Heui3Iw2-Ov_4PYz7-Jd/view?usp=sharingThanks!
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Footer Social display issue in mobileHi Ben,
It’s a iPhone 7. With 5.0.181119 version Gmail App, which I believe is the latest.
After testing for a bit, I think maybe it’s due to Gmail’s auto-sizing function?
Cause when I press the “revert auto-sizing” button then it’s displaying OK, although text etc. are a bit smaller .
Button location:
Before pressing “revert auto-sizing”
After pressing “revert auto-sizing”
Also if I only use two social icons instead of three, then it’s fine all the way.
This might give you something to go on. Thanks again!
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Box content for style 1 template?It works great! Thanks so much for helping ?? I’ll leave a good review for you guys.
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Box content for style 1 template?That’s great! Thanks for the help ??
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Box content for style 1 template?Yes I see what you mean….however the header and footer still extends to full-width. Any way I could box it like the content?