Zencowboy
Forum Replies Created
-
Forum: Plugins
In reply to: [Slideshow] Excessive waiting on admin-ajax.phpThanks Stefan!
Forum: Plugins
In reply to: [Slideshow] Excessive waiting on admin-ajax.phpI know in the plugin w3 total cache that you cannot cache dynamic content such as ajax.php
But I switched hosting providers to siteground and their SuperCacher allows caching of dynamic content and this slideshow plugin now loads at .501ms instead of a few seconds.
Forum: Plugins
In reply to: [Slideshow] Excessive waiting on admin-ajax.phpYes, this is why I just came here to research the ajax.php taking up loading time. Very awesome slideshow plugin!! Just does take up more time loading a page and cannot put on a CDN server as it is dynamic.
Any change fix in the future? Ready to donate $20
Thanks
removing top:100000px !important worked for me too! Thanks
Forum: Plugins
In reply to: [WOW Slider] WowSlider 2.6 not working with WordPress 3.5Well, I tested adding manually to a draft page and IT WORKED.
You made it really simple the way you explained above!!Thanks again. Still building website and will incorporate later! Thanks!
Forum: Plugins
In reply to: [WOW Slider] WowSlider 2.6 not working with WordPress 3.5Thanks again. What you explained above is better than regular instruction for manually inserting (go to HTML (text) tab in WordPress and paste WOWSlider sections in the place where you want to have a slider, for example:).
Only question ( I do hope so and you have been helpful ), is step # 5 above.
Where in WP would I put those 2 folders? I have a theme, so in inside that folders root?Thanks again and sure others are enjoying your help!!
Forum: Plugins
In reply to: [WOW Slider] WowSlider 2.6 not working with WordPress 3.5PS. The Manually installing Wowslider on webpage can be done for a WP page??
I know how on an html website using my Dreamweaver, but not figured it out using WP.Thanks!!
Forum: Plugins
In reply to: [WOW Slider] WowSlider 2.6 not working with WordPress 3.5Thank You! It does work again when I choose an effect other than rotate…that one is my favorite for my type of website.
I disabled a few plugins I was not using. But it seems the Theme developer has the 3 you mentioned built into the pages even though on used on home page or portfolio page.
I don’t know how to disable them on the other pages where they are not used πThanks again for your time and input and looking forward to the next update with ‘rotate’ in the slider (it did work on WP 3.4.2).
Forum: Plugins
In reply to: [Slideshow] Slideshow "Static" – No slide (2.1.21)You da man! It works! Thanks for taking the time! Wowslider is not working and folks should know about yours!
Forum: Plugins
In reply to: [WOW Slider] WowSlider 2.6 not working with WordPress 3.5What error codes do you guys get in Firebug when you click on ‘console’?
Mine is jquery line 2 error.Forum: Plugins
In reply to: [WOW Slider] WowSlider 2.6 not working with WordPress 3.5I updated to 2.7 wowslider plugin and it Did get rid of the βWarning: Missing argument 1 for WOWSlider_List_Table::bulk_actions(), called in /home/transigm/public_html/new-site/transigmapartners/wp-admin/includes/class-wp-list-table.php on line 768 and defined in /home/transigm/public_html/new-site/transigmapartners/wp-content/plugins/wowslider/list-table.php on line 119β
However, it still is “Static” and will not change from first pic even if you click on the arrows.
*In Firebug, I get “TypeError: e is undefined ….jquery 1.8.3 Line 2”Copied error below in ().
TypeError: e is undefined
(http://dazzlingphotobooth.com/wp-includes/js/jquery/jquery.js?ver=1.8.3
Line 2)Webpage I am building and testing wowslider (2 of them on this page at bottom):
http://dazzlingphotobooth.com/pricing/Thanks! I really like the effects of the wowslider before the WP 3.5 Update and looking for to it again and buying.
Forum: Plugins
In reply to: [Slideshow] Slideshow "Static" – No slide (2.1.21)Thanks for the response Stefan! I put that code on line 379 but did not work…I know it is probably a simple error on my part so I copied the custom.js lines to show you what I may have done wrong:
/*ef-view*/
$(‘a:not(.ef-view) > img’).each(function(){
var a = $(this).parent();
var src = $(this).attr(‘src’);
var url = $(a).attr(‘href’);
if(src == undefined) return;
if (url.substr(-3, 3) == src.substr(-3, 3)) new View($(a));
});
$(‘div.gallery’).each(function(){
var src = $(‘a:first > img’, this).attr(‘src’);
var url = $(‘a:first’, this).attr(‘href’);
if (url.substr(-3, 3) == src.substr(-3, 3)) new View($(‘a’, this));
});Your code (if(src == undefined) return;) is on line 379 now due to pushing one line
down when inserted.Should I move it elsewhere?
Thanks so much and totally want to use this slider!!
Forum: Plugins
In reply to: [WOW Slider] WowSlider 2.6 not working with WordPress 3.5I get the EXACT same error message since upgrading to WP 3.5
Wowslider worked fine until then and I did nothing but upgrade WP and now the sliders are static on my 2 pages I have them on and cannot go next-prev either manually.I was told by support (which did email back fast) to try to upload to server and put the html code on my pages. That is Way easier on a Html website but hard if have many pages and only want a slider on a couple in php since their is no page to edit and is stored in database.
I think they will update soon. Looking to buy to us on my business website but got to wait to see if it is fixed.
Thanks!