Forum Replies Created

Viewing 20 posts - 10,461 through 10,480 (of 12,034 total)
  • Author
    Posts
  • in reply to: change of language #152269
    Skandha
    Participant

    @christian3001: Our themes are translation ready but Spanish Translation file is not available for Solid Construction Pro Theme. To translate those texts, you will need to add Spanish language file es_ES.po which you can get by editing the solid-construction-pro.pot file in languages folder.
    What you need to do is Open that file from free software from http://poedit.net/ then create New Translation and select the language Spanish(Spain). Now search for words like Continue reading, next and the words you want to translate and add the translation for those words and save it. You can also add other translations there as well. The words will be translated when you change your site language.
    You can send us the translated .po file and we will add it in our theme with you as a contributor for the translation.

    Let me know if this solves your issue.
    Kind Regards,
    Skandha

    in reply to: Leave Featured Image titles but remove Page titles? #152264
    Skandha
    Participant

    @corlog1202: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home .singular-section .entry-title {
          display:none;
    }

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

    in reply to: translation next and previous #152263
    Skandha
    Participant

    @toerfiets: Our themes are translation ready but Dutch Translation file is not available for Lucida Pro Theme. To translate those texts, you will need to add Dutch language file nl_NL.po which you can get by editing the lucida-pro.pot file in languages folder.
    What you need to do is Open that file from free software from http://poedit.net/ then create New Translation and select the language Dutch(Netherlands). Now search for words like previous, next and the words you want to translate and add the translation for those words and save it. You can also add other translations there as well. The words will be translated when you change your site language.
    You can send us the translated .po file and we will add it in our theme with you as a contributor for the translation.

    Let me know if this solves your issue!
    Kind Regards,
    Skandha

    in reply to: Change the size of the header #152235
    Skandha
    Participant

    @albertoc: 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/catch-everest/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: Adonis free – page width on Hi-res monitors #152220
    Skandha
    Participant

    @mekki: To do it only in the homepage add .home before .custom-header-content in the previous code.

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

    in reply to: Adonis free – page width on Hi-res monitors #152218
    Skandha
    Participant

    @mekki: Replace the previous CSS Code by the following.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .custom-header-content {
         height:100vh;
    }

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

    in reply to: Change color and margin of slider text #152213
    Skandha
    Participant

    @wouwonline: Yes, that is possible using CSS. Let me know on which slide you want the title and and description color to be changed.

    To keep a margin between the slider container text and the slider arrows
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #feature-slider .container {
        margin-left:40px;
    }

    You can change the margin according to your requirement.

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

    in reply to: Adonis free – page width on Hi-res monitors #152210
    Skandha
    Participant

    @mekki: For the first issue
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .custom-header-content {
        height:480px;
    }

    You can change the height according to your requirement!

    You seem to have solved the second issue.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: social links in footer #152202
    Skandha
    Participant

    @toerfiets: Thank you for the appreciation. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Mobile phone display issue #152198
    Skandha
    Participant

    @android: 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/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! 🙂

    Kind Regards,
    Skandha

    in reply to: Classic menu + social menu in header #152195
    Skandha
    Participant

    @sorina68: Please make sure you have checked the option Show Social Menu before search button on desktop in the Menu Option and also Make sure you have Selected a Social Menu.

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

    in reply to: Need to Reorder Layout on Decree Pro Theme #152189
    Skandha
    Participant

    @unioncountytickets: Yes, that is possible but for that you will need to create a child theme and do a little bit of customization. Let me know if you are comfortable with child theme customizations otherwise I suggest you to hire a customizer to get it done.

    Kind Regards,
    Skandha

    in reply to: Mobile phone display issue #152181
    Skandha
    Participant

    @android: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    	body { 
    		padding: 0; 
    		margin: 0; 
    		width:auto; 
    
            }
    
    }
    	
    /* iPads (portrait and landscape) ----------- */
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body { 
    	width:auto; 
         }
    }

    Let me know if this solves the issue!
    Kind Regards,
    Skandha

    in reply to: problems with home page #152180
    Skandha
    Participant

    @christian3001: I checked your site and I don’t see any section above the contact. I presume you have figured it out.

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

    in reply to: Mobile view #152177
    Skandha
    Participant

    @ajchubbuck: Your site seems to be show up well in mobile except the text Extending Reliability Through Leadership. This is because the text is coming from the header image. I don’t think you can do much about it.

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

    in reply to: Event Calendar #152175
    Skandha
    Participant

    @olivia: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .post-type-archive-tribe_events .page-title {
    	visibility:hidden;
    }
    .post-type-archive-tribe_events .page-title::before {
    	visibility:visible;
    	content:"Events";
    }

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

    in reply to: social links in footer #152136
    Skandha
    Participant

    @toerfiets: 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/lucida/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 to make links on another color page with an underscore #152131
    Skandha
    Participant

    @grubrinro: 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/higher-education/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: Classic menu + social menu in header #152130
    Skandha
    Participant

    @sorina68: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    Skandha
    Participant

    @cuddapah: 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/adonis/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

Viewing 20 posts - 10,461 through 10,480 (of 12,034 total)