Forum Replies Created

Viewing 20 posts - 6,301 through 6,320 (of 12,027 total)
  • Author
    Posts
  • in reply to: homepage #235215
    Skandha
    Participant

    @joma5662: Hello there,
    Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Increasing size of font for homepage content #235214
    Skandha
    Participant

    @joma5662: Hello there,
    Can you please post in your site URL and elaborate the issue you are having?

    Kind Regards,
    Skandha

    in reply to: Fixing post on home page #235213
    Skandha
    Participant

    @atommasi: Hello there,
    Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: WCAG Compliance #235212
    Skandha
    Participant

    @svareyp: Hello there,
    Can you please share the link to the test so that I can help you resolve the issues? Also please post in your site URL.

    Kind Regards,
    Skandha

    in reply to: Feeling ignored #235210
    Skandha
    Participant

    @fireflywebs: Hello Glen,
    I have replied to you on your post.
    https://catchthemes.com/support-forum/topic/adding-sidebars-to-pages/

    Kind Regards,
    Skandha

    in reply to: Adding sidebars to pages #235209
    Skandha
    Participant

    @fireflywebs: Hello Glen,

    I checked the issue in Catch Inspire Pro and found the same issue. The template option in Post Page is not changing the layout of the posts page. The posts page layout seems to be changing only by the Homepage/Archive Layout option in the customizer.

    I have added separate Category option for the post on Blog page and for posts on static homepage. An update will be released soon for this.

    There seem to be an issue using Custom Content Type using a page builder. The issue will be fixed and an update will be released soon.

    I have the upcoming update will fix most of your issues. I will let you know when the update is released.
    Kind Regards,
    Skandha

    in reply to: embedding a Smart slider into the header media #235195
    Skandha
    Participant

    @bamper1: Hello there,
    You can use the Featured Slider option available in the theme for sliding images.
    Go to => Appearance => Customize => Theme Options => Featured Slider

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

    in reply to: Remove Publish Date #235154
    Skandha
    Participant

    @error_invalid_username: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .page .singular-content-wrap .entry-meta {
        display: none;
    }

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

    in reply to: Classic Menu #235131
    Skandha
    Participant

    @thowie: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width: 64em) {
    	.navigation-classic .main-navigation #primary-menu ul li:hover > ul {
    		left: 100% !important;
    		right: auto !important;
    	}
    	.navigation-classic .main-navigation ul ul {
    		width: 300px;
    	}
    	.navigation-classic .main-navigation #primary-menu .menu-item-has-children .sub-menu li > a::after {
    		transform: rotate(-90deg) !important;
    	}
    }

    Kind Regards,
    Skandha

    in reply to: Template Issues? #235124
    Skandha
    Participant

    @firstdrop: 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-fullscreen/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: Breadcrumbs #235123
    Skandha
    Participant

    @lbourgeois: Hello there,
    Can you let me know what issue you are still having on the homepage?
    I checked your homepage URL with google rich results test and did not find any issue.

    Kind Regards,
    Skandha

    in reply to: drop down menu for mobile viewing #235121
    Skandha
    Participant

    @kdawg7934: 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-vogue/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

    Skandha
    Participant

    @ejackson: Hello Evelyn,
    Glad you were able to figure it out. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Footer Position #235106
    Skandha
    Participant

    @ms: Hello Manfred,
    Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Breadcrumbs #235041
    Skandha
    Participant

    @lbourgeois: Hello there,
    The issue has been fixed and an update has been released. Please update the theme and let me know if the issue is resolved.

    Kind Regards,
    Skandha

    in reply to: Classic Menu #235019
    Skandha
    Participant

    @thowie: Hello there,
    It is difficult to debug the issue without having a look at your site. Please attach a screenshot of the issue. Maybe that will help.

    Kind Regards,
    Skandha

    in reply to: Travelore-Pro/Sections Sorter doesn’t work #235017
    Skandha
    Participant

    @uzu: Hello there,
    We now have Automatic Updates for Premium Themes. Please read this article to know how you can get automatic updates for you theme.

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

    in reply to: Template Issues? #235015
    Skandha
    Participant

    @firstdrop: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body.menu-is-open {
    	overflow: unset  !important;
    }

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

    in reply to: drop down menu for mobile viewing #235012
    Skandha
    Participant

    @kdawg7934: Hello there,
    The menu on mobile screen seems to be dropping below the Header due to the following Additional CSS code you have added.

    @media screen and (max-width:1500px){
    	li.menu-item a{font-size:17px !important;
    		text-rendering: optimizeLegibility; 
    	margin-bottom:0px}
    	p.site-title{font-size:18px !important;line-height:18px;}
    	.custom-logo {
        display: block;
        margin: -10px auto;
        max-width: 110px !important;}
    	#primary-menu-wrapper.menu-wrapper{position:absolute;
    top:140px;}
    }
    
    @media screen and (max-width:1300px){
    	li.menu-item a{font-size:15px !important;
    		text-rendering: optimizeLegibility; 
    	margin-bottom:-6px}
    	p.site-title{font-size:19px;line-height:19px;}
    	#primary-menu-wrapper.menu-wrapper{position:absolute;
    top:130px;}
    }

    If you remove the above CSS Code the menu should show up fine in mobile devices.

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

    Skandha
    Participant

    @ejackson: Hello Evelyn,
    I will need to look into your site to debug the issue. I will contact you shortly by email.

    Kind Regards,
    Skandha

Viewing 20 posts - 6,301 through 6,320 (of 12,027 total)