Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@ch1800: You can see the comparison in pro version theme instructions page at http://catchthemes.com/theme-instructions/catch-flames-pro/ . This page list all the additional features in pro versions.
Sakin
Keymaster@ttiwia: can you post in your site URL and then I can check in what is happening. When you redirect your domain to another sub-domain then you need to install WordPress there.
Sakin
Keymaster@leotrim77: Thanks, you can post in your valuable review and rating at
https://wordpress.org/support/view/theme-reviews/catch-responsive?rate=5#postform and recommend to your friends.Sakin
Keymaster@RimFrost: If you want to add in
style.cssfile then you need to add in your child themestyle.cssfile. You shouldn’t edit/add any files insidecatch-responsivetheme directory. As all these files will be reverted back to original when you update the theme and you customization will be lost.Also if you add that in your css in your
style.css, it should work. I don’t see your css in style.css file at http://gigaphon.promotionnoire.de/wp-content/themes/catch-responsive/style.cssSakin
Keymaster@leotrim77: You can try adding in the following css in “Appearance => Customize => Theme Options => Custom CSS” box:
.no-sidebar.content-width #main { width: 100%; }Sakin
Keymaster@leotrim77: Yes, Catch Responsive Free theme don’t have that option. It’s there only in pro version.
Sakin
Keymaster@leotrim77: In this page http://www.leooglobe.com/test-page-1/, you have selected “No Sidebar (Content Width)”
As No Sidebar (Full Width) with look like this http://catchthemes.com/demo/catch-responsive/layout-options/no-sidebar-full-width/. SO, please check that page layout settings.
Sakin
Keymaster@knudkp: Yes, you can do that. Our subscription is only for a year and it get auto expired. So, you can renew it whenever you like. It’s all your choice.
Sakin
Keymaster@knudkp: If you page is private other will not be able to see it that is why 404 error appears.
Sakin
Keymaster@Juan: What’s not working there must be change in Jetpack updates. So, you need to check in Jetpack support forum. Also Facebook and Twitter keeps on changing settings. So, you might want to check that settings.
Sakin
Keymaster@Keir: It’s because of the following css in “Appearance => Theme Options => Custom CSS” box:
/*This code removed the 40 pixels of nothing at the top of the page*/ .site { width: 1280px; margin: 0px auto; }Replace that css with the following css:
/*This code removed the 40 pixels of nothing at the top of the page*/ .site { margin: 0 auto; }Sakin
Keymaster@truewp: You can remove posted in by add in the following css in “Appearance => Theme Options => Custom CSS Box”
.entry-meta .in-category { display: none; }In which language you are translating theme and how are you doing that. To change that text Tagged, you need to change through translation file .mo and .po files
I don’t get it which Leave a Reply you want to hide. Can you show me the URL.
Sakin
Keymaster@RimFrost Where do you add those CSS. If you add that from “Appearance => Customize => Theme Options => Custom CSS” box then it will work.
Sakin
Keymaster@ryangottfried: Can you let me know what’s not working with your site URL. There is nothing much changes. If you want to revert back then you can download version 1.0 from https://downloads.wordpress.org/theme/create.1.0.zip and then delete your existing theme and upload this one from “Appearance => Themes => Uploads => Add New”
Sakin
Keymaster@RimFrost: But what are you trying to do with the css:
For team the css shuld be as below:.teamportfolio { clear: both; display: block; } .teamportfolio .teamimage { display: inline-block; float: left; width: 20%; } .teamportfolio .teambox { display: inline-block; float: right; width: 78%; } .teamportfolio .teamname { font-weight: bold; color: orange; border: 5px solid #000; }For Single, I don’t get it what you are trying to do it as that class is not there in single posts.
Sakin
Keymaster@cytorath18: You can edit that page and then select “No Sidebar (Content Width)” from Layout options, that you will see in Catchbase Options meta box below you page editor.
Sakin
Keymaster@Kenta: Have you customize the site as I see code
<noscript>after each featured image. -
AuthorPosts
