Forum Replies Created
- AuthorPosts
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.
Hash
KeymasterHi,
If you are editing the style.css file then just find for the color #5bc2ce and replace it with your desired hex color.
But direct editing the style.css file is not a good approach. You can use child theme for it.
Hash
KeymasterHi,
You will find the function square_posted_on() on file inc/template-tag.php file.
You will have to take the comment counter code out of this function and then add it to a new function which can then be called at any other place.
Hash
KeymasterHi,
Seems like there is some cross origin resource sharing problem due to sub domain issue.
Can you please let us know your website url so that we can detect the issue precisely?
Hash
KeymasterSorry, it is not possible without paid customization. We can do it for paid customization if you want.
December 22, 2016 at 11:22 pm in reply to: Home slider not appearing. Formatting in posts messed up. #1450Hash
KeymasterHi,
There was some bug in version 1.1.4. We have fixed it in version 1.1.5 so please do update your theme again.
- AuthorPosts