Forum Replies Created
-
AuthorPosts
-
October 6, 2020 at 5:19 am in reply to: CRITICAL Uncaught Error: Call to a member function get_cart_contents_count() #17126
nirav
KeymasterHello There!
Hope you are doing good!
We have checked the details and it seems that issue is from woocommerce.
Please go through https://stackoverflow.com/questions/50252373/call-to-a-member-function-get-cart-contents-count-on-nullPosible quick fix for this issue is to wrap whole section inside an if condition like:
echo (is_object( WC()->cart ) ? wp_kses_data( WC()->cart->get_cart_contents_count() ) : ‘’);
Hope this helps!
Have a great day ahead!
Regards,
Team ProDesignsnirav
KeymasterHello There!
Hope you are doing good!
We have checked the details and the issue is because of the plugin used in the theme. Please have a look at the forum: https://github.com/malsup/cycle2/issues/437 to have a better idea.
In the forum, you will come across a solution to this issue, you have to add custom CSS
.cycle-slide.cycle-slide-active{z-index:150 !important;}
If you will add CSS then slider transition will not be available so if you are planning to have a transition then it will be better to add shortcode of another slider.
Hope this helps!
Have a great day ahead!
Regards,
Team ProDesignsOctober 5, 2020 at 12:40 pm in reply to: Change colour of background on this element to #2b9900 #17122nirav
KeymasterHello There!
Hope you are doing good!
Please provide website URL and a screenshot of section here or on [email protected] in which you would like to change background color as it will helps us to provide you the custom css.
Have a great day ahead!
Regards,
Team ProDesignsOctober 5, 2020 at 12:04 pm in reply to: Home Page Widgets not displaying on static home page #17121nirav
KeymasterHello There!
Hope you are doing good!
We are glad that issue got resolved, feel free to get in touch in case of any other queries.
Have a great day ahead!
Regards,
Team ProDesignsnirav
KeymasterHello Sahfeek,
Hope you are doing good!
To install demo data you must have to install recommended plugins. please install plugin :https://downloads.wordpress.org/plugin/pt-theme-addon.zip before importing the demo data.
Hope this helps!
Have a great day ahead!
Regards,
Team ProDesignsnirav
KeymasterHello There!
Hope you are doing good!
Edit file “wp-content/themes/super-construction-plus/functions.php” and add the below-mentioned code at the end of the file
add_action( 'after_setup_theme', function(){ add_theme_support( 'custom-logo', array( 'height' => 70, 'width' => 220, ‘'flex-height' => true, 'flex-width' => true, ) ); }, 20 );
Then you can Skip Cropping to use a full-size logo.
Hope this helps!
Have a great day ahead!
Regards,
Team ProDesignsSeptember 25, 2020 at 9:58 am in reply to: eC-Gem: Featured Categories – I can't sort categories by id #17065nirav
KeymasterHello There!
Hope you are doing good!
We are glad that you did it.
Feel free to get in touch in case of any other query.Have a great weekend ahead!
Regards,
Team ProDesignsSeptember 25, 2020 at 9:57 am in reply to: Since the WordPress 5.5 update widgets section is not working. #17064nirav
KeymasterHello There!
Hope you are doing good!
Please share temporary admin credentials on [email protected] so that we can check the issue and can provide you an effective solution.
Have a great weekend ahead!
Regards,
Team ProDesignsnirav
KeymasterHello There!
Hope you are doing good!
The theme is not equipped with such functionality. to achieve this, you will need to create a child theme and need to add custom code to overwrite the current code.
Have a great day ahead!
Regards,
Team ProDesignsSeptember 17, 2020 at 11:20 am in reply to: How do I change the gray font for locations and Social Media above header? #17010nirav
KeymasterHello There!
Hope you are doing well!
Please go to Appearance >> Customize >> Custom CSS and add below-mentioned custom CSS
.top-header { color: #000000; }
Hope this helps!
Have a great day ahead!
Regards,
Team ProDesignsnirav
KeymasterHello There!
Hope you are doing good!
You will not be able to remove it.
Have a great day ahead!
Regards,
Team ProDesignsSeptember 17, 2020 at 11:16 am in reply to: eC-Gem: Featured Categories – I can't sort categories by id #17008nirav
KeymasterHello Nuslu,
Hope you are doing good!
Unfortunately, the theme does not support the category sorting option. You will need to create the child theme and will need to write the additional code to customize the widget.
Hope this helps!
Have a great day ahead!
Regards,
Team ProDesignsnirav
KeymasterHello Sebastian,
Hope you are doing good!
Actually, we have mentioned on https://www.prodesigns.com/wordpress-themes/downloads/ecommerce-gem-plus that “eCommerce Gem Plus theme demo contains 3rd party Revolution Slider plugin. It is for demo purposes and will not be shipped with the theme.”
There were videos in the tutorial however due to some issues in the channel, they are not being displayed. We have contented youtube for the same and videos will be available soon.
Have a great day ahead!
Regards,
Team ProDesignsSeptember 15, 2020 at 10:21 am in reply to: Image gets blurrier in blog post when reduce dimensions #16996nirav
KeymasterHello There!
Hope you are doing good!
We have checked your website and found out that it is not our theme.
Feel free to get in touch in case you have any queries related to our theme.
Have a great day ahead!
Regards,
Team ProDesignsnirav
KeymasterHello @kamal
Hope you are doing good!
You can get all 3 files from here https://www.prodesigns.com/wordpress-themes/downloads/business-point#demo_import_step_list
Have a great day ahead!
Regards,
Team ProDesigns -
AuthorPosts