Forum Replies Created
- AuthorPosts
Hash
KeymasterHi,
Please email us at support@hashthemes.com
We will reply you back with cost, the payment procedure and the requirements.
Hash
KeymasterHi,
Sorry, there is no option to add link to clients logos.
Hash
KeymasterYou can do it either by modifying the template file of the buddypress, bbpress. They have standard method of overwriting the file via theme file. But this one is complicated who does not know coding.
The best solution would be CSS. Each page generates a unique class name in the body. you can use this class name and then change the width of the primary and secondary or even hide secondary using display:none css incase of primary width to be 100%
Hash
KeymasterI mean assign the user role to author and then check. You will find the option to change the user role in each user edit screen.
Hash
KeymasterI think if you assign the user role to author, this is possible.
Hash
KeymasterSorry, there is no option to change the color. But we can do it for paid customization if you want.
Hash
KeymasterHi,
Did you create a page with “Home Page” template assigned to it?
Check the 1st half part of this video. This technique works for the Total theme as well.
Hash
KeymasterHi,
The theme does not have option to change the color neither it has pro version. But we can customize the website to your color for a paid support.
Hash
KeymasterYou can delete the theme and reinstall it again. or you can find the code here https://themes.svn.wordpress.org/viral/1.2.7/footer.php
and please don’t edit the footer code.
Hash
KeymasterHI,
Add the below CSS using some custom CSS plugin
#sq-home-slider-section .sq-slide{display:none;}
#sq-home-slider-section .bx-wrapper .sq-slide{display:block;}This should hide the slider at the first instance. and show when fully loaded without stacking over another.
Hash
KeymasterWait for an update. This features will be added in future updates.
Hash
KeymasterAdd the below CSS using some custom CSS plugin
#sq-site-branding img{max-height:none}
Hash
KeymasterHash
Keymaster@superfishnz There is option to change the header background color to white in the customizer settings. The color will automatically change to black in the while background.
Check the General Settings -> Header Settings -> Header background color field.
Hash
KeymasterGreat to know that it worked.
=========================
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
KeymasterYes, possible by some CSS. Use some Custom CSS plugin and add the below CSS
.sq-footer{width:47%}
September 30, 2016 at 9:48 pm in reply to: Search plugin (Relevanssi) and Widget Area "Header Ads" #747Hash
KeymasterRegarding the Relevanssi plugin, we have not tested it yet. So we need to test it before we can give you any answers.
Regarding the Header ads, you need to add some css like float:left on the class that the widget generates.
May be you can hire some of our developer to get these this fixed.
Hash
KeymasterPlease check again by disabling all the plugins. If it still does not work, then email us at support@hashthemes.com with your login detail. We will have a look at the problem.
Hash
KeymasterI don’t think it will still show the featured image.
The code $square_featured_page_image = get_theme_mod(‘square_featured_image’.$i, $square_page ); does not print out the image.
The featured image of the page can be displayed by using the code the_post_thumbnail();
You don’t need to add code in the customzer.php file.And to convert the plus sign in to graphic button, you need to add the text “Read More” instead of plus sign and then add the css to convert it in to button.
I hope this will help you.
Hash
KeymasterYou can install it in the same domain. You can either just the previous blog layout or even apply the new home page that was added the later update. Check this video for more detail
- AuthorPosts