ProDesigns

Forum Replies Created

Viewing 15 posts - 121 through 135 (of 971 total)
  • Author
    Posts
  • in reply to: New to theme, a few questions #7092
    ProDesigns
    Keymaster

    Hi @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

    in reply to: What size should photos be? #7097
    ProDesigns
    Keymaster

    Hi @special parent alliance

    Can you please provide us your site URL?

    in reply to: Ecommerce gem #8547
    ProDesigns
    Keymaster

    Hi @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.

    in reply to: the home page widget dosn't work at all #8213
    ProDesigns
    Keymaster

    Hi @Tom Liu,

    Great job. Finally, you did it correctly.

    in reply to: change logo url #7430
    ProDesigns
    Keymaster

    Hi @superchrisho

    There is no option to change URL of the logo from backend.

    We are sorry for it.

    in reply to: Google search console verification #8545
    ProDesigns
    Keymaster

    Hi @ruwic,

    You can add it above the wp_head() of header.php

    Thank you.

    in reply to: why the plus version doesn't work after paying #8208
    ProDesigns
    Keymaster

    Great Job @Tom Liu.

    in reply to: Not all products showing on oage #1985
    ProDesigns
    Keymaster

    Hello 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.
    in reply to: widgets not going away #8543
    ProDesigns
    Keymaster

    Hi @dailyundulating

    Can you please provide us your site URL?

    Thank you.

    in reply to: eCommerce Gem Plus XML is missing style information #8658
    ProDesigns
    Keymaster

    Hi 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.

    in reply to: Main Navigation Menu Item Font Size #8541
    ProDesigns
    Keymaster

    Hi @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;
    }
    in reply to: change logo url #7428
    ProDesigns
    Keymaster

    Hi @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.

    ProDesigns
    Keymaster

    Hi @millsdmb

    This will be the nice feature to add. We will add it in next release.

    Thank you.

    ProDesigns
    Keymaster

    Hi @Fred Tytus

    Have you installed parent theme? Please install Business Point theme (which is parent theme) and check once.

    in reply to: Remove Shop Now Boxes from Image Slider #8535
    ProDesigns
    Keymaster

    Hi @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.

Viewing 15 posts - 121 through 135 (of 971 total)