Forum Replies Created

Viewing 20 posts - 3,681 through 3,700 (of 12,027 total)
  • Author
    Posts
  • in reply to: image size controls for image galleries on pages do not work #262925
    Skandha
    Participant

    @axumcreative: Hello there,
    Doesn’t the image size change when you switch the Image size to Medium or Thumbnail?

    To remove the date on top of the page.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .singular-content-wrap .entry-meta {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    Skandha
    Participant

    @axumcreative: Hello there,
    You seem to be using theme version 2.2 whereas the Archive text issue was fixed in version 2.3.

    Go to => Dashboard => Updates => You should be able to update the theme from here.

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Shortcode #262887
    Skandha
    Participant

    @avani/: Hello there,
    Go to => Appearance => Customize => Theme Options => Footer Editor Options => Add the following code.
    Terms & Conditions.

    Replace the URL with your URL.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Customizer error #262879
    Skandha
    Participant

    @oj603: Hello there,
    Can you please check if you are using the latest theme version 1.0.5?

    Let me know if the issue persists!
    Kind Regards,
    Skandha

    in reply to: Gutenberg editor #262878
    Skandha
    Participant

    @cassyput: Hello there,
    Can you please attach a screenshot of the issue you are having?

    Kind Regards,
    Skandha

    in reply to: reduce gap between banner and where my page starts #262877
    Skandha
    Participant

    @planarknight: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #content .wrapper {
        padding-top: 0;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: PhotoFocus Free Theme Gallery Setup #262823
    Skandha
    Participant

    @samuelkneppel: Thank you for your wonderful review. Have a great weekend! 🙂

    Kind Regards,
    Skandha

    in reply to: Responsive menu is not working after update #262814
    Skandha
    Participant

    @marga: Hello Marga,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #menu-toggle-primary {
        color: #000;
    }

    Let me know if now the mobile menu shows up and works fine.
    Kind Regards,
    Skandha

    in reply to: PhotoFocus – Admin Area #262810
    Skandha
    Participant

    @mvigil514: Hello Michael,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #page {
        background-color: #fff;
    }
    body, a, h1, h2, h3, h4, h5, h6, .stats-content-wrapper .hentry-inner .sub-title, blockquote p, .header-media .section-title, .custom-header-content .site-header-text, .drop-cap {
        color: #000;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    in reply to: Youtube video doesn’t work on mobile #262805
    Skandha
    Participant

    @antonio2020: Hello Antonio,
    Do you want your video to autoplay and also have sound?

    Kind Regards,
    Skandha

    in reply to: PhotoFocus Free Theme Gallery Setup #262732
    Skandha
    Participant

    @samuelkneppel: Hello there,

    1. To edit the footer text you will need the Footer Editor Options which is only available in pro version of the theme. I suggest you to upgrade to pro. You can check out the additional-features available in pro version of the theme.

    2. Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #content, #content .wrapper {
        padding-top: 0;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    Skandha
    Participant

    @axumcreative: Hello there,
    Have you activated the License Key on your site? If you haven’t you will find the License Key on your https://catchthemes.com/my-account/ page.

    Go to => Dashboard => Appearance => About Theme => License => License Key => Enter the License Key and Save Changes and then Activate License.

    After the License Key is activated.
    Go to => Dashboard => Updates => You should able to able the theme from here.

    Let me know if you have any issues regarding this.
    Kind Regards,
    Skandha

    in reply to: Lining up Logo with the menu bar. #262721
    Skandha
    Participant

    @jessicamorante: Hello there,
    We have a lot of other themes that have the logo and Menu line up together. Please check all our themes here.

    Kind Regards,
    Skandha

    in reply to: Archivo de demostración del tema: Solid Construction #262706
    Skandha
    Participant

    @maancomo: Hello there,
    You will need to use Catch Themes Demo Import Plugin and Essential Content Types Plugin to import the demo content on your site.

    Install and Activate the plugins.
    Then,
    Go to => Dashboard => Appearance => Catch Themes Demo Import => Click on Import for the demo you would like to import.

    Note: You must have the Solid Construction Theme activated.

    Let me know if you are having issues importing the demo content files.
    Kind Regards,
    Skandha

    in reply to: Remove header image throughout pages. #262705
    Skandha
    Participant

    @jessicamorante: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body:not(.no-header-media-text) .custom-header::after {
        background-color: #fff !important;
    }
    .custom-header-content .entry-title,.breadcrumb a {
        color: #000 !important;
    }
    .custom-header .custom-header-content {
        padding-bottom: 0px !important;
        padding-top: 76px !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Featured slider backwards #262703
    Skandha
    Participant

    @henebe: Hello Heinz,
    You seem to be using Custom type Featured Slider. So to change the order of the images in slider you will need to re upload the images in the customizer in the order you want.

    Kind Regards,
    Skandha

    in reply to: Pages scrolling #262646
    Skandha
    Participant

    @henebe: Hello Heinz,
    I will look into all the issues and get back to you soon.

    Kind Regards,
    Skandha

    in reply to: Change Link Hover Color #262629
    Skandha
    Participant

    @newgeneral: Hello there,
    The above CSS Code seemed to be working at my end. I am not able to access your site URL you provided above. Can you please check?

    Kind Regards,
    Skandha

    in reply to: Sections like demo page #262624
    Skandha
    Participant

    @piter-seil: Hello there,
    I am afraid it is not possible to Autoplay the videos in that section.

    Kind Regards,
    Skandha

    in reply to: Hard line break after images #262601
    Skandha
    Participant

    @thetravelgal: Hello Cindy,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #post-22568 .entry-content > div {
        clear: both;
        text-align: center;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 20 posts - 3,681 through 3,700 (of 12,027 total)