davebach
Forum Replies Created
-
Forum: Plugins
In reply to: [ShortCodes UI] nested shortcodes problemI’m not sure when, but I noticed my advanced shortcodes stopped working also. I think a WordPress update broke that feature. My simple snippets still work, but… broke means broke.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Reply button not working, Captcha & sort not showingThat did the trick!
I then re-enabled my caches and it is still working.
Thanks for helping to get this solved.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Reply button not working, Captcha & sort not showingNo changes have been made to the files. Here is a link to a page with many comments on the site where it is installed:
Forum: Plugins
In reply to: [Comments - wpDiscuz] Reply button not working, Captcha & sort not showingI’ve changed the line reading wpdiscuz.min.js to wpdiscuz.js, now a different error when I click on Reply:
TypeError: secondaryForm is undefined
/wp-content/plugins/wpdiscuz/assets/js/wpdiscuz.js?87ac31
(line 619, col 9)Forum: Plugins
In reply to: [Comments - wpDiscuz] Reply button not working, Captcha & sort not showingNo errors when the pages loads, but when I click on any “Reply” button I get:
TypeError: aa is unidentified
/wp-content/plugins/wpdiscuz/assets/js/wpdiscuz.min.js?7158f6
(line 2, col 13947)Forum: Plugins
In reply to: [Comments - wpDiscuz] Reply button not working, Captcha & sort not showingResetting options did not work, however when I toggled “Break comments into pages” on my Settings>Discussion page the sorting options reappeared.
Unfortunately the “Reply” button next to each comment does nothing. And the CAPTCHA field does not show up.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Reply button not working, Captcha & sort not showingYes, those options are set as shown in your screenshot.
Yes, I modified the file based on this and can confirm it works for me.
Thanks LocalGhost-IL
Forum: Plugins
In reply to: [Menu Item Visibility Control] Visibility field not availableI am having the same issue… the visibility field is not visible. Might have something to do with their baked-in mega menu support in Avada?
WP 3.8.1 and Avada 3.3.1
If you want to display pop up 10 seconds later then you should set “Pop over appearance delays” to after 10 seconds and not immediately.
Yes, I set it for immediately to workaround the issue that I was seeing with the iFrame popping up before the rest of the text.
I have a screen capture of the issue here:
http://rochellerice.com/post/RR-PopUp-Chrome-Mac.movThat was Google Chrome on Mavericks. I have the pop over on a 7 second delay. You’ll see the iFrame YouTube video come up first, then the pop over fills in 7 seconds later.
The event we were promoting is over, so I have disabled the pop over on that site now.
Could you please tell me which version of plugin, theme and WordPress are you using?
As I mentioned, I am using the latest version of your free plugin and the current version of WP. To be more numerically specific, version 4.4.5.4 of WordPress Pop Up Plugin and version 3.8 of WordPress.
This is the code:
<h2 style="text-align: center;">It's back, and more fabulous than ever!</h2> <h2 style="text-align: center;">Join Rochelle Rice and her community for the</h2> <h2 style="text-align: center;">2nd annual Full, Fit & Fabulous!</h2> <iframe width="560" height="315" src="//www.youtube.com/embed/9ybxD8kNpxU?rel=0" frameborder="0" allowfullscreen></iframe> <h3 style="text-align: center;">This festival of wellness includes 3 fantastic presentations</h3> <h3 style="text-align: center;">on understanding your hormones, living sensually in the plus size body,</h3> <h3 style="text-align: center;">and finding the right activewear for you.</h3> <h3 style="text-align: center;">You will learn about how nutrition, movement and mental wealth</h3> <h3 style="text-align: center;">can work together in your life to help you feel amazing in 2014.</h3> <h3 style="text-align: center;">Come join the celebration!</h3> <h3 style="text-align: center;"><a href="http://fullfitfab.com/about-full-fit-fabulous/" target="_blank">Find Out More & Register!</a></h3>It’s set to show only once in a 570×600 px box, 24% left, 13% top, Dark background fixed, immediately (“immediately” eliminated the text delay).
It can be seen at http://rochellerice.com for a few more days.
Dave
Hello WPMUDEV,
Sorry for the delay in my reply. Thanks for the info.
I did have a chance to only do *a little* testing before I had to push the PopUp live. I am using very simple code in the body of the popup… some text on top, a YouTube video, and some text below. In switching between the “old” embed code for YouTube videos and the iFrame version of the video, I did see the issue come up again. At first I thought it might have been aggressive cacheing of the Safari browser, but I had the same issue in Firefox and Chrome… the video would pop up before the rest of the frame. Somehow it seemed more related to hitting “update” after changing the code because when I deleted the popup and started over the iFrame did work. But after I changed the options after testing so it would not pop up all the time it seemed to stop working again.
Again, I did not have a chance to test this more before I ran out of time and had to push it live, but I wanted to update this thread.
I am using the latest version of your free plugin and the current version of WP.
Forum: Plugins
In reply to: [ShortCodes UI] shortcodes no longer outputtingI’ve been playing around with this for a while, and I can’t seem to get the plugin to output anything, including from your demo shortcodes. I’m using WP 3.4.2 and shortcodes-ui 1.8.7.
Based on the suggestion of the OP, I also tried 1.8.5. That seemed to work for simple shortcodes, but I can not seem to get any output from advanced shortcodes (I’m placing chitika ad code in the shortcode template).
Forum: Plugins
In reply to: [hRecipe] [Plugin: hRecipe] Form Not Popping UpI just installed it and I am having the same problem. I tried it using FireFox Mac and PC, Safari Mac, and IE… all recent versions. It does not work.
Forum: Fixing WordPress
In reply to: Trying to change Blog URL to use link shortenerSometimes when you write out your problem like that it becomes obvious…
I solved most of my link issues and have a better understanding. Since WP was now looking at my root for a front page, I had to create an index.php that was like the standard WP index.php then change my “front page displays” to be a new static one using a page template that looked like my old front page. That fixed all the link issues.
But I’m still trying to solve that error 404 when accessing mywebsite.com/blog
I have a fundamental understanding that WP can’t have slugs or pages that match actual directories… but I don’t want to have to move WP somewhere else so that I can use the directory “blog” as the page that would list the 10 most recent blog posts. Is there any way to keep WP in /blog and do this? Plus, If I have to change the directory WP is in to a new name, it will screw with where all the images in the posts are, no?
Dave