• Closed
  • Viktor
    Spectator
    October 19, 2015 at 6:58 pm #21508

    Hello,

    I’m using the blog shortcode on my main page:

    [blog number_posts=”10″ cat_slug=”” exclude_cats=”” title=”yes” title_link=”yes” thumbnail=”no” excerpt=”yes” excerpt_length=”35″ meta_all=”no” meta_author=”no” meta_categories=”no” meta_comments=”no” meta_date=”no” meta_link=”no” meta_tags=”no” paging=”no” scrolling=”infinite” strip_html=”no” blog_grid_columns=”4″ layout=”grid” class=”” id=””][/blog]

    It works very well for the 10 first posts (or N first posts I specified in the number_posts parameter) but it starts to display the shortcodes from the posts themselves when I continue to scroll down (after the load of the N next posts).
    Weirdly, this doesn’t appear in “preview” mode, only after I update my page.
    Furthermore, I still have a website using Alora 2.7.0 with this shortcode and I don’t have any issue…

    Thank you again for your help 🙂
    Viktor.

    Viktor
    Spectator
    Posts: 11
    October 19, 2015 at 9:42 pm #21509

    Edit:
    Furthermore, I still have a website using Alora 2.7.0 with this shortcode and I don’t have any issue…
    -> It might be a wrong idea since I just reinstall a theme 2.7.0 and plugin 1.3.0 to my website and the problem is still there.

    Denzel Chia
    Moderator
    Posts: 2656
    October 20, 2015 at 7:57 am #21527

    Hi,

    Please post your url to the page that has this issue.

    Thanks.

    Viktor
    Spectator
    Posts: 11
    October 20, 2015 at 9:07 am #21532

    Hi Denzel!
    I can’t share this domain right now, I will try to replicate the issue on an other subdomain so it would be a clean install with no plugin or extra…
    I will come back to you when it’s done!
    Have a good day!
    Viktor.

    Viktor
    Spectator
    Posts: 11
    October 20, 2015 at 8:24 pm #21537

    Hi Denzel!
    Good new I found why I had the problem… I can’t say if it a real bug or if this normal… here is how to reproduce the problem:

    In Apearance > Customize > Static Front Page > Check “A static page” and set “Front page” AND “Post Page” to the same page where you put the shortcode I published before.

    You can see the problem on my Drone website (I will remove this tempory page in 24h).
    As you can see it creates an infinite page… (I only created 15 posts).

    Another question too… as you can see in the pos http://www.speedrone.com/2/ I put a random text between the button and the blog shortcode and I don’t find where to change the color… any help?

    Denzel Chia
    Moderator
    Posts: 2656
    October 21, 2015 at 9:49 am #21545

    Hi,

    For your random text color.
    Try using the H2 option in Theme Options -> Typography.

    Thanks!

    Viktor
    Spectator
    Posts: 11
    October 21, 2015 at 6:49 pm #21563

    Hi!,

    Do you mean Option > Styling ?
    In Typography is only about size…

    In styling every thing is 0xFFFFFFFF (but some red…) and nothing change on the text color.

    Any other suggestion?

    Thanks!
    Viktor.

    Denzel Chia
    Moderator
    Posts: 2656
    October 22, 2015 at 9:52 am #21580

    Hi,

    Sorry, Please use the following in Theme Options -> Custom CSS

    h2{
    color:#fff !important;
    }

    You can change the #fff to any other color hex code.

    Thanks!