Forum Replies Created

Viewing 20 posts - 2,281 through 2,300 (of 4,908 total)
  • Author
    Posts
  • in reply to: Slider disappearing #103093
    Mahesh
    Participant

    @marco-cherin: We’ll need to check in your server for the issue. We’ll contact you through email shortly.

    Regards,
    Mahesh

    in reply to: Adjust Page Width No sidebar #103092
    Mahesh
    Participant

    @uukuniemi: Thank you for your appreciation. If you like my support and Jomsom theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/jomsom?rate=5#postform
    Have a nice day!

    Regards,
    Mahesh

    in reply to: Issues on iPhone #103091
    Mahesh
    Participant

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

    @media screen and (max-width: 767px){
        #header-featured-image {
            padding: 100px 0;
            background-size: cover;
            background-position: 50% 50%;
        }
      
        #header-highlights-content .entry-container {
            top: 10px;
        }
    }
      
    @media screen and (max-width: 340px){
        #header-featured-image {
            background-size: contain;
        }
    }

    Regards,
    Mahesh

    in reply to: Mobile Navigation menu no longer working #103089
    Mahesh
    Participant

    @live2bfree: It seems to be working fine on our server. Are you using any plugins? If yes, please try disabling it and check if it resolves. Or have you modified the theme?
    Its working fine. Please check the demo:
    https://catchthemes.com/demo/catchbox-pro/

    Regards,
    Mahesh

    in reply to: Website field and email field in comments #103088
    Mahesh
    Participant

    @ugpost: Thank you for using Simple Catch Pro. Please use the following functions instead.

    function wpb_disable_comment_url($fields) {
        if ( isset( $fields['url'] ) ){
            unset( $fields['url'] );
        }
        if ( isset( $fields['fields']['url'] ) ){
            unset( $fields['fields']['url'] );
        }
        return $fields;
    }
    add_filter('comment_form_defaults','wpb_disable_comment_url');
    
    function wpb_disable_comment_email($fields)
    {
        if ( isset( $fields['email'] ) ){
            unset( $fields['email'] );
        }
        if ( isset( $fields['fields']['email'] ) ){
            unset( $fields['fields']['email'] );
        }
        return $fields;
    }
    add_filter('comment_form_defaults','wpb_disable_comment_email');

    Regards,
    Mahesh

    in reply to: Blog post titles not displaying in desktop view #103087
    Mahesh
    Participant

    @marketingpro76: The issue is because of the following CSS in you Custom CSS:

    @media screen and (min-width: 961px) {
        .entry-title { font-size: 0.00px; line-height: 1.62em;  }
    }

    Please remove it.

    Regards,
    Mahesh

    in reply to: Remove Page Titles #103086
    Mahesh
    Participant

    @jaehethe1: Yes, it is possible. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .page #main .page .entry-header {
        display: none;
    }

    Regards,
    Mahesh

    in reply to: White borders #103085
    Mahesh
    Participant

    @panopano: Have you resolved the issue? I checked your site and didn’t find any white border around the content on your site.

    Regards,
    Mahesh

    in reply to: Child Theme #103084
    Mahesh
    Participant

    @voodoochill: It should work fine with the Code in child theme’s style.css. May be there is some error in you child theme’s style.css
    Let me know further.

    Regards,
    Mahesh

    in reply to: Footer background image #103083
    Mahesh
    Participant

    @voodochill: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Slider disappearing #103036
    Mahesh
    Participant

    @marco-cherin: Sorry no demo slider on this theme. Confused with slider in Demo site as demo slider.
    Yes you can remove the theme and install it, all you setting will remain as they are. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Adjust Page Width No sidebar #103032
    Mahesh
    Participant

    @uukuniemi: Add the following CSS:

    .no-sidebar.content-width #main {
        width: 100%;
    }

    Regards,
    Mahesh

    in reply to: Adjust Page Width No sidebar #103029
    Mahesh
    Participant

    @uukuniemi: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Home page color #103028
    Mahesh
    Participant

    @mehes: Do you want to have the current background color on home page only? If yes, replace the above CSS (first one) with the following:

    .home #content {
        background-color: #ff00ff;
    }
    
    .home .panel-widget-style,
    .home .panel-row-style {
        background: none !important;
        border: none !important;
    }

    Also in the Contact Us page the widget I used to get the email, name, and address of the person who wants to contact us are disappeared:
    Can you please clarify more on this?

    Regards,
    Mahesh

    in reply to: Slider disappearing #103026
    Mahesh
    Participant

    @marco-cherin: Does this happen with Demo slider too? Please check. Please try installing a fresh copy of the theme. Hope this helps. If still doesn’t work, let me know further.

    Regards,
    Mahesh

    in reply to: Featured Slider – background and size #103024
    Mahesh
    Participant

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

    Regards,
    Mahesh

    in reply to: Page Title in Slider Image #103023
    Mahesh
    Participant

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

    .main-slider .slider-contents {
        display: none;
    }

    Regards,
    Mahesh

    in reply to: No Sidebar (Content Width) #103022
    Mahesh
    Participant

    @timtimothy: No Sidebar (Content Width) will not expand the primary content to full width, it will remove the sidebar and centers the primary content with same width. Full Width feature is only available in Pro version. I recommend you to upgrade to Pro.
    Or you can use Custom CSS to make it full width. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .no-sidebar.content-width #main {
        width: 100%;
    }

    Regards,
    Mahesh

    in reply to: different Facebook icons in the header-top #103021
    Mahesh
    Participant

    @lisa1234:
    1. give the footer a different color (#009932)
    Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #site-generator {
        background-color: #009932;
    }

    2. No this is not possible by default in the theme. I recommend you to hire a customizer for this.

    Regards,
    Mahesh

    in reply to: Different in the pages. Reduce to one #103020
    Mahesh
    Participant

    @arteuno: I checked you site and understood what you meant. If you want to replace H1 header, you’ll need to create child theme. You can find more details on creating child theme HERE. Then in your child theme override certain functions, to replace H1 in the pages.
    By the way, are you having any issues with multiple H1 in the page?

    Regards,
    Mahesh

Viewing 20 posts - 2,281 through 2,300 (of 4,908 total)