nirav

Forum Replies Created

Viewing 15 posts - 76 through 90 (of 552 total)
  • Author
    Posts
  • in reply to: Videos unavailable in documentation #17528
    nirav
    Keymaster

    Hello There!

    thank you for sharing the details.

    We already have contacted Google for the same. We hope that it will be available soon.

    Have a great day ahead!

    Regards,
    Team ProDesigns

    in reply to: change font size (but NOT home page or sidebar) #17526
    nirav
    Keymaster

    Hello There!

    Hope you are doing good!

    Please update custom CSS as mentioned below

    .main-navigation ul li a{font-size:11px;}
    body, button, input, select, textarea{font-size:16px;)
    body.home{font-size:14px;}
    .widget {font-size:14px;}
    .widget .widget-title{font-size:16px;}

    Please adjust the font size as per the requirement.

    Regards,
    Team ProDesigns

    • This reply was modified 4 years, 5 months ago by nirav.
    in reply to: Navigation Bar problems #17525
    nirav
    Keymaster

    Hello There!

    Hope you are doing too!

    Could you please share more details with us? As it will help us to provide you an effective solution.

    Regards,
    Team ProDesigns

    in reply to: remove the automatic excerpt #17452
    nirav
    Keymaster

    Hello There!

    Hope you are doing good!

    You can increase Excerpt Length from Appearance >> Customize >> Theme options >> Blog options >> Excerpt Length
    – If you wish to remove Excerpt Length completely then you have to add the below code in the theme functions.php file

    add_action( 'wp', function(){
        if ( is_home() || is_category() || is_tag() || is_author() || is_date() || is_search() ) {
       	 remove_filter( 'excerpt_length', 'pt_magazine_implement_excerpt_length');
        }
    },20 );

    Hope this helps!

    Have a great day ahead!

    Regards,
    Team ProDesigns

    in reply to: Move comments above Related Posts #17450
    nirav
    Keymaster

    Hello There!

    Hope you are doing good!

    We are glad that the issue got resolved.

    Have a great day ahead!

    Regards,
    Team ProDesigns

    in reply to: Soledad Theme Custom Css To Change Page Title Font Size #17448
    nirav
    Keymaster

    Hello There!

    Hope you are doing good!

    We have checked the website and it is not the theme provided by the PreDesigns.

    Feel free to get in touch in case of any query related to the theme provided by ProDesigns.

    Have a great day ahead!

    Regards,
    Team ProDesigns

    in reply to: Zoom in slow motion Product and Category images #17442
    nirav
    Keymaster

    Hello There!

    Hope you are doing good!

    Please add custom 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{overflow: hidden;}
    li.product .product-thumb-wrap img{transition: all 0.3s;}
    li.product:hover .product-thumb-wrap img,
    li.product:focus .product-thumb-wrap img{transform: scale(1.1);}
    li.product:hover .product-thumb-wrap:before{z-index:1;}
    li.product .add-to-cart-wrap, li.product:hover .view-detail-wishlist-wrap, li.product .view-detail-wishlist-wrap{z-index:2;}

    Hope this helps!

    Have a great day ahead!

    Regards,
    Team ProDesigns

    in reply to: How can I hide category meta data in posts and excerpts? #17393
    nirav
    Keymaster

    Hello There!

    Hope you are doing good!

    Could you please share your website URL here or on [email protected] along with the code you have added to your child theme? It will help us to provide you an effective solution.

    Have a great day ahead!

    Regards,
    Team ProDesigns

    • This reply was modified 4 years, 5 months ago by nirav.
    in reply to: Tutorial #17392
    nirav
    Keymaster

    Hello There!

    Hope you are doing good!

    We have checked the website and it is not the theme provided by the PreDesigns.

    Feel free to get in touch in case of any query related to the theme provided by ProDesigns.

    Have a great day ahead!

    Regards,
    Team ProDesigns

    in reply to: Showing colors option on Featured products #17391
    nirav
    Keymaster

    Hello There!

    Hope you are doing good!

    You will need to create a child theme and need to override appropriate parent theme files to modify the colors for features products.

    Hope this helps!

    Have a great day ahead!

    Regards,
    Team ProDesigns

    in reply to: Google Analytics? #17389
    nirav
    Keymaster

    Hello There!

    Hope you are doing good!

    you may need to install a plugin that supports google analytics integration.
    Please have a look at: https://wordpress.org/plugins/search/google+analytics/

    Hope this helps!

    Have a great day ahead!

    Regards,
    Team ProDesigns

    in reply to: Home Page Widgets not displaying on static home page #17388
    nirav
    Keymaster

    Hello There!

    Hope you are doing good!

    We have checked the website and it is not the theme provided by the PreDesigns.

    Feel free to get in touch in case of any query related to the theme provided by ProDesigns.

    Have a great day ahead!

    Regards,
    Team ProDesigns

    in reply to: Place each price element on separate line #17362
    nirav
    Keymaster

    Hello There!

    Hope you are doing good!

    The HTML markup seems not correct for your pricing label.
    It requires different classes for each tag to write custom CSS.
    What you can do is add a
    tag at the end of the line where you want to break the link.

    Hope this helps!

    Have a great day ahead!

    Regards,
    Team ProDesigns

    in reply to: Portfolio URL change and sorting issues #17361
    nirav
    Keymaster

    Hello There!

    Hope you are doing good!

    Unfortunately, it is not possible from the WordPress backend, you may need to modify plugin core files to achieve this.

    Hope this helps!

    Have a great day ahead!

    Regards,
    Team ProDesigns

    in reply to: Recent Posts Plugin Design #17360
    nirav
    Keymaster

    Hello There!

    Hope you are doing good!

    There are so many plugins available in the market, you check for the one that fulfills your requirement.

    Hope this helps!

    Regards,
    Team ProDesigns

Viewing 15 posts - 76 through 90 (of 552 total)