Forum Replies Created

Viewing 20 posts - 821 through 840 (of 14,488 total)
  • Author
    Posts
  • in reply to: images in above footer area horizontal instead of vertical #158955
    Sakin
    Keymaster

    Hi Hans,

    After looking at site. I know I can see what are you trying to achieve it. So, yes “Before footer” is the best widget area to add widget. But can you use “CT: Gallery Image” widget, where you can change the layout to “3 Column” and No. of Items: to “3” and then add image url, link, title and content as per your need.

    Regards,
    Sakin

    in reply to: Translate "next post", "previous post" #158954
    Sakin
    Keymaster

    @vraba: Not sure about that plugins. If they have easy compatible then yes, it should work. Text domain for Parallax Frame Pro theme is parallax-frame-pro . For any our our theme, you can check out style.css file and you will see Text Domain:

    in reply to: images in above footer area horizontal instead of vertical #158916
    Sakin
    Keymaster

    Hi Hans,

    How about adding those logo as “Featured Content”. Just go to “Appearance => Customize => Featured Content” and in “Enable Featured Content on”, you can enable it either Entire Site or Homepage. Then, since you want 3 images, just select “3 Columns” in Select Featured Content Layout option and in “Select Content Type”, select “Custom or Image” and then add image and link as per your need.

    Regards,
    Sakin

    in reply to: Catch store no play video in header video #158915
    Sakin
    Keymaster

    @ipunzo: This is WordPress code header video which is for decoration purpose and to save the bandwidth in the mobile, WordPress core has disable header video in mobile and will be released by Header Image. So, please add header image as well.

    Sorry no option for this. You can check in default WordPress core theme like https://wordpress.org/themes/twentyseventeen/ also have same feature of header video.

    in reply to: featured content header #158913
    Sakin
    Keymaster

    @hoddbarnesdickins: Yes, you can hide it with custom css. For that, send me the URL of the pages where you want to hide the name of the page and date.

    in reply to: Images border #158911
    Sakin
    Keymaster

    @masfur: You can add the following css in “Appearance => Customize => Additional CSS” box to add border in image in content.

    .site-main img {
        border: 1px solid #000;
    }
    in reply to: Catch Fullscreen Pro – Header Slider #158885
    Sakin
    Keymaster

    @pelinsu2010: Please post in your site URL. So, that we can check in.
    It should show social icons, if you have assigned your social menu to “Social on Primary Menu”.

    in reply to: Contactforms are not working #158884
    Sakin
    Keymaster

    @wouwonline: This error is from the server. So, please contact your Website hosting server support and check in your mail server setup. This error is not theme related and we can only solve the issues which are theme related.

    Sakin
    Keymaster

    @otinsight: Sorry, looks like @skandha got confused.
    You can change that text from customizer. Just go to “Appearance => Customize => Theme Options => Homepage / Frontpage Options” and change the text in “Recent Posts Heading” and “Recent Posts Sub Heading”

    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;
    }
Viewing 20 posts - 821 through 840 (of 14,488 total)