Forum Replies Created
- AuthorPosts
Hash
KeymasterHi,
If you are editing the style.css file then just find for the color #5bc2ce and replace it with your desired hex color.
But direct editing the style.css file is not a good approach. You can use child theme for it.
Hash
KeymasterHi,
You will find the function square_posted_on() on file inc/template-tag.php file.
You will have to take the comment counter code out of this function and then add it to a new function which can then be called at any other place.
Hash
KeymasterHi,
Seems like there is some cross origin resource sharing problem due to sub domain issue.
Can you please let us know your website url so that we can detect the issue precisely?
Hash
KeymasterSorry, it is not possible without paid customization. We can do it for paid customization if you want.
December 22, 2016 at 11:22 pm in reply to: Home slider not appearing. Formatting in posts messed up. #1450Hash
KeymasterHi,
There was some bug in version 1.1.4. We have fixed it in version 1.1.5 so please do update your theme again.
Hash
KeymasterSorry, the slider is intended for image only so there is not way that you can show video in the slider with the current available options.
December 22, 2016 at 11:18 pm in reply to: Can I use page excerpt instead of page content in the Services section? #1448Hash
KeymasterYes, you can show you custom excerpt as well. Check this support thread for detail explanation https://hashthemes.com/support/topic/featured-section-not-displaying-ulsols/
Hash
KeymasterHi,
It is not possible to have more team member without editing the Code. We can do it for the paid support if you want.
Hash
KeymasterThe above option will only be available if you are using latest version of WordPress. This option is not available in the older version of WordPress so do update your WordPress.
Hash
KeymasterThis problem has been fixed in our latest update release 1.1.4
Hash
KeymasterThe best way is to use some custom CSS plugin or if you are on Latest version of WordPress, you will see a custom CSS field in the Customizer. Add the below CSS on it
#hs-featured-post-section{
background: #F6F6F6;
}Change #F6F6F6 to your desired hex color code.
Hash
KeymasterGreat to know that you fixed at your own..
Hash
KeymasterJust upload smaller height image and it should display according to your requirement. With CSS it will stretch the image.
Hash
KeymasterHi,
Sorry, there is not option to change the slider timing. But you can do if by editing javascript code in total-custom.js file.
Hash
KeymasterHi,
It depends on what setting you are on. If the Setting for the Front Page display in Settings -> Reading Menu is “Latest Post” then you need to edit front-page.php file but the setting for Front Page Display is “Static Page” and the selected page has template “Home Page” used then you need to edit template-home.php file.
December 22, 2016 at 11:01 pm in reply to: Is it possible to hide the title box on the 2nd and 3rd sliders? #1439Hash
KeymasterHi,
Use the CSS below
.ht-slide:nth-child(2), .ht-slide:nth-child(3){ display: none; }This is hide the caption text for the 2nd and 3rd slider.
Hash
KeymasterSorry again. Not possible with the existing feature. It will require code Customization.
Hash
KeymasterHi,
sorry, it is not possible with the available features.
Hash
Keymaster@Suzy thanks for the detail explanation.
@easyways the above mentioned way will work. Other alternate and easy way is to add custom CSS using some Custom CSS plugin or the field in the Custmizer if you are using latest version of WordPress.. Here is the CSS code
.ht-main-header{ display: none; }Hash
KeymasterSo far the IE browsers are near to extinct so we have stopped making the website compatible with IE. But said that, the theme should work fine with latest version of IEs’
- AuthorPosts
