Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@friarpaul: For this you’ll need to create a child theme. You can find more details on creating child theme HERE. Then in your child theme’s
functions.phpadd the following codes.add_action('init', 'catchbase_child_move_header_right_sidebar_above_site_title'); function catchbase_child_move_header_right_sidebar_above_site_title() { remove_action( 'catchbase_header', 'catchbase_site_branding', 40 ); remove_action( 'catchbase_header', 'catchbase_header_right', 50 ); add_action( 'catchbase_header', 'catchbase_header_right', 40 ); add_action( 'catchbase_header', 'catchbase_site_branding', 50 ); }Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
.sidebar-header-right, .sidebar-header-right .widget-wrap { float: none; }Regards,
MaheshMahesh
Participant@vivialmonacidgmail-com: Have you fixed the problem? Let me know if you need any help.
Regards,
MaheshMahesh
Participant@kelsantana: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
.entry-content a { background-color: #eee; border-radius: 5px; padding: 8px; } .entry-content a:hover { text-decoration: none; }Note: Please change the background-color as you desire.
Regards,
MaheshMahesh
Participant@inmercyrejoice: Please post in your site url.
Regards,
MaheshMahesh
Participant@friarpaul: For that you can use any slider widget plugin from https://wordpress.org/plugins/ and then use that widget in Header Right Sidebar area. Let me know if any problem.
Regards,
MaheshMahesh
Participant@luismarioochoa: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#site-header .site-title { font-size: 50px; } #site-header .site-description { font-size: 30px; }Note: Please adjust the font-size in the above code as you desire.
Regards,
MaheshMahesh
Participant@travelgal: Have you installed other plugins apart from jetpack’s infinite scroll? try disabling plugins and check if it resolves the issue.
For limiting the number of posts, go to Dashboard=> Settings=> Reading and adjust number in Blog pages show at most option.
Other thing, go to Dashboard=> Appearance=> Customize=> Theme Options=> Homepage/Frontpage Options and make sure, all categories in the list are selected (Hold down the Ctrl (windows) / Command (Mac) button to select multiple options.).
You are using child theme, have you made any customizations? If so try activating parent theme and see whether or not the problem persists in parent theme too.
Let me know further.Regards,
MaheshMahesh
Participant@kelsantana: I checked your site and seem you do have Buy Now on Amazon link in the content. Do you want the CSS to make the link as button? Let me know further.
Regards,
MaheshMahesh
Participant@champac: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#feature-slider .entry-container { display: none; }Regards,
MaheshMahesh
Participant@lrdgsn: Go to Dashboard=> Appearance=> Customize=> Appearance=> Theme Options=> Custom CSS box and add the following CSS:
#controllers { text-align: left; left: 15%; } @media screen and (max-width: 910px) { #controllers { left: 0; } }Hope this helps. Let me know if any problem.
Regards,
MaheshMahesh
Participant@libertylobby: Yes, there is. Go to Dashboard=> Appearance=> Customize=> Fixed Header Options and check Check to disable Primary Menu and Check to disable fixed header toggle options.
Regards,
MaheshMahesh
Participant@subcmarine: In Catch Base Free version, there is limited Social icons options. In Pro version there is Custom Social Icons options, with which you can add desired social icons to your site. I recommend you to upgrade to Pro version.
Regards,
MaheshMahesh
Participant@kelsantana: Please post in your site url.
Regards,
MaheshMahesh
Participant@anncalli: Edit it from Dashboard=> Appearance=> Widget page.
Let me know if any problem. Please post in your site url.Regards,
MaheshMahesh
Participant@aaspedia:
For the fix, you’ll need to editcatch-responsive-pro/inc/catchresponsive-breadcrumb.php.
Replace line 82 with the following line:
echo $linkBefore . '<a href="' . esc_url( $homeLink ) . '" ' . $linkAttr . '>' . $text['home'] . '</a>' . $linkAfter;
This will be fixed in next update.Regards,
MaheshMahesh
Participant@finnjackson: Which browser are you using? I tested on mozilla and chrome, it is working fine.
Let me know further.Regards,
MaheshMahesh
Participant@calmo16: For two small ones, add the following CSS:
#featured-grid-content .pageid-938 .caption .entry-title, #featured-grid-content .pageid-709 .caption .entry-title{ margin: 0 auto; width: 50%; }Regards,
Mahesh -
AuthorPosts
