Forum Replies Created

Viewing 20 posts - 2,641 through 2,660 (of 3,109 total)
  • Author
    Posts
  • in reply to: HTML5/Youtube video instead of picture #1449
    Hash
    Keymaster

    Sorry, the slider is intended for image only so there is not way that you can show video in the slider with the current available options.

    Hash
    Keymaster

    Yes, you can show you custom excerpt as well. Check this support thread for detail explanation https://hashthemes.com/support/topic/featured-section-not-displaying-ulsols/

    in reply to: Adding more than 4 people to the Team Section #1447
    Hash
    Keymaster

    Hi,

    It is not possible to have more team member without editing the Code. We can do it for the paid support if you want.

    in reply to: Total – Header Logo #1446
    Hash
    Keymaster

    The above option will only be available if you are using latest version of WordPress. This option is not available in the older version of WordPress so do update your WordPress.

    in reply to: Slider not displaying correctly on mobile devices #1445
    Hash
    Keymaster

    This problem has been fixed in our latest update release 1.1.4

    in reply to: Change background color in Service section? #1444
    Hash
    Keymaster

    The best way is to use some custom CSS plugin or if you are on Latest version of WordPress, you will see a custom CSS field in the Customizer. Add the below CSS on it

    #hs-featured-post-section{
    background: #F6F6F6;
    }

    Change #F6F6F6 to your desired hex color code.

    in reply to: Change CSS for custom link on main menu #1443
    Hash
    Keymaster

    Great to know that you fixed at your own..

    in reply to: Resizing home Slider #1442
    Hash
    Keymaster

    Just upload smaller height image and it should display according to your requirement. With CSS it will stretch the image.

    in reply to: Slider timing. #1441
    Hash
    Keymaster

    Hi,

    Sorry, there is not option to change the slider timing. But you can do if by editing javascript code in total-custom.js file.

    in reply to: Re-order Homepage #1440
    Hash
    Keymaster

    Hi,

    It depends on what setting you are on. If the Setting for the Front Page display in Settings -> Reading Menu is “Latest Post” then you need to edit front-page.php file but the setting for Front Page Display is “Static Page” and the selected page has template “Home Page” used then you need to edit template-home.php file.

    in reply to: Is it possible to hide the title box on the 2nd and 3rd sliders? #1439
    Hash
    Keymaster

    Hi,

    Use the CSS below

    .ht-slide:nth-child(2),
    .ht-slide:nth-child(3){
    display: none;
    }

    This is hide the caption text for the 2nd and 3rd slider.

    in reply to: Changing the link of read more button #1438
    Hash
    Keymaster

    Sorry again. Not possible with the existing feature. It will require code Customization.

    in reply to: Portfolio Gallery #1437
    Hash
    Keymaster

    Hi,

    sorry, it is not possible with the available features.

    in reply to: Remove title bar #1436
    Hash
    Keymaster

    @Suzy thanks for the detail explanation.

    @easyways the above mentioned way will work. Other alternate and easy way is to add custom CSS using some Custom CSS plugin or the field in the Custmizer if you are using latest version of WordPress.. Here is the CSS code

    .ht-main-header{
    display: none;
    }
    in reply to: Page looks different on IE and chrome #1435
    Hash
    Keymaster

    So far the IE browsers are near to extinct so we have stopped making the website compatible with IE. But said that, the theme should work fine with latest version of IEs’

    in reply to: Slider Has Link… but broke #1434
    Hash
    Keymaster

    Hi,

    It is coming from you page. Don’t use any HTML tag inside the page for the slider as the slider text does not support any HTML codes and display as it is.

    in reply to: Slider problems #1433
    Hash
    Keymaster

    HI,

    May be some of the plugin you can used might have cause the issue!


    @vixpace
    can i know you website please?

    in reply to: Slider #1432
    Hash
    Keymaster

    @creativered The slider should show if you have setting for front page display as latest post or you have static page selected for it with home page template.

    @maul Seems like your slider is displaying properly.

    in reply to: Hiding Date and change the layout of preveiw. #1431
    Hash
    Keymaster

    Hi,

    Sorry, it is not possible with the available feature but possible in code customization only.

    We can do it for paid support if you want.

    Hash
    Keymaster

    Hi,

    This problem has been fixed in our latest updates. Please update the theme.

Viewing 20 posts - 2,641 through 2,660 (of 3,109 total)