Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Navdit: I have tested in and it’s working fine in my side. Ok I will contact you so that I can check in your server.
Sakin
Keymaster@Navdit: Can you post it in you site URL so that I can see what’s happening. Did you check in this tutorial about menu at http://catchthemes.com/blog/custom-menus-wordpress-themes/
As when you create custom menu, there you can add or remove menu items as per your need.
Sakin
Keymaster@Wade: Sorry you question is not so clear. Do you have any screenshot on how you want to add in.
As you can easily add images from Add Images in your page/post. You can check this http://en.support.wordpress.com/images/ and if you want it like the gallery, then you can install JetPack plugin and activate ‘Tiled Galleries’.
Sakin
Keymaster@mereed: These option are there in Pro version. You can choose Featured Page Slider or Post Slider or Category Slider. Or even you can add in your own custom image slider where you can add image, title, link, content all as per your need. For more details about pro version, check out theme instructions page at http://catchthemes.com/theme-instructions/catch-base-pro/
Sakin
Keymaster@Casper: There are lot of Breadcrumb plugin in WordPress.org and we have already added support for the popular one that is “Breadcrumb NavXT” plugin. Just install that and it will start working.
But if you want to use Yoast breadcrumb plugin then you need to build child theme, you can ready about child theme and download sample child theme from http://catchthemes.com/blog/create-child-theme-wordpress/ and then add the following code in your child theme functions.php file
function adventurous_breadcrumb_display() { if ( function_exists('yoast_breadcrumb') ) { yoast_breadcrumb('<div class="breadcrumb container">','</div>'); } }Sakin
Keymaster@alexmo: This is quite complicated and link can be there in many places where you add in links. So, I suggest you to try plugin instead. There are lot of no follow plugin in WordPress.org and other premium plugins provider.
Sakin
Keymaster@Angel: There is 2 issues in here. I cannot look at our site when it’s in local version. Second, we cannot worked much in Polylang plugin. I just know that it work fine with our latest version of Catch Kathmandu Pro if you add that flag in Widgets. Also we added this after one of our user requested to add it. Add in menu is high level of customization, hope you have done through child theme.
So, please add this site live in your testing server and I can check in.
Sakin
Keymaster@Jarden:
To center in homepage and featured image in all. You can add the following css in “Appearance => Theme Options => Custom CSS” box:.home #primary { text-align: center; } .featured-image img { display: block; margin: 0 auto; }But to put the post tile on top of the featured image. It’s not possible simply with custom css. So, for this you need little advance coding knowledge. For this, you need to build child theme. You can read about child theme and download sample child theme from http://catchthemes.com/blog/create-child-theme-wordpress/
Then you need to copy file content.php from catch-everest theme to your child theme, then move the code
<?php if( has_post_thumbnail() ):?> <figure class="featured-image"> <a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'catcheverest' ), the_title_attribute( 'echo=0' ) ) ); ?>"> <?php the_post_thumbnail( 'featured' ); ?> </a> </figure> <?php endif; ?>Below:
<!-- .entry-header -->Sakin
Keymaster@rdrossel: So, what you want to do it? Can you explain in reference with your site URL.
Sakin
KeymasterHi Luis,
I am not that good with sales stuff. So, you can contact our sales directly at http://catchthemes.com/contact-us/. As per my guess, yes it’s better to open new account in that company name and purchase it. As if the company claims later on then we need to transfer anyhow. But I don’t have any issue with your account purchasing for different company.
Sorry, I don’t remember which widget text color are you talking about. In Catch Box Pro, we have “Sidebar Widget Title Color, Sidebar Widget Text Color”.
Regards,
SakinSakin
Keymaster@greg2015: Please check in plugin compatibility. I assured you that we have no issue in theme. That
<?php get_template_part( 'content', 'page' ); ?>calls for the file content-page.php file. You will not find any issue in that page. I have already check in. To check in this is theme issue, you can just add other widget and check in. You are having issue only when you add this widget. So, you must understand that there is issue with that plugin widget.I have recheck all the codes fully to ensure that there is no missing codes.
Note:
1. You are using old version of Catch Everest Theme.
2. You are not supposed to edit/add any files inside catch-everest theme directory. As all these edits will be reverted back to original when you update the theme. So, to make major changes in the theme, you need to build child theme and work in your child theme. But if there is only minor css changes then you can use build in Custom CSS from “Appearance => Theme Options => Custom CSS” box.Sakin
Keymaster@luismarioochoa:
1. You can add the following css in “Appearance => Theme Options => Custom CSS” box:
#header-content { padding-bottom: 0; }2. I am confused to this. You can upgrade to pro version to get full color option and change the color as per your need. If you want to match your header image black color with the header background then you can add the following css in “Appearance => Theme Options => Custom CSS” box:
#branding { background-color: #202020; }3. You can add the following css in “Appearance => Theme Options => Custom CSS” box:
#content nav#nav-slider { display: none; }4. In responsive design, it’s not possible to make that.
January 16, 2015 at 11:17 pm in reply to: How do I change default Image sizes in Blog listings? #50130Sakin
Keymaster@Consciousness: Cropping is not custom css. But you can change the by building child theme. Read more detail about child theme from http://catchthemes.com/blog/create-child-theme-wordpress/ and you can also download sample child theme. Then you can add the following code in your child theme functions.php file and change the image size where 754 is the width and 400 is the height.
function catchevolution_child_theme_setup() { add_image_size( 'featured-slider', 754, 400, true ); } add_action( 'after_setup_theme', 'catchevolution_child_theme_setup', 11 );after you add this code, for all older post, you need to regenerate thumbnail and for new post it will be automatic. To regenerate the thumbnail in older post you can install Regenerate Thumbnail plugin.
Sakin
Keymaster@reefadmin: That’s not possible with custom css. You need to add custom code by building child theme, which is complicated and you need to hire customizer to work on it.
Sakin
Keymaster@Doug: For that you need to add space below your slider. So, you can add the padding-bottom. Just add the following css in “Appearance => Theme Options => Custom CSS” box:
#main-slider { padding-bottom: 40px; }Sakin
Keymaster@Jacopo: For large screen, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
#site-logo, #header-left { width: 100%; } #hgroup-wrap img { margin: 0 auto; }Sakin
Keymaster@stepawayfromthecarbs: You need to check the option below “Notify me of follow-up replies via email” before you submit the question to get notification.
January 16, 2015 at 5:31 pm in reply to: Problem can't find the solution to remove this need help #50115Sakin
Keymaster@Alain: Did you fix this issue? As I just check in your site and I don’t see any missing image like that. That issue can happen only when your site doesn’t find Header Featured Image URL. So, go to “Appearance => Theme Options => Header Featured Image Options” and in “Enable Featured Header Image” check the option “Disable” when you don’t want image.
-
AuthorPosts
