Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@rodeboy: Sorry, That is an added Updater script update. So, we have just added an option to disable that in version 4.3.1. Go TO “Appearance => Customize => License Options”
October 5, 2023 at 12:08 pm in reply to: Hamburger menu and callout button disappear in mobile #327163Sakin
Keymaster@adam-kraft: Can you replace the previous CSS with the following CSS:
.wp-site-blocks .wp-block-navigation__responsive-container-open, .wp-site-blocks .wp-block-navigation__responsive-container-open:hover, .wp-site-blocks .wp-block-navigation__responsive-container-open:focus { color: #000; }October 4, 2023 at 12:19 pm in reply to: Hamburger menu and callout button disappear in mobile #327057Sakin
Keymaster@adam-kraft:
1. Mobile hamburger is due to a color issue as that color is white and now your background is also white. So, it has an issue. You can add the following CSS in “Appearance => Customize => Additional CSS”.wp-block-navigation__responsive-container-open, .wp-block-navigation__responsive-container-open:hover, .wp-block-navigation__responsive-container-open:focus { color: #000; }2. The Shop Now button issue on mobile devices is there because of the Bluehost WordPress Plugin. Please check and deactivate that. It’s coming form your site file page
wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/assets/styles/utilities.css?ver=0.1.4October 4, 2023 at 1:49 am in reply to: Hamburger menu and callout button disappear in mobile #327007Sakin
Keymaster@adam-kraft: Can you post your site URL so that we can check it?
Sakin
Keymaster@lorrainepowell : Please update to the latest version 1.5
Sakin
Keymaster@gaelwolf: In Block themes like the Lensation Pro, the Front Page is controlled via Front Page Template. So, if you want a black front page template, then you need to go to the “Appearance => Editor => Templates => Front Page” and Edit it. Then you need to delete the existing Patterns one by one or just use the List View and delete the group at once.
Check this screenshot: https://cldup.com/sdxSeY9Tqu.jpg
October 3, 2023 at 10:46 am in reply to: The menu icons have disappeared since the last update #326946Sakin
KeymasterHi Blasius,
I just checked your site and it’s showing fine to me. Maybe you have a browser cache on your computer. Please clear your browser cache and check it or check from another computer.
Regards,
SakinOctober 3, 2023 at 3:32 am in reply to: Furnitrix Pro cannot find the presentation template file #326910Sakin
Keymaster@mj-haiwang : You can download the demo file from the theme instructions tab at https://catchthemes.com/themes/furnitrix-pro/#theme-instructions
October 2, 2023 at 11:01 am in reply to: Higher Education theme (free) does not support video in the header #326855Sakin
Keymaster@spiros: Please update to the latest version and the video in the free version should work fine.
The pro version has a lot more features and yes it’s a yearly manual subscription. So, you pay only when you need it after a year.Sakin
KeymasterHi Biagio,
If you want to reduce both the image and content and then make it centered then you need to remove both CSS which have the width that you used for the Image and Content and then add the following CSS. In the following CSS, we are controlling with the padding.
#featured-content-section article { padding: 0 4%; }Regards,
SakinSakin
KeymasterHi Biagio,
Yes, you can adjust the content size of the Featured Content using the following CSS in the “Appearance => Customize => Additional CSS” box:
.featured-content-wrapper .entry-container { width: 80%; }Regards,
SakinSakin
KeymasterHi Biagio,
Glad to hear that it worked for you. If you like the theme and our support then I have a quick request: could you please leave an honest review? https://wordpress.org/support/theme/my-music-band/reviews/#new-post. Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.
Regards,
SakinSeptember 30, 2023 at 2:19 am in reply to: Solid Construction Pro featured slider on home page #326682Sakin
KeymasterHi Dan,
So, if you just want an image without the text then for the height you need to add Custom CSS. Please add the following CSS in the “Appearance => Customize => Additional CSS” box:
.slider-content-wrapper .hentry { padding: 124px; }Regards,
SakinSakin
KeymasterHi Bagio,
Please update to the latest version 3.7.3 and the issue with the link will be fixed. No need for Custom CSS, you can remove the CSS you have added.
Regards,
SakinSakin
Keymaster@dantgal : You can also download the demo zip file from Theme Instructions tab on Theme Page at https://catchthemes.com/themes/my-music-band/#theme-instructions
September 29, 2023 at 11:33 am in reply to: Solid Construction Pro featured slider on home page #326640Sakin
KeymasterHi Dan,
In the Solid Constructions Pro theme, you can choose from Page Slider or Post Slider or Image Slider. You can check this screencast on YouTube:
Image Slider: https://www.youtube.com/watch?v=Su0FigByCbY
Page Slider: https://www.youtube.com/watch?v=71fFoOZNv9g
Post Slider: https://www.youtube.com/watch?v=1THRMekhY18Regards,
SakinSakin
KeymasterHi Biagio,
You should be getting email in your new address then.
Regards,
SakinSakin
Keymaster@francesco: There is Custom CSS in the “Appearance => Customize => Additional CSS” box, where you have given important font size for the Heading 1 tag and Heading 2 tag which is causing issues.
Please check for the following CSS:
h1 { color: #7A1090 !important; font-size: 30px !important; } h2 { color: #7A1090 !important; font-size: 21px !important; }So, if you remove that font size from those CSS then you will get the original font size then you can adjust accordingly with the following CSS:
@media screen and (min-width: 64em) { .singular-content-wrap .entry-title { font-size: 56px; } }Sakin
Keymaster@francesco: Can you post in your site URL and then I can check it?
-
AuthorPosts
