Home › Forums › WoodMart support forum › dark dropdowns css
dark dropdowns css
- This topic has 31 replies, 2 voices, and was last updated 2 years, 7 months ago by Elise Noromit.
-
AuthorPosts
-
April 10, 2022 at 6:42 am #367302
duniesParticipantHello,
I have managed to change the colors although it would have been very convenient if we could see all the colors of the dark version and be able to modify them. I hope it can be added in the near future as it is a hell to find them.
Well as I said, I managed to change them but I can’t find how to change the black color when I mouse over on a mini cart product. Can you please supply the css for it?
Attachments:
You must be logged in to view attached files.April 10, 2022 at 11:42 pm #367421
Elise NoromitMemberHello,
Please clear the browser and site cache, I cannot catch the problem: https://gyazo.com/c6cd89f3c9f6e2e7ded239d4ad567ab3
Best Regards
April 11, 2022 at 2:09 am #367442
duniesParticipantHello,
The problem exists if you moiuse over in mini cart.
browser and cache cleaned.
April 11, 2022 at 7:06 pm #367696
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .cart-widget-side .woocommerce-mini-cart .mini_cart_item:hover { background-color: blue; }
Please set the color as per your needs.
Best Regards
April 11, 2022 at 9:50 pm #367720
duniesParticipantOh thank you! That worked perfectly!
I have one more question though. I have changed the colors of the tool buttons on products grids. However I need something before so that it will only change those buttons and not on other places that same style is used.
I have this css
.wd-action-btn .wd-style-icon :hover {
background-color: #1b395d!important;
color:#fff!important;
box-shadow: none;
}
.wd-action-btn .wd-style-icon {
background-color: #de2824!important;
color:#fff!important;
box-shadow: none;
}
.wd-action-btn .wd-style-icon > a::before {
font-size: 20px;
color:#fff!important;
}
But it changes other things too. What can be done?Attachments:
You must be logged in to view attached files.April 12, 2022 at 10:25 am #367875
Elise NoromitMemberHello,
You need to add a body tag and page ID and in this case, the style would be applied to this page only. Alternatively, you can add a class to the widget and then select the selector based on this class. Let us know if you need help with this and provide the page URL.
Best Regards
April 12, 2022 at 11:35 pm #368067
duniesParticipantAs I’m not sure that my css is right can you please tell me if what I want can be done and how?
Also these buttons appear on mouse over. However on mobile they are always there and this disturbs the image. Can this get solved?
Thank you very much Elise!
April 13, 2022 at 11:36 am #368225
Elise NoromitMemberHello,
Please provide the page URL where you want to change the color on hover and commend your CSS in the Theme Settings > Custom CSS.
Best Regards
April 17, 2022 at 11:11 pm #368985
duniesParticipantHello, I managed to fix these issues and it is fine one.
I came across another issue though. I have activated svg plugin and enabled it from theme settings.
Svg shows up perfectly everywhere (logo, revslider, svg image box) except the information box and this is were I need it. I remember that this used to work in the past. What happens now? I have the latest version installed and everything is up to date. Also patches have been made. Please check it out on your demo to tell me what is wrong and how I can solve it. Thank you!
Attachments:
You must be logged in to view attached files.April 18, 2022 at 4:17 am #369025
Elise NoromitMemberHello,
Could you kindly provide the screen of the block where you apply this SVG, or page URL? I check the home page and both header and footer show the icons.
Best Regards
April 18, 2022 at 6:37 am #369027
duniesParticipantHello,
The information boxes that you see on homepage are using png, I need to change them into svg. But when I do that svg’s are not showing up. I send you a link of a page in private.
Please bear in mind that before I write I have deactivated all plugins except the theme ones and still didn’t work.
Thank you
April 18, 2022 at 6:48 am #369028
duniesParticipantHello,
The information boxes that you see on homepage are using png, I need to change them into svg. But when I do that svg’s are not showing up. I send you a link of a page in private.
Please bear in mind that before I write I have deactivated all plugins except the theme ones and still didn’t work.
Thank you
PS. works in theme version 6.1.5
April 19, 2022 at 3:08 am #369261
Elise NoromitMemberHello,
Please test an SVG to detect if the problem is caused by SVG or in the site. I attach the video. You can download any icon from this site: https://www.flaticon.com/
If you have any questions please feel free to contact us.
Best Regards
April 19, 2022 at 7:57 am #369292
duniesParticipantHello Elise, when I first wrote about this I told you that in general there is no svg issue. There is an issue with information box.
In a page I have created a 2 column row where I placed an information box on the left and an svg box on the right.
Svg box works but I need information box because of the text.
Attachments:
You must be logged in to view attached files.April 20, 2022 at 1:40 am #369509
Elise NoromitMemberHello,
Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.
Best Regards
April 28, 2022 at 9:39 am #371588
duniesParticipantHello, I have created a subdomain. You will find login details in private. There is something wrong with Information box. Svg is not shown.
April 29, 2022 at 2:28 am #371819
Elise NoromitMemberHello,
The problem is caused by incorrect HTTP and HTTPS configuration: https://domain.com is the actual site URL, however, http://domain.com is used in Dashboard > Settings > General. In this case, it is necessary to configure URLs correctly.
If you have any questions please feel free to contact us.
Best Regards
April 29, 2022 at 2:46 am #371829
duniesParticipantI fixed it but still svg on information box doesn’t work.
- This reply was modified 2 years, 7 months ago by dunies.
April 29, 2022 at 1:01 pm #371970
Elise NoromitMemberHello,
You may need to reload SVG image again so that SVG could get the correct URL.
If you have any questions please feel free to contact us.
Best Regards
April 29, 2022 at 2:57 pm #372008
duniesParticipantI did but still the svg doesn’t show up on information box while on svg image displays fine.
Please take this issue seriously because I have this problem with all my websites and I need it to change all the png images. Also it is not a server issue because with the basel theme, svg on information box works.
May 2, 2022 at 11:17 am #372436
Elise NoromitMemberHello,
Sorry for the delay.
It seems that
file_get_contents
function for URLs is disabled on your server.
You need to contact your provider and ask to enable this option.Best Regards
May 2, 2022 at 12:33 pm #372460
duniesParticipantBut is is enabled, see the private content
May 3, 2022 at 12:38 pm #372736
Elise NoromitMemberHello,
Please provide FTP access.
Best Regards
May 3, 2022 at 4:10 pm #372794
duniesParticipantHello, please find it in private
May 4, 2022 at 2:34 am #372917
Elise NoromitMemberHello,
Please check the FTP access, I cannot log in.
If you have any questions please feel free to contact us.
Best Regards
May 4, 2022 at 11:40 pm #373101
duniesParticipantI was able to connect succesfully. Please chose unsafe encoding
May 5, 2022 at 5:09 pm #373433
Elise NoromitMemberHello,
Please contact the host support with this screen: https://gyazo.com/ccf2907bc395d570a7e5979cfe42b92d
Please ask them enable file_get_contents
Best Regards
May 7, 2022 at 2:52 am #373837
duniesParticipantThis is the reply from my hosting company:
The directive ‘allow_url_fopen’ is enabled on the system for all the latest PHP versions, specifically for the PHP version this domain runs. This should help to get the ‘file_get_contents’ working without any issues.
I do not see any errors in the log file at this time when loading the website. If you still see an error, please guide us to where we can track this error, and we will be happy to review that for you.
May 9, 2022 at 12:24 am #374051
Elise NoromitMemberHello,
In order to see the errors, please enable wp debug.
If you have any questions please feel free to contact us.
Best Regards
May 9, 2022 at 1:14 am #374076
duniesParticipantHello, debug has been enabled.
-
AuthorPosts
The topic ‘dark dropdowns css’ is closed to new replies.
- You must be logged in to create new topics. Login / Register