Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #958222

    In http://christfirst.org/ :
    1) How do we show the first sentence under each blog entry on the screen ? Right now, no blog text is showing on the preview screen.
    2) How do we take out the Enfold link from the bottom of the site, and instead we can add “Copyright – ChristFirst.org . Designed by GCI” along with a link to the designer under the word GCI please ?

    Thank you,
    Mips.

    #958425

    Hey mips1000,

    1. The blog excerpts should display by default. What element are you using? Please check the excerpts settings in the element.

    2. To remove the footer copyrights info please check https://kriesi.at/documentation/enfold/footer/#copyrights-info

    Best regards,
    Vinay

    #958740

    1. The blog excerpts should display by default. What element are you using? Please check the excerpts settings in the element.

    I am using in the “Blog Layout” :
    Elegant
    Grid Layout
    Single post with small preview image
    Show thumbnails and display post title

    Where are the excerpts settings please ?

    Thank you,
    Mips

    #958819

    Also, the ability to post comments has been disabled. Not sure if it has anything to do with it.
    Inside the blog post, I try the “excerpt” option on or off, and it still does not make a difference.

    Thank you,
    Mips

    #958866

    I found the excerpt box inside of the post page. So I see the complete excerpt now. How can I set it up
    1) So that it automatically creates the excerpt from the content of the page ?
    2) How do you set it up to cut the except after 10 words ?
    3) How can you add the link “Read more …” after the excerpt please ?

    Thank you,
    Mips

    #959365

    Hi Mips,

    Here are some threads to consider:
    https://kriesi.at/support/topic/excerpt-settings-enfold/#post-526179

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

    #959855

    This is very confusing. There is no 1 place where the clear solution is shown.
    I have added the following and both functions are having no affect at all :

    add_filter(‘avf_postgrid_excerpt_length’,’avia_change_postgrid_excerpt_length’, 10, 1);
    function avia_change_postgrid_excerpt_length($length)
    {
    $length = 100;
    return $length;
    }

    function change_blog_archive_style() {
    global $avia_config;
    if(!is_single()){ $avia_config[‘blog_content’] = “excerpt_read_more”; }
    }
    add_action(‘get_header’, ‘change_blog_archive_style’);

    Any suggestions,
    Thanks,
    Mips

    #960054

    The main thing that I am trying to set up is a text that reads “Read more …” after the excerpt is shown on the home page.

    Thank you,
    Mips.

    #960823

    Hi Mips,

    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

    #960969

    OK.

    Thank you,
    Mips.

    #961667

    Hi Mips,

    You should be running at least php5.6.3 for the code to work properly. Please consider upgrading your php version.

    Best regards,
    Victoria

    #961756

    OK, the PHP was upgraded to 7.0. I still do not see any difference.
    Please advise.

    Thank you,
    Mips

    #962232

    Hi Mips,

    The code should be place in functions.php not the functions-enfold.php and this code will not work in this case, to add the read more here you need to edit the enfold/config-templatebuilder/avia-shortcodes/contentslider/contentslider.php file since this is the element that is used to generate this page at the moment.

    Best regards,
    Victoria

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