Forum Replies Created

Viewing 20 posts - 2,781 through 2,800 (of 3,114 total)
  • Author
    Posts
  • in reply to: Counter Parallax in Safari Not Working #1025
    Hash
    Keymaster

    It should work with the image size 1800X400px as well.

    Any way good to know that your problem is fixed.

    in reply to: Testimonial Scroll Speed #1024
    Hash
    Keymaster

    Hi,

    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' : 5000

    Increase/Decrease the value of 5000 to your need.

    in reply to: Allow html in home section text boxes #1018
    Hash
    Keymaster

    Basically 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.

    in reply to: Creating new sections #1016
    Hash
    Keymaster

    Hi,

    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.

    in reply to: Changing theme color #1013
    Hash
    Keymaster

    Its 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.

    in reply to: Where is your Documentation, Tutorials and Layout Templates? #1012
    Hash
    Keymaster

    Marie,

    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.

    Hash
    Keymaster

    May 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;}

    in reply to: Coding before the tag #1010
    Hash
    Keymaster

    You 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.

    in reply to: Adding Extra to the Square Theme Homepage #1009
    Hash
    Keymaster

    Hi,

    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.

    in reply to: Disabling Slide Caption #1008
    Hash
    Keymaster

    Add the below CSS to fully disable the caption in all screen devices

    .sq-slide-caption{display:none}

    in reply to: Creating new sections #1007
    Hash
    Keymaster

    There 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.

    in reply to: Changing color in the "About" or Progress bar background #1006
    Hash
    Keymaster

    Are 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.

    in reply to: Homepage Sliders Appear Stacked Together When Loading at First #994
    Hash
    Keymaster

    It 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.

    in reply to: Creating new sections #993
    Hash
    Keymaster

    Hi,

    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.

    in reply to: Where is your Documentation, Tutorials and Layout Templates? #992
    Hash
    Keymaster

    Hi,

    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/

    in reply to: Changing theme color #991
    Hash
    Keymaster

    The 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.

    in reply to: Disabling Slide Caption #989
    Hash
    Keymaster

    Add the CSS below

    @media screen and (max-width:767px){
    #secondary{display:none}
    }

    in reply to: Using icons in menu instead of text #988
    Hash
    Keymaster
    in reply to: Slider section – caption subTitle #987
    Hash
    Keymaster

    The 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.

    in reply to: Adding transparent background to post/page. #986
    Hash
    Keymaster

    The 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);}

Viewing 20 posts - 2,781 through 2,800 (of 3,114 total)