Forum Replies Created

Viewing 20 posts - 8,721 through 8,740 (of 12,014 total)
  • Author
    Posts
  • in reply to: Video banner not displaying on home page #168398
    Skandha
    Member

    @mikeymoo: You seem to have selected Header Featured Image Options => Disable when you edit We are Too Moo Films Page which I set Enabled. This solved the issue.

    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: News ticker and menu problems #168390
    Skandha
    Member

    @galaxyglinda: To have a hamburger menu icon instead of “Menu” text
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

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

    The menu covering the News Ticker issue seems to be solved after using the hamburger menu in the entire site.

    Regarding the page post featured image issue. Wasn’t the latest theme update able to solve the issue?

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

    in reply to: Video banner not displaying on home page #168379
    Skandha
    Member

    @mikeymoo: Hello Mikey,
    Please check your site I have fixed the issue.

    Let me know if the issue is resolved.
    Kind Regards,
    Skandha

    in reply to: New Version updates without plugin #168368
    Skandha
    Member

    @rkolanup: Hello there,
    There must have some issue with the updates not appearing on your my-account page in the downloads section. You should be getting theme updates until one year after you have purchased the theme.
    Can you please fill in the form in this link and address the issue you are having and our representative will get back to you.

    Kind Regards,
    Skandha

    in reply to: Update Theme #168367
    Skandha
    Member

    @rkolanup: Hello there,
    There must have some issue with the updates not appearing on your my-account page in the downloads section. You should be getting theme updates until one year after you have purchased the theme.
    Can you please fill in the form in this link and address the issue you are having and our representative will get back to you.

    Kind Regards,
    Skandha

    in reply to: Remove author #168366
    Skandha
    Member

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

    .entry-meta .author-label, .entry-meta .author {
           display:none;
    }

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

    in reply to: Links no tema não funciona #168364
    Skandha
    Member

    @ronnie: Hello Ronnie,
    I have replied to your issues here.
    https://catchthemes.com/support-forum/topic/os-prints-dos-defeitos/

    Kind Regards,
    Skandha

    in reply to: Os prints dos defeitos #168363
    Skandha
    Member

    @ronnie: Hello Ronnie,

    1. The link of the title not working in Two Column section is a bug that has been fixed and an update will be released very soon.

    2. For the bio of author not appearing.
    Go to => Appearance => Usuários => Autor => Edit lucamoreira => Informações biográficas => Insert your author bio here.

    3. The link in the title and image of testimonial has been added as you suggested. This will be added in the next theme update very soon.

    4. If you mean to have featured image in single post/page
    Go to => Appearance => Customize => Theme Options => Layout Options => Single Page/Post Image Layout => Select Post Thumbnail

    Let me know if this works out.
    We working on fixing the issue and an update will be released as soon as the issue is fixed.
    Kind Regards,
    Skandha

    in reply to: Links #168315
    Skandha
    Member

    @imranabdul: 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: Header Logo does not appear on entire site #168314
    Skandha
    Member

    @dilipramji: Hello there,
    This looks like a bug. I will look into the bug and get back to you after I have a solution.

    Kind Regards,
    Skandha

    in reply to: Message no. 3. Still no Support? #168313
    Skandha
    Member

    @dbatty: Hello Derek, 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-responsive/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: Default Theme #168312
    Skandha
    Member

    @bhabass: Hello there,
    You can create Food Menu using Post,Page, Category or Custom Content Type option.
    But to have a menu like in the demo of the theme you will need make use of the Food Menu of Essential Content Types Pro Plugin. You can checkout the additional-features available in pro version of the plugin.

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

    Skandha
    Member

    @carolin: Glad you were able to figure it out.

    Kind Regards,
    Skandha

    in reply to: Video banner not displaying on home page #168307
    Skandha
    Member

    @mikeymoo: Hello Mikey,
    I checked your site and you seem to have Disabled the Header Featured Image Options on your We are Too Moo Films Page that is why the Header Video is not showing up when you have a static page selected.

    Go to => Dashbord => Pages => Edit We are Too Moo Films Page => Header Featured Image Options => Enable

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

    in reply to: Remove author #168301
    Skandha
    Member

    Hello there,
    No I have not received your email yet. I will send you an email shortly so that you can reply to me through that email.

    Kind Regards,
    Skandha

    Skandha
    Member

    @johanna: Hello Johanna,
    The theme update has been released. Please update the theme and let me know if the issue is resolved.

    Kind Regards,
    Skandha

    in reply to: News ticker and menu problems #168290
    Skandha
    Member

    @galaxyglinda: Can you attach me screenshot of the issue you are having with menu in iPads?

    To set the theme use hamburger menu for all devices
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width:910px) {
    	.site-header-menu {
    		display:none;
    	}
    }
    .menu-toggle {
    	display:block !important;
    }
    .main-navigation .menu > li {
    	float:none !important;
    }
    .menu.nav-menu li {
    	border-top: 1px solid #666;
    }

    2. Yes that seems to be a little bug. That will be fixed soon.

    3. If you want the News Ticket to show up below the featured image then you can set that particular image as the Header Image. This way you can show up the News Ticker below the Header Image.

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

    in reply to: Catch Sticky Menu Plugin #168277
    Skandha
    Member

    @hoiung: Hell Hoi,
    Go to => Dashboard => Catch Sticky Menu => Under Desktop Menu Selector and Mobile Menu Selector textarea => Type #masthead

    This should make your menu sticky at the top.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Header Logo does not appear on entire site #168276
    Skandha
    Member

    @dilipramji: I will look into the issue and get back to you soon.

    Kind Regards,
    Skandha

    in reply to: Message no. 3. Still no Support? #168275
    Skandha
    Member

    @dbatty: Hello Derek,
    Sorry for the delay.
    The issue seems to be due to you using an older version of the theme on a Gutenberg Editor.
    Can you try using the Classic Editor plugin and see if the issue persists?

    Also if you want the theme to be fully Gutenberg ready you will need to update the theme to the latest version.

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

Viewing 20 posts - 8,721 through 8,740 (of 12,014 total)