Tagged: , ,

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #703441

    Hi,

    I would like to show my blog items as content of a tab element. Which shortcode can I use?

    #703496

    Hey Kim,

    Thank you for contacting us.

    1. To view shortcode of advanced layout builder elements please enable the debug mode as mentioned here kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
    2. Create a new page and add the blog element to view and copy the shortcode.
    3. Add the shortcode in the Tabs.

    Let us know if you need any help.

    Best regards,
    Vinay

    #704790

    Hi,

    Thanks for your reply. I added the code to my child theme, but nothing happens. Are you sure the code is correct? Or did I do this the wrong way?

    #705151

    Hi,

    Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #705303

    Hi,

    Thanks for your reply. Please check the private content for more information.

    #706532

    Hi,

    Sorry for the late reply. I added the following code to your functions.php file and the shortcodes are showing:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    	return "debug";
    }

    Best regards,
    Rikard

    #707055

    Hi,

    Thanks a lot! The blog is now showing in the tab, but I’m facing another problem now. Only the first page of the blog posts are showing. When I navigate to the second page, it stays blank.

    #708576

    Hi,

    I checked the media page, can you post a screenshot where we can navigate to the second page? the navigation isn’t visible on my end.

    Best regards,
    Nikko

    #708639

    Hi,

    The blog is on the third tab on the media page. Below that page you can navigate to other pages of the blog but nothing shows over there. It seems like I’m not able to send you a printscreen.

    #708945

    Hi!

    It should be fixed, the problem was caused by the shortcode you pasted which is:
    [av_blog blog_type='posts' link='category' blog_style='single-big' columns='3' contents='excerpt' content_length='content' preview_mode='auto' image_size='portfolio' items='3' offset='0' paginate='yes' conditional='yes']

    I have replaced it with this shortcode instead:
    [av_blog blog_type='posts' link='category' blog_style='single-big' columns='3' contents='excerpt' content_length='content' preview_mode='auto' image_size='portfolio' items='3' offset='0' paginate='yes' conditional='']

    Let us know if it’s good on your end also. :)

    Cheers!
    Nikko

    #709083

    Hi Nikko,

    I checked but the problem isn’t solved. When you navigate to page 2, you go to tab 1 instead of page 2 in tab 3.

    Regards,

    Kim

    #709310

    Hi Kim,

    Unfortunately I can’t provide a workaround for that, can you try to choose on one of the options:

    1. Put Blogposts in the first tab
    2. Put Blogposts in separate page

    Cheers!
    Nikko

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.