Forum Replies Created

Viewing 20 posts - 41 through 60 (of 4,117 total)
  • Author
    Posts
  • in reply to: Responsive Image Block #332171
    tikaram
    Participant

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

    /* Max Width for Left and Right Aligned Image in Smaller Devices */
    @media screen and (max-width: 960px) {
      .wp-block-image figure.alignleft,
      .wp-block-image figure.alignright {
        max-width: 30%;
      }
    }

    Please try increasing or decreasing the value of max-width as per your design needs

    Regards,
    Tikaram

    in reply to: Responsive Image Block #332165
    tikaram
    Participant

    @gbrassq :  I will check for the issue and get back to you soon.

    Regards,
    Tikaram

    in reply to: Responsive Image Block #332145
    tikaram
    Participant

    @gbrassq : Can you please try testing it from a mobile device and provide me device details so that the actual results can be obtained rather than from developer tools or emulators.

    Regards,
    Tikaram

    in reply to: Chique Pro – Featured Slider Width On Mobile #332144
    tikaram
    Participant

    @melissahassey :  Please try adding the following additional css

    @media screen and (max-width: 480px) {
      .slide-progress {
        max-width: 64px !important;
        right: 84px !important;
        left: unset !important;
        transform: translateX(100%);
        height: 4px !important;
      }
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    in reply to: Responsive Image Block #332100
    tikaram
    Participant

    @gbrassq : I checked your site on a mobile device and I don’t seem to find any issues with images on mobile devices. Can you please check your site again and let me know. I have attached the screenshot of the page as mentioned above.
    Screenshot-20240205-122546

    Regards,
    Tikaram

    in reply to: Removed related posts #332052
    tikaram
    Participant

    @albusnoctes : The related post feature is enabled by the Jetpack Plugin. Please go through the documentation of plugin and disable the related posts.
    Please add the following additional css to hide the category from single post.

    .single-post .entry-meta .cat-links {
      display: none;
    }

    To disable post navigation from single post please add the following css.

    .single-post .post-navigation {
      display: none;
    }

    Regards,
    Tikaram

    in reply to: Responsive Image Block #332049
    tikaram
    Participant

    @gbrassq : Please post in your site URL so that I can check for issues on your site and provide you the required fix.

    Regards,
    Tikaram

    in reply to: Removed related posts #332048
    tikaram
    Participant

    @albusnoctes : Can you please check your URL again and let me know. I  could not access any post on your site.

    Regards,
    Tikaram

    in reply to: Page content showing #332047
    tikaram
    Participant

    @albusnoctes :I checked your site, and it looks like you have added a header image. Can you please post a screenshot or let me know where you would like to reduce the space so that I can provide you with the required additional CSS?

    Regards,
    Tikaram

    in reply to: Blog page (sidebar on right) not displaying #332027
    tikaram
    Participant

    @wendymerritt : I have already contacted you regarding the issue. Can you please check your inbox and let me know.

    Regards,
    Tikaram

    in reply to: Chique Pro – Featured Slider Width On Mobile #332017
    tikaram
    Participant

    @melissahassey : Please try compressing the slider images. Let me know if the issue persists after compressing the slider images.

    Regards,
    Tikaram

    in reply to: Update risk #332015
    tikaram
    Participant

    @barbarossa : Glad to know that you don’t have any more issues. Please let me know if you any more theme related questions.

    Regards,
    Tikaram

    in reply to: Installation error #332012
    tikaram
    Participant

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

    Regards,
    Tikaram

    in reply to: Update risk #332001
    tikaram
    Participant

    @barbarossa : If you have made changes directly to the theme files or edited them directly, those changes will be lost. However, customizations made through the editor will not be affected by a theme update. It is recommended to keep a backup so that you can restore your changes if they are lost during the update. Let me know if you have any more questions.

    Regards,
    Tikaram

    in reply to: Site-editor is no longer appearing #331968
    tikaram
    Participant

    @hafida : I have already contacted you.

    Regards,
    Tikaram

    in reply to: Unable to validate theme Catch Inspire Pro #331965
    tikaram
    Participant

    @st : Can you please let me know more about the issue. Do you get any error message while adding license key?
    Please follow the link below to know more about validating license key on your site.
    https://catchthemes.com/faq/how-to-activate-license-key/

    Regards,
    Tikaram

    in reply to: Site-editor is no longer appearing #331954
    tikaram
    Participant

    @allinonepartyfun : Can you please check your inbox and let me know.

    Regards,
    Tikaram

    in reply to: Site-editor is no longer appearing #331898
    tikaram
    Participant

    @allinonepartyfun : I will contact you shortly.

    Regards,
    Tikaram

    in reply to: How to remove blur on hover #331897
    tikaram
    Participant

    @alphaint :Can you please post in your site URL and provide me more details where you would like to remove the blur effect on hover so that I can check it on your site and provide you the required fix.

    Regards,
    Tikaram

    in reply to: Fill all width on mobile #331894
    tikaram
    Participant

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

    @media screen and (max-width: 480px) {
      .wrapper, .hentry {
        padding:0;
      }
      .wrapper {
        width:400px;
      }
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

Viewing 20 posts - 41 through 60 (of 4,117 total)