Forum Replies Created
-
AuthorPosts
-
minal
KeymasterHello @h5th:
Sorry for the inconvenience caused,
Your given video file https://eximglobalsupply.com/wp-content/uploads/2025/01/cargo1.mp4 shows not found.
Kindly check your file has a video and check again.
Also, you can check by adding a YouTube video link in header video section to whether the header video is working or not.
If the error persists, Please feel free to place your query.
Sincerely,
Minal
minal
KeymasterHello @antonio:
We have an option for customizing menus.
Go to Dashboard > Appearance > Customizer >Theme Options > Menu Option. You will get the option for change the menu type.
Kindly see the screenshot if you get stuck.
I hope it works for you
Sincerely,
Minal
minal
KeymasterHello @catwingz,
I think you should try disabling the installed plugins on your website. It might be a plugin conflict.
but it’s likely caused by the site ground plugin, so try deactivating it then check it.
check this please for your help:
https://catchthemes.com/wordpress-tutorials/how-to-check-for-plugin-conflicts-with-our-themes/
I checked on our side and it’s perfectly fine. Please check to deactivate the plugins and let me know.
Sincerely,
Minal
minal
KeymasterHello @barbarossa,
Fotografie Block Pro theme come with FSE Pro plugin bundle. So, you just need to renew the theme and will get plugin update as well.
Sincerely,
Minal
December 28, 2024 at 12:43 am in reply to: Product tab not visible on mobile when using WooCommerce on Catch Base theme #338581minal
KeymasterHello @jgroot,
Try troubleshoot with the solutions listed below.
- Please try to deactivate the plugin one by one and check it. A plugin conflict might cause it.
- Try switching the theme to the default WordPress theme and check it.
- Try changing permalinks. To access Permalink go to Dashboard >> Settings >> Permalink
If issues still persist, please feel free to add query
Sincerely,
Minal
December 25, 2024 at 11:35 pm in reply to: Product tab not visible on mobile when using WooCommerce on Catch Base theme #338564minal
KeymasterHello @jgroot,
I checked on my system with the latest woo-commerce plugin and I don’t get any error page
check the image below
Please provide us with your site URL so we can check it properly.
Sincerely,
Minal
December 11, 2024 at 2:30 am in reply to: Multiple clicks on menu items before it jumps to correct sections #338455minal
KeymasterHello @Cherise,
It seems you have js conflict with your navigations.
So here is the Custom js snippets for you to fixed above issue.
document.querySelectorAll('header .menu-item a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function (e) { e.preventDefault(); const target = document.querySelector(this.getAttribute('href')); if (target) { target.scrollIntoView({ behavior: 'smooth', }); } }); });
and for adding js in your theme you have to install a plugin for that
here is the link https://wordpress.org/plugins/custom-css-js/
Hope it works for you
Sincerely,
Minal
December 5, 2024 at 12:16 am in reply to: Homepage/Frontpage Settings – Home Page shares settings with Blog page #338384minal
KeymasterHello @Nmichal,
We assume you are seeing a not-found page because you don’t have a post. That’s why you see the “not found page”.
Please check once if you have posts on your website or not.
Please feel free to ask if this did not work
Sincerely,
Minal
minal
Keymasterminal
KeymasterHello @catwingz,
To set a white color to the text of the table, place the below CSS on your additional CSS
Just go to Dashboard >> Appearance >> Customizer >> Additional CSS
.woocommerce-Tabs-panel table tr th, .woocommerce-Tabs-panel table tr td { color: #fff !important; }
Change your desired color value to this given css.
and about your given CSS code you missed class selector (.) on woocommerce-Tabs-panel and also table has a id of size-guide so you either write table#size-guide or just #size-guide like
.woocommerce-Tabs-panel #size-guide thead th, .woocommerce-Tabs-panel #size-guide tbody td { color: #fff !important; }
.woocommerce-Tabs-panel table#size-guide thead th, .woocommerce-Tabs-panel table#size-guide tbody td { color: #fff !important; }
I hope it works for you!
Sincerely,
Minal
minal
KeymasterHello @catwingz,
I could not inspect your site, It might you disable the inspect controls throughout your site.
Please enable the inspector controls so that I can give you the desired CSS for you to fix the issue.
Sincerely,
Minal
minal
KeymasterHello @arquez
You have to enable the featured slider section from Customizer for your desired feature.
To go to Customizer, kindly follow that path,
Dashboard >> Appearance >> Customizer >> Theme Option >> Featured Slider
Please free to ask if any confusion arose,
Sincerely,
Minal
-
This reply was modified 10 months, 1 week ago by
Sakin.
minal
KeymasterHello @janine,
Please check once again by disabling the installed plugins..
And can you please verify, if this issue is caused right after the page refresh or just randomly after some time?
Sincerely,
Minal
minal
KeymasterHello @laramanzoni59,
There is no option to modify the main footer but you can add the content just above the footer by adding on widgets
go to Dashboard >> Appearance >> Customizer >> Widgets
I hope it works for you.
Sincerely,
Minal
minal
KeymasterHello @Gevers,
You can select the page or post you want to show on the specific section on customizer
To select post or pages of your liking on specific section
go to Dashboard >> Appearance >> Customizer >> Theme Options
And for editing the content of that specific post or page which is showing in that section. just open that specific post or page and select edit the post from the admin bar
I hope it works for you
Sincerely,
Minal
October 2, 2024 at 2:16 am in reply to: Padding at top Header to reveal more of background image #337646minal
KeymasterHello @tweiland61,
To add padding at the top the element to reveal the image.
Here is the CSS snippet for you
#page { padding-top: 30px; }
change the value to your desired value
to add that CSS to your additional CSS
Go to Dashboard >> Appearance >> Customizer >> Additional CSS
I hope it works for you !
Sincerely,
Minal
minal
KeymasterHello @Amun
Can you provide me with your site URL so that we can go thoroughly through what is going on.
and if possible please provide a screenshot also.
Sincerely,
Minal
minal
KeymasterHello @maurizio,
It seems your arrow of the submenu is not working because of your minnit chat plugin. Minnit chat element overlaps the submenu icon, so it cannot be clicked.
I will send a CSS snippet for you to add to your system,
#minnit-container:has(iframe) { z-index: 2147483647 !important; } minnit-container { z-index:99 !important; }
add those above CSS to your additional CSS.
Go to Dashboard >> Appearance >> Customizer >> Additional CSS
I hope it works for you !!
Sincerely,
Minal
-
AuthorPosts