Forum Replies Created

Viewing 20 posts - 2,781 through 2,800 (of 3,109 total)
  • Author
    Posts
  • 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);}

    in reply to: Home page section doesnt work? #985
    Hash
    Keymaster

    The slider seems to be working properly when i checked your website.

    in reply to: Translucent to Opaque header transition. #984
    Hash
    Keymaster

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

    in reply to: Home page section doesnt work? #970
    Hash
    Keymaster
    in reply to: Error in "our facts" section #969
    Hash
    Keymaster

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

    in reply to: Error in "our facts" section #968
    Hash
    Keymaster

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

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