Forum Replies Created

Viewing 20 posts - 10,441 through 10,460 (of 12,034 total)
  • Author
    Posts
  • in reply to: Adonis free – page width on Hi-res monitors #152429
    Skandha
    Participant

    @mekki: Replace this code which I previously provided you.

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

    with the following code.

     .absolute-header.home .custom-header {
         height:100vh;
    }
    .home .custom-header-content {
    	position:absolute;
    	top:50%;
    	left:0;
    	right:0;
    	-webkit-transform:translateY(-50%);
    	-moz-transform:translateY(-50%);
    	-ms-transform:translateY(-50%);
    	-o-transform:translateY(-50%);
    	transform:translateY(-50%);
    }

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

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

    @toerfiets: You will need to upload the files to the language directory inside the theme folder.
    Also, I received the language translation files you sent me through email but we cannot add them to the theme right now because the translations made was very less. We can add the translation file to the theme with your name as the contributor if you could translate more words maybe around 50% or more of the translatable text.

    Kind Regards,
    Skandha

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

    @corlog1202: The admin login and password won’t be necessary.
    To decrease the padding between the featured content images and the content below
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .singular-section {
          padding-top:20px;
    }

    You can change the padding according to your requirement.

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

    in reply to: Event Calendar #152419
    Skandha
    Participant

    @olivia: 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: Embedding podcasts into post #152418
    Skandha
    Participant

    @ruthmaramis: Glad I was able to help you out. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Can't figure out how to get social links to display #152417
    Skandha
    Participant

    @stevejonesmo: It seems to be working at our end. Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Open video in an lightbox? #152415
    Skandha
    Participant

    @ruthmaramis: For this you will need to find a suitable plugin from the WordPress Plugin Repository.

    Kind Regards,
    Skandha

    in reply to: featured images enabled at #152413
    Skandha
    Participant

    @bjbarker: Please post in your site URL and let me know which images sizes you want to be changed.

    Kind Regards,
    Skandha

    in reply to: Size of menu and header of the menu #152373
    Skandha
    Participant

    @frederic: Your site seems to be in construction mode. Please let me know when your site is accessible and also please clearly explain what do you mean by decrease part of the menu? Do you mean to decrease the height of the menu band?

    Kind Regards,
    Skandha

    in reply to: Add Widget Area To Header #152371
    Skandha
    Participant

    @woodquist: A lot of customization is required to do that. I suggest you to hire a customizer for that purpose.

    Kind Regards,
    Skandha

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

    @mekki: I checked your site and you seem to have figured out how to vertically center the site title.
    Let me know if the issue is resolved.

    Kind Regards,
    Skandha

    in reply to: Demo content #152332
    Skandha
    Participant

    @anilla: I have sent you an email with the attachment of demo content file.
    Go to => Dashboard => Tools => Import => WordPress(Run Importer) => Import the demo file

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

    in reply to: Embedding podcasts into post #152315
    Skandha
    Participant

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

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

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

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

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

    Kind Regards,
    Skandha

    Skandha
    Participant

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

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

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

    Kind Regards,
    Skandha

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