Forum Replies Created

Viewing 20 posts - 5,621 through 5,640 (of 12,027 total)
  • Author
    Posts
  • in reply to: Menu missing from mobile and tablet #242155
    Skandha
    Participant

    @lsm: Hello Lori, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-flames/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. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day and Stay Safe 🙂

    Kind Regards,
    Skandha

    in reply to: Woo Commerce Buttons #242143
    Skandha
    Participant

    @barnes100180: Hello Ian,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To change the font size of labels order notes */
    #order_comments_field label {
        font-size: 15px;
    }
    /* To change the font size of  Product and Sub-Total tables */
    .shop_table.woocommerce-checkout-review-order-table {
        font-size: 15px;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Search box border and color #242142
    Skandha
    Participant

    @tlazare: Glad it worked out. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Menu missing from mobile and tablet #242141
    Skandha
    Participant

    @lsm: Hello there,
    To remove the white space in the header
    Go to => Appearance => Customize => Additional CSS and remove the following CSS Code.

    #header-content {
        padding: 0;
    }
    #sidebar-header-right {
        display: none;
    }
    #mobile-header-menu {
        position: absolute;
        left: 20px;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    in reply to: Change text in slider and featured content #242140
    Skandha
    Participant

    @td8000: Hello Tobi,
    For that you will need to edit that particular posts for which you want to change the excerpt.
    When you edit the post on the right sidebar you should see the Excerpt Option. Please insert your required text in that text area and update the post.

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    Skandha
    Participant

    @kthoreson: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/fotografie/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. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: how can i install my pro version #242132
    Skandha
    Participant

    @ralphbachour: Hello there,
    Can you please post in your site URL and let me know the theme version you are using?

    Kind Regards,
    Skandha

    in reply to: How to add space in between featured post tiles #242131
    Skandha
    Participant

    @kthoreson: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width: 48em) {
    	.featured-content-wrapper.layout-three .hentry {
    		width: 33%;
    	}
    }
    .featured-content-wrapper.layout-three article {
        margin-right: 2px;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: how to delete the “icon” “star” “thing” #242129
    Skandha
    Participant

    @gildaniela: Hello Daniela,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .square {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: not all uploaded projects shown are shown in the website #242128
    Skandha
    Participant

    @jihadk: Hello there,
    Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Formatting of Menu in footer #242127
    Skandha
    Participant

    @lilleselmer: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To have the top menu items bold and sub menu items normal */
    .site-primary-menu a {
        font-weight: bold;
    }

    Yes after upgrading to pro you will able to alter the copyright text in the bottom and also colors in all place. You can check out the additional-features available in the pro version.

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Add text with social icons header / footer #242042
    Skandha
    Participant

    @lilleselmer: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #menu-social-footer .screen-reader-text {
        position: unset !important;
    }

    This will make the text you added with the social link visible.
    Let me know if this is what you want!
    Kind Regards,
    Skandha

    in reply to: More than an h1 in homepage #242041
    Skandha
    Participant

    @martina: Hello Martina,
    Apologies there still seems to be issue with the h1 tag. I will update you on this.

    Kind Regards,
    Skandha

    in reply to: Featured Video / Products SHOP #242036
    Skandha
    Participant

    @revolter: Hello there,
    Regarding the Featured Video section issue I will need to look into your site. For which I will contact through email shortly.

    To have product shopping like in the demo you will need to use the WooCommerce Plugin.

    Kind Regards,
    Skandha

    in reply to: More than an h1 in homepage #242032
    Skandha
    Participant

    @martina: Hello Martina,
    I checked your site https://www.tecnoresinavernici.it/ and it seems to be running on theme version 1.2.9. The h1 tag issue was solved in version 1.3.1. Please update the theme to 1.3.1 and let me know if the issue persists!

    Kind Regards,
    Skandha

    in reply to: Change text in slider and featured content #242028
    Skandha
    Participant

    @td8000: Hello Tobi,
    Can you let me know where you want to use your own text instead of first words of the site?

    Kind Regards,
    Skanhda

    in reply to: Remove menu after press on anchor link #242027
    Skandha
    Participant

    @lilleselmer: Hello there,
    This happens because the menu is sticky.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width: 1024px) {
    	.main-nav-scrolled {
    	    position: unset;
    	}
    }

    This will remove the sticky menu in mobile screen.
    Let me know if this resolves the issue!
    Kind Regards,
    Skandha

    Skandha
    Participant

    @birchwind: Hello there,
    You seem to have switched from Rock Band To Rock Star. Let me know if you want to switch back to Rock Band.

    Kind Regards,
    Skandha

    in reply to: Menu does not work on Ipad Pro #242022
    Skandha
    Participant

    @stilusfisicalandia-com: Hello there,
    Can you please check the demo in an actual iPad and see if there is any issue with the menu. I checked the issue on an iPad and the menu and sub menus were working fine unlike when you check it in the Chrome Simulator. Please check out this video.

    Kind Regards,
    Skandha

    in reply to: Color Theme Child #242020
    Skandha
    Participant

    @lorenzorinnova: Hello there,
    You don’t seem to have created the child theme properly. The child theme only contains style.css file. Your child theme doesn’t have a functions.php file due to which the colors are not changing in live site.

    Please use our plugin Generate Child Theme to create child theme.
    Install and Activate the plugin
    Then,
    Go to => Dashboard => Generate Child Theme => Select Parent Theme as Solid Construction Pro and fill in remaining fields and Click on Generate.

    The child theme should now be created and activated.
    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 20 posts - 5,621 through 5,640 (of 12,027 total)