Ojith Brahmana
Forum Replies Created
-
Hey @rainfallnixfig
Not sure why, but this code worked perfect.
Thanks a lot!Forum: Fixing WordPress
In reply to: Product Category Description from Bottom to TopOK
Forum: Fixing WordPress
In reply to: coupon does not existHey @brianjacobson1
It seems that you havent setuped your coupon correctly.
First visit Coupons
Then Provide the Coupon name, Add a discount type below
Then Publish.
Let us know if this helps.
Forum: Themes and Templates
In reply to: [Ignis] Removing the white background social iconsGlad it helped.
You can now close the thread by clicking the checkbox with a response.Thanks,
OjithForum: Themes and Templates
In reply to: [Ignis] Removing the white background social iconsThanks for the clarification.
You can do this easily.
First go to the customizer and remove the current CSS Code.
Add this code#header-widgets-full .widget {
background-color: #ffffff00 !important;
}Let me know if this works
Thanks,
OjithForum: Themes and Templates
In reply to: [Ignis] Removing the white background social iconsHey @hehenkamp
So do you need the white colored block to be transparent?
Not the social media icons right? Let me know.Thanks,
OjithForum: Themes and Templates
In reply to: [Ignis] Removing the white background social iconsHey @hehenkamp
Yes, this is possible. You’ll need to add the following code to your website.
01. This can be done by visiting
https://therandomtraveller.eu/wp-admin/customize.php02. Click Additional CSS. Copy and paste the following code and Publish.
.wp-block-social-links.is-style-pill-shape .wp-social-link {
background-color: #fff;
color: #000;
}Let me know if this helps
Thanks,
OjithForum: Fixing WordPress
In reply to: coupon does not existHey @brianjacobson1
Can you provide us with a link to your website and what is the error messege you are getting so we can look in to this.
Thanks,
OjithForum: Fixing WordPress
In reply to: Block BackgroundHey @hehenkamp
Yes, this is possible.
Can you share your website link so I can help you with a custom code for it?Thanks,
OjithForum: Fixing WordPress
In reply to: Text in Title of PageHey @laurac1099
I had a look about this. This intro can be easily removed by adding a simple CSS code to your website.
You’ll need to visit https://woodlakehoa.org/wp-admin/customize.php
Click the additional CSS tab at the bottom.
Add the following Code and Publish..singular .intro-text {
display: none !important;
}Let me know if this works for you.
Thanks,
OjithForum: Plugins
In reply to: [WooCommerce] Product Image doesnt loadingHey @abwaita @lavadesign
Thanks guys for the response.
But I tried deleting the plugin, purging cache. But none of them worked.
Now I reset the cache plugin settings.I am using litespeed cache plugin.
Let me know if there’s any other solution.
Thanks
Forum: Plugins
In reply to: [WooCommerce] Single Product Related Product ConflictI was even surprised what was the issue was as I am a WordPress dev myself and not familiar with this issue and searched everywhere lol.
Forum: Plugins
In reply to: [WooCommerce] Single Product Related Product ConflictHey Mirko,
Thank you so much for the reply.
Yes you’re correct. Different titles, same Prices and image, but I disabled a plugin called Nitropack which I used for speed optimization to see any confliction of it. wasnt sure. But a few mins ago I activated this again bcz I really need it.So finally, Yes it works!!!
Thank youForum: Plugins
In reply to: [WooCommerce] Single Product Related Product ConflictThis was something about a plugin conflict. I fixed it myself.
Thanks tho ??