Forum Replies Created

Viewing 20 posts - 3,741 through 3,760 (of 4,888 total)
  • Author
    Posts
  • Mahesh
    Member

    @stefanhoesli: I’m afraid it is not possible to have image of different sizes as header image for front page and other individual pages. But you can have something similar to that with Custom CSS by limiting header-image content height to 320px. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .single #header-featured-image {
        height: 360px;
        overflow: hidden;
    }

    Note: This will cut off some bottom part of the image

    Regards,
    Mahesh

    in reply to: Adding Privacy Policy in Footer (only) #90673
    Mahesh
    Member

    @chatfield-court: Can you please clarify more? Have you put the link in two places? And is it displaying twice or something? And please post in your site url.

    Regards,
    Mahesh

    Mahesh
    Member

    @imac1943: In Catch Responsive Free version, there are two option for Featured Content:
    1. Featured Demo Content: Theme’s demo content – Content is not editable
    2. Featured Page Content: Displays page as featured content – uses page’s featured image, title and content.
    So you can add new pages and put desired title and content to the page, and select the desired image as featured image for that page. Then Go to Dashboard=> Appearance=> Customize=> Featured Content and select Featured Page Content in Select Content Type option. Then select your page in Featured Page # dropdown.
    However, free version has limited feature. In Catch Responsive Pro version, you will have following option in Featured Content:
    1. Featured Demo Content
    2. Featured Widget Content
    3. Featured Page Content
    4. Featured Post Content
    5. Featured Image Content (Custom Image, title, content and link)
    6. Featured Category Content
    and many other features too.
    Hope this helps.

    Regards,
    Mahesh

    in reply to: Featured Content Headline & Subheadline #90671
    Mahesh
    Member

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

    #featured-heading {
        width: 100%;
    }
    
    #featured-post {
        text-align: left;
    }

    Regards,
    Mahesh

    in reply to: Mobile Featured Image Slider and Mobile Menu #90670
    Mahesh
    Member

    @briswatek: I checked your site in both mobile and desktop, the site is working fine on both. No slider and menu issues found.

    Regards,
    Mahesh

    in reply to: Customizing Featured Content Missing #90668
    Mahesh
    Member

    @ralph: Do you mean that only Enable Featured Content option is there in Featured Content? In Catch Responsive theme in Customizer‘s Featured Content option, all options are hidden if Disabled is selected in Enable Featured Content option. Change the option to Homepage or Entire Site and check if other options are visible.
    Note: Make sure if you choose homepage, you are on the homepage in Customize Preview on the right side, or you won’t see the options.
    Same with Featured Slider.
    Let me know if any problem occurs.

    Regards,
    Mahesh

    in reply to: menu and submenu of Pro version not transparent #90666
    Mahesh
    Member

    @mupa: Sorry, there was a small bug in Catch Adaptive Pro’s style.css. This will be fixed in the next theme version update. For quick fix, open Catch Adaptive Pro theme’s style.css go to line 1306 and add # before 000 in background-color.
    Now it is displaying like : background-color: 000;
    Make it look like : background-color: #000;
    Thank you for helping us finding the bug.

    Regards,
    Mahesh

    in reply to: Categories on homepage with WPML #90665
    Mahesh
    Member

    @j-mouretme-com: Thank you for your consideration, we really appreciate it. Yes, please do share the images. Thank you again. Have a nice day.

    Regards,
    Mahesh

    in reply to: Blank screen appearing on Customize screen #90664
    Mahesh
    Member

    @dontheideaguy: Okay, after your hosting company upgrades the the PHP version, please check if the issue persists. Fill in the form in the above link and let me know when done.

    Regards,
    Mahesh

    in reply to: Title Tag in Category #90663
    Mahesh
    Member

    @pennythepennstatgnome: Can you please clarify more with a screenshot and your site url.

    Regards,
    Mahesh

    Mahesh
    Member

    @mikebizbuildersofnh-com: Thank you for using Catch Everest Pro. Above code won’t work in Catch Everst Pro since different structure. In Catch Everest Pro, this cannot be done with simple CSS, I recommend you to hire a customizer.

    Regards,
    Mahesh

    in reply to: Align header image top-right, above menu #90615
    Mahesh
    Member

    @lordinvestor: Please post in your site URL.

    Regards,
    Mahesh

    in reply to: Can No Longer Save Posts/Pages #90605
    Mahesh
    Member

    @benowchiro: Please check the reply on the other post. As I’ve replied on the other thread, I’ll skip this one. Please do no make two posts for same problem.

    Regards,
    Mahesh

    in reply to: Blank screen appearing on Customize screen #90598
    Mahesh
    Member

    @dontheideaguy: We’ll have to check in your server for the issue. Please fill up this form in the link below with your issue and details and let me know when you’ve submitted the form and our team will check the issue.
    https://catchthemes.com/blog/customizer-not-working-wordpress-update/

    Regards,
    Mahesh

    in reply to: menu and submenu of Pro version not transparent #90594
    Mahesh
    Member

    @mupa: Buggy color options? Are you having any trouble? Please clarify.

    Regards,
    Mahesh

    in reply to: Featured Content is not showing #90593
    Mahesh
    Member

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

    Regards,
    Mahesh

    in reply to: footer padding #90591
    Mahesh
    Member

    @asumi: Add the following CSS in your Custom CSS box:

    #text-24.widget_text .widget-wrap {
        margin-left: 135px;
    }

    Regards,
    Mahesh

    in reply to: Few questions regarding CSS and HTML #90590
    Mahesh
    Member

    @robertl: It is because you’ve nothing to display in right section of promotion headline. And by default the max-width of left-section is 80%. For full-with promotion headline, use the following CSS:

    #promotion-message .left {
        max-width: none;
    }

    Regards,
    Mahesh

    in reply to: Few questions regarding CSS and HTML #90545
    Mahesh
    Member

    @robertl:
    1. CSS code to make the titles/headings ONLY on the home page #E60000 colour:
    Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .home #promotion-message h2, 
    .home #featured-heading, 
    .home #featured-content .entry-title {
        color: #E60000;
    }

    2. Transparent background on Complaints and Disputes menu item:
    Add the following CSS and it will resolve the issue.

    .catchresponsive-nav-menu .sub-menu a {
        background-color: #fff;
    }

    3. Since you content is one whole block and you are pointing the break in the middle of the content, I am afraid, this is not possible.

    Regards,
    Mahesh

    in reply to: Problem after updating with header image #90543
    Mahesh
    Member

    @sergio-colagrossigmail-com: Do you have any plugins installed, try disabling plugins and check if the customizer is working. And please do check if the customizer is running in other theme (WordPress Core Themes).
    Let me know further.

    Regards,
    Mahesh

Viewing 20 posts - 3,741 through 3,760 (of 4,888 total)