IlanK
Forum Replies Created
-
Hi, thanks! Yes, sorry, I posted this in the WooCommerce forum and it got resolved there but forgot to update here.
Forum: Plugins
In reply to: [Hustle - Email Marketing, Lead Generation, Optins, Popups] Not WorkingHi David, a couple more things actually…
1) I selected for the pop up to show up when it has been seen less than 3 times. I saw it the first time. Then, when I go to another page, I do not see it. When I open and close the browser, I still don’t see it. Is there a time delay built in or something?
2) I would like for it only to show up on the homepage. I tried the show up on specific URL and inputted https://www.website.com, https://www.website.com, and website.com and none of them work (when that is the only filter nothing comes up on any of the pages, including the homepage). Maybe this has to do with 1? I tried both filters together and alone.
Thanks!
Forum: Plugins
In reply to: [Hustle - Email Marketing, Lead Generation, Optins, Popups] Not WorkingWorks perfectly. What’s going on? ??
Ilan
Forum: Plugins
In reply to: [WooCommerce] Attribute Length IncreaseOkay. Is there anyway to have long descriptions without writing them out each time? I have about 3-4 long descriptions and I choose one for each product. I’d rather not copy and paste them all the time, if at all possible.
Thanks.
Forum: Plugins
In reply to: [WordPress Related Posts] WPTouchHi Silvo,
Looks good.
Until then I need to find a similar plugin to related posts.
Ilan
Works great for me. Thanks.
Forum: Plugins
In reply to: [jQuery Pin It Button for Images] Button Move with AddThisWorks great. Good work!
Forum: Plugins
In reply to: [WPtouch - Make your WordPress Website Mobile-Friendly] A few issuesI know, it’s such an awful bug! The code fix I suggested fixes commenting, but not if there is a URL in the URL field, which is really strange. Not sure why that is.
You could probably make a similar change in login.php to get it to work until, of course, the next update.
At least now this confirms that this is not because of another plugin interfering with WPTouch.
Forum: Plugins
In reply to: [WPtouch - Make your WordPress Website Mobile-Friendly] A few issuesAha! I figured it out. I was right, it’s a glitch with the plugin.
On comments.php the code says `<form action=”<?php bloginfo( ‘url’
); ?>/wp-comments-post.php” method=”post”
id=”commentform”>`
even though my website is in a wordpress folder. I changed it to
<form action="<?php bloginfo( 'url' ); ?>/wordpress/wp-comments-post.php" method="post" id="commentform">
However, if there is a URL in the comment field, commenting does not work at all.
Forum: Plugins
In reply to: [WordPress Related Posts] WPTouchHi Silvo, any ideas?
Hi, I’m having the same issue. This plugin is a lot less glitchy than pinterest pin it button for images, but the save as functionality would be very good.
Forum: Plugins
In reply to: [jQuery Pin It Button for Images] Button Move with AddThisYup, the old version works great.
Forum: Plugins
In reply to: [WPtouch - Make your WordPress Website Mobile-Friendly] A few issuesOkay, so for anyone else who has this problem in the future what I did was go into the WPTouch style.css and add my own styling for easyrecipe. Unfortunately just putting that CSS code into the stats & custom code section (or linking to a stylesheet) doesn’t seem to work for me.
with regards to commenting not working, I still have no idea what’s going on. Since the plugin redirects me to a non-existent page I don’t think it’s a conflict issue. Strange.
Forum: Plugins
In reply to: [WPtouch - Make your WordPress Website Mobile-Friendly] A few issuesI am having trouble using the States & Custom Code feature. Whenever I add CSS, it just show up at the bottom of the site. I think I’m adding it incorrectly. This is what I’m doing https://pbrd.co/1cE0G72
Forum: Plugins
In reply to: [WPtouch - Make your WordPress Website Mobile-Friendly] A few issuesOkay, I updated to the newest version of WPTouch. It no longer says that the comment is too short.
Now, if there is a URL in the website field, the cursor moves to it when I press publish instead of publishing. If there is no URL, then it brings me to a 404 page because it brings me to https://www.ironwhisk.com/wp-comments-post.php while it should be /wordpress/wp-comments…
Any CSS code added to the custom code section a) doesn’t affect anything and b) appears at the bottom of the page.
e.g. this code is now at the bottom of the page:
.ERSSectionHead { font-weight:bold !important; }