Forum Replies Created

Viewing 20 posts - 3,681 through 3,700 (of 4,908 total)
  • Author
    Posts
  • in reply to: Homepage Headline Options #91396
    Mahesh
    Participant

    @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
    Participant
    in reply to: Logo Size – Logo automatic rescaled! #91385
    Mahesh
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

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

    Regards,
    Mahesh

    in reply to: Same size font on p and pre #91285
    Mahesh
    Participant

    @taher: Thank you for using Catch Kathmandu Pro theme.
    If you do not like to use responsive mode, you can disable it through customizer. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Responsive Design and check on Check to Disable Responsive Design option.
    #1 p and pre show same size when I set font size same:
    This can be done by using Custom CSS. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    p, 
    pre {
        font-size: 20px;
    }

    Note:
    * Adjust the font size as per you required.
    * This will override the font size option in customizer.

    #2 how can Increase maximum word on post:
    If you have phpMyAdmin you can simply change the post_content field from TEXT to LONGTEXT.

    Regards,
    Mahesh

    in reply to: Hide Top Nav & Header Bar #91241
    Mahesh
    Participant

    @brendonh: For that, please use the following CSS:

    .page.page-id-760 #fixed-header,
    .page.page-id-760 #masthead,
    .page.page-id-760 #colophon {
        display: none;
    }

    Regards,
    Mahesh

    in reply to: Hide Top Nav & Header Bar #91238
    Mahesh
    Participant

    @brendonh: Do you mean to hide the nav bar and masthead div on pages only? If so, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .page:not(.home) #fixed-header, 
    .page:not(.home) #masthead {
        display: none;
    }

    Let me know if this is not what you wanted or any problem. Please post in your site URL.

    Regards,
    Mahesh

    in reply to: Changing Page Title font/look #91226
    Mahesh
    Participant

    @gaiabee: This can be achieved with Custom CSS. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #content .page .entry-header .entry-title {
        font-size: 35px;
        font-weight: bold;
        color: #ba4ba4;
    }

    Note: Default font-size for page title is 30px.
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: number of featured contents on homepage #91224
    Mahesh
    Participant

    @pulsedata: Thank you for your appreciation. Glad to know your issue is resolved. If you like my support and Catch Everest theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-everest?rate=5#postform

    Have a nice day!

    Regards,
    Mahesh

    in reply to: adding google translate buttons in the head #91223
    Mahesh
    Participant

    @nagesh-seogmail-com: First you must create a child theme. For more details on creating child theme, go to this LINK. Then in your child theme’s functions.php, copy and paste the above function i.e. catchresponsive_header_right (you can find the function in catch-responsive/inc/catchresponsive-structure.php file). Then in the function, replace the following code with the Gtranslate’s shortcode:

    <?php if ( '' != ( $catchresponsive_social_icons = catchresponsive_get_social_icons() ) ) { ?>
        <section class="widget widget_catchresponsive_social_icons" id="header-right-social-icons">
            <div class="widget-wrap">
                <?php echo $catchresponsive_social_icons; ?>
            </div><!-- .widget-wrap -->
        </section><!-- #header-right-social-icons -->
    <?php
    } ?>

    Replace With the following:
    <?php echo do_shortcode(‘[GTranslate]’); ?>
    Hope this helps.
    If you are not much familiar with coding, I recommend you to hire a customizer.

    Regards,
    Mahesh

    in reply to: Cannot change the icon on a Child Theme #91222
    Mahesh
    Participant

    @lepos: Sorry for late reply. The update is now availabe @ WordPress.org repository. Please update to the latest version (2.3.1). Let me know if any problem.
    Have a nice day!

    Regards,
    Mahesh

    Mahesh
    Participant

    @southpaw: Please find the code in the link below and paste it in your functions.php (Please remove previous slider function in your child theme).
    http://goo.gl/NhkX9z
    Replace the following line in the above function with your calendar’s code.

    <div class="calendar"><!-- Calendar Start -->
        Your Calendar Code Goes HERE!!!
    </div><!-- Calendar End -->

    Regards,
    Mahesh

    in reply to: reduce white space header #91219
    Mahesh
    Participant

    @uschelbert: Thank you for your appreciation. Have a nice day.

    Regards,
    Mahesh

    in reply to: Centering buttons #91217
    Mahesh
    Participant

    @jakeab: Its a bit difficult to provide the solution to the issue without checking the HTML. But I’m glad that <center> tag resolved the problem and fixed the issue by yourself. Have a nice day.

    Regards,
    Mahesh

Viewing 20 posts - 3,681 through 3,700 (of 4,908 total)