Forum Replies Created

Viewing 20 posts - 3,881 through 3,900 (of 4,903 total)
  • Author
    Posts
  • in reply to: Cannot install Simple Catch Pro version 3.3 #89749
    Mahesh
    Participant

    @rflores: We suggest you do update the themes. But I don’t think the problem is because of old version. May be a plugin issue or something.
    I don’t understand the last part, simplest way to submit a new post what do you mean by this?

    Regards,
    Mahesh

    in reply to: Slider not working (jQuery Conflict?) #89748
    Mahesh
    Participant

    @bsmitty358gmail-com: You can pass the false in last parameter, by default it is set to false.

    Regards,
    Mahesh

    in reply to: Featured Slider stopped working #89747
    Mahesh
    Participant

    @sbatailler: Sorry for the late reply. Its an strange kind of issue. Can you please send me the login credentials for your site @ mahesh [at] catchthemes [dot] com, so that I could check your site for the issue.

    Regards,
    Mahesh

    in reply to: Header Image Customize Gone in 4.6 #89626
    Mahesh
    Participant

    @rmjtrif-com: We have just released the update (Catch Box Pro 4.4.2) with the fixes, please update to the latest version. Let me know if any problem occurs.

    Regards,
    Mahesh

    in reply to: Header problems #89625
    Mahesh
    Participant

    @jie66: We have just released the update (Catch Box Pro 4.6.1) with the fixes, please update to the latest version. Let me know if any problem occurs.

    Regards,
    Mahesh

    in reply to: "Customize" is not fully loading on 3 of 4 sites #89621
    Mahesh
    Participant

    @mrichwncc: We have just released the update with the fixes, please update to the latest version. Let me know if any problem occurs.

    Regards,
    Mahesh

    in reply to: Header problems #89596
    Mahesh
    Participant

    @jie66: Oh ya, you are right, previously I was checking in WordPress 4.4.2 (two versions confusion) and in 4.5 Basic Color includes only color scheme and background color and it is a bug in theme. This will also be fixed in the next update. Thank you for your patience.

    Regards,
    Mahesh

    in reply to: Mobile menu slide (BUG) #89595
    Mahesh
    Participant

    @skynet: Sorry for the late reply. We tested your site and jomsom pro demo on iphone both landscape and portrait is the menu is working fine (show/hide). Please try clearing cache and check if the issue resolves. Sometimes the issue remain due to caching too.

    Regards,
    Mahesh

    in reply to: Header Image Customize Gone in 4.6 #89593
    Mahesh
    Participant

    @rmjtrif-com: In WordPress version before 4.5, the theme was using header image as logo. An since WordPress version 4.5 custom logo is available in WP core, we have replace it with custom logo. And now we came to know that people were using the feature as header image instead. So an additional feature (Header Image) will be added to the theme and will be available in next version. Thank you for your patience and sorry for the inconvenience.

    Regards,
    Mahesh

    in reply to: Content Sites – White Edit Space #89592
    Mahesh
    Participant

    @rasta75: Thank you for using Adventurous Pro. Please try disabling all plugin and check if the issue resolves. Customizer is working fine on our local server.

    Regards,
    Mahesh

    in reply to: Featured Slider stopped working #89591
    Mahesh
    Participant

    @sbatailler: Please try disabling plugins one by one and check if the issue resolves. Let me know if the problem persist.


    @mariajackson
    : You are using Adventurous free. It seems you have only one image(Post) in slider, try adding more. Let me know if any problem occurs.

    Regards,
    Mahesh

    in reply to: Header problems #89590
    Mahesh
    Participant

    jie66: Go to Dashboard=> Appearance=> Customize=> Colors=> Basic Colors and select your desired color in Header Text Color.
    In WordPress version before 4.5, the theme was using header image as logo. An since WordPress version 4.5 custom logo is available in WP core, we have replace it with custom logo. And now we came to know that people were using the feature as header image instead. So an additional feature (Header Image) will be added to the theme and will be available in next version. Thank you for your patience and sorry for the inconvenience.

    Regards,
    Mahesh

    in reply to: "Customize" is not fully loading on 3 of 4 sites #89588
    Mahesh
    Participant

    @mrichwncc: Layout will be fixed in the next update. In other three sites where customizer is not fully loading, please try disabling all plugin one by one and check if the issue resolves.
    Let me know if any problem occurs. You can email me the detail for one of your site in which customizer is not fully loading @ mahesh [at] catchthemes [dot] com.

    Regards,
    Mahesh

    in reply to: Cutted first image (BUG) #89586
    Mahesh
    Participant

    @skynet: Please use Regenerate Thumbnail Plugin to regenerate thumbnails and it will resize all the images to uniform size.
    https://wordpress.org/plugins/regenerate-thumbnails/
    Let me know if any problem occurs

    Regards,
    Mahesh

    in reply to: Cutted first image (BUG) #89530
    Mahesh
    Participant

    @skynet: I checked your site, it seems you’ve used two different dimensions images. In context of your home page, the first two images are 360×375 where as all other image in the pages are of 400×400. This may have caused the issue. Try replacing the top two images with 400×400 image and see if it resolves the issue.

    Regards,
    Mahesh

    in reply to: Customizer Stop Work at Jomsom Pro WP 4.5 #89529
    Mahesh
    Participant

    @skynet: I assume you’ve seen the quick fix in the following thread.
    https://catchthemes.com/support-forum/topic/image-no-space-bug/#post-89528

    Regards,
    Mahesh

    in reply to: Image no space Bug #89528
    Mahesh
    Participant

    @skynet: This issue will be fixed in the next update. For quick fix now, edit the file jomsom-pro/inc/customizer-inclues/jomsom-customizer.php and comment or remove line 125 and the customizer will work normally.

    Regards,
    Mahesh

    in reply to: Fatal error in home.php #89525
    Mahesh
    Participant

    @sayuri: I checked your site and seems you are using really old version of the theme. The latest theme version available is 3.6. I recommend you to upgrade to Pro and check if the issue resolves.
    Let me know if any problem occurs.

    Regards,
    Mahesh

    in reply to: Change Homepage Headline – Catch Everest FREE Theme #89524
    Mahesh
    Participant

    @elenan: Please use the Custom CSS for now, the issue will be fixed in the next update. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS;

    #hgroup {
        display: none;
    }

    Regards,
    Mahesh

    in reply to: reduce margin/padding in mobile mode #89522
    Mahesh
    Participant

    @mupa: Use the following CSS:

    @media screen and (max-width: 767px) {
        article.hentry {
            padding: 0;
        }
        #page .wrapper {
            padding: 0;
        }
        article.hentry .featured-image img {
            width: 100%;
        }
    }

    Regards,
    Mahesh

Viewing 20 posts - 3,881 through 3,900 (of 4,903 total)