Tagged: avia builder, posts, you may also like
-
AuthorPosts
-
October 31, 2014 at 1:15 am #343818
When you add shortcodes to a post, the “You may also like” and sharing buttons disappear. Is there a way to keep them on the bottom of the page after using the builder components?
Thanks
November 1, 2014 at 1:38 am #344413Hi xyzb!
Which shortcodes are you using? Go ahead and send us a link and we’ll take a look. You can mark your reply as private if you wish.
Regards,
ElliottNovember 1, 2014 at 4:48 pm #344607I added just a simple column from the layout builder. Before I did that, the post looked like a blog post with the “You may also like” and the Enfold social media buttons on the bottom. As soon as I added the column, those above mentioned items did not display.
Thanks
November 2, 2014 at 12:37 am #344737Hey!
Go ahead and deactivate all plugins and if it’s still happening then send us a login so we can take a closer look.
Best regards,
ElliottNovember 4, 2014 at 8:11 pm #346068It is on localhost. No plugins activated. I have enabled the builder in my child theme(functions.php) via code supplied by Josue. If you add a column shortcode through the standard shortcode icon in the editor, it works. If you add a column through the Advanced Layout Editor, then the “You may also like” and sharing buttons disappear.
Thanks
November 6, 2014 at 12:53 am #346895Hey!
I’m not sure what it could be. Send us a login when you go live and we’ll take a look.
Cheers!
ElliottJuly 28, 2016 at 4:15 pm #666320I have the same problem.
whats is the solution?July 28, 2016 at 4:30 pm #666326Hi!
When you use ALB to create your blog posts, you are going to need to add Social Share Buttons and Comments elements manually to the bottom of your blog posts.
Regards,
YigitJuly 28, 2016 at 4:33 pm #666328Hi,
yes I know but for “You may also like”July 28, 2016 at 4:40 pm #666334Hey!
You can add any element that display posts and choose to display a certain element
Best regards,
YigitJuly 28, 2016 at 6:27 pm #666374Ok but what is it to have exactly the same layout as “You may also like”
August 2, 2016 at 4:30 am #667531Hi,
The magazine element has the closest layout in comparison to the related entries section. Or add this code in the functions.php file:
add_shortcode('avs_related_entries', 'avs_related_entries_callback'); function avs_related_entries_callback() { //show related posts based on tags if there are any get_template_part( 'includes/related-posts'); }
Add a text or code block then use this shortcode:
[avs_related_entries]
Best regards,
IsmaelFebruary 8, 2017 at 1:51 pm #744328Hi! I also miss the same layout for «You may also like» for layout builder. May you please fix this?
February 15, 2017 at 6:53 am #747297Hi!
Hi! I also miss the same layout for «You may also like» for layout builder. May you please fix this?
It’s not something to fix. The template-builder.php file does not contain the related posts section by default. If you need the related section to display on posts created with the advance layout builder, please follow the instructions above.
Best regards,
IsmaelNovember 8, 2017 at 6:50 pm #874280Hi @Ismael,
I was just looking for this solution and found this post. I have tried this, adding the code to functions.php of my child theme and then inserting the shortcode in a text block – however the ‘you might also like’ appears at the top of the post?H
November 9, 2017 at 7:20 am #874493Hi,
@Heathcliffe: Please provide a link to the actual post with the issue so that we can inspect it.Best regards,
IsmaelNovember 9, 2017 at 1:39 pm #874639Hi @Ismael
I’ll put all the details, Admin access etc in the private details below. Thanks in advance.
H
November 10, 2017 at 6:48 am #875029Hi,
That title is included in the template by default. You can hide it with the following css code.
.related_title { display: none !important; }
Best regards,
IsmaelNovember 10, 2017 at 1:30 pm #875143Hi Ismael, thanks for the reply. I DONT want to hide it, but I don’t want it at the top of my post page. It is appearing at the top, even though I put the shortcode in a text element at the bottom of the ALB layout. (I tried the Code element too, same result).
I will have to remove it if I can’t fix it by Monday as I am wanting it to go live then. I just want it the You may also Like section at the bottom of my blog article not the top.
Thanks,
H- This reply was modified 7 years ago by Cliffy.
November 13, 2017 at 5:09 am #875937Hi,
I see. That’s odd. I’m trying to access the login page but it’s not loading properly. Please check.
Best regards,
IsmaelMay 17, 2018 at 11:46 am #958105Hi!
I followed the instructions as described, but the related entries section is shown at the top of the page.
Is it possible to place them at the bottom of the page?Regards
soltnerMay 17, 2018 at 11:58 am #958111This reply has been marked as private.May 18, 2018 at 9:08 am #958482Hi,
Did you put the shortcode inside a text block? Please move the text block below the other content.
Best regards,
IsmaelMay 18, 2018 at 9:37 am #958506Hi Ismael!
Yes, i put the shortcode inside a text block at the bottom of the page… (see private content) but appears on the top, can not understand why?Sorry my bad english :-)
Regards soltnerMay 21, 2018 at 7:06 am #959582Hi,
Thanks for the update. Please create a new ticket or thread and provide the login details in the private field. We’ll check it there.
Best regards,
IsmaelMay 22, 2018 at 8:44 am #960191Hi Ismael!
Thanks for your reply. I also tried to deactivate all plugins but with no success… you find the login details in private field.Thanks!
Best regards,
soltnerMay 24, 2018 at 4:50 pm #961683Hi Ismael!
Sorry for asking, but have you found out a solution for the problem?Regards
SoltnerMay 25, 2018 at 3:22 pm #962192Hi,
I’m sorry for the late response. The related entries container is being rendered above the other elements even though it was added at the very bottom of the builder. Did you add any modifications other than this shortcode? Please enable the Appearance > Editor panel or make it accessible.
Best regards,
IsmaelMay 28, 2018 at 11:32 am #963068This reply has been marked as private.May 30, 2018 at 3:31 pm #964318Hi,
Thanks for the update. We modified the shortcode a bit.
add_shortcode('avs_related_entries', 'avs_related_entries_callback'); function avs_related_entries_callback() { //show related posts based on tags if there are any ob_start(); get_template_part( 'includes/related-posts'); $output = ob_get_clean(); return $output; }
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.