VictoryCheer
Forum Replies Created
-
Forum: Plugins
In reply to: [Section Widget] Section Widget not displayingI’m having the exact same problem. I’m running WP 3.8.
Forum: Plugins
In reply to: [Electric Studio Download Counter] error / warning after upgrade to 2.1I’m having the same problem
Forum: Plugins
In reply to: [WordPress Popular Posts] Update not showing itemsWorks Great!!!
Thanks Hector
Forum: Plugins
In reply to: [WordPress Popular Posts] After Upgrade – Says No Data :(Instead of downgrading, I’ve decided to go with CoryDobson’s solution. It gets the site looking right without me having to change back all my CSS files.
Thanks for your quick help
Forum: Fixing WordPress
In reply to: WordPress is altering my JavascriptI’ve partially figured it out. I remembered that I also added some new plugins on Friday. So I start turning them off one at a time. It turns out that “Google Analytics for WordPress” is source of the problem. Still doesn’t make any sense. I’ll be posting the problem with the plugin developer.
Thanks, Sandra
Forum: Fixing WordPress
In reply to: WordPress is altering my JavascriptYou’re not understanding what I’m saying. WordPress is not altering the common.js.
If you go to the Sample page link above and look at the page. You’ll see a product image with a bunch of color swatches. You’re suppose to be able to click on the swatches to change the color of the product. To do this, each swatch image has link to the javascript code to trigger this effect on click. That link should look like this:
<a href="javascript:MM_swapImage('itemImg', '', 'https://www.chassecheer.com/images/accessories/AC336/AC336-Black.jpg',1);void(0);">
but unfortunetely wordpress is changing it to this:<a href="javascript:MM_swapImage('itemImg', '', 'https://www.chassecheer.com/images/accessories/AC336/AC336-Black.jpg" ,1);void(0);">
It look the same, but its not. There’s a single quote (‘) after the image url in first example and a double quote (“) on the second example. This is what’s causing my Javascript to break. In the page editor of wordpress it’s fine, but on the actual web page it’s wrong. Again the problem started some time this weekend. I moved my site to a new directory on Friday, but this isn’t a problem about broken links. I’ve been working on the site for 4 months with no problems.
— Sandra
Forum: Fixing WordPress
In reply to: WordPress is altering my JavascriptThat won’t help. Firebug can only tell where the problem is, it can’t tell me why wordpress is changing my code. As stated in my first post, everything is correct in the editor, but wordpress is outputting to the webpage incorrectly. I can go back the page in the editor and it’s still correct, just wrong on the site.
I have ruled out the theme. In Live Preview, Twenty-Twelve is doing the same thing.
— Sandra
Forum: Fixing WordPress
In reply to: WordPress is altering my JavascriptHi esmi,
Thanks for your quick response. My roll-over script is included in my header now like so:
<script type="text/javascript" src="https://www.chassecheer.com/js/common.js"></script>
It still doesn’t fix the problem. Everything else looks OK according to the Using Javascript page.
— Sandra
Forum: Plugins
In reply to: [Backup and Restore WordPress - Backup Plugin] Unexpected OutputI’m having this problem too.