Forum Replies Created
- AuthorPosts
Hash
KeymasterHi,
This will change the width in every pages. Seems like you have some skills in CSS and i can guide you further.
If you want to change the width of the archive page only, then add the below CSS
.archive #primary{width:89%;float:none;margin:0 auto} .archive #secondary{display:none;}
The second line disables sidebar in all archive page.
Hash
KeymasterHi,
The theme does not have this feature. It only allows to show the logo only.
Hash
KeymasterIt should be “Rezumat” in your screen. The language difference.
Hash
KeymasterThe file you need to edit is footer.php
You can edit it from Appearance -> Editor menu
Please be careful while making edits , else it may break your website.
Hash
KeymasterHi,
The content of the page appears in those boxes. It seems that the page contact does not have any content.
Check this one as well. It should help you
Hash
KeymasterThank you.
If you are happy then Please like our Facebook Page https://www.facebook.com/hashtheme/
And make sure to rate our theme https://wordpress.org/support/view/theme-reviews/square?filter=5Hash
KeymasterI don’t see any problem now. It seems to be fine now.
If you followed the https://hashthemes.com/support/topic/make-the-text-in-featured-section-a-link-just-like-the-little-sign/ link properly it should have worked.
Can you try it again. May be there were some CSS problem which can be fixed by adding additional CSS
Hash
KeymasterHi,
As you should know the theme does not have the feature for a blog page with similar layout as that of portfolio but we can customize your website for paid support if you want .
Hash
KeymasterHi,
Any link in the boxes won’t work except the Contact Detail field. The theme has a code that strips all the tags that are added into those boxes.
Hash
KeymasterHi,
The footer is wrapped by the container id #vl-page so the CSS would not work to make the footer full width.
You will have to edit the HTML to take the footer out of the container id #vl-page to make it full width.
Hash
KeymasterHi,
You need to upload a featured image in for the page that you have assigned for a Team.
The featured image box is at the right bottom corner of the page editor.
Hash
KeymasterHi,
We can provide you with the xml file but the xml file would not work with customizer setting and widget setting so there is no point to having xml file only.
The theme is relatively very easy to set up. Just check the Appearance -> Customizer panel for detail sets of configuration.
Hash
KeymasterHi,
The black box even shows in the safari, chrome and firefox.
It seems that you have edited some code that is creating this problem.
The theme never had a option to link the whole block to external url.
The better fix would be delete the theme and reinstall it again.
Hash
KeymasterUse this
.widget-area .widget-title:before, .widget-area .widget-title:after{ display:none; }
Hash
KeymasterThanks for the compliment
=========================
Please like our Facebook Page https://www.facebook.com/hashtheme/
And make sure to rate our theme if you really like it https://wordpress.org/support/view/theme-reviews/square?filter=5Hash
KeymasterI think the plugin that i mentioned can do that as well. It would be better if you query with the plugin developer so that they can give you a clear view of what you can do and what you can not.
Hash
KeymasterHi,
Here is the process to create the blog page https://hashthemes.com/support/topic/unable-to-display-square-features-after-setting-static-page/
and to create the contact page, you need to use contact form 7 plugin.
Hash
KeymasterHI,
You need to edit the code for it. Here is the process.
In the function.php file in line number 28
add_image_size( ‘square-blog-thumb’, 800, 420, true );
change the value of 800 and 420. 800 corresponds to width and 420 to height.Once you change the value. Regenerate the thumbnail using Regenerate thumbnail plugin.
https://themes.trac.wordpress.org/browser/square/1.3.2/functions.php
Hash
KeymasterHI,
I did not understand the 1st part of your question.
Here is the answer for the 2nd part of your question on how to disable comments.
Hash
KeymasterIt seems much like problem with the plugin so you need to contact the plugin developer. In the mean time, you can leave your website url here so that we can check for the issue.
You can even you contact form 7 plugin which works good with any theme.
- AuthorPosts