Forum Replies Created
- AuthorPosts
Hash
KeymasterHi,
You seems to be using some other theme. The best way is to remove the plugin and use alternative plugin instead.
Hash
KeymasterHi,
Just remove the page break from the posts and then (more..) text will disappear.
Hash
KeymasterHi,
The best way to addition content is to edit the header.php file and then add your content and do some formatting with CSS. Other wise there is not other possible solutions.
Hash
KeymasterAdd the CSS below
.ht-main-header{padding:10px 0}Hash
KeymasterAdd this CSS to remove the date from the blog detail page
.single .ht-post-info{display:none}Hash
KeymasterHi,
Add the CSS below
.ht-slide-overlay{display:none;}
Hash
KeymasterHi,
It requires additional coding so may be impossible to do it yourself.
Hash
KeymasterYou will have to edit the code file to show the blog full post.
Hash
KeymasterHi,
Delete the theme and then install it again. It should probably solve your issue.
Hash
KeymasterHi,
You can not open the link to open external page. The CSS you are taking about is to change the background of the icon box.
Hash
KeymasterSorry, there is no option to change the category title position.
Hash
KeymasterHi,
The file is template-parts/section-blog.php
Hash
Keymaster@ComputerFlake can you please publish your website and show us because we can not make sense of what you are saying. Can you please check with our demo and let us know if the same problem exist over there?
Hash
KeymasterThere is an option to show or hide the section. So please make the use of this option. If you want to show title/subtitle and hide other content then make use of CSS as below
.your_class{display:none}
Hash
KeymasterSince you have your latest post as a front page, the blog page will link to your latest post hence it is redirecting to the same page. Check our documentation https://hashthemes.com/documentation/total-documentation/
Hash
KeymasterYes, you can use static simple home page. Here is the documentation https://hashthemes.com/documentation/total-documentation/#SettingaStaticFrontPage
Hash
KeymasterHere is how to change the order. In the function.php of child theme add the below code. Now you just need to change the order of the $array
add_filter("total_home_sections", "total_new_home_sections"); function total_new_home_sections($array){ $array = array("slider", "about", "featured", "portfolio", "service", "team", "counter", "testimonial", "blog" ,"logo" ,"cta"); return $array; }Hash
KeymasterHere is how to change the order. In the function.php of child theme add the below code. Now you just need to change the order of the $array
add_filter("total_home_sections", "total_new_home_sections"); function total_new_home_sections($array){ $array = array("slider","about","featured","portfolio","service","team","counter","testimonial", "blog","logo","cta"); return $array; }Hash
KeymasterHere is the code
.ht-team-member-wrap{ text-align: center; } .ht-team-member{ float:none; display:inline-block; }Hash
KeymasterThe above mentioned code is for HashOne theme.
Here is the code for Total Theme.ht-team-member-wrap{ text-align: center; } .ht-team-member{ float:none; display:inline-block; }- AuthorPosts

