Forum Replies Created
- AuthorPosts
Hash
KeymasterSorry, it is not possible to add the link for the logo
Hash
KeymasterHere is the CSS to change the height
#ht-masthead{height:150px}change 150 to requied
Hash
KeymasterSince visual composer is based on shortcode, it is showing the shortcode in the except. There is a way to strip all the shortcode but with this the blog page will not show any content for the post made with visual composer.
Hash
KeymasterThe page layout option does not work of the blog page. Add the below CSS to remove the sidebar from blog page
.blog #primary{width:100%} .blog #secondary{display:none}Hash
KeymasterHow did you add it? If you are using shortcodes in the custom field for the customizer then they won’t work.
Hash
KeymasterJust add this code
<a href="http://yourlink.com">HMRC</a>: #12216205 | FCA: #PSD/526301 | COMPANY REG: #05483627Hash
KeymasterSorry, it is not possible. But yes with child theme. Make a copy of header.php in your child theme and then make the necessary changes.
Hash
KeymasterHi,
The update still has home-page-template.php but there is a change in code. Here 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
KeymasterHi,
Here is the part of the documentation that will guide you on how to create your own menu and reorder them https://hashthemes.com/documentation/total-documentation/#MenuSetup
Hash
KeymasterHi,
It should display the category even if your post has only 1 category. Can you please show us your website with your website url?
Hash
KeymasterCan you explain your question in more detail?
Hash
KeymasterHi,
You can not create multiple home pages layout in a single site. The Demo has different layout created only for a demo purpose with some special coding. And we don’t have the pro version.
Hash
Keymaster1. On the homepage there is now h1 title defined and for SEO this seems not cool for Seo. Is there a possibility to ad somewehre an h1 title?
>>The Home page does not have H1 header tag defined if you are using our designed home page layout. If you want to add it, you will have to edit the front-page.php file.2. I can not figure out how i can ad na alt-tag to the slider images. I did try to play in the java of bx-slider but I was not succesful. How can i ad the alt-tag? I am sure this is not to hard – hopefully
>> Use this plugin https://wordpress.org/plugins/seo-image-alt-tags/ , It will automatically add alt tag in all the image for better SEOHash
KeymasterTo change the slider speed, you need to change the js file. As you seem to have located the file, just increase the value of 5000 to 8000
And to add the extra slider, you will have to ask for the paid support.
Hash
KeymasterTo reduce the font size of the slider caption, here is the css
.sq-slide-cap-title{font-size:30px}
.sq-slide-cap-desc{font-size:18px}And the theme does not have feature to change the theme color.
Hash
KeymasterThe only way is to reduce the height of the slider image. Can you show us your website so that we can check?
Hash
KeymasterIt does not work with the customizer field but will work with other fields.
Hash
KeymasterHi,
You need to add the slider image in this section to over ride the default image.
Hash
KeymasterIn the customizer panel, there is a field for Copyright text. You can change it from there.
Hash
KeymasterSorry, it is not possible. The theme does not have this feature.
- AuthorPosts

