Forum Replies Created

Viewing 20 posts - 9,181 through 9,200 (of 12,014 total)
  • Author
    Posts
  • in reply to: deactivate primary menu in "rock star" theme #164618
    Skandha
    Member

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

    #menu-toggle {
    	visibility:hidden;
    }
    
    #menu-toggle::before {
        content: '\f419';
        font-family: genericons;
        visibility: visible;
        color: #fff;
        font-size: 20px; 
     }

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

    in reply to: Categories Layout #164617
    Skandha
    Member

    @jazart72: You seem to have figured out how to add space between posts in blog page.
    For categories.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .archive article {
         margin-bottom:30px !important;
    }

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

    in reply to: video home #164608
    Skandha
    Member

    @valelotartaro: To add a header image
    Go to => Appearance => Customize => Header Media => Header Image => Add New Image

    Yes, it is possible to insert a slider that works both on desktops and mobiles.
    Go to => Appearance => Customize => Theme Options => Featured Slider => Add explore the slider options

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

    in reply to: How do I put the Ad code on my website? #164603
    Skandha
    Member

    @jbitakis: Were you able to get a code from you amazon associate account to embed into your website?

    Kind Regards,
    Skandha

    in reply to: Error on updating and saving pages #164602
    Skandha
    Member

    @appareas: Were you able to receive my email? I had sent it yesterday.

    Kind Regards,
    Skandha

    in reply to: Disable "view full size" on Gallery #164601
    Skandha
    Member

    @belenmusic: Try disabling all your plugins excerpt Catch Gallery and check if this resolves the carousel issue. Please follow this link to more about plugin conflicts and to know which plugin is causing the conflict.

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

    in reply to: Theme Not Updating After Autoupdate done by Host #164599
    Skandha
    Member

    @amandaatdinnerofherbs: This is very strange. Can you try reinstalling the theme again and check if the issue is resolved?

    Let me know if the issue persists!
    Kind Regards,
    Skandha

    in reply to: Catch Fullscreen, bugs and small issues #164598
    Skandha
    Member

    @thomaswaerness: I checked your site and if you remove the previous css code the white space issue seems to be gone and even the menu seems to be working well. Please clear your browser cache and let me know if the issue is resolved.

    Kind Regards,
    Skandha

    in reply to: Links do not open in new "tab" or "window" #164596
    Skandha
    Member

    @tattoo-tom: This is strange. The open in new tab checkbox in the link option in the editor seems to be working fine at my end. I will need to look into your site and debug the issue. For that I will need your WP admin credentials. I will contact you shortly by email.

    Kind Regards,
    Skandha

    in reply to: Header Youtube vid not playing sound – please help! #164591
    Skandha
    Member

    @billyd: Header Video not playing sound is a default feature of WordPress. For more information you can check out this article.

    Yes, the video will play sound if you embed it anywhere else on your site but if you insert it as a Header Video it will stay muted.

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

    in reply to: Gallery not displaying on ios devices; #164590
    Skandha
    Member

    @gerry-white: Can you use Catch Gallery for creating Galleries so that I can look at the issue on ios devices.
    I created a gallery with Catch Gallery at my end and it seems to be displaying fine even in iphones.

    Let me know when you have created a gallery with Catch Gallery so that I can look the issue.
    Kind Regards,
    Skandha

    in reply to: Color of icon-caret-down in modern menu #164589
    Skandha
    Member

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

    .dropdown-toggle {
         color:#123456;
    }

    You can change the color according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Sub menu drop down is "clipping" items #164548
    Skandha
    Member

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

    .navigation-classic .main-navigation ul li:hover > ul, .navigation-classic .main-navigation ul li.focus > ul {
    	left:0;
    	right:auto;
    }

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

    in reply to: Masthead Height – Can it Auto-Adjust? #164543
    Skandha
    Member

    @merf: Replace the 70vh in the above CSS Code I provided you by 80vh.

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

    in reply to: Top of page ad placement (WordAds) #164541
    Skandha
    Member

    @debgoonan513: I checked your homepage and the ad seems to be appearing on the sidebar. Here take a look at this screenshot: https://www.dropbox.com/s/pr1nfnjudpxu2yi/Screenshot_2019-01-28%20Independent%20American%20Communities.png?dl=0

    Please clear your browser cache and let me know if this resolves the issue.
    Kind Regards,
    Skandha

    in reply to: Feature slider iOS responsive #164539
    Skandha
    Member

    @jorismulders: I will look into the issue and get back to you on this.

    Kind Regards,
    Skandha

    in reply to: Header image not shrinking on mobile #164537
    Skandha
    Member

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

    @media screen and (max-width:767px) {
    	.has-header-image .custom-header-media .wp-custom-header img, .has-header-video .custom-header-media .wp-custom-header video, .has-header-video .custom-header-media .wp-custom-header iframe {
    		object-fit:fill !important;
    	}	
    }

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

    in reply to: Free RTL Theme? #164536
    Skandha
    Member

    @makalaka: 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: Sub-menu in homepage now has bug! #164535
    Skandha
    Member

    @hoiung: There seems to be an issue with sub menu on homepage. The issue will be fixed and an update will be released soon. Thank you for reporting us the issue.

    Kind Regards,
    Skandha

    in reply to: Background Not Fitting Well #164528
    Skandha
    Member

    @tagadose: This is due to the object-fit:cover css code.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width:767px) {
    	.has-header-image .custom-header-media .wp-custom-header img, .has-header-video .custom-header-media .wp-custom-header video, .has-header-video .custom-header-media .wp-custom-header iframe {
    		object-fit:fill !important;
    	}	
    }

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

Viewing 20 posts - 9,181 through 9,200 (of 12,014 total)