Forum Replies Created

Viewing 20 posts - 1,081 through 1,100 (of 12,034 total)
  • Author
    Posts
  • in reply to: Text translation, a menu question and image sizes. #292261
    Skandha
    Participant

    @pworktees: Hello there,
    1)
    To translate the strings in the theme first of all you will need to use Poedit software. Install and Open the software.

    Create New Translation => Browse and Select scapeshot-pro.pot file from the languages folder and Click Open => Select the language as French.
    Now, you will see a list of translation ready strings and Translation text area where you can add the required translation. Search for the strings you want to translate and add the translation. When you are done translating the strings save the file to the languages folder.

    Now,Go to => Dashboard => Settings => Select Site Language as Francais and Save Changes.

    But I suggest you to create a child theme before doing all this as when you update the theme to the newer version the translation you added will be lost or what you can do is you can translate majority of the strings available for translation and email it to me and I shall add it to the theme itself with your name as the contributor.

    2) For the text on right side of the fullscreen menu
    Go to => Appearance => Customize => Menus => Secondary (Only for Full Screen Menu) , Title and Content => Select a menu and Add texts and Publish.

    3) Can you let me know for which section you want the recommended size?

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    in reply to: My shop is only semi responsive. #292259
    Skandha
    Participant

    @pworktees: Hello there,
    I checked your shop page and it seems to be showing up fine on all screen sizes. Can you please attach a screenshot of the issue so that I can look into it?

    Kind Regards,
    Skandha

    in reply to: Link color shopping cart popup #292258
    Skandha
    Participant

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

    .site-header-cart .woocommerce ul.cart_list li a, .site-header-cart .woocommerce ul.product_list_widget li a {
        color: #000;
    }

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

    in reply to: different background color for one specific page #292180
    Skandha
    Participant

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

    #content, #site-generator {
        background: #ffc90d;
    }

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

    in reply to: extra menu in different color #292179
    Skandha
    Participant

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

    Kind Regards,
    Skandha

    in reply to: link color on shopping cart page #292178
    Skandha
    Participant

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

    .product-name a {
        color: #333;
    }

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

    in reply to: How to move the hamburger menu #292177
    Skandha
    Participant

    @laurids-petersen: Hello Laurids, 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-base/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: Comment activer la licence et faire les modifications #292152
    Skandha
    Participant

    @kay-conseil: 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/clean-enterprise/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: extra menu in different color #292121
    Skandha
    Participant

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

    .page-id-1085 .site-navigation ul ul li {
    	background-color: #ffc90d;
    }

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

    in reply to: different background color for one specific page #292120
    Skandha
    Participant


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

    /* To get rid of the gap between menu and the image */
    .page-id-1085 #header-content {
        display: none;
    }

    Can you let me know for which section you would like to change the background color on this page?

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

    in reply to: Essential Content Types #292119
    Skandha
    Participant

    @delgrundy: Hello there,
    I will need to look into your site to debug the issue. I have sent you an email. Please check your inbox as well as the spam folder.

    Kind Regards,
    Skandha

    in reply to: Cannot click anything after closing menu #292118
    Skandha
    Participant

    @fallennewyork: 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/scapeshot/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: IMPORTED DEMO #292117
    Skandha
    Participant

    @alamb247: Hello there,
    Please try importing the Photofocus Pro demo as it is almost the same as the Photofocus Free demo with few extra features. The free demo can be imported only when the free theme is activated and the pro demo only when pro theme is activated.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    in reply to: How to move the hamburger menu #292116
    Skandha
    Participant

    @laurids-petersen: Hello Laurids,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width: 990px) {
    	#masthead {
    	    display: none;
    	}
    }
    @media screen and (max-width: 990px) {
    	#mobile-header-left-menu {
    	    position: absolute;
    	    padding-top: 5px;
    	}
    	#masthead {
    	    padding-top: 0px;
    	    background: #dfd1ab;
    	}
    }

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

    in reply to: Cannot click anything after closing menu #292028
    Skandha
    Participant

    @fallennewyork: Hello there,
    The theme update has been released. Please update the theme and let me know if the issue is resolved.

    Kind Regards,
    Skandha

    in reply to: different background color for one specific page #292027
    Skandha
    Participant

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

    .page-id-1085 #page,.page-id-1085 .header-media .wrapper {
        max-width: unset;
        width: 100%;
    }

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

    in reply to: extra menu in different color #291997
    Skandha
    Participant

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

    .page-id-1074 #header-top {
        background-color: #f23456;
    }
    
    .page-id-1074 #site-navigation a {
        color: #ffffff;
    }

    You can change the color according to your choice.

    Also there seems to be a } missing at the end your Additional CSS Code.

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

    in reply to: Demo content files #291996
    Skandha
    Participant

    @segegha: Hello there,
    I have emailed you the demo content files along with the instructions. Please check your inbox as well as the spam folder

    Kind Regards,
    Skandha

    in reply to: IMPORTED DEMO #291994
    Skandha
    Participant

    @alamb247: Hello there,
    I checked your site and you seem to have imported the demo content of Photofocus Light.

    To edit the menu
    Go to => Appearance => Customize => Menus => View All Locations => Primary => Edit Menu => Delete the unwanted menu items and customize the menu as you wish and Publish.

    Let me know if you have anymore issues.
    Kind Regards,
    Skandha

    in reply to: Essential Content Types #291991
    Skandha
    Participant

    @delgrundy: Hello there,
    Please follow the link for instruction on how to use ECT for Services section.

    Let me know if you are still having any issues!
    Kind Regards,
    Skandha

Viewing 20 posts - 1,081 through 1,100 (of 12,034 total)