Forum Replies Created
- AuthorPosts
Hash
KeymasterIt should work with the image size 1800X400px as well.
Any way good to know that your problem is fixed.
Hash
KeymasterHi,
Locate this file in your theme https://themes.trac.wordpress.org/browser/total/1.1.2/js/total-custom.js
and then change the line number 34 value
'pause' : 5000Increase/Decrease the value of 5000 to your need.
Hash
KeymasterBasically the text boxes are intended for short text so we have striped all the html formatting so these boxes does not accept html formatting.
It will require some changes in code to make to accept HTML formating.
Hash
KeymasterHi,
The only section that accepts HTML formatting and images is about us section. Create a news page and add your formatted text with images then assign this page to the about us section.
and then the above CSS to make it full width.
Hope this will definitely help you.
Hash
KeymasterIts not misleading at all. The Custom color does not precisely point to the template color.
If it was a ‘custom template color’ then it would have been misleading.
November 3, 2016 at 8:43 pm in reply to: Where is your Documentation, Tutorials and Layout Templates? #1012Hash
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);}
- AuthorPosts
