-
AuthorPosts
-
November 17, 2020 at 3:42 am #1260875
I would like to display excerpts for all posts in the Magazine element here. I’ve tried the recent solutions including #1141312. My magazine.php appears to align with the code provided in this solution so not sure where to go from here?
See private content for access info.
Thank you for the help!- This topic was modified 3 years, 12 months ago by Jen.
November 19, 2020 at 11:56 pm #1261657Hey Nicole,
Please share the logins here in private too.
Best regards,
VictoriaNovember 23, 2020 at 6:21 pm #1262454This reply has been marked as private.November 23, 2020 at 11:17 pm #1262528Hi stanbrid,
Please copy this file to the child theme:
wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/magazine/magazine.phpand we will try to help you with the rest.
Best regards,
VictoriaNovember 24, 2020 at 8:02 pm #1262797Done. Copied magazine.php to the child theme. Thank you.
- This reply was modified 3 years, 11 months ago by Jen.
November 26, 2020 at 12:07 am #1263135Hi stanbrid!
You need to preserve the folder structure in the child theme and so you need to create the folders the same as in the parent theme.
Cheers!
VictoriaDecember 1, 2020 at 10:43 pm #1264332Hello, I have recreated the folder structure in the child theme as requested. Thanks!
December 6, 2020 at 11:55 pm #1265363Hi,
Sorry for the very late reply, did you need further help?
Your last reply sounds like this is solved.
Shall we close this thread then?Best regards,
MikeDecember 10, 2020 at 11:16 pm #1266421Hi Mike,
Please don’t close. It hasn’t been resolved. My last reply indicated that I had recreated the folder structure as Victoria requested, in order for your team to login and see why excerpts are still not displaying on the magazine blog.
Still an open issue.
Thanks
- This reply was modified 3 years, 11 months ago by Jen.
December 11, 2020 at 6:15 pm #1266606Hi stanbrid,
Please share FTP access as well, cannot edit files from the dashboard.
Actually, I got the code working on your end. Please check.Best regards,
Victoria- This reply was modified 3 years, 11 months ago by Victoria.
December 11, 2020 at 7:45 pm #1266634Hi Victoria,
This is perfect! Thank you for the help. Curious to how this code you used fixed it and why the suggested code in Topic #1141312 didn’t work in my instance. Might help others resolve same issue in the future too. We can make the code public if you think it would help others, too.
Thank you again!
NicoleDecember 11, 2020 at 8:19 pm #1266660Hi stanbrid,
This code needs to be added to the functions.php file too:
add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1); function avia_include_shortcode_template($paths){ $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/config-templatebuilder/avia-shortcodes/'); return $paths; }
Glad we could help :)
Best regards,
Victoria- This reply was modified 3 years, 11 months ago by Victoria.
December 14, 2020 at 6:38 pm #1267236Hi Victoria,
Thank for the terrific support! Truly the BEST WordPress theme. The level of support provided is unprecedented.
Also, is it possible to show the comment count on the magazine element?
Thanks!
- This reply was modified 3 years, 11 months ago by Jen.
December 15, 2020 at 11:02 pm #1267584Hi stanbrid,
Thank you for your kind words.
I am really glad we could help :)
Happy holidays!
Best regards,
Victoria -
AuthorPosts
- The topic ‘Show all excerpts in magazine blog’ is closed to new replies.