-
AuthorPosts
-
October 24, 2016 at 9:27 pm #703441
Hi,
I would like to show my blog items as content of a tab element. Which shortcode can I use?
October 25, 2016 at 12:36 am #703496Hey 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,
VinayOctober 27, 2016 at 11:32 am #704790Hi,
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?
October 28, 2016 at 6:42 am #705151Hi,
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,
RikardOctober 28, 2016 at 2:19 pm #705303Hi,
Thanks for your reply. Please check the private content for more information.
November 1, 2016 at 4:55 am #706532Hi,
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,
RikardNovember 2, 2016 at 11:44 am #707055Hi,
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.
November 5, 2016 at 7:14 am #708576Hi,
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,
NikkoNovember 5, 2016 at 9:58 am #708639Hi,
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.
November 6, 2016 at 8:24 pm #708945Hi!
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!
NikkoNovember 7, 2016 at 10:04 am #709083Hi 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
November 7, 2016 at 3:53 pm #709310Hi Kim,
Unfortunately I can’t provide a workaround for that, can you try to choose on one of the options:
- Put Blogposts in the first tab
- Put Blogposts in separate page
Cheers!
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.