Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@TruckinTortuga: Can you show me where it is showing issues. I see it all fine.
Sakin
KeymasterReplace the previous css with the following.
#supplementary .widget { background-color: #303030; border: none; }Sakin
KeymasterReplace the previous css with the following.
#supplementary .widget { background-color: #303030; border: none; }Sakin
Keymaster@Zoran: That will be difficult as the width has to change as per responsive design. So better hire a customizer through http://catchthemes.com/hire-customizer/
Sakin
Keymaster@Matthew: Try adding in the following CSS in Catch Evolution Pro Custom CSS box at “Appearance => Custom CSS” box.
.page #main { display: inline-block; width: 100%; }Sakin
Keymaster@TruckinTortuga: When I check your site in my mobile it is working fine.
Sakin
Keymaster@AFPhoto: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#supplementary .widget { background-color: #303030; }Sakin
Keymaster@Keren: Something wrong with your site description. Can you change that to something else and check in. Don’t add any code in your site description. Like I see the code
<span style="font-variant:small-caps">Lord</span>Sakin
Keymaster@Zoran: Ok that’s nice.
Sakin
Keymaster@Zoran: Sorry I don’t get it what you mean. Can you explain in reference to your test site.
Sakin
Keymaster@aroma-bobman: Yes you can assign footer menu in Catch Everest Pro theme. First, create custom menu from “Appearance => Menus”. Then you can assign that menu to footer menu from “Appearance => Menus => Manage Locations”.
Fore more details about custom menu. Read this http://catchthemes.com/blog/custom-menus-wordpress-themes/
Sakin
Keymaster@Yvette: Are you using Catch Evolution Free Version? Catch Evolution Pro version is just features addition to Catch Evolution and all your settings will be auto migrated to the upgrade. You can simply purchase the theme and install it. See the theme instruction at http://catchthemes.com/theme-instructions/catch-evolution-pro/
I hope you haven’t change any core theme files such as style.css, functions.php, index.php and so on. As core theme files will be reverted back to original when you update or upgrade the theme. But all the settings made from Theme Options panel will remain unchanged.
Note: You might need to re-assign custom menu, header image and background if used. We also provide upgrade installation for free if you have any confusion. For this you need to purchase the theme and request the installation with your order id from http://catchthemes.com/contact-us
Sakin
Keymaster@Zoran: You can try adding in the following CSS in your child theme style.css file.
.post .post-thumb { max-width: 170px; }Sakin
Keymaster@Zoran: I see to see that in you site to check the CSS. You can simply remove the background arrow by adding in the following CSS and then add the Breadcrumb Separator from “Breadcrumb NavXT => Settings”
.breadcrumb ul li a { background-image: none; }Sakin
Keymaster@ashrafashraf: Every Theme is design different way. Either you need to hire customizer to make the theme change or you need to choose the theme that matches your requirement closely. Thanks.
Sakin
Keymaster@Matthew: I am not so sure what are you trying to accomplish in your iPad. You have already modified your site to greater extend and few of your css might not be compatible with responsive design. So, if you want same design to show in your iPad then you can simply disable responsive design from “Appearance => Theme Options => Responsive Design”
Sakin
Keymaster@Zoran: Yes you can remove the background and the border of the breadcrumb by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
.breadcrumb ul li { border: none; } .breadcrumb ul li a { background-color: transparent; } .breadcrumb ul li a:hover, .breadcrumb ul li.current_item { background-color: transparent; background-position: right 8px; color: #000000; }Sakin
Keymaster@Zoran: You need to build child theme and do the customization. So, first build child theme and then copy
content.phpfile from Simple Catch Pro theme to your child theme and then replace the code
<?php the_post_thumbnail( 'featured' ); ?>
with the following
<?php the_post_thumbnail( 'thumbnail' ); ?>Then this change will take the image size of thumbnail that you have assigned in your “Settings => Media => Thumbnail size”.
Sakin
Keymaster@ashrafashraf: Sorry I don’t get it what you mean. Also when I look at your site, you are not using our theme. We only support our themes (Catch Themes). So, please ask in the Theme Authors support forum.
Sakin
Keymaster@ashrafashraf: Please ask in support forum of WordPress arabic.
-
AuthorPosts
