Forum Replies Created

Viewing 20 posts - 8,181 through 8,200 (of 12,027 total)
  • Author
    Posts
  • in reply to: Featured Content main page? #174034
    Skandha
    Participant

    @afrancois: I will contact you shortly by email so that you can provide me your site URL.

    Kind Regards,
    Skandha

    in reply to: Catch Mustang: Widget for Menu in the right sidebar? #174032
    Skandha
    Participant

    @joed: Hello Joe,
    For the comment form issue
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #respond .form-submit, .akismet_comment_form_privacy_notice {
    	clear:both;
    }

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

    in reply to: Events and Title #174026
    Skandha
    Participant

    @nukaka:
    1. Yes, that is the way to add Events section on specific page.

    2. For that you will need to use Custom Type Event and Insert the Location in Content TextArea.

    3. To remove the space header image and title “Schedule 2019”
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #events-section .wrapper, #content .wrapper  {
    padding:0;
    }

    4. To have a border below the title like before
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .singular-content-wrap article .entry-content h1::after {
        border-bottom: 1px solid;
        border-bottom-color: currentcolor;
        content: '';
        display: block;
        margin: 28px auto 0;
        width: 50px;
    }

    5. To remove the title only on homepage.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home #main .entry-title.section-title {
        display: none;
    }

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

    in reply to: Header Media not deactivated #173997
    Skandha
    Participant

    @vozer: Hello there,
    This is strange. I will need to have a look at you settings to 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: Update Social Links #173995
    Skandha
    Participant

    @satello: Hello Walter,
    There is an option to add Custom Social Links in the pro version of the theme. I suggest you to upgrade to pro. You can check out the additional-features available in pro version of the theme.

    Kind Regards,
    Skandha

    in reply to: Header bug in iOS devices #173978
    Skandha
    Participant

    @alexandras: Glad you were able to figure it out. Let me know if you have anymore issues.

    Kind Regards,
    Skandha

    in reply to: Home Page Settings for Blog #173976
    Skandha
    Participant

    @stephen: Hello there,
    You don’t seem to be using our theme. Please post your issues and queries on the respective theme support forum.

    Kind Regards,
    Skandha

    Skandha
    Participant

    @tammysue: Hello there,
    Yes the update has been released. Please update the theme and let me know if the issue is released.

    Kind Regards,
    Skandha

    in reply to: colors menu computer and phone differs #173966
    Skandha
    Participant

    @martijn: Hello Martijn,
    To remove/reduce the space you mentioned
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    p {
    	margin-bottom:10px;
    }

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

    in reply to: Header, spaces and Events #173965
    Skandha
    Participant

    @nukaka: I have replied to you on your new thread.
    https://catchthemes.com/support-forum/topic/header-and-gap/

    Kind Regards,
    Skandha

    in reply to: Change header / Logo height #173964
    Skandha
    Participant

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

    @media screen and (min-width:981px) {
    	#site-logo img {
    		width:300px;
    		height:90px;
    		max-height:90px;
    	}
    	.container {
    		width:90%;
    	}
    	#header-menu #access {
    		margin-top:25px;
    	}
    }

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

    in reply to: Moving Main Content To Top breaks everything #173963
    Skandha
    Participant

    @xdave: Hello David,
    Are you still facing the issue?
    Maybe you could use Catch Import Export plugin to import and export your customizer settings.

    Kind Regards,
    Skandha

    in reply to: slow drop down menus? #173962
    Skandha
    Participant

    @grooo-obyandex-com: Hello there,
    I can’t figure out what you mean by rolling an unrolling of the menus. Could you post in a link where it is implemented so that I can help you out.

    Kind Regards,
    Skandha

    in reply to: Catch Mustang: Widget for Menu in the right sidebar? #173961
    Skandha
    Participant

    @joed: Hello Joe,
    You can add the code <!--nextpage-->where you want to insert a page break.
    Go to Code Editor on you Editor and insert the code.

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

    in reply to: Double Header image #173960
    Skandha
    Participant

    @contactlawrencemann-co-uk: Hello Lawrence,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .custom-header .wrapper::before {
    	background-attachment:fixed;
    }

    Let me know if this does the trick!
    Kind Regards,
    Skandha

    in reply to: Creating Events page #173959
    Skandha
    Participant

    @nukaka: For that you can use Event Template.
    First you will need to create Events Section using Post, Page, Category or Custom. Have you created the Events Section on your customizer?

    Then to display the Events Section only on the ‘Schedule’ Page.
    Edit that Page => Select Events Template under Page Attributes Section on the Right Sidebar.

    Let me know if you are still having issues.
    Kind Regards,
    Skandha

    in reply to: Featured Content main page? #173958
    Skandha
    Participant

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

    Kind Regards,
    Skandha

    in reply to: Home Page Settings for Blog #173957
    Skandha
    Participant

    @tammysue: You seem to be using Elementor Plugin to display those posts. Maybe that is the reason the select category post is not showing of on your homepage. I will need your WP Admin Credentials to further debug the issue.

    I will contact you shortly by email.
    Kind Regards,
    Skandha

    in reply to: Header and gap #173953
    Skandha
    Participant

    @nukaka: Hello there,
    To move title above the header image you will need to create a child theme and do a little bit of customization. Let me know if you are familiar with child theme customization otherwise I suggest you to hire a customizer.

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
    To change color of title

    .custom-header-content .entry-title {
    	color:gold !important;
    }

    To reduce the gap between menu and the header image in homepage.

    .home .wrapper {
    	padding-top:0 !important;
    }

    You can add the title to the page and I will provide you the CSS code the remove the title on your site and not from the menu.

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

    in reply to: Header, spaces and Events #173907
    Skandha
    Participant

    @nukaka: Do you mean to have the header image and the page/post title below the image?

    Kind Regards,
    Skandha

Viewing 20 posts - 8,181 through 8,200 (of 12,027 total)