Forum Replies Created
- AuthorPosts
Hash
KeymasterHere is the CSS that will help you. @dema
.sq-main-title:after,
.sq-main-title:before,
#sq-colophon h5.widget-title:after,
.sq-featured-post h4:after{
background:#FF0000;
}Hash
KeymasterHi,
Please check this link of the Square Theme on how to setup the homepage.
It works same for Hashone as wellHash
KeymasterHi,
The problem seems to be from hosting or may be some of the plugin you have installed might have caused it. The theme does not have any such code that prevents the code to edit from the editor.
Also the theme update reset the code to the original format so you should never be editing the code directly. Follow the child theme approach if you want to edit the code.
Hash
KeymasterHi,
Please check this link to set up you home page http://hashthemes.com/support/topic/unable-to-display-square-features-after-setting-static-page/ with static page. With this you can create the home page https://demo.hashthemes.com/square
But if you want to create normal static page as a home page, then it is not possible to change the header banner image and both sidebar as well.
Hash
KeymasterHi,
Please check this link. It is well explained over here http://hashthemes.com/support/topic/unable-to-display-square-features-after-setting-static-page/
The blog page show all your blog post.
Hash
KeymasterIt seems that some plugin has conflicted with the javascript of the theme. Please check by disabling the plugins.
Hash
KeymasterThis feature is only available in the latest version of the theme. So please make sure that you update the theme to latest version.
And this option is available at the bottom of the post/page editor for each page/post.
Hash
KeymasterHi,
Seems that you are missing some thing that may be causing it not to work. I am not sure how you implement this script.
We can help you to fix this issue for a paid support if you want. It would cost your $20
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.
- AuthorPosts