Forum Replies Created

Viewing 20 posts - 10,441 through 10,460 (of 12,014 total)
  • Author
    Posts
  • in reply to: Embedding podcasts into post #152315
    Skandha
    Member

    @ruthmaramis: Please try pasting the following code on posts or pages(in the text editor) where you want the podcast to be displayed.

    <iframe style="border: none;" src="//html5-player.libsyn.com/embed/episode/id/6349335/height/90/theme/custom/autoplay/no/autonext/no/thumbnail/yes/preload/no/no_addthis/no/direction/backward/render-playlist/no/custom-color/ff8000/" width="100%" height="90" scrolling="no" allowfullscreen="allowfullscreen"><span style="display: inline-block; width: 0px; overflow: hidden; line-height: 0;" data-mce-type="bookmark" class="mce_SELRES_start"></span></iframe>

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

    in reply to: Higher Education Pro – Move content area below menu #152314
    Skandha
    Member

    @i-can: For that you will need to create a child theme and do a bit of customization. Let me know if you are familiar with child theme customizations otherwise I suggest you to hire a customizer to get it done.

    Kind Regards,
    Skandha

    in reply to: Leave Featured Image titles but remove Page titles? #152313
    Skandha
    Member

    @corlog1202: Please post in your site URL so that I can look into the issue and provide you possible solutions.

    Kind Regards,
    Skandha

    in reply to: Need to Reorder Layout on Decree Pro Theme #152291
    Skandha
    Member

    @unioncountytickets: 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/decree/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: translation next and previous #152278
    Skandha
    Member

    @toerfiets: Yes, you can upload the language translation files by FTP. I will contact you shortly by email.

    Kind Regards,
    Skandha

    Skandha
    Member

    @grubrinro: Thank you for your appreciation. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Need to Reorder Layout on Decree Pro Theme #152274
    Skandha
    Member

    @unioncountytickets: For this, firstly you will need to create a child theme. You can use Generate Child Theme Plugin to create a child theme. Then Go to => Child Theme Folder => functions.php and the add the code in this link.

    Now the Promotion Headline should appear right above the footer.
    Also, thank you for your suggestion to add a feature to reorder page elements from the customizer. I will forward this to the development team.

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

    in reply to: Change the size of the header #152270
    Skandha
    Member

    @albertoc: Thank you for your appreciation. Let me know if you have anymore issues. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: change of language #152269
    Skandha
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

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

    Kind Regards,
    Skandha

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

    @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
    Member

    @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
    Member

    @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

Viewing 20 posts - 10,441 through 10,460 (of 12,014 total)