Forum Replies Created
- AuthorPosts
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’
Hash
KeymasterHi,
It is coming from you page. Don’t use any HTML tag inside the page for the slider as the slider text does not support any HTML codes and display as it is.
Hash
KeymasterHI,
May be some of the plugin you can used might have cause the issue!
@vixpace can i know you website please?Hash
Keymaster@creativered The slider should show if you have setting for front page display as latest post or you have static page selected for it with home page template.
@maul Seems like your slider is displaying properly.
Hash
KeymasterHi,
Sorry, it is not possible with the available feature but possible in code customization only.
We can do it for paid support if you want.
December 22, 2016 at 10:29 pm in reply to: "Recommended Image Size" for background images doesn't work on all screens #1430Hash
KeymasterHi,
This problem has been fixed in our latest updates. Please update the theme.
- AuthorPosts