Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@KingBetts: The wp_pagenavi() has already been included in our theme. You just need to to activate WP-PageNavi and it will work automatically.
I just check in your site and found that you have used very large image at the featured image, this will make your site slow. Since your maximum content width is 1040px. But your image sizes are of 3600px width, which is massive big and bad for bandwidth and SEO. So, edit those image and make it maximum 1040px width. Don’t worry it will look same just the image size will be reduced.
Sakin
Keymaster@KingBetts: Again for this you need to build child theme and then copy
content.phpfrom Catch Everest theme to your child theme. You can edit the child themecontent.phpcode as below:
Just move the following 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 the code
</header><!-- .entry-header -->Sakin
Keymaster@brownmyst: I check in your site and see that selected “Show full content” in “Appearance => Theme Options => Content Layout”. In this layout, you will not see your featured image. This mode will display the content before
<!--more-->tag. But if you select the content layout as “Show excerpt”, then it will show the Featured Image and excerpt content in homepage and archive pages.July 27, 2014 at 10:28 pm in reply to: Widgetize Pages Light plugin does not work after update to Catch Box Pro 3.1 #41531Sakin
Keymaster@KingBetts: Sorry Catch Everest Free version doesn’t have option to select the size of the featured image in post/page. It will take the default image size of Width: 690px and Height: 462px.
You can either upgrade to Catch Everest Pro version, then you will get option to change the image size from “Content Featured Image Options” at your post/page Catch Everest meta or if you wan to do in the Catch Everest Free version then you need to build child theme and then copy
content.phpfile in your child theme and edit size code
<?php the_post_thumbnail( 'featured' ); ?>Sakin
Keymaster@Albert: By default you will not to able to add in the font. For that you need to build child theme and then add the custom font in your child theme style.css.
But if you have selected certain google font then let me know it, I will add this in our next version update in the list of font.
Sakin
Keymaster@AKMARK5000: I think you didn’t follow the plugin instruction mentioned in http://catchthemes.com/wp-plugins/catch-updater/. See this:
= Updating Pro/Premium Themes =
1. Download your theme’s latest version zip file from your account at http://catchthemes.com/my-account/
2. Log into your WordPress site
3. Go to “Appearance => Themes => Add New => Upload Theme”
4. Browse the zip file with the new theme version to install
5. Click “Install Now” and your theme will update to latest version and will create backup of your existing theme in Media Library
Note: In Step 4, you can click on “More Options” to change the settings like: Updating Existing Theme, Create Backup and Message to display.I will also contact you through email to support update.
Sakin
Keymaster@Chris: Nice it worked for you.
@bossydsmom: You don’t need to pay anyone for the update error if you are active subscription. Please post is in support forum directly when you have issues.July 27, 2014 at 12:51 am in reply to: CatchBox destroy my sub Menü. Cant edit the Menu structure #41505Sakin
KeymasterHi Chris,
I have installed Catch Box theme in Php 5.4 and it doesn’t show me error. We don’t have .htaccess file in our site. .htaccess file is create by you only in your server at root directory. So, you can delete that fine and regenerate as per your need.
Regards,
SakinSakin
Keymaster@AKMARK5000: Updating the theme depends on your requirement and the change log. You can check out at http://catchthemes.com/changelogs/catch-evolution-pro-change-log/.
The updating process is simple is you use Catch Updater Plugin. This plugin let’s you update the theme link new installation process and also backup your existing theme.
Sakin
KeymasterHi Chris,
It’s strange, you should be able to update the theme after you download catch-box-pro.3.1.zip from your account. Have you installed Catch Updater plugin?. If not then you can install this plugin, re-download the the theme and try to update it.
Regards,
SakinSakin
Keymaster@Bhaw: I just check in your site and there is logo of Supply Chain. So, I guess this issue has been fixed.
Sakin
Keymaster@j9hagop: Can you post in your site URL and let me know which ads you are trying to fix it. Then I can check your issue and give you the exact solution. For attaching the screenshot, you need to upload screenshot somewhere in your site or photo sharing site and then add in the URL here.
Sakin
Keymaster@illibo: Please contact sales and account directly at http://catchthemes.com/contact-us/ for your access and sales related issues.
Sakin
Keymaster@ridafish: In Adventurous theme, for logo you can use size of your choice. But since it’s fixed header, our CSS will make your max height 41px and width flexible. You can go to “Appearance => Theme Options => Header Options” and in Logo URL: you can paste the URL of logo image.
Sakin
Keymaster@sofiss.sofiss: You can try deleting the theme and then add new version. That will reset most of your part. I am so confused as we haven’t coded anything in Catch Evolution Theme that effect admin bar menu. Also when I check in your site, menu are showing perfect for me.
Sakin
Keymaster@Bouncedancer: Yes you got it right…
Sakin
Keymaster@Albert: Can you post in your site URL? Are you trying to change the background color and border color of slider? Then you can change the color code in the following css and add it in “Appearance => Theme Options => Custom CSS” box.
#main-slider { background-color: #21759b; border-bottom: 2px solid #1b5f7d; }Sakin
Keymaster@Albert: Just go to “Appearance => Theme Options => Color Options => Site Color Options” and change the color of “Content Background Color” and save changes.
-
AuthorPosts
