nirav

Forum Replies Created

Viewing 15 posts - 166 through 180 (of 552 total)
  • Author
    Posts
  • in reply to: how to add featured image in slider #16429
    nirav
    Keymaster

    Hello Ashina,

    Hope you are doing good!

    For each slide you need to create pages from your admin area where you have to add featured images for your page.

    This image will be used for a slider image.Then you have to set the created page as a slide from Appearance >> Customize >> Featured Slider Options >>Slider On/OFF option

    Hope this helps!

    Have a great day ahead!

    Regards,
    Team ProDesigns

    in reply to: Disable the Header #16427
    nirav
    Keymaster

    Hi THere,

    Hope you are doing good!

    Please follow below mentioned steps to add custom css to remove the header

    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:

    .site-branding{
        display:none;
    }
    .sticky-top .main-banner{
        padding-top:0px !important;
    }

    Hope this helps!

    Have a great day ahead!

    Regards,
    Team ProDesigns

    • This reply was modified 4 years, 10 months ago by nirav.
    in reply to: Slider #16426
    nirav
    Keymaster

    Hello Ahsan,

    Hope you are doing good!

    Here is the documentation link for setup content and slider

    eCommerce Gem

    It guide you about setting up the slider.

    Hope this helps!

    Have a great day ahead!

    Regards,
    Team ProDesigns

    in reply to: Remove or rename filter "All" from Portfolio #16353
    nirav
    Keymaster

    Hello There!

    Hope you are doing good!

    Please add custom css to remove the details 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:

    .filter-list [data-filter="all"]{
        display:none;
    }

    then Open file /wp-content/plugins/pt-theme-addon/assets/filter.js and replace content with:

    ( function( $ ) {
      $(document).ready(function($){
            $('.filter-list [data-filter="all"]').remove();
            var first_load = $('.filter-list [data-filter]:first').attr('data-filter');
            $('.pt-portfolio-item-wrap').mixitup({
                 showOnLoad: first_load,
                 targetSelector: '.pt-portfolio-item',
                 transitionSpeed: 450
            });
      });
    } )( jQuery );

    Have a great day ahead!

    Regards,
    Team ProDesigns

    in reply to: contact 7 form problems #16352
    nirav
    Keymaster

    Hello There!

    Hope you are doing good!

    The reason may be the recent update in contact form 7 plugin and as a theme author we can only check for theme issues. We recommended you to contact plugin author for the same.

    Have a great day ahead!

    Regards,
    Team ProDesigns

    in reply to: Error: Internal Server Error (500) #16351
    nirav
    Keymaster

    Hello There!

    Hope you are doing good!

    There are lots of reasons for 500 server errors. Please get your server error log file and share with us. Our technical team will check for it.

    Have a great day ahead!

    Regards,
    Team ProDesigns

    in reply to: Top Bar in mobile #16350
    nirav
    Keymaster

    Hello There!

    Hope you are doing good!

    Please add custom css to remove the details 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:

    @media only screen and (max-width: 767px) {
    .top-header{
    display:none;
    }
    }

    Have a great day ahead!

    Regards,
    Team ProDesigns

    in reply to: Read more button and removal of some fields #16190
    nirav
    Keymaster

    Hello There!

    Hope you are doing good!

    Please add custom css to remove the details 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:

    .entry-meta .posted-on::before, .single-post-meta .posted-on::before {
    display:none;
    }
    .entry-meta .byline{
    display:none;
    }
    .entry-footer .cat-links{
    display:none;
    }
    .entry-footer .tags-links{
    display:none;
    }

    Tto show read more button go to
    Apperance >> Customize >> Theme options >> Blog options and select Archive Layout >> Post Excerpt

    Hope you are doing good!

    Have a great day ahead!

    Regards,
    Team ProDesigns

    in reply to: Hide Category Title #16167
    nirav
    Keymaster

    Hi There!

    Hope you are doing good!

    We are glad that it worked.

    Have a great day ahead!

    Regards,
    Team ProDesigns

    in reply to: Service Widget Re-Positioning #16166
    nirav
    Keymaster

    Hi There!

    Hope you are doing good!

    We are glad that it worked.

    Have a great day ahead!

    Regards,
    Team proDesigns

    in reply to: Home page Services Icons #16131
    nirav
    Keymaster

    Hi Hubert,

    Hope you are doing good!

    Actully 5th and 6th versions of Font-awesome has been released so you can not use https://fontawesome.com/icons URl and you will need to use https://fontawesome.com/v4.7.0/icons/ url.

    If you will try with https://fontawesome.com/icons then it will not work as they are containg 6th version of Icons.

    Hope this helps!

    Have a great day ahead!

    Regards,
    Team ProDesigns

    in reply to: Lag in shopping cart #16130
    nirav
    Keymaster

    Hi There!

    Hope you are doing good!

    The issue seems not because of the theme but One of the plugins and most probebly any caching plugin, that you are using.
    Please deactivate plugin one by one and check your website.

    Feel free to get in touch in case of any other query.

    Have a great day ahead!

    Regards,
    ProDesigns

    in reply to: Blog Page #16129
    nirav
    Keymaster

    Hello Ahsan,

    Hope you are doing good!

    You can make design related changes by making a child theme of eCommerce Gem Plus theme. It can be done by any one who has sound knowledge of WordPress and CSS.

    Hope this helps!

    Have a great day ahead!

    Reagards,
    Team ProDesigns

    in reply to: Blog Title – Mobile View #16127
    nirav
    Keymaster

    Hello There!

    Hope you are doing good!

    Please add custom css by following below 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:

    @media screen and (max-width:500px){
    	.site-title a {
       	 font-size: 24px !important;
        }
    }

    Hope this helps!

    Have a great day ahead!

    Regards,
    Team proDesigns

    in reply to: Service Widget Re-Positioning #16120
    nirav
    Keymaster

    Hi There!

    Hope you are doing good!

    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:

    .business_point_widget_services .services-list .inner-wrapper
    {
    text-align:center;
    }

    Hope this helps!

    Have a great day ahead!

    Reagrds,
    Team ProDesigns

Viewing 15 posts - 166 through 180 (of 552 total)