Forum Replies Created
-
AuthorPosts
-
tikaramParticipant
@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,
TikaramtikaramParticipant@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,
TikaramtikaramParticipant@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,
TikaramtikaramParticipant@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.
Regards,
TikaramtikaramParticipant@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,
TikaramtikaramParticipant@gbrassq : Please post in your site URL so that I can check for issues on your site and provide you the required fix.
Regards,
TikaramtikaramParticipant@albusnoctes : Can you please check your URL again and let me know. I could not access any post on your site.
Regards,
TikaramtikaramParticipant@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,
TikaramtikaramParticipant@wendymerritt : I have already contacted you regarding the issue. Can you please check your inbox and let me know.
Regards,
TikaramtikaramParticipant@melissahassey : Please try compressing the slider images. Let me know if the issue persists after compressing the slider images.
Regards,
TikaramtikaramParticipant@barbarossa : Glad to know that you don’t have any more issues. Please let me know if you any more theme related questions.
Regards,
TikaramtikaramParticipant@bgraham255 : We will check the issue and get back to you soon. Sorry for the inconvenience caused.
Regards,
TikaramtikaramParticipant@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,
TikaramtikaramParticipant@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,
TikaramtikaramParticipant@allinonepartyfun : Can you please check your inbox and let me know.
Regards,
TikaramtikaramParticipant@allinonepartyfun : I will contact you shortly.
Regards,
TikaramtikaramParticipant@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,
TikaramtikaramParticipant@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 -
AuthorPosts