Comments Storecorner started the conversationMay 18, 2017 at 12:06pmHi,I have page with Blog Posts. I put in my page the Blog Type.: Grid. I want to see in my page the excerpt text from every excerpt blog post. But I see the first text from every text blog post. See our attachment.Can you help me?Thanx 895TheFox repliedMay 19, 2017 at 1:09amHello Storecorner, thanks for purchasing Thefox!I am not sure to understand, you want the text to be taken from the post excerpt and not from the post content?If you can give us more information we could guide you how to replace the text.Regards--------------------- Hosting we recommend ( Free SSL and CDN included in all plan ). Speed up your site with Autoptimize Test your site with GTmetrix and fix the issue to make it faster How to Update your Theme Storecorner repliedMay 22, 2017 at 11:06amHi,Yes I want exactly this. 895TheFox repliedMay 23, 2017 at 1:17amHello Storecorner,If you want to do this you will need to go edit the blog php file, and go change the_content() to the_excerpt()Also what is the navigation style you are currently using?Depending on this the file you need to modify will change.Regards--------------------- Hosting we recommend ( Free SSL and CDN included in all plan ). Speed up your site with Autoptimize Test your site with GTmetrix and fix the issue to make it faster How to Update your Theme Storecorner repliedMay 23, 2017 at 11:08amHi, Thanx for your answer, but can you tell me where is this page for the blog in theme files and the name of this page? Thanx 895TheFox repliedMay 24, 2017 at 2:22amHello Storecorner,That depends the blog style you are usingIf you are using carousel or the default blog, and also if you are using the classic navigation or the load more navigation.The file you want to check are :thefox/functions/ajax-hanlders.php thefox/functions/rd_shortcodes/rd_blog.phpthefox/functions/rd_shortcodes/rd_carousel_blog_posts.phpDo not hesitate to contact us if you have more questions. Have a nice day! Regards.--------------------- Hosting we recommend ( Free SSL and CDN included in all plan ). Speed up your site with Autoptimize Test your site with GTmetrix and fix the issue to make it faster How to Update your Theme Storecorner replied privately 895TheFox repliedMay 25, 2017 at 1:25amHello Storecorner, You need to edit the ajax-handlers.php line 1610 : echo tt_text_truncate(tt_content(), "300"); change this line to the_excerpt();This should do the trick!Do not hesitate to contact us if you have more questions. Have a nice day! Regards.--------------------- Hosting we recommend ( Free SSL and CDN included in all plan ). Speed up your site with Autoptimize Test your site with GTmetrix and fix the issue to make it faster How to Update your Theme Sign in to reply ...
Hi,
I have page with Blog Posts. I put in my page the Blog Type.: Grid. I want to see in my page the excerpt text from every excerpt blog post. But I see the first text from every text blog post.
See our attachment.
Can you help me?
Thanx
Hello Storecorner, thanks for purchasing Thefox!
I am not sure to understand, you want the text to be taken from the post excerpt and not from the post content?
If you can give us more information we could guide you how to replace the text.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Hi,
Yes I want exactly this.
Hello Storecorner,
If you want to do this you will need to go edit the blog php file, and go change the_content() to the_excerpt()
Also what is the navigation style you are currently using?
Depending on this the file you need to modify will change.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Hi,
Thanx for your answer, but can you tell me where is this page for the blog in theme files and the name of this page?
Thanx
Hello Storecorner,
That depends the blog style you are using
If you are using carousel or the default blog, and also if you are using the classic navigation or the load more navigation.
The file you want to check are :
thefox/functions/ajax-hanlders.php
thefox/functions/rd_shortcodes/rd_blog.php
thefox/functions/rd_shortcodes/rd_carousel_blog_posts.php
Do not hesitate to contact us if you have more questions.
Have a nice day!
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Hello Storecorner,
You need to edit the ajax-handlers.php line 1610 :
echo tt_text_truncate(tt_content(), "300");
change this line to
the_excerpt();
This should do the trick!
Do not hesitate to contact us if you have more questions.
Have a nice day!
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme