Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Carbo: Yes, you can build child theme and add it in your child theme functions.php file.
You can also check this tutorial:
http://www.wpbeginner.com/wp-tutorials/how-to-disable-rss-feeds-in-wordpress/Sakin
Keymaster@Marcus: looks like there is font size changed to 0 for “Page/Post Title Font Size” in “Appearance => Theme Options => Font Size Options”. You can either, check on “Reset Font Size?” and save changes or change that font size and save changes.
Sakin
Keymaster@Jan Deelstra: Yes, post in your site URL so that I can check in exactly which area are you talking about. For now, you can try adjusting the padding in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
#header-content { padding: 40px 0; }Sakin
Keymaster@Patrice: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
#supplementary .social-profile { float: none; margin: 0; text-align: center; }Sakin
Keymaster@tualatinweb: Thanks we have uploaded new version in WordPress.org and now need to wait for WordPress.org theme review team to make it live soon.
Sakin
Keymaster@Ita: But your site in under construction. I cannot view it. I added that in Full Frame Pro custom css box and it’s working fine.
Sakin
Keymaster@tualatinweb: Thanks we will work on it.
Sakin
Keymaster@tualatinweb: The worst part is I am not able to find the issue but I see the issue has been reported in https://github.com/malsup/cycle2/issues/384
So, you fix that error by uploading
jquery.cycle2.js.mapfile in
catch-responsive/js/jquery.cycle/Sakin
Keymaster@Ita: ok then just add this in “Appearance => Customize => Theme Options => Custom CSS options”:
#feature-slider .wrapper { width: 75%; }Sakin
Keymaster@5er: Thanks for your appreciation and if you like Adventurous theme then please support it by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/adventurous?rate=5#postform. We would really appreciate it. Thanks 🙂
Sakin
Keymaster@webtussi: Yes, you can enable slider in all pages. For that, just go to “Appearance => Customize => Featured Slider Options => Featured Slider Settings”, Select “Entire Site” in “Enable Slider on” option and click on “Save & Publish”,
For Header image, you can control all the settings from “Appearance => Customize => Header Image”. Don’t forgot to check in “Enable Featured Header Image on” option. Sorry there is no option to add text in the header image. You can upload image with the text on it.
Sakin
Keymaster@5er: If you want to hide all then you can add the following css instead of above css:
.entry-meta { display: none; }March 21, 2015 at 8:36 pm in reply to: Image Slider Pictures will not stretch to maximum monitor size #53923March 21, 2015 at 7:22 pm in reply to: featured image on post now appearing as header image on post #53913Sakin
Keymaster@stonecropsister: If you have just added this theme in your old site then first you need to regenerate thumbnails using plugin Regenerate Thumbnail. It’s mentioned in theme instructions page at http://catchthemes.com/theme-instructions/catch-evolution/
Then, as per Catch Evolution Free version, The header image is supposed to be changing with the featured image of post/page. Only in Pro version you have option to make it different or same.
If you want same image to display in all page, maybe you want to try uploading image as logo from “Appearance => Theme Options => Header Options”.
But if you want to use header image and want same header image to show in all pages/posts then you need to build child theme. For child them check out http://catchthemes.com/blog/create-child-theme-wordpress/. Then add the following function in you child theme
functions.phpfilefunction catchevolution_featured_header() { global $_wp_default_headers; // Header Image $header_image_path = get_header_image(); if ( get_header_image() ) : ?> <div id="header-image"> <img src="<?php header_image(); ?>" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="" /> </div> <?php endif; }Sakin
Keymaster@Mahartma: Thanks for your appreciation. Also, if you like Catch Box theme than you support it by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-box?rate=5#postform . We would really appreciate it. Thanks.
Sakin
Keymaster@tualatinweb: I am not being able to find this issue. But search in Google I see this script has issue. Which file did you added in.
Also the map is for development version of site and it is not necessary for the production version. So, we will remove that in next version udpate.
Sakin
Keymaster@phoenix2875: We don’t have French Translation of Catch Responsive Theme. You need to create fr_FR.po and fr_FR.mo file using poedit software. Poedit is free software and you can download it from http://poedit.net/
If you find difficult then you can open
catchresponsive.potfile in Catch Responsive theme languages folder and then translate all the terms there any any document file. After you complete you can email me and I will include that in theme.Sakin
Keymaster@Kim: This is default WordPress Search. You may find plugin which can modify that. So try searching for plugin.
-
AuthorPosts
