Forum Replies Created

Viewing 20 posts - 1,581 through 1,600 (of 2,016 total)
  • Author
    Posts
  • in reply to: Button Bullet not well optimized #89351
    Pratik
    Participant

    Hi @skynet,

    Thanks for the image. We have added it and will update in next version.

    Regards,
    Pratik

    in reply to: Cutted first image (BUG) #89349
    Pratik
    Participant

    Hi @skynet,

    I tried to check your site url: natureworld.com
    Is it down, or can you let me know the current site url?

    Regards,
    Pratik

    in reply to: Image no space Bug #89348
    Pratik
    Participant

    Hi @skynet,

    I do not understand the issue. Does it happen in the front end too? Can you let me know any specific image size?

    Regards,
    Pratik

    in reply to: Mobile display issue in Catch Box Pro #89339
    Pratik
    Participant

    Hi @pmagcso,
    Yes, the issue may be due to admin bar. Let me know if you need further help.

    Regards,
    Pratik

    in reply to: Remove of "Leave a reply" #89336
    Pratik
    Participant

    Hi @Markus,
    Great you solved it yourself. Let me know if you need any help.

    regards,
    Pratik

    Pratik
    Participant

    HI @Mupa,

    Thank you for your appreciation.

    If you liked our theme and support, it would be great if you can leave a review at : https://wordpress.org/support/view/theme-reviews/catch-adaptive

    Regards,
    Pratik

    in reply to: Install over Free Version #89156
    Pratik
    Participant

    Hi @heinjonker,

    Thank you for your appreciation.

    If you liked our theme and support, it would be great if you can leave a review at : https://wordpress.org/support/view/theme-reviews/catch-box

    Regards,
    Pratik

    in reply to: Install over Free Version #89111
    Pratik
    Participant

    Hi,
    The free and pro version will act as different themes, but when pro version is installed and activated, all settings will migrate to pro version. You can just install the pro version via WordPress dashboard. No need to use ftp.

    Ftp is only requires for updation the pro theme. If you use Catch Updater plugin, you can directly update it from dasnboard as well.

    Regards,
    Pratik

    Pratik
    Participant

    Hi @Mupa;

    For that, use following CSS code in Appearance=> Customize=> Theme Options=> Custom CSS Options box.

    
    @media only screen and (max-width: 480px) {
        #feature-slider .cycle-prev, 
        #feature-slider .cycle-next {
            display: none;
        }
    }
    

    This will hide it on devices with width less than 481px. If you want to hide ti on larger devices, you can increase this number to match the width of the device.

    Let me know how it goes.

    Regards,
    Pratik

    in reply to: Install over Free Version #89103
    Pratik
    Participant

    Hi @heinjonker,
    The content of the pages will not be lost.

    I do not understand what Uploading the Pro files by EFT means though. Can you explain this a bit more.

    Regards,
    Pratik

    in reply to: Featured thumbnail text #89094
    Pratik
    Participant

    Hi @Sziszi,

    To remove the text under the futured thumbnails, just add following code in Appearance=> Customize=> Theme Options=> Custom CSS box:

    
    #featured-content .entry-container {
        display: none;
    }
    

    Let me know if this is what you meant or not.

    Regards,
    Pratik

    in reply to: Slider image text #89093
    Pratik
    Participant

    Hi @Sziszi,

    To remove that box, just add following code in Appearance=> Customize=> Theme Options=> Custom CSS box:

    
    #feature-slider .entry-container {
        display: none;
    }
    

    Let me know how it goes.

    Regards,
    Pratik

    in reply to: Gallery fatal error #89092
    Pratik
    Participant

    Hi @shawzepe,

    Great you solved it yourself.

    Regards,
    Pratik

    in reply to: Install over Free Version #89091
    Pratik
    Participant

    Hi @heinjonker,

    The settings will transfer to pro version as well. Plugins will work too. Let me know if you run into problems here and I will help if needed.

    Regards,
    Pratik

    in reply to: Install over Free Version #89050
    Pratik
    Participant

    Hi @heinjonker,
    Can you let me know what changes have you made?

    We have added a transport script for the latest version of the theme. It should be out before 12th April.

    Regards,
    Pratik

    in reply to: Remove Permalink from Featured Images #88981
    Pratik
    Participant

    Hi @kate,

    I apologize but I did not understand your reply.

    in reply to: Remove Permalink from Featured Images #88905
    Pratik
    Participant

    Hi @kate-upton,

    To remove the permalinks from featured post slider, please follow following steps::
    1. Create A Child Theme for Simple Catch Theme. Details for child theme is here
    2. In your child theme’s functions.php add the function given here: http://pastebin.com/PPVuyLz0
    * It is the same function that you have given, just removed the links. Check line 35 in new code for difference.

    Let me know how it goes.

    Quick Note: For Future references, the reply will be much quicker if you post your issue in a separate post under your theme. This post is for users that use Adventurous Pro theme

    Pratik
    Participant

    Hi @nikolas,

    To achieve what you want please add following code in Appearance=> Customize=> Theme Options=> Custom CSS

    
    /* To Center Menu */
    .has-header-top.menu-logo #access-top {
        float: none;
    }
    
    To Move logo and 
    @media screen and (min-width: 960px) {
        #header-top .wrapper {
          width: 70%; /* Increase or decrease this % as required */
        }
    }
    

    Please check the comments /* .... */ for more information. Let me know how it goes.

    Regards,
    Pratik

    in reply to: Featured Content on non-home page #88712
    Pratik
    Participant

    Hi @brianmor,
    I am afraid that is not possible via theme support. You will need to hire a customizer as all the CSS and HTML will need to be customized.

    Regards,
    Pratik

    in reply to: Featured Content on non-home page #88690
    Pratik
    Participant

    hi @brianmor,
    Do you want to add in a different featured content, or do you want to hide featured content on homepage? The second option can be done using custom CSS.

    For the widgetized area, you will need to hire a customizer for this as there will be a need to do quite a bit of customization.

    Regards,
    Pratik

Viewing 20 posts - 1,581 through 1,600 (of 2,016 total)