Forum Replies Created
- AuthorPosts
- March 16, 2017 at 8:03 pm in reply to: Clearing gray filter and removing button from Home Slider #2393
Hash
KeymasterThe gray overlay is gone. If you need to remove the caption as well then here is the CSS
.ht-slide-caption{display:none}
Hash
KeymasterI don’t think people will go that slow as well. But there is solution for it. You need to edit the code file for it. Using FTP or any other to access the file, open the js/total-custom.js file and then find the code and increase the value of 500 as required.
$('.ht-menu > ul').superfish({ delay: 500, // one second delay on mouseout animation: {opacity:'show',height:'show'}, // fade-in and slide-down animation speed: 'fast', // faster animation speed });Hash
KeymasterHi,
Sorry, we have disabled the post tag. I don’t think it will create much problem because most user do not use it.
Hash
KeymasterIt is not possible to change the + sign but yes possible to make it appear always with the CSS code below
.sq-featured-readmore{opacity:1}
The post on the featured section ends with … You can check our demo website.
Hash
KeymasterSorry, not possible. It requires modification in the code which will fall under paid customization.
Hash
KeymasterHash
KeymasterThere is no other solution other than to edit the core codes
I missed a . in the above code. Here is code again
.ht-portfolio-cat-name-list, .ht-portfolio-post-wrap, .ht-team-counter-wrap{display:none}Hash
KeymasterI did not find any considerable issue when i checked your website in the firefox of my mobile browser.
Hash
KeymasterTry with this CSS
With this, your portfolio section and counter section won’t display apart form title and subtitle..ht-portfolio-cat-name-list,
ht-portfolio-post-wrap,
.ht-team-counter-wrap{display:none}Hash
KeymasterYes, you can do it by adding CSS
here it is
.ht-main-header{display:none}Hash
KeymasterHi,
The menu are working fine when i checked in my Chrome Browser. Can you please let me know which browser are you testing on. Or the better way would be take some video with mobile and show us.
Hash
KeymasterIt can not be done by CSS file. The file that generate excerpt of the blog page is template-parts/content-summary.php
Hash
KeymasterYes, you may add video in the pages. But it won’t work for the front page.
March 14, 2017 at 8:46 pm in reply to: Blue Colored Striped on sides of the slider caption overlay #2366Hash
KeymasterSorry, the theme does not have option to change the color. You may use our Total Theme. It has option to change the template color.
Hash
KeymasterYou may use other template that allows you to use more slider. Its your wish.
Hash
KeymasterMay be you have added incorrect HTML. Here is the correct HTML for anchor tag
<a href="http://yourlink.com">Your Title</a>Hash
KeymasterHere is the CSS code for it
#sq-home-slider-section .bx-wrapper .bx-controls-direction a{display:none}Hash
KeymasterThat plugin should have worked. Here is another plugin https://wordpress.org/plugins/bulk-seo-image/
and for H1 in the fontpage you can add it as below
<h1 style="display:none">My Header Text</h1>It will hide the text from the front page but for SEO it will work.
Hash
KeymasterHi,
You can use about us section for it. You can add the time in the page that you choose for the about us section.
Hash
KeymasterThere is a field to add the slider Image in the customizer panel. Or you can change the image by adding custom CSS as below
#hs-home-slider-section {
background: url(images/bg.jpg) no-repeat center;
}change the link of the image above
- AuthorPosts

