Forum Replies Created

Viewing 20 posts - 2,641 through 2,660 (of 3,114 total)
  • Author
    Posts
  • in reply to: Custom Colors for All Widgets #1454
    Hash
    Keymaster

    Hi,

    If you are editing the style.css file then just find for the color #5bc2ce and replace it with your desired hex color.

    But direct editing the style.css file is not a good approach. You can use child theme for it.

    in reply to: How to split date and comments #1453
    Hash
    Keymaster

    Hi,

    You will find the function square_posted_on() on file inc/template-tag.php file.

    You will have to take the comment counter code out of this function and then add it to a new function which can then be called at any other place.

    in reply to: icons not visible #1452
    Hash
    Keymaster

    Hi,

    Seems like there is some cross origin resource sharing problem due to sub domain issue.

    Can you please let us know your website url so that we can detect the issue precisely?

    in reply to: Two Post pages #1451
    Hash
    Keymaster

    Sorry, it is not possible without paid customization. We can do it for paid customization if you want.

    in reply to: Home slider not appearing. Formatting in posts messed up. #1450
    Hash
    Keymaster

    Hi,

    There was some bug in version 1.1.4. We have fixed it in version 1.1.5 so please do update your theme again.

    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’

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