pound002
Forum Replies Created
-
Thanks for your reply. Yes I am on the latest 5.0.4 version. I just rolled back the php to 4.1 since that was the last version that worked for me. I still have “q2w3_sidebar_options not found!”, but the sidebar is fixing on scroll.
I’m having the same problem since the update. It was working fine before and now it’s popping the console error “q2w3_sidebar_options not found!”. My site is a bit odd. I have combined all my jquery into one file, load it first, and load all files that depend on jquery afterwards by using add action and enqueue. But all files are loading and in the right order to execute. I’m stumped. Cleared the cache by renaming the files in both the q2w3 php file and functions.php (I don’t use a caching plugin only .htaccess rules). Still not working.
Example page:
Forum: Fixing WordPress
In reply to: Words running togetherI was responding to the question about a possible culprit and providing an answer i.e. proposing the solution of cleaning text with text editors to avoid mangled code…
Forum: Fixing WordPress
In reply to: Words running together@esmi: both of my sites are running 4.5.2…
Forum: Fixing WordPress
In reply to: Words running togetherIt wasn’t a link – in my inspector I see
. It never happens if I use text cleaned by sublime text.Forum: Fixing WordPress
In reply to: Words running together*’ ‘ where the space is missing
Forum: Fixing WordPress
In reply to: Words running togetherI have the same issue. If you look into the code you will probably see where the space is missing. This is most likely due to copy and paste from a word doc which occasionally mangles the code. If you want to ensure the code doesn’t mangle, copy and paste it into a text editor and then recopy and repaste into wordpress.
Forum: Plugins
In reply to: [Flexible Map] Google is not definedClosed
Forum: Plugins
In reply to: [Flexible Map] Google is not definedFigured it out. There were span tags wrapping the address.
Thanks!
Forum: Plugins
In reply to: [Flexible Map] Google is not definedRemoved async and I get this error when loading the page:
Map address returns error: ZERO_RESULTS
I’ve tried different addresses with the same result.
Forum: Plugins
In reply to: [Flexible Map] Google is not definedThanks! I added that myself in an attempt to debug. Originally the uncaught reference stated flexiblemap not defined and I was hoping it was caused by the async loading I have set on all scripts. I removed the script from the footer so you can see the original error.
That didn’t work. It’s not redirecting to the redirect url I specified, just reloading the page the form is on. But thanks!