Forum Replies Created

Viewing 20 posts - 3,661 through 3,680 (of 4,888 total)
  • Author
    Posts
  • in reply to: Moving Logo help #91523
    Mahesh
    Member

    @panther33: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #site-logo {
        left: 0;
        position: relative;
        top: -45px;
    }

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Logo Size – Logo automatic rescaled! #91522
    Mahesh
    Member

    @klausm: Yes, we’ll check on it. Its quite strange that it is working fine on our server. Anyways, we’ll let you know if any issue found. Have a good day.

    Regards,
    Mahesh

    in reply to: Change Layout In Child Theme | Catch Base Pro #91519
    Mahesh
    Member

    @ash: The settings in customizer is not affected by the theme update. It retains it current settings. And using if you are customizing the theme using child theme (overriding functions, changing some designs etc) won’t be affected by theme update either. But if you chose to customize in the main theme file, then in each update you’ll lose all your changes. That is why creating child theme is strongly recommended for customization.
    Hope you understand.

    Regards,
    Mahesh

    in reply to: problem whit responsive layout #91470
    Mahesh
    Member

    @dodos89: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Logo Size – Logo automatic rescaled! #91461
    Mahesh
    Member

    @klausm: I guess the skip cropping option depends upon the image you upload. Sometime displays and sometimes not, at random. I did some testing with different image sizes from small to large and in all the image I do get both crop and skip cropping options.
    As in your case, no skip cropping image is shown and you tried to make the image as big as possible to avoid cropping, are you getting the logo of your desired size now?
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Hover Effect On Page #91457
    Mahesh
    Member

    @techfinderr: Can you please clarify more? Hover effect on title only (color changes etc)? Let me know further.

    Regards,
    Mahesh

    Mahesh
    Member

    @southpaw: Thank you for your appreciation. Glad to know that its working for you. Well, caching depends on many factors such as server caching, browser caching etc. All our theme does have caching but uses transient (which acts as caching) for better performance. These are automatically cleared as you save changes the options in customizer. Sometimes it may deny to show changes due to caching and you’ll need to full-refresh the page with ctrl+f5.
    Hope you understand.
    If you like my support and Catch Adaptive theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-adaptive?rate=5#postform

    Regards,
    Mahesh

    in reply to: Shortcodes in Featured Content #91455
    Mahesh
    Member

    @renschuel: Do you want the shortcode functionality in Featured Content for Image Content‘s content? If so, you’ll need to create a child theme. You can find more details on creating child theme HERE. Then in your child theme’s functions.php copy the function catchbase_image_content located in catch-base-pro/inc/catchbase-featured-content.php line 530-613. Then modify the line 601 as of original code in your child theme’s function. So following code:
    ' . $content . ' will look like this:
    ' . do_shortcode($content) . '
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Homepage Headline Options #91450
    Mahesh
    Member

    @wouwonline: Please use the following CSS:

    #main-slider {
        border-bottom: none;
    }

    Regards,
    Mahesh

    in reply to: Align pages to left #91397
    Mahesh
    Member

    @wouwonline: You are using Catch Kathmandu Free and the theme has limited options. You are using no-sidebar as default layout and it will remove sidebar centers the content area with same width. If you want to align the text left and increase the width, I recommend you to upgrade to pro. No-sidebar, Full-width option is available in Catch Kathmandu Pro.
    If you want to make the changes in the Free version, then you’ll need to customize it, I recommend you to hire a customizer.
    For removing navigation arrows from slider, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #slider-nav {
        display: none;
    }

    Regards,
    Mahesh

    in reply to: Homepage Headline Options #91396
    Mahesh
    Member

    @wouwonline: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #homepage-message {
        border-color: #c84f94;
    }

    Regards,
    Mahesh

    in reply to: Footer #91386
    Mahesh
    Member
    in reply to: Logo Size – Logo automatic rescaled! #91385
    Mahesh
    Member

    @klausm: I tried the same in our server by uploading a 184×200 image in logo, skipped cropping and the logo of exact size is displaying in the frontend. Ara you using any plugins, if so try disabling it and check again. Let me know further.

    Regards,
    Mahesh

    in reply to: How can I get rid of this? #91374
    Mahesh
    Member

    @klausm: Since you are using Pro verison, it cannot be updated directly through WordPress as other free themes. You’ll need to first download the theme from the account page then upload the theme and update manually. You can use Catch Web Tools(https://wordpress.org/plugins/catch-web-tools/) plugin’s Catch Updater module to update the theme. You can find the video tutorial on using Catch Updater to update theme in the link below.
    https://www.youtube.com/watch?v=W95SuabDZi8

    Regards,
    Mahesh

    in reply to: Change Layout In Child Theme | Catch Base Pro #91373
    Mahesh
    Member

    @ash: May be I didn’t quite get what you mean. But as far as I understand what you wanted, you can change the default layout to content, primary sidebar via customizer as you would do in normal theme.
    Let me know further

    Regards,
    Mahesh

    in reply to: Footer #91368
    Mahesh
    Member

    @maeva: If you want to have it in the footer widget area, this can be down with Text Widget.
    1. Go to Dashboard=> Media=> Add Media and upload the logo you want to display in the footer.
    2. Once the upload complete you’ll see edit button, click it.
    3. A new tab will open and you’ll see file url and other option in that page at the right side. Copy the file URL.
    5. Go to Dashboard=> Appearance=> Widget then add a Text Widget to one of the footer area and then copy and paste the following code into the widget.

    <div class="custom-footer-logo">
        <a title="custom-footer-logo" href="yourlink.com">
            <img src="paste-copied-file-url-here" alt="custom-footer-logo">
        </a>
    </div>

    Note: In the above code, replace yourlink.com and paste-copied-file-url-here with your desired LINK and the url you’ve copied earlier after uploading the logo in the media respectively.

    Let me know if any trouble.

    Regards,
    Mahesh

    in reply to: How can I get rid of this? #91367
    Mahesh
    Member

    @klausm: Customizer option was recently added to the theme. The options are same in both Customizer and Theme Options but are handled differently. And as you said, same option was working fine in Theme Options.
    The Update is now available and you can now update to the latest version. The option in customizer will work now.
    Thank you for your patience.

    Regards,
    Mahesh

    in reply to: Logo Size – Logo automatic rescaled! #91298
    Mahesh
    Member

    @klaus: I checked your site and currently your logo size is 125×135, what logo size did you upload? This feature is working fine on our server.
    Let me know further.

    Regards,
    Mahesh

    in reply to: How can I get rid of this? #91290
    Mahesh
    Member

    @klausm: Sorry, there has been a small bug in the theme and this will be fixed in the next update which will be released soon. We will let you know as soon as we release the update. Thank you for letting us find the issue and thank you for your patience.

    Regards,
    Mahesh

    in reply to: Site Identity Height #91288
    Mahesh
    Member

    @crystalmj924: Thank you for using Clean Journal Pro. Glad to know you found the solution yourself. Have a good day.

    Regards,
    Mahesh

Viewing 20 posts - 3,661 through 3,680 (of 4,888 total)