-
AuthorPosts
-
May 17, 2018 at 3:39 pm #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.May 18, 2018 at 5:08 am #958425Hey 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,
VinayMay 18, 2018 at 5:43 pm #9587401. 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 titleWhere are the excerpts settings please ?
Thank you,
MipsMay 18, 2018 at 8:46 pm #958819Also, 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,
MipsMay 19, 2018 at 12:48 am #958866I 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,
MipsMay 20, 2018 at 9:56 am #959365Hi Mips,
Here are some threads to consider:
https://kriesi.at/support/topic/excerpt-settings-enfold/#post-526179If you need further assistance please let us know.
Best regards,
VictoriaMay 21, 2018 at 4:56 pm #959855This 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,
MipsMay 21, 2018 at 11:26 pm #960054The 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.May 23, 2018 at 2:43 pm #960823Hi 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,
VictoriaMay 23, 2018 at 5:02 pm #960969OK.
Thank you,
Mips.May 24, 2018 at 4:37 pm #961667Hi Mips,
You should be running at least php5.6.3 for the code to work properly. Please consider upgrading your php version.
Best regards,
VictoriaMay 24, 2018 at 6:06 pm #961756OK, the PHP was upgraded to 7.0. I still do not see any difference.
Please advise.Thank you,
MipsMay 25, 2018 at 4:09 pm #962232Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.