Forum Replies Created
-
AuthorPosts
-
nirav
KeymasterHello Antoniocar,
You can customize the theme as per your requirement by creating a child theme. You can find detailed documentation to create a child theme here
After creating child theme please paste below-mentioned code in child theme’s functions.php file.
/* * Enable support for custom logo. */ function ecommerce_gem_setup_cust_logo(){ add_theme_support( 'custom-logo', array( 'height' => YOUR_LOGO_HEIGHT, 'width' => YOUR_LOGO_WIDTH, ) ); } add_action( 'after_setup_theme', 'ecommerce_gem_setup_cust_logo',20 );
Hope it will work for you.
Thank you
-
This reply was modified 5 years, 11 months ago by
nirav.
nirav
KeymasterHello Smiler4,
Greetings of the day!
Okay, feel free to get in touch in case of further query.
Thank you.
Best Regards,
Team ProDesingsnirav
KeymasterHello Krskaggs,
Greetings of the day!
We would need to explore the issue by logging in to the admin of the site and run a few tests to narrow down the probable cause.
May we request you to provide us with a temporary admin user to check the issue further?Thank you
nirav
KeymasterHello Diskhouse,
Greetings of the day!
You can not easily change font size and width of the sidebar.
This is a theme default styling. If you want to change the style you can do it by adding custom CSS code in custom CSS.Thank you.
Best Regards,
Team ProDesignsnirav
KeymasterHello Dev,
Greetings of the day!
only one issue i am having is that the logo images in client section home page widget area are clickable
While you add a client from admin panel, add nothing to “Link” textbox not even “#”. If the link is blank then the client will not clickable in front.
not to flick on desktop when 6 posts added the images start flick
Client section is a part of our pt-theme-addon plugin.
If you want to show 6 clients at a time you have to change custom.js file which is located at wp-content/themes/business-point/assets/js/custom.jsset “
slidesToShow: 6,
” insted of “slidesToShow: 5,
” under “$('.pt-clients-wrap').slick({
” code.Hope it will work for you.
Thank you
You can manage client image options from custom.js.
nirav
KeymasterHello Smiler,
Greetings of the day!
We have checked the issue on your website and it’s working fine.
If you still face any issue guide on which page you face this issue.Thank you.
nirav
KeymasterHello Sher,
Greetings of the day!
1. I need a contact form
After creating contact form you can add short code in any page or post.
2. I really like the formatting of the PT: Two Column News
A different title for each column is not possible. This is a plugin feature.
3. Is it possible to have one single post (same size as the slider) rather than having a slider
Set up only one slider in slider setting. Remove other slider pages from slider setting and it will work like a single image.
4. and still have the two Hone page feature posts on the right side of the single post.
May we request you to provide your website URL with temporary admin credentials. So that we can solve this as soon as possible.
Hope it will work for you. Thank you.
Best Regards,
Team ProDesignsnirav
KeymasterHello Smiler4,
Greetings of the day!
We have checked on your site and it is working fine now.
If you still face any issue please feel free to let us know if you have any further queries.Thank you.
Best Regards,
Team ProDesingsnirav
KeymasterHello Vargolino,
Greetings of the day!
There are two different search option available.
1. Product search
2. All site data searchFirst link is used for all site data search. This is wordpress default search feature so layout is diferent.
Products will be searching from the top header menu. To show header search menu please add below CSS code.
Follow the below steps to add custom CSS.
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:div#sticky-wrapper { z-index: 999; }
Hope it will work for you.
Thank you.
nirav
KeymasterHello Smiller4,
Greetings of the day!
Can you please explain more? We are sorry, we did not understand your issue.
May we request you to provide us a screenshot of the issue?Regards,
Team ProDesignsnirav
KeymasterHello Smiler4,
Greetings of the day!
You can able to add custom code before body using child theme or plugins.
There are many plugins are available for adding custom code in head, body, and footer.Hope it will work for you. Thank you.
Regards,
Team ProDesignsnirav
KeymasterHello Antoniocar,
Greetings of the day!
1 – Will this code change what part of the original theme code?
You can add the given code to additional CSS so that it will not change anything in the main theme.
This is totally separate from the main theme.2 – If I do not like the result and want to revert, how should I proceed?
If you want to revert the code, you can do it remove given code from additional CSS.
Thank you.
nirav
KeymasterHello Kankaan,
Greetings of the day!
We have checked in your website. you are still using the free theme of pt magazine.
If you want to activate license then please upload a premium version of pt magazine theme in your website.
After that, you will find an option for license activation.Thank you.
nirav
KeymasterHello Dev,
Greetings of the day!
Thank you for using our theme.
Kindly provide us your website URL so that we can take a look into that.Thank you
May 20, 2019 at 10:04 am in reply to: Headercolor is different in mobile version than in desktop version #11932nirav
KeymasterHello Sebastian,
Greetings of the day!
You can add custom CSS for change menu in the mobile version.
Follow the below steps to add custom CSS.
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:.mean-container .mean-bar { background:#COLOR_CODE; }
Hope it will work for you.
Thank you.
-
This reply was modified 5 years, 11 months ago by
-
AuthorPosts