Forum Replies Created
-
AuthorPosts
-
Pratik
ParticipantHi @Chrisverral,
Try following code:
.hentry, #featured-content .wrapper, #promotion-message .wrapper { background: transparent; border: none; } .home #promotion-message .right a { background-color: #152466; /* Change #152466 to desired color*/ }
Let me know how it goes.
Regards,
PratikMay 4, 2017 at 3:47 am in reply to: Is there a way to remove the spacing around the site logo? #115195Pratik
ParticipantHi @johnoe,
Glad it worked out.
If our liked our theme and support, please leave us a review at https://wordpress.org/themes/fabulous-fluid/.
Regards,
PratikMay 4, 2017 at 2:17 am in reply to: Is there a way to remove the spacing around the site logo? #115192Pratik
ParticipantHi @johnoe,
Sorry, you have the latest update, I confused it with pro version.
For reducing promotion headline height, try following code:
#promotion-message .left { padding: 0px; }
You can increase 0px as per your linking.
Regards,
PratikPratik
ParticipantHi @bebon,
Do you mean by category? If thats the case, check the screenshot: http://nimb.ws/goObjU and then follow steps 1-5 as described in the screenshot.
Let me know if there are any issues.
Regards,
PratikMay 4, 2017 at 12:00 am in reply to: Is there a way to remove the spacing around the site logo? #115189Pratik
ParticipantHi @johnoe,
Firzt, please update your theme. Its version is 1.5, current theme version is 2.5.1
Try following code in Appearance-> Customize-> Additional CSS box:.site-branding .header-site-details, .site-branding .site-logo, .site-branding { padding: 0; }
It should work.
Let me know how it goes.
Regards,
PratikPratik
ParticipantHi @ebetech,
Yearly subscription is same as initial purchase fee, i.e. $49. But for our returning customers we do offer upto 40% discount, on condition that you have any active subscription (For new themes too). Please note that if you have no active subscription, the coupon code will not work.
Once you have made the purchase, please contact sales after you have made a purchase at https://catchthemes.com/contact-us/, and they will provide you the code.
Regards,
PratikPratik
ParticipantHi @sumino,
Sorry, I misunderstood. Please check the code again, I have modified it. It will now work as you want for both cases.
Regards,
PratikPratik
ParticipantHi @sumiko,
I found the issue, you have error in your custom CSS. Remove all your code and try following code: https://pastebin.com/be01ghZc.
Regards,
PratikPratik
ParticipantHi @sumiko,
There is some error in your CSS at top. Try adding the code I provided at the top of the Additional CSS box, it will work. I will try to figure out what exactly is the issue.
Regards,
PratikPratik
ParticipantHi @albert-sudarto,
For that, just click that edit button and add in content and Featured Image.
Check Screenshot: http://nimb.ws/X5Zpbo
Regards,
PratikPratik
ParticipantHi @kayaker4157,
It looks like you have made a page. Please add media to that page and the pictures will show up. Follow instructions given here: https://codex.wordpress.org/Inserting_Media_into_Posts_and_Pages.
Let me know how it goes.
Regards,
PratikPratik
ParticipantHi @albert-sudarto,
For that checkout the theme instructions at https://catchthemes.com/theme-instructions/fabulous-fluid/#slides-featuredpage and check Featured Content Section.
For Comments section, you need to turn off the comments on that page. For that, goto Edit of that page anf follow following steps:
1. In the top right-hand corner of your WordPress admin panel (just below the dark grey toolbar and the Howdy, message) there is a tab called Screen Options. Click to open the screen options tab.
2. Tick the box for Discussion.http://nimb.ws/xyBmrw
3. Click the Screen Options tab again to close it.
4. Then in Discussion Tab, uncheck Allow Comments checkboxCheck Screenshot:
Let me know how it goes.
Regards,
PratikPratik
ParticipantHi @ebtechj,
Try following code and let me know how it goes:
function clean_education_primary_menu() { ?> <button id="menu-toggle-primary" class="menu-toggle"><?php esc_html_e( 'Menu', 'clean-education' ); ?></button> <div id="site-header-menu-primary" class="site-header-menu"> <nav id="site-navigation-primary" class="main-navigation" role="navigation" aria-label="<?php esc_attr_e( 'Primary Menu', 'clean-education' ); ?>"> <h3 class="screen-reader-text"><?php _e( 'Primary menu', 'clean-education' ); ?></h3> <?php require_once('topnav.php'); ?> </nav><!-- .main-navigation --> </div><!-- .site-header-menu --> <?php } function clean_education_child_menu_override() { remove_action( 'clean_education_header', 'clean_education_primary_menu', 60 ); add_action( 'clean_education_header', 'clean_education_primary_menu', 65 ); } add_action( 'init', 'clean_education_child_menu_override' );
Regards,
PratikPratik
ParticipantHi @de-diy-diva,
I get “Apache is functioning normally” message from your site. Please let me know when it is live.
Regards,
PratikPratik
ParticipantHi @sumiko,
I tried above codes on yur site and its working. Can you add the codes and leave it there in Appearance-> Customzie-> Additional CSS. Then I will check your site again.
Regards,
PratikPratik
ParticipantPratik
ParticipantHi @bigoslesli,
The update is live now. Please update and check. The functionality should be enabled by default. Check https://catchthemes.com/theme-instructions/catch-kathmandu-pro/#update-notification for more info.
Regards,
Pratik -
AuthorPosts