Viewing 26 posts - 1 through 26 (of 26 total)
  • Author
    Posts
  • #931297

    Hello,

    I am trying to show excerpt and read more link on magazine list items. I found a couple of threads about it but following them did not work.

    What can i do to achieve this?

    #932129

    Hey jorgepavajeau,

    Can you please point us which of the posts you followed?
    So we can try identify the issue from our side also please?

    Thank you

    Best regards,
    Basilis

    #932994
    #933384

    Hi,

    Thank you for the info.

    Please look for this code around line 690.

    if(empty($this->atts['thumbnails']))
    				{
    					 $image = "";
    					 $extraClass = "av-magazine-no-thumb";
    				}
    

    Below, add the excerpt.

    
    $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, '');
    

    Best regards,
    Ismael

    #933708

    The excerpts now show, but I am getting the following error messages on top of the page:

    Warning: session_start() [function.session-start]: Cannot send session cookie – headers already sent by (output started at /home/content/55/9769155/html/frenchrecruiters/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/magazine.php:1) in /home/content/55/9769155/html/frenchrecruiters/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 42

    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/content/55/9769155/html/frenchrecruiters/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/magazine.php:1) in /home/content/55/9769155/html/frenchrecruiters/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 42

    #934030

    Hi jorgepavajeau,

    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,
    Victoria

    #934289

    Credentials below

    #934522

    Hi,

    You most probably have a space on the top of the bottom of the tile.
    Could you please remove those?

    Best regards,
    Basilis

    #934863

    I’m sorry, I don’t understand what that means. Can you be more specific?

    • This reply was modified 6 years, 5 months ago by jorgepavajeau.
    #935114

    Hi,

    Can you give us ftp access? so we can check further.

    Best regards,
    Nikko

    #935352

    ftp access below

    • This reply was modified 6 years, 5 months ago by jorgepavajeau.
    #935846

    Hey Jorgepavajeau,

    If you recently updated enfold theme to 4.2.6 and get an error here is what you should do to resolve this issue:

    1. Deactivate all plugins (If you have access to backend) else access the /wp-content/ folder and rename the plugins folder to plugins.old.

    2. Update the PHP version being used by your hosting server to PHP 7 by getting in touch with your hosting company.

    Access your site with FTP or log in to your control panel and access the site via File Manager and perform the below steps:

    3. Replace the header.php file in wp-content/themes/enfold folder with an updated version of the header.php file.

    4. Access your WordPress site root folder and rename the current .htaccess file to .htaccess.bak. Login to WordPress admin area go to settings > permalinks > select “Post name” and save changes.

    5. Define a higher memory limit in WordPress and if possible increasing the memory on the hosting server.

    To increase the WordPress memory limit please access wp-config.php file and add the below line

    define('WP_MEMORY_LIMIT', '256M');
    

    For a detailed explanation please check this link http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
    and you can contact your service provider to increase the memory limit.

    If none of the above works for you please go ahead and delete the “enfold” folder in wp-content/themes/ and upload a fresh copy of the “enfold” theme files.

    Best regards,
    Vinay

    #936626

    I updated the header.php to the latest version and now when I try to login to the backend I get the following error:

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/55/9769155/html/frenchrecruiters/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/magazine.php:1) in /home/content/55/9769155/html/frenchrecruiters/wp-includes/pluggable.php on line 1216

    #936858

    Hi,

    Can you please make sure there is no space at the end or the top of the file?

    Thank you

    Best regards,
    Basilis

    #936947

    What file? The header.php??

    #937606

    Hi,

    I can’t see the error anywhere in the site. Did you modify the magazine.php file?

    Best regards,
    Ismael

    #937816
    #938478

    Hi,

    Thank you for the update. I was able to access the file server via FTP but I can’t find the directory of the “frenchrecruiters” site. Please check the FTP login details.

    Best regards,
    Ismael

    #938483

    That is the only directory that I gave you access to. The root folder is frenchrecruiters.

    #939258

    Hi,

    I’m sorry for the confusion. Please upgrade the theme from version 4.2.3 to version 4.2.6. That should help with the issue. If you can still see the notification after the update, look for the “tmp” folder in the root directory and remove everything inside. Create a backup or a restore point before doing so.

    Best regards,
    Ismael

    #939302

    I updated to the latest version of enfold and now the website is completely down!

    CAN SOMEONE HELP WITH WHAT SHOULD HAVE BEEN A SIMPLE ISSUE?????

    all i get is this error message now:

    Fatal error: Cannot redeclare av_countdown_events_fallback() (previously declared in /home/content/55/9769155/html/frenchrecruiters/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown.php:14) in /home/content/55/9769155/html/frenchrecruiters/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown/events_countdown.php on line 12

    #939662

    Hi,

    Your site is fixed now, we are very sorry for the inconvenience. I have removed the duplicate file (events_countdown.php) from avia-shortcodes folder.

    Best regards,
    Nikko

    #939880

    ok, the site is bank online, but I still have the original issue. I need to show an excerpt on the magazine item….

    #940734

    Hi,

    We modified the magazine.php file. You can check the page now.

    Best regards,
    Ismael

    #941135

    Thanks. That worked.

    #941879

    Hi marketingagency,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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