Forum Replies Created
- AuthorPosts
Hash
KeymasterThe menu section is looking good so far.
Hash
KeymasterPeople often don’t use the alt attribute for the image from the media library so we have not used it but we will consider in the future update. It need some coding skills to fix it.
Hash
KeymasterYes you can do it with some Custom CSS
Here is the CSS
.hs-service-excerpt h6 a{pointer-events: none;}Hash
KeymasterSeems like some of the plugin installed has caused this problem. Try disabling the plugins and check.
Hash
KeymasterHere is the CSS
.ht-main-header{padding:15px 0;}
.ht-main-title{margin-bottom:0}Hash
Keymaster@larprand Yes, it is possible. Add the below CSS
.ht-slide-cap-desc{display:none}
This will hide the description of the page in the slider.
Hash
KeymasterHi,
You can use loco translate plugin to translate. Here is the link https://wordpress.org/plugins/loco-translate/
Hash
KeymasterBasically the slider caption is programmed to show the whole content of the page. So the best way would be use less text for the page that you use as a slider.
Here is the CSS to show only single line of the content
.ht-slide-cap-desc{ white-space:nowrap; overflow: hidden; text-overflow: ellipsis; }Hash
KeymasterHere is the edited CSS
#ht-featured-post-section{ background: #f6f6f6 !important; color: #FFF !important; padding-bottom: 80px !important; }Hash
KeymasterTo make the footer sticky, here is the easy way. Add the below CSS
#ht-content{min-height:400px;}
Change 400 to your requirement.
January 4, 2017 at 11:53 pm in reply to: unsuccessfully trying to add Image to page header/breadcrumbs #1536Hash
KeymasterIf you want to add the background image for the title then here is the CSS you need to add
.ht-main-header{background-image:url('http://imageurllink');}Hash
KeymasterHi,
Add the below CSS
.ht-slide-cap-desc{ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }Hash
Keymaster@Confidemus can you please mention your website url?
Hash
KeymasterCan you please let us know your website url so that we can check for the problem?
Hash
KeymasterAdd the below CSS in the Custom CSS field.
.ht-main-navigation a{
text-transform: none;
}Hash
KeymasterYes, it is possible. Add the below CSS
#ht-team-section .ht-section-title-tagline{ text-align: left; }
#ht-team-section .ht-section-title,
#ht-team-section .ht-section-tagline{width:100%;}Hash
KeymasterYou need to make edit in multiple place. One in customizer.php to add the option in the customizer panel and then front-page.php to display in the front end. Also you need to add some CSS to align the team member properly.
Hash
KeymasterThe slider should display the same image that you upload without cropping. But the image may resize depending upon the width of your screen.
Also we can not determine the cause of line above the slider without checking the website.
Hash
KeymasterCan you please mention your website url?
There are not any sort of animation on the progress bar in the Total Theme. You can check demo for reference https://hashthemes.com/wordpress-theme/total/
Hash
KeymasterHi,
We will fix this issue in upcoming version.
Here is the temporary solution. Add the below CSS
body { background-attachment: fixed !important; }- AuthorPosts
