Forum Replies Created

Viewing 20 posts - 2,601 through 2,620 (of 3,114 total)
  • Author
    Posts
  • in reply to: Main menu #1555
    Hash
    Keymaster

    The menu section is looking good so far.

    in reply to: Images ALT in Portfolio section #1554
    Hash
    Keymaster

    People often don’t use the alt attribute for the image from the media library so we have not used it but we will consider in the future update. It need some coding skills to fix it.

    in reply to: Modif "Disable Service Section" #1553
    Hash
    Keymaster

    Yes you can do it with some Custom CSS

    Here is the CSS

    .hs-service-excerpt h6 a{pointer-events: none;}

    in reply to: Animation elements not working. #1550
    Hash
    Keymaster

    Seems like some of the plugin installed has caused this problem. Try disabling the plugins and check.

    in reply to: Slider problems #1549
    Hash
    Keymaster

    Here is the CSS

    .ht-main-header{padding:15px 0;}
    .ht-main-title{margin-bottom:0}

    in reply to: Slider showing full content of page #1548
    Hash
    Keymaster

    @larprand Yes, it is possible. Add the below CSS

    .ht-slide-cap-desc{display:none}

    This will hide the description of the page in the slider.

    in reply to: Translation problem in Featured Section #1540
    Hash
    Keymaster

    Hi,

    You can use loco translate plugin to translate. Here is the link https://wordpress.org/plugins/loco-translate/

    in reply to: Slider showing full content of page #1539
    Hash
    Keymaster

    Basically the slider caption is programmed to show the whole content of the page. So the best way would be use less text for the page that you use as a slider.

    Here is the CSS to show only single line of the content

    .ht-slide-cap-desc{
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }
    in reply to: Change "Featured" section background color #1538
    Hash
    Keymaster

    Here is the edited CSS

    #ht-featured-post-section{
    	background: #f6f6f6 !important;
    	color: #FFF !important;
    	padding-bottom: 80px !important;
    }
    in reply to: sticky footer #1537
    Hash
    Keymaster

    To make the footer sticky, here is the easy way. Add the below CSS

    #ht-content{min-height:400px;}

    Change 400 to your requirement.

    in reply to: unsuccessfully trying to add Image to page header/breadcrumbs #1536
    Hash
    Keymaster

    If you want to add the background image for the title then here is the CSS you need to add

    .ht-main-header{background-image:url('http://imageurllink');}

    in reply to: Slider text always in one line #1535
    Hash
    Keymaster

    Hi,

    Add the below CSS

    
    .ht-slide-cap-desc{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }
    in reply to: Slider problems #1534
    Hash
    Keymaster

    @Confidemus can you please mention your website url?

    in reply to: Gray space background for home sections on tablet #1533
    Hash
    Keymaster

    Can you please let us know your website url so that we can check for the problem?

    in reply to: Change Upper Menu Case #1532
    Hash
    Keymaster

    Add the below CSS in the Custom CSS field.

    .ht-main-navigation a{
    text-transform: none;
    }

    in reply to: POSITION OF TEAM SECTION TITLE #1531
    Hash
    Keymaster

    Yes, it is possible. Add the below CSS

    #ht-team-section .ht-section-title-tagline{ text-align: left; }
    #ht-team-section .ht-section-title,
    #ht-team-section .ht-section-tagline{width:100%;}

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

    You need to make edit in multiple place. One in customizer.php to add the option in the customizer panel and then front-page.php to display in the front end. Also you need to add some CSS to align the team member properly.

    in reply to: Slider changing height – how to fix #1529
    Hash
    Keymaster

    The slider should display the same image that you upload without cropping. But the image may resize depending upon the width of your screen.

    Also we can not determine the cause of line above the slider without checking the website.

    in reply to: Animation elements not working. #1528
    Hash
    Keymaster

    Can you please mention your website url?

    There are not any sort of animation on the progress bar in the Total Theme. You can check demo for reference https://hashthemes.com/wordpress-theme/total/

    in reply to: fixed background image bug whith chrome #1483
    Hash
    Keymaster

    Hi,

    We will fix this issue in upcoming version.

    Here is the temporary solution. Add the below CSS

    body {
    background-attachment: fixed !important;
    }
Viewing 20 posts - 2,601 through 2,620 (of 3,114 total)