ibrahimibrahim
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do I remove margins?Hello @hugobablon
Your problem isn’t with the margins its with the maximum width of the page.
If you inspect the page there is a css rule with:
max-width: var(–responsive–aligndefault-width);I am guessing you can change thins from the block in the dashboard where you are outputting you content
Hello @creamdesign
Sorry for being late I saw that you haven’t fixed this yet so here is an updated code for the one provided
This will change it on both the product and the shop page:
.price del span.woocommerce-Price-amount.amount bdi { color: red; font-weight bold; text-decoration: line-through; }
.woocommerce div.product p.price del, .woocommerce div.product span.price del { opacity: 1; }
.woocommerce ul.products li.product .price del{ opacity: 1; }
Replace the old code with this one hope this works for you.
- This reply was modified 2 years, 10 months ago by ibrahimibrahim.
Hello creamdesign,
This can be done simply using CSS as each of the prices is included in a different HTML Tag.
The original price is in a
<del></del>
Tag.
As for the discounted price it is in a<ins></ins>
Tag.Best,
- This reply was modified 3 years ago by ibrahimibrahim.
Forum: Fixing WordPress
In reply to: Events pluginHello @chadlyak84
You can try using this plugin:
https://www.ads-software.com/plugins/events-manager/It has most of the features you mentioned, you can also check the main features on the plugin page to see if it fits your needs.
Forum: Fixing WordPress
In reply to: turn off auto formatting in code editorHello @rssail
Try using this plugin instead:
https://www.ads-software.com/plugins/tinymce-advanced/He is right I am having the same issue the plugin is forcing me to use the API feature only, I used to be able to use the other options before.
Now it only shows:
1- Mandrill API
2- SendGrid API
3- Mailgun APIThanks
Forum: Fixing WordPress
In reply to: Fatal Error Message – suco themeGlade I could help.
Can you please mark this topic status as resolved?Best,
Forum: Fixing WordPress
In reply to: Fatal Error Message – suco themeHello Saranee,
Please check this link it might help you fix your problem.
https://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/Best,
Forum: Fixing WordPress
In reply to: portfolio sliderHello Martin,
You can use the Owl Carousel Plugin:
https://owlcarousel2.github.io/OwlCarousel2/index.htmlI think it is the one used in this website. It is good, responsive and easy to use.
Best,
Forum: Fixing WordPress
In reply to: Customize panel and Widgets won’t load.Hello Tim,
Did this problem happened after installing a certain plugin or maybe you added a code the resulted in this issue. I once faced a problem in my widgets page and it was because of a conflict with another plugin.
Try to disable any plugins installed one by one and see if that fix the problem.Best,