leethompson
Forum Replies Created
-
Forum: Plugins
In reply to: [Lazy content Slider] shortcode [lazyslider] does not workDo you have any plugins that have shortcut code that you use? I dont know why the shortcut code is being removed? We need to test conflicts with other plugins. If you can:
Disable 1 plugin at a time until the slider shows up. this will tell us which plugin the slider is having conflicts with. Then I can start trouble shooting against that plugin.Forum: Plugins
In reply to: [Lazy content Slider] shortcode [lazyslider] does not workOn the page you made http://www.addit.ee/proov/ add this to the content section please copy and paste.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
[lazyslider]
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Forum: Plugins
In reply to: [Lazy content Slider] shortcode [lazyslider] does not workDo you have the content slider loaded here http://www.addit.ee/proov/
Also can you add some random text and this also ‘[lazyslider]’
Forum: Plugins
In reply to: [Lazy content Slider] shortcode [lazyslider] does not workI think I know the issue.
Are you using the featured image in a post?
and the category you created does it have those posts assigned to it?
Please follow steps below.Steps:
1. Create a category called test
2. Create 2 posts (test 1 and test 2) while creating posts on the right side of the edit post page there is a featured image block, add a image there and publish the posts.
3. Update the Lazy content slider to use the category test.Forum: Plugins
In reply to: [Lazy content Slider] shortcode [lazyslider] does not workThis is a strange issue, is there a chance for you to disable one plugin at a time until it shows the slider? This way we can see where I have conflicts. Also in the theme settings disable the featured image setting and presentation feature and the built in slider feature?
Lee
Forum: Plugins
In reply to: [Lazy content Slider] shortcode [lazyslider] does not workYou can add this at the bottom of the file.
Lee
Forum: Plugins
In reply to: [Lazy content Slider] shortcode [lazyslider] does not workI dont understand the last comment.
Lee
Forum: Plugins
In reply to: [Lazy content Slider] Plugin conflicts with wordpress latest version (3.5.1)Not a problem, I’m glad I was able to assist.
Forum: Plugins
In reply to: [Lazy content Slider] Plugin conflicts with wordpress latest version (3.5.1)I have made a small change that should resolve the admin section issues you are having please update to version 3.4.
Lee
Forum: Plugins
In reply to: [Lazy content Slider] Plugin conflicts with wordpress latest version (3.5.1)http://core.trac.wordpress.org/ticket/23370 this is the issue Im investigating, im going to write my own javascript and not use jquery anylonger, until wordpress get on the latest, too many conflicts. Please standby for an update.
Lee
Forum: Plugins
In reply to: [Lazy content Slider] Plugin conflicts with wordpress latest version (3.5.1)Ah ok I see an issue in the wordpress backend Im going to find a fix for this, so wordpress doesnt use older version of jquery.
Lee
Forum: Plugins
In reply to: [Lazy content Slider] Plugin conflicts with wordpress latest version (3.5.1)Hello, I see this in the theme
<script type='text/javascript' src='http://gazetadebuzau.ro/wp-includes/js/jquery/jquery.js?ver=1.8.3'></script>
This is the older version of jquery and that was the main issue with the plugin. I also see that you are loading many verions of jquery throught the theme. I also see in firebug that the older version of the jquery are causing other issuesTypeError: jQuery.browser is undefined [Break On This Error] ...gt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|e\-|e\/|\-[a-w... detect...r=3.5.1 (line 5) TypeError: jQuery(...).superfish is not a function [Break On This Error] ...n(){jQuery('ul.sf-menu').superfish({animation: {opacity:'show',height:'show'}, s... gazetadebuzau.ro (line 105)Lee
Forum: Plugins
In reply to: [Lazy content Slider] shortcode [lazyslider] does not workCan you try to put this in the footer.php to see if the div loads.
<?php if (function_exists("drawslider")){ drawslider(); }; ?>Lee
Forum: Plugins
In reply to: [Lazy content Slider] shortcode [lazyslider] does not workon the page you created for me I see this error from thickbox
TypeError: jQuery(…).live is not a function
[Break On This Error]jQuery(domChunk).live(‘click’, tb_click);
Lee
Forum: Plugins
In reply to: [Lazy content Slider] shortcode [lazyslider] does not workThis is so strange I have all the plugins you listed and still I cannot reproduce this. You can see here http://mysqlhow2.com
I see nextgen installed in the source of your site I am trying this too
Lee