Mohsin Rasool
Forum Replies Created
-
you can always use do_shortcode function like this
echo do_shortcode('[nggallery id=x template="3dfluxsliderview"]');
Thanks
Your WP adding p tags to shortcode’s output. Following might help you to fix it. Paste the code in your theme’s functions.php
remove_filter( 'the_content', 'wpautop' ); add_filter( 'the_content', 'wpautop' , 99);
Thanks
Forum: Plugins
In reply to: [Responsive NextGEN Flex Slider Template] Navigation doesnt workIts working fine on all three popular browser IE, FF and Chrome.
Glad you have it working now.
Your container div is of 968px width. Slider span across full container width. If you want it to strictly 970px wide. you can use following css
.flexslider {width:970px !important; }
Your fancybox raising Javascript errors that halts the further execution. Console showing following errors.
Uncaught TypeError: Cannot read property 'msie' of undefined jquery.fancybox-1.3.4.pack.js:18 Uncaught TypeError: Object [object Object] has no method 'fancybox' www.gozo-guide.com:116
Please fix them or remove fancy box..
Thanks
No. it does not.
p.s. Sorry for the late reply
Forum: Plugins
In reply to: [NextGEN 3D and 2D Animated Flux Slider Template] Can't get this to workCan you please give me the URL of the page? I am guessing other plugin or theme is conflicting.
Forum: Reviews
In reply to: [Responsive NextGEN Flex Slider Template] BEST Responsive Slider OptionThanks!
you can use .flex-caption css classes for the caption css.
I believe, I am late for answering it. But, Yes, offcourse it is possible. Use can use as many shortcodes as you want having different configurations.
Please use “donate” or “donation” in the type attribute (i.e. without “s”). Secondly, I did not get any PayPal error or warning. Perhaps it is somehow connected to same “s”
Forum: Plugins
In reply to: [Full Screen (Page) Background Image Slideshow] v1.1Problem Fixed in v1.1. Thanks for reporting.
Use “3dfluxslider” CSS class, to add padding, margin or whatever you want.
I dont get it. Can you explain it more? may be a test page too.