• Resolved Boissiere

    (@boissiere)


    Hi there,

    I just installed the plugin and it seems to be exactly what I need.
    I want to simply display comments (posts) on a full page. No images, just text across the whole page.
    Have a look here for details: http://masdelaboissiere.com/Boissiere/comments/

    However, as you can see, the 6 posts seem to load but then disappear and the page stays blank.
    Do you have any idea why?
    Thanks in advance for your help.

Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Author digontoahsan

    (@digontoahsan)

    If 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.

    Thread Starter Boissiere

    (@boissiere)

    Cool…what a quick response from you….Thanks a million for that…
    And as you probably expected, it worked like a charm.
    I am just a little stuck with something else.
    The alignment of the text. All texts in the Posts are aligned “centered”.
    However within the Adv. Slider settings I am unable to find any option to “center” the text and it all appears on the “left of the page…
    I would like to keep the Content Width at 900px and the actual Slide Container Width stretches the whole page.
    Can I somehow align the text or am I completely blind now?
    Thanks again in advance.

    Plugin Author digontoahsan

    (@digontoahsan)

    From “Container & Thumbnail” section use padding left to higher value.

    Thread Starter Boissiere

    (@boissiere)

    Tried that already and it looked perfect on the “Desktop version” of the site.
    However, the higher the value of the left padding, the more the text is pushed to the left on the “Mobile version” of the site and it is not centered.
    Any other ideas are more than welcome and Thanks again 🙂

    Plugin Author digontoahsan

    (@digontoahsan)

    You 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;
    Thread Starter Boissiere

    (@boissiere)

    Thanks Digonto Ahsan,

    your Fix solved the issue perfectly. THANKS once again and as always “well appreciated” … the site looks perfect now on mobile as well as Desktop version 🙂
    Have a nice day!!!

    Thread Starter Boissiere

    (@boissiere)

    Hi Digonto Ahsan,

    back to work and I just realized that the comments display correctly in Firefox, Ipad and mobile version. However in Safari the padding doesn’t display correctly. Left padding is not loaded at all.
    Any idea how to amend this?
    Thanks!!!

    Plugin Author digontoahsan

    (@digontoahsan)

    Check compatibility for unit ‘vw’ here http://caniuse.com/viewport-units
    you could try ‘%’ also.

    Thread Starter Boissiere

    (@boissiere)

    Thanks a lot once again. Learned something again
    Looks like that I need a new Mac 🙁
    Have a great day

    Thread Starter Boissiere

    (@boissiere)

    Hi Digonto,

    just installed this morning an update of the Plugin and now I have a little issue with the content of the Alignment of the text.
    Have a look: http://masdelaboissiere.com/Boissiere/comments/
    I used % as per your suggestion above and up until this morning all text was centered. Now it is all aligned to the left and no matter what I enter into the padding section, nothing changes on the actual site.
    Any idea?
    Thanks already for your help

    Plugin Author digontoahsan

    (@digontoahsan)

    Container id is changed, to make it more unique. So, if you write code for #container3{....} change it to #advps_container3{....}

    Thread Starter Boissiere

    (@boissiere)

    Thanks….I actually found the cause…after the update the advanced-post-slider.php has been changed again to its original state and I needed to change the px into %.
    Just a quick question regarding this. Will this be happening after every update of the plugin?
    Thanks again!

    Plugin Author digontoahsan

    (@digontoahsan)

    Better over-write that CSS in your theme rather then changing plugin file, then you don’t need to change it every time you do a update. Also, I will try to add an option for it.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Text Posts done show in slide show’ is closed to new replies.