Forum Replies Created
- AuthorPosts
Hash
KeymasterHi,
It is not possible with the current available features. But we can customize the website to add different page header banner for each page for the paid support if you want.
Hash
KeymasterCan i check your website?
Hash
KeymasterCan i check your website? The above CSS should work fine so far.
Hash
KeymasterYes, you can do it with custom CSS. Add the below CSS using some Custom CSS plugin
.sq-slide-caption{background:rgba(0,0,0,0.5)}
Hash
KeymasterHere is the CSS if you want to keep it showing all the time
.sq-featured-post sq-featured-readmore{
opacity: 1;
}Hash
KeymasterHi,
The theme is currently not responsive but we will make it responsive in upcoming updates.
You can like us on our Facebook page to be updated when it is responsive.
Thank you.
Hash
KeymasterHi,
The page title appears from title that you give to your page and there is no option to remove it.
But you can remove it with some custom CSS code. Here is the code
.sq-main-title{display:none}
Use some CSS plugins to add the CSS code.
Hash
KeymasterHi,
I don’t know why the Editor menu is not available in the dashboard because the theme does not contain any code that hides it. Please check by disabling the plugins or contact to your hosting provider.
It is possible to show different widgets in different pages. The theme does not have this feature but yes there is a plugin that does it. There are lots of plugins available though here is one of my favorites https://wordpress.org/plugins/restrict-widgets/
Hash
KeymasterHi,
Please check this link http://hashthemes.com/support/topic/unable-to-display-square-features-after-setting-static-page/
If you set the latest post, it will always display the default homepage layout excluding the blog layout.
If you have done everything correct as mentioned in the above link then please do reply back with your website url for us to check.
Thank you.
Hash
KeymasterHi,
It is not possible to add more slider with out customization. And similar is the case with your another question.
Both are possible only with the customization. We do offer paid customization if you are interested.
And thank you for liking our theme.
Hash
KeymasterHi,
Can you please mention your website url showing the problem?
Hash
KeymasterHi,
The featured section strips all the HTML tags and shows the plain text. The theme limits the number of character to show in the featured post and doing so if the theme allows HTML tags, the text end up without closing HTML tag breaking the whole site.
But there is a solution for it as well.
1. You need to enable the excerpt for the page.
2. Now add your text in the excerpt. It accepts all the HTML Tags and shows the full text without stripping.
The read more symbol is working for the both case when i tested with my demo website.
Hash
KeymasterHi,
Thank you for liking our theme.
I am sad to say that there is no option to link different page banner to different page. The theme only allows you to add the single page banner that show in all the page.
But we do offer paid customization support it you want to show different page banner in different pages.
Hash
KeymasterHi,
These HTML character are escaped and converted into HTML entity for the security purpose.
Security purpose – If the user miss and closing HTML tag, the website would break down.
This is the reason why they are printed as it is. So its sad to say that you need to omit any HTML character in your slider.Hash
KeymasterHi,
1. There is no option in the theme to change the color. But with custom CSS, yes it is possible. But there are lots of changes that need to be done which can not be written here. We do offer paid support to change the color if you want.
2. Yes, you need to install plugin for that. You can use Contact Form 7 or any another plugin for that.
Hash
KeymasterHi,
The content-product.php handles the product listing in the shop, the archive page and the related products section. It does not have any thing to do with the single page detail. To edit your single page you need to use appropriate hooks and filters or add the single-product.php or other files into the woocommerce folder of the theme and then edit to your appropriate.
We can not go into the detail. But yes we do offer premium customization support if you want.
Thank you.
Hash
KeymasterThere is no option to slow down the speed of the slider. But you can change it by modifying the code.
You need to modify js/square-custom.js file and the code to edit is
$('#sq-bx-slider').bxSlider({ 'pager':false, 'auto' : true, 'mode' : 'fade', 'pause' : 5000, 'prevText' : '<i class="fa fa-angle-left"></i>', 'nextText' : '<i class="fa fa-angle-right"></i>', 'adaptiveHeight' : true });
increase the pause value from 5000 to higher number
Hash
KeymasterHi,
The sidebar setting does not need any settings at all. All you need to do is check the appropriate sidebar and save your post.
If it is not working then please reply back with your website url. Or you can even email us your website detail to support@hashthemes.com so that we can inspect your site and fix the possible issue.
March 7, 2016 at 3:48 pm in reply to: Unable to Display Square Features after setting Static Page #77Hash
KeymasterHi,
If you want to use static page as your Front Page Display option then you need to set the “Home” template to the page that you assigned as a static page. Please check the below screen shot for more refrence.
- AuthorPosts