digontoahsan
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced post slider] Random ResetsI am also wondered little bit. I have several test environment with different version of WP and also the live demo pages, but I didn’t get something like that.
I will look for the issue and I will get back to you whenever I get something. Must share, if you get some clue or solution for it. It’s important for other user also.
Forum: Plugins
In reply to: [Advanced post slider] Text Posts done show in slide showCheck compatibility for unit ‘vw’ here https://caniuse.com/viewport-units
you could try ‘%’ also.Forum: Plugins
In reply to: [Advanced post slider] Not Save and Not DeleteForum: Plugins
In reply to: [Advanced post slider] What now???From dashboard click ‘Adv.Slider’, then click any slideshow option set. From ‘Select post’ section select some posts to show on your slide.
Advanced post slider use featured thumbnail for slideshow. So, to change image, edit your selected posts featured thumbnail.
Forum: Plugins
In reply to: [Advanced post slider] Text Posts done show in slide showYou need to change padding unit. For, now you have to do it yourself and I will add option for changing padding unit at later version.
Go to plugin folder open ‘advanced-post-slider.php’ go to line no. around 538 look for the <div class=”advps-slide-field-three” and change ‘px’ to ‘%’ or ‘vw’
If you change it to ‘vw’ then adjust your padding from admin panel to something like
padding: 2vw 4vw 0 8vw;
Forum: Plugins
In reply to: [Advanced post slider] Suggested code change for custom thumbnail sizeThanks for your detail sharing. Yes there was an issue. If original image size is smaller than defined custom image size, then it returns null.
Try the modified version 2.1.4 and let me know what happens. Now, If your original image size is smaller than defined custom image size dimension then, the image will be scale up to custom size.
Forum: Plugins
In reply to: [Advanced post slider] Text Posts done show in slide showFrom “Container & Thumbnail” section use padding left to higher value.
Forum: Plugins
In reply to: [Advanced post slider] Text Posts done show in slide showIf you want to show only text then you should use template three. From template three ‘Content’ section select only ‘Content’ for ‘Show on slide’ select box.
Forum: Plugins
In reply to: [Advanced post slider] Duplicate Option SuggestionGot your request and I will try to add option for it at later version.
Forum: Plugins
In reply to: [Advanced post slider] 1 Site settings do not saveI need to check one of your admin panel. If you can, create a user and mail access info to [email protected]
Don’t worry about privacy and security, we take care of it at our best. I will check it at next morning.Forum: Plugins
In reply to: [Advanced post slider] Suggested code change for custom thumbnail sizeIf you change the code like you mentioned, it will work but there is an issue to consider.
if you change dimension of your existing thumbnail size or create new thumbnail size then you have to re-generate your all post thumbnail to work correctly.
Its fine, if you have small amount of posts like 5-10 but consider what will happen if you have lots of posts.What problem you faced with custom thumbnail size ? Share it, that will help others also.
Forum: Plugins
In reply to: [Advanced post slider] 1 Site settings do not save@philipbarrington sorry for the late answer. I tested Advanced post slider with all those plugin but didn’t get that issue in my environment.
Did you consider what ‘redhawkssupport’ said ?
Forum: Plugins
In reply to: [Advanced post slider] Fixed height of containerI got your suggestion. Thank you
Forum: Plugins
In reply to: [Advanced post slider] How to put 2 slides next to each otherThere are options to change title,excerpt font size and line height Unit. Change it to ‘px’.
Forum: Plugins
In reply to: [Advanced post slider] Space between image and title textUse something like this
#container3 .advs-title{ margin-top:10px;}