Forum Replies Created
-
AuthorPosts
-
October 4, 2017 at 2:27 pm in reply to: Change default tag pag to display excerpt vs. entire post #860140
Yes I did! I found the required code on another post. here:
https://kriesi.at/support/topic/display-only-excerpt-on-archive-page/#post-859704
I had to add it to the parent functions.php file though. It would not work in the child theme I created.Can this solutions also be applied to the tag.php file? I would like to show just excerpts on my tag pages. We use the tags extensively in our blog.
Here is the example page that is showing full story.
Will this solution work for tag pages as well? For example:
It looks like the pagination has broken again. Not sure if it was a latest update to WP or not. But I am getting the same issue again on the home page. I am running the latest version of EnFold as well as the latest version of WP 4.4.1
So this fixed it on my home page but not my inside news feed page.
http://www.buenavistanj.com/news-room/
@Yigit do you think you could lend an insight as to why its working on our homepage but not this one?My setting is:
‘no_duplicates’Our development team has resolved the issue for our site!
in File : enfold\config-templatebuilder\avia-shortcodes\blog.php Line No: 343
Change existing code to://$params['offset'] = 0; $params['offset'] = ( $page - 1 ) * $params['items'];
Here it is working on our site:
http://www.buenavistanj.comShare with the masses!
My development team has resolved the issue for our site. Here is the code:
//$params['offset'] = 0; $params['offset'] = ( $page - 1 ) * $params['items'];
Found in this file of the theme folder:
in File : enfold\config-templatebuilder\avia-shortcodes\blog.php Line No: 343To see it in action here is a link to our site:
http://www.buenavistanj.comShare with the masses!
Sorry here it is:
Tried that. Same results. I will send you login info privately. Thanks for the fast reply!
I am having the same issue with the latest version of the theme. I think its a conflict with the new WordPress 4.4 and the theme function for blog posts.
We were able to fix the issue here using this CSS.
article.type-nav_menu_item { display: none; }
This works for the links I included in the original post, but they are specific to the post number. This does not fix the issue for the other 300+ tags we are using on our blog. For instance:
http://blog.bodybio.com/addadhd/
Links at bottom still there. As well as here:
http://blog.bodybio.com/allergies/
http://blog.bodybio.com/cholesterol/I need a solution that will completely remove them.
That was incredible. Worked like a charm. Do you think you could assist me with this other item, along the same topic:
https://kriesi.at/support/topic/permalinks-showing-up-at-end-of-tags-page/
Thanks worked like a charm!
This is not the case. Those links shown below all have content and excerpt content. They do not show up on all tag pages. For instance this tag page:
http://blog.bodybio.com/alzheimers-disease/Does not show any of those links at the end of the page.
But when you choose this tag:http://blog.bodybio.com/behavior/
There are three at the bottom of the page. I just need to turn this off permanently.Also is there a way to modify this page so that it shows the Excerpt with Read More link versus the entire article?
Any insight on this?
-
AuthorPosts