Forum Replies Created

Viewing 20 posts - 10,501 through 10,520 (of 12,027 total)
  • Author
    Posts
  • in reply to: Add new icon with link to header right social media #151781
    Skandha
    Participant

    @jennifersimsdesign-com-au: Please let me know which icons you want to add to the two menu items you have added. I will provide you with the CSS Code.

    Kind Regards,
    Skandha

    in reply to: Changing font size in Fotografie Pro #151780
    Skandha
    Participant

    @madamviolet: Your site seems to be under construction. Please let me know when your site is live.

    Kind Regards,
    Skandha

    in reply to: Problem with the Header #151778
    Skandha
    Participant

    @ajchubbuck: 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

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

    @toerfiets: WordPress does accept email address as a social link. As this is getting confusing what you can do is you can provide me your admin credentials to your site if that is alright so that I can insert the social link icons to the header right menu or to the footer menu or wherever you want the social links to be.
    I will contact you shortly be email.

    Kind Regards,
    Skandha

    in reply to: Feature image picture to big #151776
    Skandha
    Participant

    @sue: Glad you were able to figure it out. Have a good day! 🙂

    Kind Regards,
    Skandha

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

    @mekki: Thank you for using our theme. This issue will be fixed and updated in the next theme update very soon.

    Please check out the pro version of the theme as well. The pro version has additional features available which is not available in the free version. You can always upgrade to pro.

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

    in reply to: Featured image now replacing header image in posts. #151774
    Skandha
    Participant

    @sue: Glad you were able to figure it out! Have a good day! 🙂

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

    in reply to: Problem with the Header #151711
    Skandha
    Participant

    @ajchubbuck: To delete additional whitespace between navigation and feature image
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .singular-content-wrap {
    	padding-top:0 !important;
    }
    .entry-header {
    	display:none;
    }

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

    in reply to: Display Widgets Conditionally on Specific Pages #151705
    Skandha
    Participant

    @abrimble: 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/rock-star/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: social links in footer #151697
    Skandha
    Participant

    @toerfiets: If you want the social links in the footer what you can do is
    Go to => Appearance => Customize => Menus => Create a Menu => Give me a name to the menu => Add Items => Add items to the menu using Custom Links add the social link url to the URL area and keepLink Text empty.
    After adding items to the menu select Footer Menu as Menu location.

    Then I can provide you the additional CSS to display the social icons.

    You can add social icons to the Header top right Corner
    Go to => Appearance => Customize => Social Links => Social Links => Now you can add the links of Social Media you want to display in the header right section

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

    in reply to: Media not playing on mobile, any browser #151690
    Skandha
    Participant

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

    Kind Regards,
    Skandha

    in reply to: Translate "next post", "previous post" #151689
    Skandha
    Participant

    @vraba: What you can do is Open Poedit Software and Create a New Translation and open parallax-frame-pro.pot
    then select your language and search for the words you want to translate and translate them. This you wont have to rename he parallax-frame-pro.pot file.

    Let me know if you are having any issues during translation.
    Kind Regards,
    Skandha

    Skandha
    Participant

    @vietnamrehberi: For this purpose you will need to make use of WP SEO Structured Data Schema plugin or similar kind of plugins.

    Kind Regards,
    Skandha

    in reply to: Display Widgets Conditionally on Specific Pages #151685
    Skandha
    Participant

    @abrimble: To display the gallery only on Gallery page
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body:not(.page-id-50) #ct-gallery-image-2 {
          display:none;
    }

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

    in reply to: Problem with the Header #151684
    Skandha
    Participant

    @muazii: Go to => Dashboard => Edit the test36 page => At the bottom of the page you will find Header Featured Image Options. Make sure it is also disabled.
    Also thank you for reporting us the ?> bug in the header.
    The update will be released today so please check and let me know if the black space header image issue is gone.

    Let me know if you have any other issues.
    Kind Regards.
    Skandha

    in reply to: Footer copyright not autofilling #151649
    Skandha
    Participant

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

    Kind Regards,
    Skandha

    in reply to: Display Widgets Conditionally on Specific Pages #151645
    Skandha
    Participant

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

    /* To display CT Video Embeds only on homepage */
    body:not(.home) #ct-video-embed-2 {
    	display:none;
    }

    To display Featured Content only on News Page first you will need to enable Featured Content on the entire site and then use the following CSS Code.

    /* To display Featured Content only on News Page */
    body:not(.blog) #featured-content {
           display:none;
    }

    To be able to use the ‘Default’ page template and only have the CT Gallery Images widgets on your Gallery Page and have the CT Tours widget on you Live Page setup the widgets on the widget areas like Before Posts/Pages or After Posts/Pages.

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

    in reply to: Cart Count #151627
    Skandha
    Participant

    @mezalick: For this you will need to hire a customizer as lot of changes need to be made.

    Kind Regards,
    Skandha

    in reply to: Display Widgets Conditionally on Specific Pages #151626
    Skandha
    Participant

    @abrimble: Please setup of all the widgets you want to then I can provide you the CSS to display them only on particular pages.

    Kind Regards,
    Skandha

    in reply to: Layout different for text and images #151625
    Skandha
    Participant

    @leenajacob: Yes it is technically possibly but needs a lot of changes to be made.

    Kind Regards,
    Skandha

Viewing 20 posts - 10,501 through 10,520 (of 12,027 total)