Forum Replies Created

Viewing 20 posts - 821 through 840 (of 4,116 total)
  • Author
    Posts
  • in reply to: How to add a read more button #313567
    tikaram
    Participant

    @tagais : It looks like your site is on development mode and its not a live site. Can you please explain more clearly what you would like to be done ? Let me know if you have any more theme related issues.

    Regards,
    Tikaram

    in reply to: Hiding Category titles #313565
    tikaram
    Participant

    @fascimedia : Login to your WordPress admin section.
    Go to Appearance => Customize => Additional css and add the following css.

    .archive .custom-header-content-wrapper .section-title {
      display: none;
    }

    let me know if this helps you out.

    Regards,
    Tikaram

    in reply to: Can’t find where to put upgraded key #313539
    tikaram
    Participant

    @bobbygprewett :  Please disable the gutenify plugin on your site as it is causing the issue. let me know if you have any more issues.

    Regards,
    Tikaram

    in reply to: Mobile View of Front Page #313537
    tikaram
    Participant

    @mist2fy : The css provided above is for smaller screen sizes like tablet and mobiles. The header image will be either cropped or it will have some space below it as it is used as a Background Image. let me know if you have any more issues.

    Regards,
    Tikaram

    tikaram
    Participant

    @gnaredi : To change the color of the links you will need to add a custom css.
    Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    a {
      color: #color-code;
    }

    Note: In the above css please change the #color-code with the desired color code  that you can find easily on the web.

    Regarding the disabling of featured image : login to your WP admin section. Go to Posts section. Edit the desired post and remove the featured image from the particular post and save changes.

    Can you please explain in more detail or provide a URL of the post where you want to reduce the height of featured image.

    Regards,
    Tikaram

    in reply to: Product page layout #313534
    tikaram
    Participant

    @bobbygprewett : I checked your site and it looks like gutenify plugin is causing issue on your site. Please try disabling the plugin and check again and let me know.

    Regards,
    Tikaram

    in reply to: Custom widget area doesn’t show up #313516
    tikaram
    Participant

    @veltheimerhof :  It looks like you have registered the widget but you may have missed to output the widget.
    Please follow this link to know more about registering and displaying the widget in the front end of your site.
    The logo can  be easily added on the site from the customizer. You don’t need to add a widget to display logo on your site. Please let me know if you need any further assistance regarding the issue.

    Regards,
    Tikaram

    tikaram
    Participant

    @gnaredi : I will check for the issue and get back to you soon. Sorry for the inconvenience caused.

    Regards,
    Tikaram

    in reply to: How to add a read more button #313504
    tikaram
    Participant

    @tagais : The link that you have provided is not working. Can you please check again and post a valid URL.

    Regards,
    Tikaram

    in reply to: Mobile View of Front Page #313476
    tikaram
    Participant

    @mist2fy : Login to your WordPress admin section.
    Go to Appearance => Customize => Additional css and add the following css.

    @media only screen and (max-width: 810px) {
        .custom-header .wrapper::before {
        background-size: contain;
      }
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    in reply to: Can’t find where to put upgraded key #313473
    tikaram
    Participant

    @bobbygprewett : Login to your WordPress admin section.
    Go to Appearance => About Theme
    Theme About page will be displayed. Click on the License tab and enter the license key and save changes.
    let me know if this helps you out.

    Regards,
    Tikaram

    in reply to: WordPress 6 Support? #313471
    tikaram
    Participant

    @schmoe : There is no any known issue with WordPress 6.1. You may use Catch Responsive Pro with the latest version of WordPress. Let me know if you have any issues using the latest version of WordPress.

    Regards,
    Tikaram

    in reply to: Change integrated Form width #313470
    tikaram
    Participant

    @kevinpat : Login to your WordPress admin section.
    Go to Appearance => Customize => Additional css and add the following css

    .rnw-widget-container {
        display: block;
        margin: 0 auto;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    in reply to: Button background hover #313365
    tikaram
    Participant

    @bobbygprewett : Regarding the footer section please replace the footer related css which is given below.

    /* Hide Footer from other pages */
    .site-footer {
      display: none;
    }
    .home .site-footer {
      display: block;
    }

    For WooCommerce support Please upgrade to Catch Shop Pro as the free version of the theme do not have support for WooCommerce.
    Please follow this link to know more about the features of Pro version of the Theme.

    Regards,
    Tikaram

    in reply to: Button background hover #313345
    tikaram
    Participant

    @bobbygprewett : Please try adding the following additional css and let me know

    @media only screen and (max-width: 810px) {
      .home .custom-header-content {
        padding: 0;
      }
      .custom-header .wrapper::before {
        background-size: contain;
      }
    }

    Regards,
    Tikaram

    in reply to: Category, Tags Archive #313336
    tikaram
    Participant

    @anitak : We will be updating the theme soon and the issue will be fixed in the upcoming update. Thank you for pointing out the issue.

    Regards,
    Tikaram

    in reply to: Button background hover #313335
    tikaram
    Participant

    @bobbygprewett : Please add the following additional css to change the button link hover color and to hide footer on all other pages.

    .custom-header-content-wrapper .more-link:hover,
    .header-media .custom-header-content-wrapper .more-link:hover,
    .wp-block-button .wp-block-button__link:hover {
        background-color: #ffd400;
    }
    
    /* Hide Footer from other pages */
    .site-footer #site-generator {
        display: none;
    }
    .home .site-footer #site-generator {
        display: block;
    }

    Regarding the Hero Image I don’t seem to find any hero content section enabled on your site. If you are referring to the header image please let me know.

    Regards,
    Tikaram

    in reply to: Category, Tags Archive #313302
    tikaram
    Participant

    @anitakb : Thank you for using Blockmag theme. I will check for the issue related to search and let you know soon.

    Regards,
    Tikaram

    in reply to: Add RED/XiaoHongShu Icon to Social Links #313289
    tikaram
    Participant

    @kegweb6 : Login to your WordPress admin section.
    Go to Appearance => Customize => Additional css and add the following css.

    .menu-item-5465 > a {
      background-image: url("https://tdiacademy.com/wp-content/uploads/2022/12/fe4abef8bbad3d45-1-4-2.png");
    }
    .menu-item-5465 .icon-chain {
      display: none;
    }
    #floating-social .social-navigation .menu-item-5465 a:hover {
      background-image: url("https://tdiacademy.com/wp-content/uploads/2022/12/fe4abef8bbad3d45-1-4-2.png");
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    in reply to: The gallery is displayed incorrectly #313262
    tikaram
    Participant

    @mikulski : Can you please explain in more detail regarding the issue and post in the site URL as well so that I can check for the issue on your site and provide you the fix.

    Regards,
    Tikaram

Viewing 20 posts - 821 through 840 (of 4,116 total)