Forum Replies Created
-
AuthorPosts
-
nirav
KeymasterHi There!
Hope you are doing good!
Yes, we will update out theme soon.
Have a great day ahead!
Regards,
Team ProDesignsnirav
KeymasterHi there!
Hope you are doing good!
It will be better if we can check the site so we suggest you to create a sub directory in your wordpress root and copy your entire wordpress code into it and also copy the database so it will work like your staging site where you can set up for the issue and let us know that url so we can check. Also please share admin access (if possible) at our email.
This will help us to provide you the effective solution.
Please let me know in case you cannot do it then we can check what we can possibally do.
Have a great day ahead!
Reagards,
Team ProDesignsnirav
KeymasterHi There!
Hope you are doing good!
Could you please share with us your website URL so that we can check the issue and can provide you an effective solution.
Have a great day ahead!
Regards,
Team ProDesignsJune 3, 2020 at 8:09 am in reply to: Compatibility with the current WooCommerce version 4.1.1. #16116nirav
KeymasterHi Petter,
Hope you are doing good!
We will update our theme as soon as possible with keep in mind this error.
Have a great day ahead!
Regards,
Team ProDesignsnirav
KeymasterHi There!
Hope you are doing good!
Please set your image as logo and then provide your site url. Please let us know once you set it, we will give custom css that makes it look it batter.
Have a great day ahead!
Regards,
Team ProDesignsnirav
KeymasterHi There!
Hope you are doing good!
Currently theme does not support polylang plugin for translating header, footer and copyright text. Theme is translation ready so you can use one langauge at a time and it can be any language.
Hope this helps!
Have a great day ahead!
Regards,
Team ProDesignsnirav
KeymasterHello Hubert,
Hope you are doing good!
Currently, theme is not eqipped with this function and to achieve this, you will need to do customizations in the code of the theme.
Hope this helps!
Have a great day ahead!
Regards,
Team ProDesignsnirav
KeymasterHello There!
Hope you are doing good!
Would it be possible to share with us your website URL here or on [email protected] so that we can check the issue and can provide you an effective solution.
Have a great day ahead!
Regards,
Team ProDesignsnirav
KeymasterHello There!
Hope you are doing good!
Thank you for showing interest in our theme and we are glad that you liked it.
You can archive this by creating child theme and overwrite templates/home-full..php file.
You need to do little coding in while loop in this file.Hope this helps!
Have a great day ahead!
Thanks and Regards,
Team ProDesignsnirav
KeymasterHi There!
Hope you are doing good!
Currently there is no option to make the menu fixed in either of the versions but you can always create a child theme and add simple javascript code into make the menu sticky.
Hope this helps!
Have a great day ahead!
Thanks and Regards,
Team ProDesignsnirav
KeymasterHello Ben,
Hope you are doing good!
Please create a child theme and put below code in function file of child theme
function myfunc_product_img_link_start(){ global $product; $link = apply_filters( 'woocommerce_loop_product_link', get_the_permalink(), $product ); echo '<a class="custom_item_img_link" href="'.esc_url( $link ).'">'; } add_action('woocommerce_before_shop_loop_item_title', 'myfunc_product_img_link_start', 5); function myfunc_product_img_link_close(){ echo '</a>'; } add_action('woocommerce_before_shop_loop_item_title', 'myfunc_product_img_link_close', 15);
and Custome CSS by following below mentioned steps
1) Please log in to the admin area
2) Go to “Appearance >> Customize >> Additional CSS”.
3) Paste the below code in “Additional CSS” and save it afterward:li.product .product-thumb-wrap::before { display: none !important; } .custom_item_img_link::before{ content: " "; position: absolute; height: 100%; width: 100%; background: #fa6161; -webkit-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; -o-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out; opacity: 0; } li.product:hover .custom_item_img_link::before { opacity: 0.8; }
Hope this helps!
Have a great day ahead!
Thanks and Regards,
Team ProDesignsnirav
KeymasterHello Kate,
Hope you are doing good!
Please share with us you website URL here or on [email protected] so we will check and update you for the same and will provide you custom css if required.
Hope this helps!
Have a great day ahead!
Regards,
Team ProDesignsMay 19, 2020 at 12:52 pm in reply to: Change background colour behind title and tag line (header) #15938nirav
KeymasterHi Kate,
Hope you are doing good!
We are glad that issue got resolved.
Thanks and Regards,
Team ProDesignsnirav
KeymasterHello There!
Hope you are doing good!
We are glad that issue got resolved.
Have a great day ahead!
Thanks and Regards,
Team ProDesignsnirav
KeymasterHello There!
Hope you are doing good!
We will wait for your email.
Thanks and Regards,
Team ProDesigns -
AuthorPosts