Forum Replies Created

Viewing 20 posts - 2,661 through 2,680 (of 3,109 total)
  • Author
    Posts
  • in reply to: Homepage not displaying correclty in mobile #1429
    Hash
    Keymaster

    Hi,

    It seems that you are using jet pack plugin and activated the jetpack mobile theme. With mobile theme activated, it will show the its default mobile view replacing the theme original responsiveness. So deactivate the mobile menu.

    For more reference check this link

    in reply to: Post Featured Image – how to display in article view #1428
    Hash
    Keymaster

    Hi,

    There is no any option to display the featured image in the single page view. You will need to reupload into the post editor. The advantage of it is that you can manage your image at any position you want.

    in reply to: Static home page is not working #1303
    Hash
    Keymaster

    Hi,

    Yes, this setting is correct. And i can see the slider appearing in the home page. To configure the other section you need to go back for Static Front Page display and play with other settings.

    in reply to: Site description #1302
    Hash
    Keymaster

    Hi,

    You can change the site description by going to Setting -> General

    After you change the site description, it will take some day for Google to index your new description in search result.

    in reply to: Removing the Tagline and Centering tabs? #1301
    Hash
    Keymaster

    Here is the CSS

    
    #sq-site-branding{
    display:none;
    }
    
    #sq-site-navigation{
    width: 100%;
    }
    
    .sq-main-navigation .sq-menu{
    float:none;
    text-align:center;
    }
    
    .sq-main-navigation li {
        float: none;
        display: inline-block;
    }
    in reply to: Mobile Device Overlapping between sidebar and footer #1299
    Hash
    Keymaster

    Does this happen with our demo website as well? https://demo.hashthemes.com/square/

    Please check by disabling all the plugins once.

    in reply to: Invisible sidebar on WooCommerce shop #1298
    Hash
    Keymaster

    @mikolok it will not work. Instead it will break the div structure of the website.

    in reply to: Remove Read More Button when full post is selected? #1297
    Hash
    Keymaster

    We will check for the read more button issue and fix it in next update. For now you can use the below CSS to hide the Read More button.

    Also the solution for the blank home text

    .entry-readmore{
    display: none;
    }
    
    .ht-main-navigation .ht-menu > ul > .current-menu-item > a{
    color: #FFF;
    }
    in reply to: Testimonial Scroll Speed #1296
    Hash
    Keymaster

    There are no other methods. Increasing the value of pause should work.

    in reply to: page are all empty #1295
    Hash
    Keymaster

    Hi,

    Seems like you have figure it out.

    in reply to: Font change #1294
    Hash
    Keymaster

    Hi,

    The font seems to be working well and i can not see any google font used via plugin.

    in reply to: blog customization doesn't work #1293
    Hash
    Keymaster

    The option in the blog section settings allows you to remove the category from the blog post so that it will not display the post with that category. But you have multiple category assigned to it, it may be displayed.

    in reply to: slideshow #1292
    Hash
    Keymaster

    @savas may be you are looking the video of the Total theme on the themeforest.net that is why you are experiencing the differences. They both are different theme.

    in reply to: Site Header and other questions #1291
    Hash
    Keymaster

    @mksatish Here is the CSS

    #ht-site-flag{
    width: auto;
    }
    in reply to: Theme Panel menu not accessible on WP-Admin page #1290
    Hash
    Keymaster

    Hi,

    The setting for the theme is available in Appearance -> Customizer Menu.

    The link you are referring is the paid theme in the themeforest.net

    in reply to: Add Link to Home Slider? #1289
    Hash
    Keymaster

    @boyxautrai12 it will required some complex coding skill and is difficult to guide over here.

    Hash
    Keymaster

    @Confidemus Here is the CSS to show the caption at the bottom of the slider

    .ht-slide-caption{
    top: auto;
    bottom:0;
    }
    in reply to: Footer Widgets #1287
    Hash
    Keymaster

    You should add the below CSS if you want equal 3 column footer widgets. Add the below CSS using some Custom CSS plugins.

    .ht-footer{
    width:30.333%
    }
    in reply to: Slider not displaying correctly on mobile devices #1286
    Hash
    Keymaster

    Hi,

    The below CSS should fix the issue. Use some custom CSS plugin to add the below CSS
    We will come up with the fix in next update.

    @media screen and (max-width:1200px){
    .ht-slide-caption {
        left: 0;
        width: 100%;
        margin-left: 0;
    }
    }
    in reply to: Remove some pages from Header? #1285
    Hash
    Keymaster

    Hi,

    You need to go to Appearance -> Menu and then add your own menu and save it as a primary menu. By default the menu will show all the pages and subpages.

    Check this tutorial for more reference http://www.wpbeginner.com/beginners-guide/how-to-add-navigation-menu-in-wordpress-beginners-guide/

Viewing 20 posts - 2,661 through 2,680 (of 3,109 total)