Forum Replies Created

Viewing 20 posts - 9,361 through 9,380 (of 12,027 total)
  • Author
    Posts
  • in reply to: Change capitalisation in menu #163529
    Skandha
    Participant

    @tim-van-rooijen: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #menu-hoofdmenu li {
    	text-transform:lowercase;
    }

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

    in reply to: how to increase the font size of the theme? #163527
    Skandha
    Participant

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

    article .entry-content {
    	font-size:18px;
    }

    You can change the font size according to your requirement!
    Kind Regards,
    Skandha

    in reply to: Heather image #163526
    Skandha
    Participant

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

    .custom-header .wrapper {
         height:520px;
    }

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

    in reply to: Menu Icons/ Arrows #163522
    Skandha
    Participant

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

    Kind Regards,
    Skandha

    in reply to: Elementor #163521
    Skandha
    Participant

    @erich74: We have not performed compatibility test of our themes with Elementor so we do not official support Elementor or any such page builder plugins.

    Kind Regards,
    Skandha

    in reply to: Position of the top menu #163520
    Skandha
    Participant

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

    .main-navigation li {
    	text-align:center;
    }

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

    in reply to: Content layout #163516
    Skandha
    Participant

    @coconuts4sale: Go to => Dashboard and Edit that particular page where you have listed your services.
    Click on the text editor tab and replace your code with the following.

    <div class="services">
    <div class="services-1">
    
    <p><strong>For rights holders/sponsorship seekers:</strong></p>
    <ul>
     	<li>advising on your sponsorship opportunities</li>
     	<li>advising on your sponsorable assets</li>
     	<li>creating sponsorship levels</li>
     	<li>looking into potential sponsors and how to best approach them</li>
     	<li>reviewing sponsorship proposals</li>
     	<li>writing sponsorship proposals</li>
     	<li>demographic targeting</li>
     	<li>advising on how to communicate with potential sponsors</li>
     	<li>advising on your obligations to sponsors</li>
     	<li>legal view of your sponsorships</li>
     	<li>post-sponsorship evaluation and communication</li>
    </ul>
    </div>
    <div class="services-2">
    
    <p><strong>For brands/sponsors:</strong></p>
    <ul>
     	<li>reviewing sponsorship policies and guidelines</li>
     	<li>preparing sponsorship strategy</li>
     	<li>looking for the right rights holders</li>
     	<li>advising on how to communicate with rights holders</li>
     	<li>looking for brand activations opportunities</li>
     	<li>executing brand activations</li>
     	<li>value maximisation</li>
     	<li>post-sponsorship evaluation</li>
     	<li>recommendations for future sponsorship opportunities</li>
    </ul>
    </div>
    </div>
    <p><em><a href="https://coconuts4sale.com/contact/">Contact us</a> today for initial consultation and a quote!</em></p>

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

    @media screen and (min-width:666px) {
    	.post-1001 .services {
    		display:table;
    		table-layout:fixed;	
    		width:100%;
    	}
    	.services-1, .services-2 {
    		display:table-cell;
    		padding:0 20px;
    	}
    }

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

    in reply to: Third level menus not appearing #163515
    Skandha
    Participant

    @bobgarretthomenetworks-co-uk: I checked your site and all your menu items seems to be appearing fine at my end. Can you attach me a screenshot of what you are referring to?

    Kind Regards,
    Skandha

    in reply to: Change capitalisation in menu #163483
    Skandha
    Participant

    @tim-van-rooijen: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Featured Image Not Displaying in Blog #163482
    Skandha
    Participant

    @ellyhall: I’m afraid the feature to display featured image in single post/page is not available. I will look what can be done about it and will get back to you.

    Kind Regards,
    Skandha

    in reply to: hide Extra Header Widget Area on single pages #163472
    Skandha
    Participant

    @marie21: Can you let me know which site origin widgets are hidden that you want to show up.
    When you use .page-id-2233 .textwidget {display: none;} only the contact number and email text widget should be hidden.

    Kind Regards,
    Skandha

    in reply to: Header image not shrinking on mobile #163470
    Skandha
    Participant

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

    Kind Regards,
    Skandha

    in reply to: Header Image #163469
    Skandha
    Participant

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

    @media screen and (min-width: 72em) {
    	.below-site-header {
    		margin-top:-800px;
    	}
    }

    You can alter the margin to change the position.
    Let me know if this is what you want!
    Kind Regards,
    Skandha

    in reply to: Grid Layout #163468
    Skandha
    Participant

    @inksla: Let me if you have anymore issues. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: In responsive view position of pictures change #163467
    Skandha
    Participant

    @emree025: The above code I provided you seems to be working at my end. Don’t the logo images in https://www.turk-text.de/referenzen/ show up on two columns on smaller screen after adding the above code?

    Kind Regards,
    Skandha

    Skandha
    Participant

    @rolandv: Let me know if the issue arises again. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: How to use the Essential Content Types Pro plugin #163461
    Skandha
    Participant

    @elliottrae: Make sure your the child theme is activated.
    Go to => Dashboard => Appearance => Editor => On the right hand side you will see Theme Functions and click on functions.php and add the following code and Update File.

    function clean_magazine_main_start() {
    	if( is_home() ) {
    		?><h2 class="section-title">Latest Posts</h2><?php
    	        return; 
    	}
    	?>
    	<main id="main" class="site-main" role="main">
    	<?php
    }

    You seem to have added 4 boxed that link to 4 different categories. Do you want to add more categories link this. Is this issue resolved?

    To make the menu pin to the top of the screen so when you scroll down you can use Catch Sticky Plugin. Install and activate the plugin. Then Go to => Dashboard => Catch Sticky Menu => Then insert .
    Desktop Menu Selector: .nav-primary
    Mobile Menu Selector: #header-left-menu

    To center featured post title
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .ect-post .featured-content-wrapper .entry-header .entry-title {
    	text-align:center;
    }

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

    in reply to: Clickable elements too close together #163459
    Skandha
    Participant

    @emree025: 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-box/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: Site description panel divin #163458
    Skandha
    Participant

    @redheadanna: 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/divin/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: Gallery #163457
    Skandha
    Participant

    @macroma39gmail-com: 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/plugin/catch-gallery/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.

    Kind Regards,
    Skandha

Viewing 20 posts - 9,361 through 9,380 (of 12,027 total)