Forum Replies Created
-
AuthorPosts
-
nirav
KeymasterHello 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 ProDesignsnirav
KeymasterHi 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.
nirav
KeymasterHello Ahsan,
Hope you are doing good!
Here is the documentation link for setup content and slider
It guide you about setting up the slider.
Hope this helps!
Have a great day ahead!
Regards,
Team ProDesignsnirav
KeymasterHello 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 ProDesignsnirav
KeymasterHello 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 ProDesignsnirav
KeymasterHello 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 ProDesignsnirav
KeymasterHello 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 ProDesignsnirav
KeymasterHello 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 ExcerptHope you are doing good!
Have a great day ahead!
Regards,
Team ProDesignsnirav
KeymasterHi There!
Hope you are doing good!
We are glad that it worked.
Have a great day ahead!
Regards,
Team ProDesignsnirav
KeymasterHi There!
Hope you are doing good!
We are glad that it worked.
Have a great day ahead!
Regards,
Team proDesignsnirav
KeymasterHi 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 ProDesignsnirav
KeymasterHi 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,
ProDesignsnirav
KeymasterHello 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 ProDesignsnirav
KeymasterHello 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 proDesignsnirav
KeymasterHi 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 -
This reply was modified 4 years, 10 months ago by
-
AuthorPosts