Forum Replies Created

Viewing 20 posts - 841 through 860 (of 14,499 total)
  • Author
    Posts
  • in reply to: Clickable Header Images #158882
    Sakin
    Keymaster

    Hello Ish,

    You can add via widgets to Header Right Section. For that, just go to “Appearance => Widgets” from your WordPress dashboard and then add “CT: Advertisement” widget to Header Right widget area and then add Image URL and Link URL as per your need.

    Regards,
    Sakin

    in reply to: Navigation Menu #158881
    Sakin
    Keymaster

    Hello Edward,

    Yes, looks like you solve it all by yourself. Yes, WordPress custom menu works like that. It’s bit off but works well. Sorry for the confusion.

    Regards,
    Sakin

    in reply to: Baskerville Font Family #158879
    Sakin
    Keymaster

    Hello Edward,

    Can you find similar font in Google Font https://fonts.google.com/, then we can add that in theme itself. Also try the build in font family option that you have in “Appearance => Customize => Theme Options => Font Family Options”. There we have added popular google fonts and websafe fonts.

    Regards,
    Sakin

    in reply to: Make Post Background Transparent #158878
    Sakin
    Keymaster

    @tbhesh: For detail support, please post in your site URL and then we can check in and give you better solutions. For now, can you try by adding following css in “Appearance => Customize => Additional CSS” box:

    /* Transparent Background for site wrapper */
    .site-inner {
        background-color: transparent;
    }
    in reply to: How to recover lost data on my PC?? #158854
    Sakin
    Keymaster

    @nautillus: Sorry, this support is only for the theme that we build https://catchthemes.com/themes/category/premium/

    To recover the lost data from your PC. Please contact the shop from where you bought your pc. They should have better knowledge. Also, you can google for recovery software.

    in reply to: website is showing disk quota full what does this means #158853
    Sakin
    Keymaster

    @anitaommer: Also this “disk quota full” is not of a theme but it’s from your website hosting server. Looks like the space that you bought for hosting your website is going to be full. So, contact your hosting server support.

    in reply to: Download file not a .zip file but a folder #158852
    Sakin
    Keymaster

    @sandkamper: You should find the zip file in “Download Section” in your account page at https://catchthemes.com/my-account/. So, you can download it from there. But some of the modern browser like Safari has auto zip extractor. In this case, it will automatically unzip the zip file after downloading. In this case, you can either re-zip the folder by right click and compress or you need to open Safari and go to “Safari => Preferences” and in “General” tab, uncheck Open “safe” files after downloading. This will stop Safari from automatically unzipping the files and then you can download zip file.

    Sakin
    Keymaster

    @timmyjohnboy: Change the color in the following css for menu toggle button.

    /* Mobile Menu Button Color */
    .menu-toggle {
        background-color: #090401;
        color: #fff;
    }
    /* Mobile Menu Button Hover-focus Color */
    .menu-toggle:hover,
    .menu-toggle:focus {
        background-color: #393939;
        color: #e7b507;
    }
    in reply to: Upgrading from Lucida Free to Pro without losing anything #158784
    Sakin
    Keymaster

    @SpesiStockholm: Yes, the customizer option will mostly be imported. But to be on safe side, you can use our new plugin “Catch Import Export” https://wordpress.org/plugins/catch-import-export/

    Also, if you still have issue then let us know. We can install that for you.

    Sakin
    Keymaster

    @timmyjohnboy: Will need to talked to development team about the color of the menu. I also didn’t find it and if it’s missing will add soon in next version update. Thanks.

    For now, you can change the color code in the following css and then add it in “Appearance = Customize => Additional CSS” box:

    /* Menu Text Color */
    .main-navigation a {
        color: #dbdada;
    }
    /* Menu Hover Text Color */
    .create-menu a:hover,
    .create-menu a:focus {
        color: #e7b507;
    }
    
    /* Menu Active Color */
    .main-navigation .current_page_item > a,
    .main-navigation .current-menu-item > a,
    .main-navigation .current_page_ancestor > a {
        color: #cfa205;
    }
    in reply to: How to modify header length #158782
    Sakin
    Keymaster

    @ooxx: Just increase the max-width in the following css from 520px to the with that you need and then add it in “Appearance => Customize => Additional CSS” box, maybe just make it 600px:

    .section .entry-content-wrapper .entry-header {
        max-width: 520px;
    }
    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

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