digontoahsan
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced post slider] Plugin not workingYou didn’t provide enough information to find out the problem. Maybe its for javascript/jQuery conflict. If you have firebug installed then inspect with it. For more help go to https://wpcue.com/contact/ and send mail with more information.
Forum: Plugins
In reply to: [Advanced post slider] Last Slider Showing BlankIts not slider issue. Somehow your Disqus script included into slideshow div. For that its count as 7th slide. If you have a debugger(Firebug) inspect with it you will see the script.
Forum: Plugins
In reply to: [Advanced post slider] Excerpt and Content font color not changing colorYour theme style is overriding excerpt/content block’s style.
Forum: Plugins
In reply to: [Advanced post slider] getting css style errorFrom wp-admin click “Adv. Slider” then click Template and then Option Set, go to the bottom and clicked “Save changes”. Do it for three templates.
Forum: Plugins
In reply to: [Advanced post slider] Image uploadAdvanced post slider use post featured image. Upload image as your post featured image.
Forum: Plugins
In reply to: [Advanced post slider] Slider on SidebarDid you enabled shortcode for text widget ? If not use
add_filter( 'widget_text', 'do_shortcode');
at function.phpForum: Plugins
In reply to: [Advanced post slider] header.phpAdjust Slide Container Width according to your thumbnail width.
Forum: Plugins
In reply to: [Advanced post slider] [Feature req.] Includes optionwc
Forum: Plugins
In reply to: [Advanced post slider] header.phpTry WordPress function “do_shortcode”
<?php echo do_shortcode( '[advps-slideshow optset="1"]' ); ?>
Forum: Plugins
In reply to: [Advanced post slider] Use excerpt field for excerpt?You can use manual excerpt field from admin panel.
Forum: Plugins
In reply to: [Advanced post slider] Custom post typeSupport for custom taxonomy will be added soon.
Forum: Plugins
In reply to: [Advanced post slider] Request: Textual Names for Option SetsThanks for the suggestion.I got request from some other people also to add ability to change option set name. I have plan to add it at next version.
Forum: Plugins
In reply to: [Advanced post slider] Custom post typeDo your post type(Events) has support for category ? If has then you can easily select it from category drop-drown under Query section of each template. Remember there is no support for custom taxonomy in current version.
Forum: Plugins
In reply to: [Advanced post slider] Responsive LayoutYes, I am already working on it and there are some other major changes also. Hopefully you will get it at next month.
Forum: Plugins
In reply to: [Advanced post slider] Responsive ETA?Thank you. Yes, hopefully I can release version 2 within second week of the next month. There will be some other changes and additional features also.