Forum Replies Created
- AuthorPosts
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; }
Hash
KeymasterHi,
To add the image in the slider, you need to upload a featured image for the page that you have selected as a slider. Adding the image inside the page content will not work. The featured image option is available in the bottom right sidebar of the page editor.
Hash
KeymasterHi,
Resizing the banner image with CSS will stretch and deform the image.
The best way is to upload image with smaller height.
Hash
KeymasterHi,
Increasing the logo size will increase the header height making the design not look good. So it would be better to let the logo resize with the header height.
And To add the icons on over the footer, it requires some code customization. But the theme has feature to add the social icon in the Contact Section.
Hash
KeymasterHI,
All the setting are in Appearance -> Customizer Panel.
Hash
KeymasterHi,
Check this link https://hashthemes.com/support/topic/featured-section-not-displaying-ulsols/ . It should help you.
- AuthorPosts