Forum Replies Created

Viewing 20 posts - 121 through 140 (of 302 total)
  • Author
    Posts
  • sujeet
    Keymaster

    Hello @jamieonline,

    Please add the following css code to “Appearance => Customize => Additional CSS” .

    
    .home.page-template-default #content > .hentry {
       display: none;
    }
    

    Thank you.

    Regards,
    Sujeet

    sujeet
    Keymaster

    Hello @jamieonline,

    Did you mean the space just below the text “This is where we get the things done…. and your picture”? See the screenshot. Or just simply send us an screenshot of the space so that I can send you the code or solution for that.

    space

    Thank you.

    Regards,
    Sujeet

    in reply to: Remove Social Icons from Homepage (Bold Pro) #338740
    sujeet
    Keymaster

    Hello @passarosprints,

    To remove the vertical social icons, just go to “Editor => Document Overview => Header with banner => Floating Social”, click on three dots and delete the part and save it. See the screenshots.

    social

    Thank you.

    Regards,
    Sujeet

    in reply to: Change color of link #338724
    sujeet
    Keymaster

    Hello @w1ck,

    If you are trying to change the overall color of the whole theme, then please go through “Appearance => Editor => Styles => Colors => Palette => Color option (Theme)”. You can see all background and other colors where you can change them. See screenshots as well.
    Or you can also add custom css to change colors as before.

    paette

    details

    colors

    Thank you.

    Regards,
    Sujeet

    in reply to: Rock tune page link and creation #338662
    sujeet
    Keymaster

    Hello @belamy,

    Sorry for the inconvenience caused. Can you please share your website url so that I can check in detail? Since the pages are working fine in our side. Thank you.

    Regards,
    Sujeet

    in reply to: How do I change the font? #338660
    sujeet
    Keymaster

    Hello @snow_owl,

    Thank you for choosing SimClick free version but unfortunately there is no font option in free version. But there is the option for pro version only.

    So for free version you can add custom css for the font adjustment. Thank you.

    The font customization option is available only in pro version:

    font

    Regards,
    Sujeet

    • This reply was modified 8 months, 4 weeks ago by sujeet.
    in reply to: Dashboard editing link color issues #338615
    sujeet
    Keymaster

    Hello @deirdrebeth,

    Seems everything is fine in our side. Can you please check disabling the plugins that you’ve used in the theme? Plugins can also cause similar issues.

    And yes if we provide the css, then it won’t be removed even after the theme update. Now first, please disable the plugins and check, if it won’t help, we’ll go for next solution. Thank you.

    Regards,
    Sujeet

    in reply to: Dashboard editing link color issues #338596
    sujeet
    Keymaster

    Hello @deirdrebeth,

    Sorry for the inconvenience caused but that should not happen. You just have color issues in dashboard editor? You can add additional css to adjust the color, that can help. Please let me know what are the parts causing issue.

    Regards,
    Sujeet

    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 10 months, 1 week ago by sujeet.
    • This reply was modified 10 months, 1 week 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 10 months, 1 week ago by sujeet.
    • This reply was modified 10 months, 1 week 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 10 months, 2 weeks 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

Viewing 20 posts - 121 through 140 (of 302 total)