Forum Replies Created
-
AuthorPosts
-
ProDesigns
KeymasterHi @worldguides
Please find the answer to your questions below.
1) How can we get our home page in the main header menu? Right now it can either say home and go to our site.com/home (which isn’t what we want) or not have home listed, how can we make home go to the actual home page?
A: Please go to Appearance >> Menu, select menu assigned for Primary menu and change it there.
2) Secondly, is there a way to make the site identity only show up on the home page and not each post? Or can we make that section any smaller? Right now when people open our pages they just see the logo and some blank white space, we would prefer them to see the top of the post at the start, or a small logo and that is it.
A: Please go to Appearance >> Customize >> Additional CSS and add following CSS to hide site identity in inner pages
.main-banner { display: none; } .home .main-banner { display: block; } #content { margin-top: 90px; } .home #content { margin-top: 0px; }
3) Third, at the bottom of each post under our related posts there is a gray bar (or two) that has the name of two other posts with a link, pretty sure these were the posts before and after the one we are on. Can we remove that if possible?
A: Go to Appearance >> Customize >> Theme Options >> Single Post Options and disable Show Post Navigation option. Please check this screenshot: https://prnt.sc/k2bljq
4) Can we remove the blogway by promenade themes in the footer?
A: You need to use Blog Way Plus for this option. Its premium version of the theme you are using. Please find more about Blog Way Plus at this link
ProDesigns
KeymasterHi @special parent alliance
Can you please provide us your site URL?
ProDesigns
KeymasterHi @ihustleshop
We believe eCommerce Gem is 100% responsive and mobile friendly theme. Can you please let us know what is your exact issue?
Please provide us screenshot of the issue and URL of the site.
Thank you.
ProDesigns
KeymasterHi @Tom Liu,
Great job. Finally, you did it correctly.
ProDesigns
KeymasterHi @superchrisho
There is no option to change URL of the logo from backend.
We are sorry for it.
ProDesigns
KeymasterHi @ruwic,
You can add it above the wp_head() of header.php
Thank you.
ProDesigns
KeymasterGreat Job @Tom Liu.
ProDesigns
KeymasterHello jhowardlong45!
The shortcode [product_category] can be updated to display all the results with the ‘limit’ and ‘paginate’ arguments.Try this
[product_category category="YOUR-CATEGORY" limit="12" paginate="true"]
.
This should solve the issue.If you would like to display all products and no pagination then simply skip adding ‘paginate'(defaults to false) and set ‘limit’ to -1, like below:
[product_category category="YOUR-CATEGORY" limit="-1"]
.Hope this helps!
The shortcode [product_category] is part of the WooCommerce plugin and the WooCommerce forum would be the best place to get the queries sorted. You could also check out WooCommerce Docs
If you do have queries related to our themes or integration related to our themes, please feel free to post it here, we would be glad to help!
Thank you for using our theme!
Regards,
ProDesigns-
This reply was modified 6 years, 10 months ago by
ProDesigns.
ProDesigns
KeymasterHi @dailyundulating
Can you please provide us your site URL?
Thank you.
ProDesigns
KeymasterHi Mary,
Sitemap XML is not associated with the theme. We are not allowed to use sitemap inbuilt with the theme. You need to use plugin to add sitemap XML in your site.
Please Yoast SEO or the similar plugin for it.
Thank you.
ProDesigns
KeymasterHi @NonJenkins
Please go to Appearance >> Customize >> Additional CSS and add following CSS to reduce font size of the main menu.
.vce-basic-menu-container .vce-basic-menu ul .menu-item a{ font-size: 12px!important; }
ProDesigns
KeymasterHi @superchrisho
When you click on logo it needs to go to home page of your site not the page of theme.
Can you please provide us your site URL? We will check your site and provide you proper solution.
Thank you.
June 28, 2018 at 8:51 am in reply to: Clickable header info (phone, email, address to google maps maybe) #8016ProDesigns
KeymasterHi @millsdmb
This will be the nice feature to add. We will add it in next release.
Thank you.
June 28, 2018 at 8:50 am in reply to: The active theme is broken. Reverting to the default theme. #8306ProDesigns
KeymasterHi @Fred Tytus
Have you installed parent theme? Please install Business Point theme (which is parent theme) and check once.
ProDesigns
KeymasterHi @flairapparel
We are sorry, there is no option to make entire slide(image) clickable in the place of Shop Now button.
You can upgrade to eCommerce Gem Plus which supports third-party slider plugins Slider Revolution, Layer Slider, Hero Slider, Meta Slider and any other slider plugins.
Thank you.
-
This reply was modified 6 years, 10 months ago by
-
AuthorPosts