Carlos Bravo
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: CSS for a styled titleHi there!
Assuming there is a widget in that sidebar, you should be able to add that text as HTML.
If you need the text to be like the image, you may have to add that font to your website. Maybe your template is already providing the font or font uploader, otherwise, this plugin could help.
And after that, you can use CSS to add a font border.
color: white; text-shadow: -1px 0 #289dcc, 0 1px #289dcc, 1px 0 #289dcc, 0 -1px #289dcc;
Hope it helps!
Best,
Hi @daanisrael
You can overwrite the CSS of the elementor widget for woocommerce cart.
.elementor-widget-woocommerce-cart .woocommerce table.cart td { color: #000000; // Black, you can put whatever color you need }
It may have the option to do it with the editor, but I’m not an
elementor expert, in that case, I recommend asking at https://www.ads-software.com/support/plugin/elementor/#new-post so the plugin’s developers and support community can help you with this.Hope it helps!
Forum: Fixing WordPress
In reply to: Please match the format requested – space character bugI recommend asking at https://www.ads-software.com/support/plugin/woocommerce/#new-post so the plugin’s and support community can help you with this.
Forum: Developing with WordPress
In reply to: How to link to a users profile page?Hi @sc00t
I recommend asking at https://www.ads-software.com/support/plugin/profile-extra-fields/#new-post so the plugin’s developers and support community can help you with this.
Author profiles are public in a WordPress installation by default, showing posts written by them.
There is an Author template where you can add the code to include any field in case the plugin has a function to call them (not sure about that, never used that plugin)You can have more information in WordPress docs:
https://codex.www.ads-software.com/Author_TemplatesHope it helps!
Forum: Everything else WordPress
In reply to: My site may have been hijackedHi @volk359
It’s a hard task to determine how a site has been hijacked. There is a FAQ where you can follow some steps in order to find the reason and try to fix it.
Hope it helps.
Forum: Fixing WordPress
In reply to: Permanent Link Home PageHi @bbatlle
You’re using a commercial/premium plugin, so please use their official support channel. We feel they are best equipped to support their products.
https://wpml.org/forums/forum/english-support/
Commercial products are not supported in these forums.
Hope it helps!
Forum: Fixing WordPress
In reply to: remove_action not working in my custom pluginI guess the best way to deal with that is to search for a Dynamic pricing plugin. Another option could be to use Variable Products.
I recommend asking at https://www.ads-software.com/plugins/woocommerce/#new-post so the plugin’s developers and support community can help you with this.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Mobile menuForum: Installing WordPress
In reply to: uploading an old site back upHi @mountcarsltd !
Oh, sorry for the back and forth.
Did you use a plugin to do it? Or did you take all the WordPress folder files? Do you have the database export?
In case is computer related, I’m afraid we can not help you here ??
Good luck!
Forum: Fixing WordPress
In reply to: Empty shop pages showingThere could be a lot of reasons for this to be happening, there is a blog post talking about that:
https://quadlayers.com/woocommerce-shop-page-empty/In case you cannot find a solution, I recommend asking at https://www.ads-software.com/support/plugin/woocommerce/#new-post so the plugin’s developers and support community can help you with this.
Hope it helps!
Forum: Fixing WordPress
In reply to: Changed the admin pass but it doesnt work when typedHi @vipini
I guess the best option would be to reset your password. Here you have a link of how to it:
Hope it helps!
Hi @byebye123
Do you have access to your errors log?
Here is a tutorial about how to do it: https://www.wpbeginner.com/wp-tutorials/how-to-find-and-access-wordpress-error-logs-step-by-step/This way you may find the reason for that error.
Another option could be contacting your hosting provider support.
Hope it helps!
Forum: Fixing WordPress
In reply to: remove_action not working in my custom pluginHi @xihad1
Maybe this filter can help you
add_filter( 'woocommerce_is_purchasable', '__return_false');
Hope it helps!
Forum: Fixing WordPress
In reply to: IconsIt seems to be conflicts between the theme and the editor CSS. You could try using block spacing options in your button’s block settings.
https://d.pr/i/svCAnjIf that doesn’t work, I recommend asking at https://www.ads-software.com/support/theme/wen-travel-modern/#new-post so the theme’s developers and support community can help you with this.
Hope it helps!