Forum Replies Created
-
AuthorPosts
-
Mahesh
MemberHave you done any modifications to the theme? We checked the theme and everything working fine. We recommend you to try again with fresh WordPress installation and install the fresh copy of Simple Catch.
Let me know if the problem persists.
Regards,
MaheshMahesh
MemberHi @eggbanana,
This option is not available in our theme. Seems you’ve used Category Featured Image plugin, please contact Category Featured Image plugin’s support. This is out of theme support scope.
Regards,
MaheshMahesh
MemberHi @eirini,
Go to “Dashboard=> Appearance=> Theme Options=> Custom CSS” box and add the following CSS:
#header-menu ul.menu ul.sub-menu a { background-color: #606060; }Regards,
MaheshMahesh
MemberHi @witgi,
I got the email with
style.cssattached. Changing the style.css file only doesn’t add up another menu. You must have added some function / added some other codes for that.Regards,
MaheshMahesh
MemberMahesh
MemberHi @jie66,
This is a bug in the latest theme update. Our developers have fixed the issue, you’ll need to wait for the update.
Regards,
MaheshMahesh
MemberHi @terrence,
Please post in your site url.
Regards,
MaheshMahesh
MemberHi @husker,
This is not controlled by the theme. The feed is a xml code. You have to do it manually. This is out of the theme support scope.
Regards,
MaheshMahesh
MemberHi @akeyworth,
Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS.
#feature-slider .entry-container { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6); border-radius: 4px; }Regards,
MaheshMahesh
MemberHi @jie66,
Please post in your site url. The theme is translation ready and is compatible with translation plugins like WPML, Qtranslate.
Which translation plugin are you using? I’ve tested with Qtranslate and is working fine.Regards,
MaheshJanuary 25, 2016 at 12:55 pm in reply to: setting widgets to show horiztonal in footer instead of vertical? #83662Mahesh
MemberMahesh
MemberHi @Moods,
Please go to “Dashboard=> Appearance=> Customize=> Theme Options=> Frontpage/Homepage Options” and make sure that nothing is select. Only the post within categories selected in here will be displayed in the blog page.
Regards,
MaheshMahesh
MemberHi @shawn,
Please add the following CSS in “Dashboard=> Appearance=> Theme Options=> Custom CSS” box.
#content article.post { padding: 10px 10px 30px; }Regards,
MaheshMahesh
MemberHi @Daniel,
Sorry there. Thank you for using Catch Box Pro.
For gif images in slider, go to “Dashboard=> Appearance=> Theme Options=> Featured Slider (Tab)” and select Featured Image Slider in Select Slider Type option. Then scroll down you’ll see Featured Image Slider Options, click on Add/Change button in image and choose your desired gif image. After you’re done, click Save.Let me know if this helps with your issue.
Regards,
MaheshMahesh
MemberHi @Mark Argentino,
It is not necessay to follow the theme structure in child theme. Please remove the inc folder from child theme’s folder. Add the following code in child theme’s
functions.php.function catchbox_header_details() { // Check to see if the header image has been removed global $_wp_default_headers; $header_image = get_header_image(); if ( ! empty( $header_image ) ) : echo '<div id="hgroup" class="site-details with-logo">'; else : echo '<div id="hgroup" class="site-details">'; endif; // end check for removed header image ?> <h1 id="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1> <h2 id="site-description"><?php bloginfo( 'description' ); ?></h2> </div><!-- #hgroup --> <?php }And then modify the “site-description” as desired. The modification here will override the parent theme’s function and you can see the changes in the frontend.
Let me know if any problems.
Regards,
MaheshJanuary 25, 2016 at 10:35 am in reply to: Remove borders around the content boxes and widgets and narrow sidebar #83655Mahesh
MemberHi @Lucia,
That is because of the responsive design issue. Please add the following CSS and it will fix the issue.
@media screen and (max-width: 1224px) { #primary { width: 654px; } #secondary { width: 340px; } } @media screen and (max-width: 1060px) { #primary { width: 530px; } } @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) { #primary { width: 590px; } } @media screen and (max-width: 960px) { #primary, #secondary, .no-sidebar #primary { width: 100%; } }Mahesh
MemberHi @Deborah,
Go to “Dashboard=> Appearance=> Customize=> Static Front Page” and make sure that you’ve selected Tips and Tricks page in Posts Page dropdown.
The query in the above code is fine.
Regards,
MaheshMahesh
MemberMahesh
MemberHi @Mouvance web,
Thank you for your appreciation.
Regards,
Mahesh -
AuthorPosts
