Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@MMchen: Thanks for your appreciation. If you like Catch Box theme, then pleas support it by providing review and rating at https://wordpress.org/support/view/theme-reviews/catch-box/
Sakin
Keymaster@Jobonis: Yes that is possible but I cannot view your site to check in the issue. It’s not opening.
Sakin
Keymaster@dawfx: For this, you need to build child theme and edit content-page.php file. So, first look at this article http://catchthemes.com/blog/create-child-theme-wordpress/ and build child theme. Then copy only content-page.php file in your child theme and find the following code
<h1 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'catchkathmandu' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h1>Then replace it with the following:
<h1 class="entry-title"><?php the_title(); ?></h1>Sakin
Keymaster@veetam: Are you using Latest version of WordPress and Theme. Can you let me know about it. Looking at the Screenshot, it looks like you are using older version of WordPress and Theme.
Sakin
Keymaster@veetam: After you choose the slider type. You need to add in the slider details.
For Example: if you choose Featured Image Slider from “Appearance => Customize => Featured Slider Options => Featured Slider Type” then you need to Click on “Select Image” and upload the images for your slider. If you choose Featured Page Slider, then you need to select pages. But when you choose Featured Page slider, make sure you have added in Featured Image in those pages. Same with Featured Post Slider and Category Slider.The original image that come with the slider is Featured Demo Slider. This is just for demo purposes. After selecting the featured type and adding in the details, send me your site URL and then I will check in.
Sakin
Keymaster@reefadmin: You can add the following css to remove border from the images.
.featured-image img, .entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image { box-shadow: none; }Sakin
KeymasterNo sure about it. Can you post in your site URL then I can check in.
Sakin
Keymaster@reefadmin: You can change the color code in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:
/* Footer Text Color */ #site-generator { color: #999;} /* Footer Link Color */ #site-generator a { color: #ddd; } /* Footer Link Hover Color */ #site-generator a:hover { color: #fff; }Sakin
Keymaster@Cyril: For that you need to use “Featured Image Slider” instead of Page or Post Slider. Just go to “Appearance => Theme Options => Featured Slider => Slider Options” and then select “Featured Image Slider” and Save Change. This will give you your own image slider where you can upload image, add title, content and link as per your need. You might want to check this screencast http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-slider/
Sakin
Keymaster@luismarioochoa: This is more of plugin incompatibility. So, can you ask in plugin support forum. I don’t know about this plugin.
Sakin
Keymaster@greg2015: Sorry I am not sure about .htaccess and server configuration. You need to ask to your server.
Sakin
Keymaster@ssl2: Sorry you are not supposed to add all the css in “Appearance => Theme Options => Custom CSS” box. You just need to add the css which you want to change it. That is why it is having issue. Please remove all the css and just add which you want to change it.
January 28, 2015 at 12:16 am in reply to: Change width of catch box pro theme vs change to Evolution #50654Sakin
Keymaster@Kim: that is logo not header image. You can add the following css:
@media screen and (min-width: 961px) { #logo-wrap { display: inline-block; text-align: center; width: 70%; } #site-logo { float: none; } #sidebar-header-right { width: 30%; } }January 28, 2015 at 12:00 am in reply to: Change width of catch box pro theme vs change to Evolution #50650Sakin
Keymaster@Keith: I found the issue in your custom css. You have added comment like below:
/* Stretches Entire Site - From CatchBox Pro Theme
But it should be as below:
/* Stretches Entire Site - From CatchBox Pro Theme */So, just delete your current custom css and add the following css instead:
/* Hide Author */ .entry-meta .by-author { display: none; } /* Removes Gray Box Around Captioned Images */ .wp-caption { background: none transparent; max-width: 100%; padding: 0; } /* Stretches Entire Site - From CatchBox Pro Theme */ @media screen and (min-width: 1025px) { .site { max-width: 94%; width: 100%; } #primary { width: 72%; } #secondary { width: 26%; } } @media screen and (min-width: 1360px) { .site { max-width: 1300px; width: 100%; } }Sakin
Keymaster@Will: You have already remove the shade of gradient and make is solid color by changing menu background color.
Sakin
Keymaster@emlawag: Sorry currently there is only option to user Featured Content. No option to exchange it with posts. We are in the process of adding this feature by the end of February. We have this features in our new themes like Catch Base Pro and Gridalicious Pro theme.
Sakin
Keymaster@nac2311: That is not controlled thorough theme. It is controlled from plugin. When I check in plugin German translation. It shows fine. Have you install your WordPress in German or in English. If you have installed in German than it should work fine. If you haven’t then you need to edit plugin file and translate it. You need to edit the file class.bcn_breadcrumb_trail.php
If you have completed German translation for Simple Catch Pro theme then can you contribute to us. So, that we will bundle in theme itself.
-
AuthorPosts
