Forum Replies Created
- AuthorPosts
Hash
KeymasterCan you mention your website url?
Hash
KeymasterCan you please mention your website link so that we can check?
Hash
KeymasterIts good as long as you manage it to work đ Just don’t update the theme.
Hash
Keymaster@kiki93 sorry, not possible
Hash
KeymasterUse the below selector
.blog .ht-main-title
April 13, 2017 at 12:12 am in reply to: How show titles of featured post correctly in the principal section of the HOME? #2766Hash
KeymasterHere is the fix. Add the below CSS in the Additional CSS field
.vl-title-container h3{ text-transform: none; }Hash
Keymaster@Mangalsing it seems like you have you config.php configured to set the debug mode true that is why you are seeing this warning.
We will come with the fix in next update.
Hash
KeymasterHere is the CSS code to change the main header title color to black
.sq-main-title{ color: #000; }For the header image you can change it from the customizer panel. But there is no option to have different header image for different pages.
Hash
KeymasterYou need to set up a static home page as mentioned in the below link https://hashthemes.com/documentation/hashone-documentation/#SettingFeaturedHomePageasFrontPage
Hash
KeymasterPaste it in the Additional CSS field in the customizer panel.
Hash
KeymasterYes, as i pointed earlier not to leave the empty menu.
Hash
KeymasterChange the order in the below code.
add_filter('hashone_home_sections', 'hashone_new_home_sections'); function hashone_new_home_sections($array){ $array = array('slider', 'about', 'feature', 'portfolio', 'service', 'team', 'counter', 'logo', 'testimonial', 'blog', 'contact'); return $array; }Hash
KeymasterPlease check this section of documentation to set up the menu https://hashthemes.com/documentation/hashone-documentation/#MenuSetup
Hash
KeymasterHi,
Please don’t edit the php code.
Hash
KeymasterMy main question is arising from the need to add text area(s) on the homepage (which i kept static). For instance, I would like a custom banner + text to appear after âcall to actionâ but before the footer. Is there a way to do this please?
>> Sorry, it is not possible to add extra section.Also, initially I thought that the static page will show any content that is in the page which is defined as âHomepageâ, however anything there (text or pics) doesnât appear anywhere.
>> If you use static page, only the content from the static page will display.Lastly, when I try to switch from a static page to a posts based one, ever since your latest upgrade, makes my slider vanish.
>> From our latest update, you need to follow this procedure to set up the home page https://hashthemes.com/documentation/total-documentation/#HomePageSetupHash
KeymasterSorry, it is not possible. Basically selecting the blog page for the slider is not a correct way. So you need to some other page for the slider instead of blog page.
Hash
KeymasterHi,
Can you please check by disabling all the plugin? if it still did not work then do reply us with your website url and login detail at support@hashthemes.com
We need to check for the issue.
Thanks
April 3, 2017 at 11:23 pm in reply to: How to remove date and comment amount from top of blog posts #2679Hash
KeymasterHi,
Here is the code to remove the date from the blog detail page.
.single .ht-post-info{ display: none; }and the featured image will not appear in the blog post. You will have to upload it from add media button to show in side the post.
Hash
KeymasterHere is the working code
#ht-site-branding img { min-height: 100px; } #ht-masthead { min-height: 200px; }Hash
KeymasterAdd it at the bottom of field.
- AuthorPosts
