Forum Replies Created
-
AuthorPosts
-
sujeet
KeymasterHello Mathias,
Thank you so much for the site url. Please kindly add the following code to your addtional css and let me know please.
@media screen and (max-width: 37.5em) { .wp-block-media-text { display: flex !important; flex-direction: column-reverse !important; } .wp-block-media-text .wp-block-media-text__media { margin-top: 14px !important; } .wp-block-media-text.has-media-on-the-right { flex-direction: column !important; } }
Thank you.
Regards,
Sujeetsujeet
KeymasterHello Mathias,
Sorry to hear that, but we again tested the code that we provided you , here it worked. The image is after the text in mobile view.
And Mathias, this is the default setting of WordPress itself for media + text block. So we must add an additional css.
So will you please get back to us with your site url once your site is on?
Thank you.
Regards,
Sujeetsujeet
KeymasterHello @captcrunch,
Please go to WooCommerce -> Settings and there you will find multiple options to set for customers. Please check and try.
Please kindly let me know if this helped you.
Regards,
Sujeetsujeet
KeymasterHello @captcrunch,
Please go to WooCommerce -> Settings and there you will find multiple options to set for customers. Please check and try.
Also, the free version lacks eCommerce features. So, I recommend you upgrade to the Pro version for WooCommerce compatibility. YOu can check the compare table at https://catchthemes.com/themes/audioman-pro/#compare
Please kindly let me know if this helped you.
Regards,
SujeetJune 3, 2024 at 12:33 am in reply to: How to remove the pipe between the title and tag, on a page #335778sujeet
KeymasterHello @captcrunch,
Just simply add the following code to Additional Css(Appearance->customize->additional css)
.entry-header .entry-meta > .sep { display: none; }
Hope this removes the pipe.
Regards,
Sujeetsujeet
KeymasterHello @jwanamaker,
You can just simply add font-size to the css like I’ve shown below.
body { font-size: 32px; }
Please kindly try adding the code to the same additional css.
Regards,
Sujeetsujeet
KeymasterHi Glen,
Glad to hear that you figure it out yourself.
Please let me know if you face any issues further. Thank you.
Regards,
Sujeetsujeet
KeymasterHello @danielbelum,
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 a review?
https://wordpress.org/support/theme/elevatebiz/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,
Sujeetsujeet
KeymasterHello @cherise,
Please try adding the following css code to “Appearance => Customize => Aditional CSS”
.header-media .entry-title { word-break: keep-all; }
Please let me know if this worked. Thank you.
Regards,
Sujeetsujeet
KeymasterHello @cherise,
I just checked the site.
Firstly, you’ve hide the header media title in mobile view.
Please check the screenshot below, there is no such issue with the header media title – “Maverick & Delmarie”
Can you mention your client’s device name or screenshots ?
Regards,
Sujeetsujeet
KeymasterHello @cherise,
Thank you for the prompt response.
Please kindly add the following css code to “Appearance => Customize => Additional CSS” box:
@media screen and (max-width: 480px) { .site-header-text .more-link { display: none; } }
Thank you.
Regards,
Sujeetsujeet
KeymasterHello @fireflywebs,
Sorry for the inconvenienced caused.
We checked in our end, everything is fine. The sidebar is enabled by default for all posts and pages.
And I also checked your site, there you have set no sidebar full width template for all pages from the menu-bar and for the posts you have sidebar there.
Now the case is, if you create a new post and you didn’t get any sidebar although you have set default layout to right sidebar, then your sidebar widget must be empty and you need to add widgets/blocks to the sidebar widget.
And you can also set a different template for every single pages/posts from editor, for that I’ve attached an screenshot.
Hope this helped for you and please kindly let me know for the further assistance.
Thank you.
Regards,
Sujeetsujeet
KeymasterHello @danielbelum,
Please try adding the following css code to your site.
Dashboard >> Appearance >> Editor >> Styles >> Additional Css
.header-transparent .wp-block-main-header { border: none !important; }
If this didn’t work, please kindly share your site url so that I can check and send you required solution.
Thank you.
Regards,
Sujeetsujeet
KeymasterHello @cherise,
Can you please share your site url so that I can send you an exact solution to your issue ?
Thank you.
Regards,
Sujeetsujeet
KeymasterHello @cherise,
Can you please share your site url and mention the button you wanted to hide?
Thank you.
Regards,
Sujeetsujeet
KeymasterHello @danielbelum,
You can add Featured Content from “Appearance => Customize => Theme Options => Featured Content”
or check the link below:
https://catchthemes.com/frequently-asked-questions/#question-theme-options-featured-content
Please let me know if this worked for you. Thank you.
Regards,
Sujeetsujeet
KeymasterHello @danielbelum,
Yes you can use any pages as featured content. For that you need to go to featured content section, then choose page under type and then you will have options to choose pages to show in that section.
Please try and let me know if this helped.
Regards,
Sujeetsujeet
KeymasterHello @jwanamaker,
Thank you for the response.
For Pinyon script you have to import in css and for Times New Roman you can directly write css code in additional css like I have stated below. You can change .site-title and body as you preferred.
Please kindly add the following css code to Additional Css(Appearance->customize->additional css)
@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap'); .site-title { font-family: "Pinyon Script", cursive; font-weight: 400; font-style: normal; } body { font-family: "Times New Roman", Times, serif; font-weight: 400; font-style: normal; }
Please kindly let me know if you face any difficulties. Thank you.
Regards,
Sujeetsujeet
KeymasterHi @boerenooi,
I suggest you to disable all the plugins and check your site. It might be the conflict between plugin and theme.
Please let me know once you try the option. Thank you.
Regards,
Sujeetsujeet
Keymaster -
AuthorPosts