Forum Replies Created
-
AuthorPosts
-
January 22, 2015 at 11:12 pm in reply to: Change width of catch box pro theme vs change to Evolution #50357
Sakin
Keymaster@Keith: Ok let me know in detail what are you trying to accomplish with Catch Box Pro theme. Let me know the width what you want and your site URL. Then I will send you the custom css. Thanks 🙂
Also if there is anything broken or issue in Catch Evolution Pro, then please create support question in Catch Evolution Pro theme support forum. I will answer that as well.
Sakin
Keymaster@mithrand: Maybe you have Cache then it will take about 24 hours to start tracking. The best way to add Google Analytics tracking code it to add in Webmaster tool footer code. We are doing that in our demo page http://catchthemes.com/demo/simplecatch-pro/
Can you share your URl after you add the code in Footer Code box.
Sakin
Keymaster@Jimbo411: Yes, in Catch Flames Pro you can choose No Sidebar, Full Width layout to remove the sidebar and make it full width. For that, just go to “Appearance => Theme Options => Layout Options” and select “No Sidebar, Full Width” and save changes.
Sakin
Keymaster@prehabexercises: I see that you have activated “Mobile Theme” module from “Jetpack” plugin that is why it is showing as per the Jetpack Mobile Theme. This theme doesn’t need Mobile theme as Catch Evolution theme is responsive theme. So, just go to Jetpack setting and disable “Mobile Theme” and it will work fine.
Sakin
Keymaster@andrews: In Simple Catch Featured Image in used in Archive pages and in the slider. But it is not used in single post. As in Single post, you can just upload and add the image directly in your post editor without any issue.
If you are thinking about different then please explain.
Sakin
Keymaster@Fernando: Ok post in your site URL and let me know which element that you want to change the color and to which color code. Then I can give you the custom css or show you the option to change from “Appearance => Theme Options => Color Options”
Sakin
Keymaster@level7tech: I think you are confused with WordPress Page and Category. You homepage is showing latest posts which are in different categories. But the Recipes is just a static page. For Example: You can view your Humor category archive at http://www.whatiwant.xyz/?cat=8 and uncategorized category archive at http://www.whatiwant.xyz/?cat=1. You can create category like this and add post to those category.
For category, read this http://en.support.wordpress.com/posts/categories/ and to add category in menu you can read this http://en.support.wordpress.com/category-pages/
Sakin
Keymaster@luismarioochoa: Ok I have just emailed you. You can reply me there.
Sakin
KeymasterYou are replying from account @franci and not from @luismarioochoa.
Sakin
Keymaster@Franca: If you want to remove Custom Menu and use old auto page menu. Then go to “Appearance => Menus => Manage Locations” and then in Primary Menu, you need to select the option — Select a Menu —. This will load the default menu.
Sakin
Keymaster@luismarioochoa: I check in your site and see that you have lot of custom css. So, can you let me know what changes you ad in your child theme.
1. To make search float at top, you can just add the following css in “Appearance => Theme Options => Custom CSS” box or in your child theme style.css#header-content { position: relative; } #sidebar-header-right { position: absolute; right: 0; top: 10px; }2. The recommended length of the image in the slider is Width: 644px to adjust as per the responsive design.
3. For menu, I see that you have created custom menu from “Appearance => Menus”. Menu is same for Free and Pro version. After you create the page, you need to add those pages in your custom menu and save change. You can read this http://catchthemes.com/blog/custom-menus-wordpress-themes/
Sakin
Keymaster@Michael: To add logo, just go to “Appearance => Theme Options => Header Options” and then uncheck the option “Disable Header Logo”. Then upload the logo in “Logo url”.
Sakin
Keymaster@level7tech: Sorry I don’t get it what you mean? Can you explain in reference with your site URL.
Sakin
Keymaster@Els: You just need to upload the larger image and set it as featured image http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-wordpress-postpage/ . If you upload the larger image then it will automatically crop it. But if you upload smaller then it will load original image. In your case you have upload smaller image so it’s loading the image that you have uploaded. After you add new featured image, you need to change any value in theme options panel to clear the cache, otherwise it will take 24 hours to clear the cache automatically.
Sakin
Keymaster@Jean-Paul: You can just change the width for large screen sizes. Following is the CSS for various screen sizes. You can change the width of Primary and Secondary as per your need. Right Sidebar is Secondary and Content is Primary. So, if you decrease the secondary by 10px then you should increase the primary by 10px. Then after editing, you can add the css in “Appearance => Theme Options => Custom CSS” box:
/* For Screen Size above 941px */ @media screen and (min-width: 941px) { .two-columns #primary { width: 540px; } .two-columns #secondary { width: 340px; } } /* For Screen Size above 1001px */ @media screen and (min-width: 1001px) { .two-columns #primary { width: 600px; } .two-columns #secondary { width: 340px; } } /* For Screen Size above 1101px */ @media screen and (min-width: 1101px) { .two-columns #primary { width: 680px; } .two-columns #secondary { width: 340px; } } /* For Screen Size above 1153px */ @media screen and (min-width: 1153px) { .two-columns #primary { width: 740px; } .two-columns #secondary { width: 340px; } } /* For Screen Size above 1281px */ @media screen and (min-width: 1281px ) { .two-columns #primary { width: 750px; } .two-columns #secondary { width: 400px; } }Sakin
Keymaster@fabger: You are try adding image to the Header Right Sidebar from “Appearance => Widgets”. You can use drag and drop “1. Catch Evolution Adspace Widget” widget to the Header Right Sidebar and add in the image.
Sakin
Keymaster@fangoch: Yes, we have found that issue in Catch Base Free version and have submitted the update to WordPress.org. Now, the theme review team will review it and will push it live soon.
Sakin
Keymaster@talkleft: I check in our server with Jetpack and I don’t see any issue with the sidebar. Maybe you have some Jetpack module which is not working fine. Can you activate and show me the issue so that I can check in.
January 20, 2015 at 8:11 pm in reply to: Responsive theme feature not adjusting pages correctly on mobiles. #50253Sakin
Keymaster@jamepompey: Theme is responsive but the your table in homepage is not responsive. It has lot of columns in table so it doesn’t fit. Can you try using Responsive Table plugin or responsive columns plugin and add in.
Same with your product page, where your details has fixed width of 525px. So, it’s issue. That can be fixed by adding in max-width css. Just add the following css in “Appearance => Theme Options => Custom CSS”
.single-product .product_info { max-width: 100%; } -
AuthorPosts
