Forum Replies Created

Viewing 20 posts - 841 through 860 (of 14,488 total)
  • Author
    Posts
  • in reply to: How to modify header length #158756
    Sakin
    Keymaster

    @ooxx: Can you let me know more details? Also post in your site URL so that I can see your current header length. Let me know what the size you want.

    in reply to: Cookies #158755
    Sakin
    Keymaster

    @michelled: Our theme doesn’t require cookies. WordPress uses cookie. Read more at https://codex.wordpress.org/WordPress_Cookies

    For GT Metrix optimization, I recommend use of WP Rocket plugins and CDN. It’s really good.

    in reply to: featured content problems #158589
    Sakin
    Keymaster

    Hi Hans,

    Yes, we will make that textarea to accept html in next version update.

    Regards,
    Sakin

    in reply to: featured content problems #158556
    Sakin
    Keymaster

    Hi Hans,

    For font family, it’s loading “Verdana” font, as you have selected that in “Appearance => Customize => Theme Options => Font Family Options”.

    Regards,
    Sakin

    in reply to: featured content problems #158555
    Sakin
    Keymaster

    Hi Hans,

    I check in your site and found that you have extra css as below, I have just remove it and it’s working fine.

    #featured-content .featured-homepage-image {
        display: none;
    }

    About the link, yes it will not work. It will link in the title and image. We will check that and add it in next version update.

    Regards,
    Sakin

    in reply to: featured content problems #158550
    Sakin
    Keymaster

    Hi Hans,

    Ok our development team is changing the name of Featured Image Content to “Custom”. So, you can select “Featured Image Content” for now. Yes, there is no option to use mixed. As Featured Image content is all manual entry, so you can add it any and link to any page or post or video.

    Regards,
    Sakin

    in reply to: Catch Infinite scroll not working #158465
    Sakin
    Keymaster

    Hello @yat30,

    Infinite scroll only works in archive pages. So, if you want infinite scroll in homepage then you need to change your Homepage disable settings to “Your latest posts” from “Appearance => Customize => Homepage Settings”.

    Regards,
    Sakin

    in reply to: Remove page title #158464
    Sakin
    Keymaster

    @shootaballinger: Sorry, it was bit late as due to festival here. It’s nice that you fixed it by yourself. Just a note. Please don’t remove or add any code in core theme files as these files will be reverted back to original when you update the theme and then you will loose your edits. So, if you need to edit any code theme file, then build child theme and then edit it there. In this way, your edits will be safe.

    in reply to: featured content problems #158463
    Sakin
    Keymaster

    Hi Hans,

    If you have mixed content, then it’s best to use Featured Content type as “Custom”, then you can add the content and image manually from “Appearance => Customize => Featured Content”.

    Regards,
    Sakin

    in reply to: Unable to Update Clean Business Pro theme #158462
    Sakin
    Keymaster

    @kbohannon: For update, you can check out video screencast at https://youtu.be/W95SuabDZi8 and FAQ at https://catchthemes.com/frequently-asked-questions/

    in reply to: Single Content-free Landing Page #157794
    Sakin
    Keymaster

    @markmoritz: Which that it’s really difficult to change with custom css. Your logo it too big http://purpleceiling.com/wp-content/uploads/2018/10/cropped-betterLOGOv2-4.png. It’s 3728px width and 1922px height. This will hamper your site.

    Then remove your custom css for header elements and to make your logo complete to left. You need to make your header wrapper 100%. So, add the following css:

    .site-header-main .wrapper {
        max-width: 100%;
        padding: 0;
    }
    
    .site-branding {
        margin-top: 0;
        margin-left: 0;
    }
    
    #site-header-menu {
        position: absolute;
        width: 281px;
        text-align: left;
        right: 50px;
        top: 20px;
    }

    After this, you need to decide the width of the logo in different devices or you can adjust with percentage.

    in reply to: Single Content-free Landing Page #157654
    Sakin
    Keymaster

    @markmoritz: There is main problem in your site. You said you want logo in header top left for that you need to add logo from “Appearance => Customize => Site Identity” and upload logo and not in “Appearance => Customize => Header Media”. So, remove that and place it in right place.

    in reply to: Single Content-free Landing Page #157538
    Sakin
    Keymaster

    @markmoritz: I am totally confused with what are you trying to do it. So, first can you let me know what are you trying to achieve it. Maybe show me your design screenshot and then I can compare with your site URL to check in.

    in reply to: Single Content-free Landing Page #157345
    Sakin
    Keymaster

    @markmoritz: Yes sure, we can refund your purchase of Adonis Pro as you are using Audioman Pro. So, please contact our sales at https://catchthemes.com/contact-us/ and your refund will be processed.

    in reply to: Featured slider height issue #157319
    Sakin
    Keymaster

    @ravanh: Thanks and will check that. But we cannot add these in our theme. You might need to add it as custom function by building child theme.

    in reply to: Single Content-free Landing Page #157317
    Sakin
    Keymaster

    @markmoritz: You have lot of custom css in “Additional CSS” box and it’s really difficult for us to debug it. So, can you clean up your Additional CSS and then add only the css that is necessary for customization. There are so many confusion custom css.
    So, I think it’s better for you to hire customizer. We can just help you with css which is easy one to fix it.

    Sakin
    Keymaster

    Hello dzamani,

    Ok then you can add the following css in “Appearance => Customize => Additional CSS” to remove the grey section in contact us page.

    .page-id-13 .custom-header {
        display: none;
    }

    Regards,
    Sakin

    Sakin
    Keymaster

    Hello dzamani,

    That’s breadcrumb and you can disable that from “Appearance => Customize => Theme Options => Breadcrumb”.

    Regards,
    Sakin

    in reply to: Number of downloads shows for inserted pdf file #157207
    Sakin
    Keymaster

    Hello dzamani,

    Where did you get that data from. It’s not form the theme and we don’t have any control on it. It looks like you have added plugin to show that. So, need to check in with that plugin support.

    Regards,
    Sakin

    in reply to: Multilanguage with WPGlobus doesn't work #157206
    Sakin
    Keymaster

    Hi Jules,

    We will not be able to help unless we find out how this plugin work. If it’s not working for that particular testimonial then can you change the testimonial type and check in.

    Regards,
    Sakin

Viewing 20 posts - 841 through 860 (of 14,488 total)