Forum Replies Created
- AuthorPosts
- November 3, 2016 at 8:43 pm in reply to: Where is your Documentation, Tutorials and Layout Templates? #1012
Hash
KeymasterMarie,
I must say you that the Viral is a free theme and we are not commercially involved. All the work we do is for free so we are not able to give much time preparing documentation and other things. May be we will soon prepare a documentation but we are having busy time for now. So i strongly suggest you not to have much expectation from a Free Product.
And regarding your question, you need to have at least 2-3 categories with at least 10 post so that when you add the section and choose the category, they appears properly as displayed in the section layout image.
Here is the video tutorial link https://www.youtube.com/watch?v=mfLt0pA-Kx8
Its working fine and provides your better information than a documentation does.November 3, 2016 at 8:36 pm in reply to: Homepage Sliders Appear Stacked Together When Loading at First #1011Hash
KeymasterMay be your site has some heavy sized image that is why it is taking some considerable time for a jquery to convert the stacked images into slider. But for other website, they must be using small size image hence taking quick time.
Try using the below CSS using some custom CSS plugin. It should fix your issue
.ht-slide{display:none;}
.bx-wrapper .ht-slide{display:block;}Hash
KeymasterYou can do it by editing the footer.php file.
Or better to use some plugins that allows to add the code in the footer. Please spend some time searching the plugin.
Hash
KeymasterHi,
It is not possible to add extra featured page without making edit in code. Its a bit complex process to explain over here. But our team is available to paid customization if you want.
To change the color of the arrow, here is the CSS code. Use some Custom CSS plugin to add the code.
#sq-home-slider-section .bx-wrapper .bx-controls-direction a{ background:#FF0000; }
Change the hex value to your desired color.
Hash
KeymasterAdd the below CSS to fully disable the caption in all screen devices
.sq-slide-caption{display:none}
Hash
KeymasterThere is no option move the section up and down neither to create new section. The theme by default provide you 10 Sections which you can use.
I see you have a “Abracadabra” page at the top. If you want to make it full width the here is the CSS code. Use some Custom CSS plugin to add it
.ht-about-sec{width:100%;}
I can also see you are making some edit in codes.
November 3, 2016 at 8:22 pm in reply to: Changing color in the "About" or Progress bar background #1006Hash
KeymasterAre you taking about the page title?
if yes then here is the CSS
.ht-main-header{background:#FF0000;}
Change the hex value to your required color.
November 3, 2016 at 12:21 am in reply to: Homepage Sliders Appear Stacked Together When Loading at First #994Hash
KeymasterIt is not a bug to be exact. It is the normal behavior of the Jquery Slider. The jquery take some time to get loaded.
We can look for some fixes in next update regarding this issue.
Hash
KeymasterHi,
To create a normal page with text in the Front Page, you can use the Front Page option in the Settings -> Reading Menu and then choose the page that you want to display in the front page.
Or do you mean that your client section is not working? If you can let us know your website, it would be easier for us to understand your issue.
Regarding your 2nd question, the theme does not have option to have About us Section to the full width and remove the image.
November 3, 2016 at 12:11 am in reply to: Where is your Documentation, Tutorials and Layout Templates? #992Hash
KeymasterHi,
Did you check the youtube video or even started to create a website with the Theme?
The customizer panel allows you to add different uniquely design sections as shown here in demo https://demo.hashthemes.com/viral/
Hash
KeymasterThe theme has option to change the color of the Header Text that is what the Custom Color refers to. It does not mean Custom Template Color.
Hash
KeymasterAdd the CSS below
@media screen and (max-width:767px){
#secondary{display:none}
}Hash
KeymasterSome Plugins that might help you.
Hash
KeymasterThe SubTitle are in the next row by default. Check this demo https://demo.hashthemes.com/square/
And there is no option to change the size of the font. But yes you can do it with custom CSS.
Hash
KeymasterThe CSS below adds a white transparent layer between the background and the text. It will make the text more visible
#ht-content{background:rgba(255,255,255,0.6);}
Hash
KeymasterThe slider seems to be working properly when i checked your website.
Hash
KeymasterThe HashOne theme is designed to have no header bar. If you want to have a bar then here is the CSS
#hs-masthead{background:#000 !important;}
Hash
KeymasterHi,
Check this thread https://hashthemes.com/support/topic/unable-to-display-square-features-after-setting-static-page/
It works for HashOne theme as well.
Hash
KeymasterRegarding the progress bar, the progress bar animates to with actual width when scrolled to that section. There is some java script involved in it.
May be there is some javascript conflict appearing in your browser console that is why the counter and progress bar is not working.
It would be really helpful for us to debug if you can check your console and notify us if there are some errors.
Hash
KeymasterThank you for your time.
The data-count attribute has the real count value and the number increase from 99 to the data-count value as a odometer. So 99 is the initial value that show and when your scroll to the counter section, the 99 counter increase to its actual value that the data-count attribute has.
- AuthorPosts