-
AuthorPosts
-
July 23, 2018 at 2:00 pm #988699
May be modify /mytheme/config-templatebuilder/config-templatebuilder/avia-shortcodes/magazine.php ?
July 23, 2018 at 8:46 pm #988888Hey Stefano,
Here is a thread for you to consider
If you need further assistance please let us know.
Best regards,
VictoriaJuly 24, 2018 at 7:32 am #989048I have added this
if($style == 'small') { if(empty($this->atts['thumbnails'])) { $image = ""; $extraClass = "av-magazine-no-thumb"; } /* add excerpt magazine */ $excerpt = !empty($entry->post_excerpt) ? $entry->post_excerpt : avia_backend_truncate($entry->post_content, apply_filters( 'avf_magazine_excerpt_length' , 60) , apply_filters( 'avf_magazine_excerpt_delimiter' , " "), "…", true, ''); } else { $excerpt = !empty($entry->post_excerpt) ? $entry->post_excerpt : avia_backend_truncate($entry->post_content, apply_filters( 'avf_magazine_excerpt_length' , 60) , apply_filters( 'avf_magazine_excerpt_delimiter' , " "), "…", true, '');
July 24, 2018 at 7:34 am #989049Do not work using this code in magazine.php on magazine loop
July 24, 2018 at 8:05 pm #989334Hi unicaweb,
Do you have excerpts for the posts?
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaJuly 25, 2018 at 8:06 am #989535Yes I have excerpts. Below admin access!
July 25, 2018 at 2:26 pm #989702Hi unicaweb,
Can you please have the Appearance > Editor enabled.
Here is how to do it:
Best regards,
VictoriaJuly 25, 2018 at 2:43 pm #989716Now is active
July 26, 2018 at 8:33 am #990104Hi,
The editor is still not accessible. Please enable it or provide the FTP details in the private field.
Best regards,
IsmaelJuly 27, 2018 at 6:30 pm #990811Try now
July 29, 2018 at 4:28 pm #991085Hi unicaweb,
Best regards,
VictoriaJuly 30, 2018 at 7:27 am #991421May be is expired link, try now thanks.
July 30, 2018 at 5:16 pm #991607Nothing ?
July 31, 2018 at 7:44 am #991808Now is enable the WP editor, try please!
July 31, 2018 at 8:16 am #991820Hi,
Thanks for the info. It is working now.
Looks like you’re trying to override the magazine shortcode inside the child theme. You have to make sure that the folder structure is correct or the same as the structure where you copied the shortcode file. And then enable the shortcodes in the child theme by adding the following filter.
// https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#add-elements-to-alb
You need to rename the “config-templatebuilder” folder to “shortcodes” as specified in the filter and move the “magazine.php” file inside the “magazine” folder. We’d like to help you with that but we can’t create folder via Appearance > Editor panel. We’ll need access via FTP.
Best regards,
IsmaelAugust 4, 2018 at 2:34 pm #993509I’m waiting your support plase, I need to add excerpt in magazine layout
https://docs.google.com/drawings/d/1CbTY28d3hiuHmax2o-gzeqyVPcuP3UYY91442wa0cCA/edit?usp=sharing
August 6, 2018 at 8:12 am #993822 -
AuthorPosts
- You must be logged in to reply to this topic.