Forum Replies Created

Viewing 20 posts - 1 through 20 (of 174 total)
  • Author
    Posts
  • in reply to: Full page #338451
    sujeet
    Keymaster

    Hello @laramanzoni59,

    I got bit confused. Do you need to make all pages/posts to have full width like I showed you in the screenshot? If that is what you want then you can add the following css code to “Appearance => Customize => Additional CSS”. Since the option is only available in Pro version of the theme.

    fullwidth

    
    .no-sidebar.content-width .content-area {
       width: 100%;
    }
    

    To achieve this your “Default Layout” must be “No Sidebar (Content Width)” which in under “Appearance => Customize => Theme Option => Layout Options => Default Layout”.

    Or if you want to make a specific page/post to have full-width then you must add page id or post id in the above code. Please let me know what you exactly want to achieve? So that I can give you the code or settings. Thank you.

    Regards,
    Sujeet

    sujeet
    Keymaster

    Hello @nmichal,

    I’m glad to hear that it worked for you. If you like the theme and our support, then I have a quick request: Could you please leave a review?

    https://wordpress.org/support/theme/scapeshot-modern/reviews/#new-post

    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.

    Regards,
    Sujeet

    sujeet
    Keymaster

    Hello @nmichal,

    I just checked the video that you have sent and seems everything is fine. I would like to suggest you to check under Appearance => Customizer => Theme Options => Homepage/Frontpage Options. Under Categories, have you select any category by any chance? There might be selected a category which has no any posts. So please check there. If that’s the case, then please select All Categories and publish the settings. It will start showing posts in the blog page.

    Here is the screenshot:

    blog-filter

    Please let me know if this worked.

    Regards,
    Sujeet

    sujeet
    Keymaster

    Hello @nmichal,

    In that case I need to check your admin side. I will email you shortly. please don’t share any details here in this forum. I will get back to you soon.

    Regards,
    Sujeet

    in reply to: BizBoost Pro #338349
    sujeet
    Keymaster

    Hello @webdgtcreator,

    Yes you can edit that page. Please follow the instruction below.

    1. If you’re logged in and from that cart empty page, just click on edit site from top admin bar. You will be then redirected to cart page.

    2. There just click on last option – Document View on top left side.

    3. You will find different groups, there you need to expand and go to Empty Cart group. There you will find Browse Store option which you will be able to edit. To be more clear, please check the screenshots that I’ve attached.

    edit-cart

    browse-store

    Please me know if that helped. Thank you.

    Regards,
    Sujeet

    • This reply was modified 2 weeks, 4 days ago by sujeet.
    • This reply was modified 2 weeks, 4 days ago by Sakin.
    sujeet
    Keymaster

    Hello @nmichal,

    Please try this. Just simply go to dashboard -> settings, under “Your homepage displays”, choose “A static page” and for Homepage option choose the page that you have created for front page and as for Posts page choose Blog page. Check the screenshot below.

    This will set your frontpage/homepage as your static page and Blog page will list all the posts.

    static

    Regards,
    Sujeet

    • This reply was modified 2 weeks, 4 days ago by sujeet.
    • This reply was modified 2 weeks, 4 days ago by Sakin.
    in reply to: Theme affecting product variants in WooCommerce #338334
    sujeet
    Keymaster

    Hello @catwingz,

    I can see that you’ve put white color(#ffffff) for <p> tag, but the text “This is the farm equipment featured in the Tractor Cat photos. More about them to follow.” is not inside <p> tag. So the paragraph is of different color.

    So what you need to do is, either you put that text inside the <p> tag, of just add the following css code to additional css.

    
    .entry-content {
       color: #ffffff;
    }
    

    Hope this works for you.

    Regards,
    Sujeet

    sujeet
    Keymaster

    Hello @nmichal,

    I think there is no any blog page created in your website. Please go to Page -> Add new page ‘Blog’. Then the blog page should work. Please try and let me know. Thank you.

    Regards,
    Sujeet

    in reply to: Theme Homepage #338264
    sujeet
    Keymaster

    I have emailed you again. Please check.

    Regards,
    Sujeet

    in reply to: Theme affecting product variants in WooCommerce #338259
    sujeet
    Keymaster

    Hello @catwingz,

    Please add the following code to make navigation black.

    
    .absolute-header .menu-toggle {
       color: #000000 !important;
    }
    
    @media screen and (min-width: 75em) {
    .navigation-classic.absolute-header .main-navigation a {
       color: #000000 !important;
    }
    }
    

    Please let me know if that worked. Thank you.

    Regards,
    Sujeet

    in reply to: Theme Homepage #338237
    sujeet
    Keymaster

    Hello @gulabwala,

    Yes I have already emailed you. Please check.

    Regards,
    Sujeet

    • This reply was modified 3 weeks, 5 days ago by sujeet.
    in reply to: Theme affecting product variants in WooCommerce #338221
    sujeet
    Keymaster

    Hello @catwingz,,

    The css code seems to be correct. It should work. However, I can’t see the code that you added in the website. Did you add that in additional css? Please add the following css code.

    
    .woocommerce div.product form.cart .variations label {
        color: #ffffff !important;
    }
    
    .woocommerce div.product form.cart .variations select {
        background-color: #353535 !important;
        color: #ffffff !important;
    }
    

    Please let me know if that worked. Thank you.

    Regards,
    Sujeet

    sujeet
    Keymaster

    Hello @rickvangeel,

    You can now please check and update the theme, the issue must be resolved.

    Regards,
    Sujeet

    in reply to: Theme Homepage #338197
    sujeet
    Keymaster

    Hello @gulabwala,

    I will contact you soon through email. Thank you.

    Regards,
    Sujeet

    in reply to: Courgette Font Missing after transfer to InMotion Hosting #338195
    sujeet
    Keymaster

    Hello @slcanderson,

    You can try clearing font cache, it should solve the issue. Or you can just contact to InMotion Hosting support team. Thank you.

    Regards,
    Sujeet

    in reply to: Theme Homepage #338194
    sujeet
    Keymaster

    Hello @gulabwala,

    If you don’t need homepage then you can just simply trash or unpublished the page.

    home

    And please kindly share your website url. Thank you.

    Regards,
    Sujeet

    • This reply was modified 1 week, 5 days ago by Sakin.
    sujeet
    Keymaster

    Hello @rickvangeel,

    Sorry for the inconvenience caused.

    We have fixed the issue in the theme itself. For now you can add the css code given by woo-commerce to fix temporarily until you get an update for the theme. You will soon get an update for the theme. Thank you.

    Regards,
    Sujeet

    in reply to: Remove Breadcrumb #338180
    sujeet
    Keymaster

    Hello @upperalbany,

    For now you can add the following css code to “Appearance => Customize => Additional CSS” to remove the header media from entire website.

    
    .custom-header {
       display: none;
    }
    

    Please try and let me know if that worked. Thank you.

    Regards,
    Sujeet

    in reply to: Theme affecting product variants in WooCommerce #338177
    sujeet
    Keymaster

    Hello @catwingz,

    To make the default variation a “choose an option”, you need to remove default form values from product. For that you need to edit the product and go to the Variations option, there you will find Default From Values. Please check the screenshot as well.

    default-value

    Please try and let me know if that worked. Thank you.

    Regards,
    Sujeet

    • This reply was modified 1 month ago by sujeet.
    • This reply was modified 1 week, 5 days ago by Sakin.
    in reply to: Theme affecting product variants in WooCommerce #338159
    sujeet
    Keymaster

    Hello @catwingz,

    If you want to hide the “clear” link, then please add the following css code to Dashboard -> Appearance -> Editor -> Styles -> Additional Css.

    
    a.reset_variations {
       visibility: hidden !important;
       display: none !important;
    }
    

    addtional-css

    Thank you.

    Regards,
    Sujeet

    • This reply was modified 1 month ago by sujeet.
    • This reply was modified 1 week, 5 days ago by Sakin.
Viewing 20 posts - 1 through 20 (of 174 total)