nirav

Forum Replies Created

Viewing 15 posts - 181 through 195 (of 552 total)
  • Author
    Posts
  • in reply to: Google search console error with Breadcrumb #16119
    nirav
    Keymaster

    Hi There!

    Hope you are doing good!

    Yes, we will update out theme soon.

    Have a great day ahead!

    Regards,
    Team ProDesigns

    in reply to: Sliding Banner Question / Issues #16118
    nirav
    Keymaster

    Hi 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 ProDesigns

    in reply to: Theme is randomly stripping div code #16117
    nirav
    Keymaster

    Hi 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 ProDesigns

    nirav
    Keymaster

    Hi 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 ProDesigns

    in reply to: Custom Site Identity Image #16115
    nirav
    Keymaster

    Hi 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 ProDesigns

    in reply to: Compatibility with Polylang #15976
    nirav
    Keymaster

    Hi 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 ProDesigns

    in reply to: Header of choice #15975
    nirav
    Keymaster

    Hello 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 ProDesigns

    in reply to: Sliding Banner Question / Issues #15974
    nirav
    Keymaster

    Hello 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 ProDesigns

    in reply to: Ads Widget #15973
    nirav
    Keymaster

    Hello 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 ProDesigns

    in reply to: Fixed menu #15972
    nirav
    Keymaster

    Hi 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 ProDesigns

    in reply to: How can I make product image clickable? #15971
    nirav
    Keymaster

    Hello 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 ProDesigns

    in reply to: White Space #15970
    nirav
    Keymaster

    Hello 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 ProDesigns

    nirav
    Keymaster

    Hi Kate,

    Hope you are doing good!

    We are glad that issue got resolved.

    Thanks and Regards,
    Team ProDesigns

    in reply to: Need custom CSS to address formatting #15937
    nirav
    Keymaster

    Hello There!

    Hope you are doing good!

    We are glad that issue got resolved.

    Have a great day ahead!

    Thanks and Regards,
    Team ProDesigns

    in reply to: Navigation bar customization questions #15936
    nirav
    Keymaster

    Hello There!

    Hope you are doing good!

    We will wait for your email.

    Thanks and Regards,
    Team ProDesigns

Viewing 15 posts - 181 through 195 (of 552 total)