Forum Replies Created

Viewing 20 posts - 2,621 through 2,640 (of 4,908 total)
  • Author
    Posts
  • in reply to: Site title display bug or CSS bug #100357
    Mahesh
    Participant

    @jailma-santos: The code is working fine. The update is now available and the issue is fixed, please update the theme. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Images Not Acting Responsively #100356
    Mahesh
    Participant

    @accucomm: Please use the following CSS:

    @media screen and (max-width: 480px) {
        #attachment_3978 {
            width: 50% !important;
        }
    }

    Regards,
    Mahesh

    in reply to: column width in catch flames pro #100300
    Mahesh
    Participant

    @micwilly: Seems like some of your custom CSS is causing the design issue. For black border in-between the two content, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #primary {
        border-left: 1px solid #000;
    }

    Regards,
    Mahesh

    in reply to: Translation #100296
    Mahesh
    Participant

    @marianne-undheim: Thank you very much!!! Sure will. 🙂

    in reply to: Google Search issues #100294
    Mahesh
    Participant

    @mbd: I checked the page with structured-data testing tool and it all worked fine with 0 Errors 0 Warning as you said. Seems everything is fine. Let me know further if you have any problem.

    Regards,
    Mahesh

    Mahesh
    Participant

    @luismarioochoa: For hiding users and date, go to Dashboard=> Appearance=> Customization=> Theme Options=> Custom CSS box and add the following CSS:

    .entry-meta {
        display: none;
    }

    For hiding share buttons, disable Share Daddy plugin.
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Logo – left alignment, remove padding #100292
    Mahesh
    Participant

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

    Regards,
    Mahesh

    in reply to: Translation #100291
    Mahesh
    Participant

    @marianne-undheim: Yes, through dropbox is okay. Thank you in advance! 🙂

    Regards,
    Mahesh

    in reply to: Menus not activating on some mobile devices #100286
    Mahesh
    Participant

    @blindsightseer: Seems some plugin is causing the issue. Please try disabling plugins and check again. On our site the menu is working fine. Please check this demo:
    https://catchthemes.com/demo/catchbox/

    Regards,
    Mahesh

    in reply to: Translation #100285
    Mahesh
    Participant

    @marianne-undheim: Yes please, that would be a great help. Thank you very much, we really appreciate it. Have a nice day!

    Regards,
    Mahesh

    Mahesh
    Participant

    @jordanharedesign: You can hide the excerpt content with Custom CSS. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #feature-slider .entry-content {
        display: none;
    }

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: column width in catch flames pro #100283
    Mahesh
    Participant

    @micwilly: I checked your site. Currently you are using two column layout. And you have done lots of customization (Custom CSS) that the left sidebar moved down the content.
    Let me know further how can I help.

    Regards,
    Mahesh

    in reply to: Have no options to change Slider Images #100282
    Mahesh
    Participant

    @spegrum: Go to Dashboard=> Appearance=> Featured Slider then choose Homepage/Front Page or Entire Site in Enable slider on option, then further options will slide down. Then choose demo or Featured Page Slider. Using Featured Page slider, you can make selected pages as slider and Featured image will be displayed as slides. Please make sure you have featured image set in the pages selected. If the slider still doesn’t appear, set Image Loader to false.
    Let me know further.

    Regards,
    Mahesh

    in reply to: Gallery Lightbox does not work #100280
    Mahesh
    Participant

    @debswebs: I tested the plugin with Catch Evolution Pro theme on our server and it seem to be working fine. The light-box is working all well. Let me know further.

    Regards,
    Mahesh

    in reply to: Google Search issues #100279
    Mahesh
    Participant

    @mbd:
    1. This is done by google itself, theme cannot be controlled by theme. Please consult the SEO specialist instead.

    2. I don’t quite get what you meant here. What do you mean by “running online test everything appears to be okay”. Let me know further.

    Regards,
    Mahesh

    in reply to: Font size subtitle #100275
    Mahesh
    Participant

    @historiegeuldal: By subtitle in the header, do you mean, tagline? If so, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .site-description {
        font-size: 20px;
    }

    Note: Please adjust the font-size as you desire.

    Regards,
    Mahesh

    in reply to: previous & next links in my posts #100273
    Mahesh
    Participant

    @thepilgrim1938gmx-com: There is already an option for this in the theme. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Single Post Navigation then check on Check to disable Single Post Navigation option.

    Regards,
    Mahesh

    in reply to: Featured Content Date Issue #100272
    Mahesh
    Participant

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

    #featured-content .meta-info {
        display: none;
    }

    Regards,
    Mahesh

    in reply to: Site title display bug or CSS bug #100270
    Mahesh
    Participant

    @jailma-santos: Sorry for the late reply. There has been a little bug in the theme and will be fixed in the next update. For quick fix, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .site-title a, 
    .site-description { 
        position: absolute !important; 
        clip: rect(1px 1px 1px 1px); 
        clip: rect(1px, 1px, 1px, 1px); 
    }

    Regards,
    Mahesh

    in reply to: slider problem with https (ssl) #100250
    Mahesh
    Participant

    @bewegungsfelder: Seems you are using Image Slider, but in the image links you are using http instead of https in customizer option. Please use https links for all image. Hope this fixes your issue. Let me know further.

    Regards,
    Mahesh

Viewing 20 posts - 2,621 through 2,640 (of 4,908 total)