Forum Replies Created
-
AuthorPosts
-
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?
Sakin
KeymasterHi Biagio,
I will ask our sales to contact you about that.
Regards,
SakinSakin
KeymasterHi Biagio,
Yes, you can make the team layout set to 5 columns. Please update to the latest version 3.7.2.
Regards,
SakinSakin
KeymasterFr Sticky you can install a plugin called “Catch Sticky Menu” and in that plugin settings use the selector as
#masthead
Sakin
KeymasterHi Hi Richard,
If you want to make it to the whole page width then you need to give background color to the header. So, remove the previous CSS and then add the following CSS
.site-header { background-color: #38b6ff; }
It’s strange why your menu on iPad is behind the content, please add the following CSS:
.site-header { z-index: 101; }
Regards,
SakinSakin
KeymasterHi Richard,
You can change the color code in the following CSS as per your need and add it in “Appearance => Customize => Additional CSS” to change the background color of the menu on the desktop.
@media screen and (min-width: 75em) { .navigation-classic #primary-menu-wrapper .menu-inside-wrapper { background-color: #eeeeee; } }
Regards,
Sakin -
AuthorPosts