danielbora123
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] problem in product catalogHi,
see that the last 2 columns are showing wired gaps. Well you can fix that by simply adding additional cssul.products.row.multi-columns-row{ display: flex; flex-wrap: wrap; }
this will work
Thank youForum: Plugins
In reply to: [WooCommerce] the product page not displaying images in 3 columnshi,
I see the page there is one issue just add additional cssul.products.oceanwp-row.clr.grid{ felx-wrap:wrap; }
it will work fine if dose not let me know
Thank You- This reply was modified 3 years, 4 months ago by danielbora123.
- This reply was modified 3 years, 4 months ago by danielbora123.
Forum: Plugins
In reply to: [WooCommerce] My product images are blurrryHi,
It seems you product image size is different, which is causing the issue.
You can adjust your tumbnail setting from this linkI hope this will help you.
Thank youForum: Fixing WordPress
In reply to: A Width-Adjustable, Wrapping, Group Block Neededhi, try to make custom layout of for the blog using child theme with custom css and html structure
Forum: Fixing WordPress
In reply to: astra image carousel image sizeHi try to make all the image of same size or use css box-fit to make image fit in carousel
Forum: Fixing WordPress
In reply to: 20-20 Theme Question: cover background image not resizing?Hi,
Can you be more clarify because when i compare your site with demo site, their is a difference of setting the background image please review the your demo site completing than try to implement it on you site.
if still face issues let me know, I will be more than happy to help you
Thank you
Forum: Fixing WordPress
In reply to: Image Click – display contentI don’t think you can directly do that. You have to add an anchor tag to both the image and then add shortcode to that images.
Forum: Fixing WordPress
In reply to: Need to have a search query for data capture on websiteHi,
You have to write it with help of worpdress function wp_query.
And use it where you want. But i will recommend do it properly either with function.php or plugin or child theme.
thank you
Forum: Fixing WordPress
In reply to: Enable Click Image GalleryHi,
You have to overwrite the your current theme with child theme add a custom code or create function for that. I did something similar in my case. That is one of doing it.
Thank You
Forum: Developing with WordPress
In reply to: Make a page sticky instead of a post?Hi,
I don’t think this type of plugin exists.
Thank you
Forum: Fixing WordPress
In reply to: How to fix error Undefined array key “path”Hi,
The error coming through core file of WordPress. See if it cause by any plugin try to deactivate all the plugin and then try to activate one by one carefully verifying and monitoring which plugin is causing this error.
Thank You
Forum: Everything else WordPress
In reply to: How to customize Search ResultsHi,
You have to overwrite default search page using functions.php or using child theme.Thank You
Forum: Developing with WordPress
In reply to: CSS & JsHi,
It will be best if you ask to plugin support. They will best tell about characteristic of that code.Thank you
Forum: Developing with WordPress
In reply to: Add fallback image to cover video on mobileHi,
What you need can be attain by css code trick is that you have to have both video and image. Through css code you can change the visibility of section depending upon device width. It’s called media query.
I hope that it will helpful
Thank You