Forum Replies Created
-
AuthorPosts
-
October 15, 2018 at 3:45 am in reply to: Can't get logo to appear on Home page header image with Adonis Free Theme #156783
Skandha
Participant@orthosoc:
4) This must be a cache issue as it seems to be working fine at my end. Please try clearing your browser cache and check if the issue gets resolved.7) Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.button-scroll { display:none; }8) For that you need to need use the browser tool inspect element. Right click on your site and click on inspect element. You will see html coding on the left side and CSS Codes on the right. Now, click on inspector and then click on the scroll down button. After you click on the scroll down button, a line of html code will be highlighted which will suggest altering that class or id will change the scroll button. This way you can find out which class or id you need to alter to change the section.
Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
Participant@steviepaige: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.header-bg #masthead { background:#123456; }You can change the color according to your choice.
Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@howtohavesex: 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,
SkandhaSkandha
Participant@cookingqueens: I have sent you an email and have attached the demo content file along with it.
Kind Regards,
SkandhaSkandha
Participant@sipbox: I have sent you an email and have attached the demo content file along with it.
Kind Regards,
SkandhaSkandha
Participant@effess: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#main #featured-post { clear: both } #featured-post { padding-top:5px border-top:1px solid #000; }Let me know if this is what you want!
Kind Regards,
SkandhaSkandha
Participant@admitcard: You don’t seem to be using our theme. Please post your issues in the respective theme support forum.
Kind Regards,
SkandhaSkandha
Participant@hoiung: Thank you for the suggestion. I will forward this to our development team. Yes, you can activate slider for mobiles and header video for desktops. Activate featured slider on your site and I will provide you the CSS Code to make this possible.
Kind Regards,
SkandhaSkandha
Participant@admitcard: For an educational blog we have Higher Education Pro and Clean Education Pro theme that suits your requirement.
You can check out the features available in Clean Education Pro and Higher Education Pro.Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
Participant@ravanh: Yes, we’re offering 30% Flat Discount on all of our premium WordPress themes and plugins for our 6th Anniversary. Please follow this link to know how you can activate the offer and get 30% off. Here is the link to upgrade to Rock Star Pro.
Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
Participant@dexter234: Thank you for sharing this. Have a good day! ?
Kind Regards,
SkandhaSkandha
Participant@jsolodar: I was able to login to your site but you seem to have activated another theme. Please activate Catch Responsive Pro and let me know what your issue is.
Kind Regards,
SkandhaOctober 15, 2018 at 12:55 am in reply to: Purchased "Catch Foodmania ProVersion: 1.0" but pages, menus are missing #156764Skandha
Participant@sugran: To make slider text show up on other pages
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.body:not(.home) .slider-content-wrapper .entry-container, .home .custom-header-content { position:fixed; top:140px; } body:not(.home) .section-content-wrap .entry-container-wrap .entry-summary { margin:0; font-size:18px; } body:not(.home) .section-content-wrap .entry-container-wrap .entry-title { font-size:28px; }To change the order in which the slider images are displayed.
Go to => Appearance => Customize => Theme Options => Featured Slider => In Post #1 select the page you want to display as the first slide then in Post #2 the post you want to display after first slide and so on.Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
Participant@inksla: Please post in your site URL so that I can look into the issue. Also make sure all your post are published and not as draft or scheduled or pending review.
Kind Regards,
SkandhaOctober 15, 2018 at 12:28 am in reply to: WPBakery Page Builder issues with Rock Star 1.6 update #156758Skandha
Participant@rswonger: The theme update 1.6 release was a minor release and no major changes has been made to structure of the theme. Having said that the theme has not been tested for compatible with WPBakery Page Builder plugin. You can check out the changelog to see what changes was made to the theme.
Maybe you can activate the theme to 1.6 so that I can try looking in to the issues.Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
Participant@grobc: I suggest you not to edit core theme files directly without creating a child theme because all those changes you make the theme core theme files will get deleted after you update the theme to a new version. If you need to edit theme files to customize your site I suggest you to create a child theme. If you do not know how to create a child theme you can use Generate Child Theme Plugin. To know more about child themes follow this link.
Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
Participant@vavw: 1. I checked your site on mobile phones and the sub-menu seems to be displaying well. Please check and let me know if the issue persists.
2. Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
@media screen and (min-width:1022px) and (max-width:1336px ) { .menu-social-container ul li a { margin:0; } .navigation-classic .main-navigation a { padding:27px 10px !important; font-size:15px; } .menu-social-container { padding-left:0 !important; } }Let me know if this works out!
Kind Regards,
SkandhaOctober 14, 2018 at 11:44 pm in reply to: Featured Content excerpt, the first item continue reading is misaligned #156745Skandha
Participant@hoiung: What you can do is Create a child theme. If you do not know how to create a child theme you can use Generate Child Theme Plugin. After creating a child theme Go to => Child Theme folder => functions.php and add the following Code.
add_post_type_support( 'page', 'excerpt' );After adding the code, Go to edit a page. At the top right corner you will see Screen Options, Click on it and check the Excerpt field. After checking the excerpt field you will see an excerpt box at the bottom of the page. Here you can manually add the excerpt text you want to show up. This way you can control the excerpt appearing on the featured content section.
Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
Participant@steviepaige: Please post in you site URL so that I can look into the issue.
Kind Regards,
Skandha -
AuthorPosts
