Forum Replies Created
-
AuthorPosts
-
Skandha
Member@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,
SkandhaSkandha
Member@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,
SkandhaSkandha
Member@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,
SkandhaSkandha
Member@tim-van-rooijen: Please post in your site URL so that I can look into the issue.
Kind Regards,
SkandhaSkandha
Member@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,
SkandhaSkandha
Member@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,
SkandhaSkandha
Member@centrescene: Please post in your site URL so that I can look into the issue.
Kind Regards,
SkandhaSkandha
Member@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,
SkandhaSkandha
Member@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,
SkandhaJanuary 14, 2019 at 1:26 am in reply to: CB options always in the mid of an TinyMCE edit page – not on botton #163466Skandha
Member@rolandv: Let me know if the issue arises again. Have a good day! 🙂
Kind Regards,
SkandhaSkandha
Member@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-menuTo 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,
SkandhaSkandha
Member@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,
SkandhaSkandha
Member@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,
SkandhaSkandha
Member@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,
SkandhaSkandha
Member@bigoslesli: 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-everest/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,
SkandhaSkandha
Member@wimbledontog: This might be a browser issue. Can you check if you can edit a page using other browsers?
Let me know if this works out!
Kind Regards,
SkandhaSkandha
Member@sonrisashavanese: This is because the height of the second image is a little bigger than the rest.
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..grid-box.page.pageid-13 img { height:225px !important; weight:400px !important; }Let me know if this solves the issue.
Kind Regards,
SkandhaSkandha
Member@vapperuba: Please follow this link for instructions page of Catch Foodmania Pro. Let me know if you have any issues.
Kind Regards,
SkandhaSkandha
Member@pdequestrian18: Please post in your site URL so that I can look into the issue.
Kind Regards,
Skandha -
AuthorPosts
