Forum Replies Created
- AuthorPosts
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.
Hash
KeymasterHi,
You need to change the code in front-page.php or template-home.php depending on the setting you are on for the Front Page display. It is the file that displays the home page.
Hash
KeymasterSeems like you are using small sized image. Use big one. The recommended size is 1800x800px
Hash
KeymasterHi,
Why did you post your question in the forum of HashOne as you seems to be using Total Theme? The above reply is for HashOne Theme.
For Total Theme here is the CSS
#total-breadcrumbs{ display:none; }Hash
KeymasterHi,
Just don’t select the page for the field in the featured section. That is all you need to do.
and add the below CSS in the custom CSS in the customizer panel if you want to center the posts.hs-featured-post{
width: 31.33%;
}To show more text in the feature section it is a bit complex. It will require change in code. And similar with the counter section as well.
Hash
KeymasterSorry not possible.
Hash
KeymasterHi,
The theme is very easy to set up. You don’t need any sort of documentation.
Go to Appearance -> Customizer Menu and then you will find all the setting over there. It will take no time to understand the setting. Its very easy.
Hash
Keymaster@Francis Flex you need to make a category for your category first. And then add the post assigning these category with featured image. After that you nee to configure the setting in the customizer panel for the portfolio section by selecting the necessary category to show as portfolio. This is all you need to do.
And you can not make the logo bigger. The header adjust the logo with its height which is 90px
Hash
KeymasterHi,
To change the sliding time, you need to edit js/hashone-custom.js file
The code you need to modify is
if($('#hs-bx-slider .hs-slide').length > 0){ $('#hs-bx-slider').bxSlider({ 'pager': false, 'auto' : true, 'mode' : 'fade', 'pause' : 6000, }); }Increase the value of 6000
Hash
KeymasterSorry, not possible with current available features. but yes with code customization.
December 23, 2016 at 8:13 pm in reply to: Home slider not appearing. Formatting in posts messed up. #1465Hash
Keymaster@thrinity you need to remove the uploaded image inside the page. The image uploaded in the featured image option get display as a slider banner.
December 23, 2016 at 12:13 am in reply to: How to transmit header background image via https://? #1459Hash
KeymasterOnce you have installed SSL on your website, go to Settings -> General and change the WordPress Address (URL) and Site Address (URL) to have https on it. After than go to the customizer and re upload the header image. After this the header image will have https:// on its source url.
Hash
KeymasterHi,
Basically we do to like our theme credit being remove or changed. If you wan to remove or change the footer credit , you can buy a child theme from us which has the option either to remove or change the footer credit. And the theme update will have won’t cause any lose with child theme.
Hash
KeymasterThe slider caption title and subtitle is white and if you want to change the color here is the CSS
.sq-slide-cap-title{
color: #FFFFFF;
}.sq-slide-cap-desc{
color: #FFFFFF;
}Change the #FFFFFF to your desired color.
To change the opacity of the caption background, here is the CSS
.sq-slide-caption{
background: rgba(0,0,0,0.2);
}Change 0.2 to 0.3, 0.4 …
Hash
KeymasterHi,
The Square theme does not have feature to show the blog post in the front page. Can you please let us know your website url?
Hash
KeymasterPlease mention you website url so that we can have a detail look at it.
- AuthorPosts
