Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Dane30: There was transient cache. If you have changed anything in theme Option panel then it will clear the transient cache. It’s done. Have a nice day.
Sakin
Keymaster@lailablake: Can you show me your website? It’s always best practice to show the website URL as that we know that you really need it. I will give it recommendation. But this is the first time we have seen goodreads.
Sakin
Keymaster@thess: Not at this stage. this option is not there. But you might consider using plugin for comments.
Sakin
Keymaster@ali125: Can you send me screenshot of the problem. I cannot see the problem in your site.
Sakin
Keymaster@Anna: Currently there is no option to add that. You might considering the text in the sidebar.
If you want then you might also create the header image with the text on it.
As to add this option, you only can do if you have programming skill. You need to build child theme and then you need to create new function to add text and hook with action catcheverest_hgroup_wrap().
March 9, 2013 at 11:54 am in reply to: How can i implement to have no "next" button, the posts to load by themselfs #4856Sakin
Keymaster@darksoul2001ro: For that you might consider using Jetpack plugin.
Sakin
Keymaster@shurican: For that you need to build child theme and then add it in the child theme folder.
Sakin
Keymaster@darksoul2001ro: The best option is to watch this video and see how to find ID and Class in website.
Sakin
KeymasterThe css will hide the entry meta in content footer in Hompage and post/page.
footer.entry-meta { display: none; }
About changing H2 tag that you need to build child theme and edit that. There is no easy way to do that.
March 9, 2013 at 11:38 am in reply to: Full-width logo: close empty space above & below, match menu bar width #4850Sakin
Keymaster@jimchicago: WOW so many questions.
– eliminate that thin white gap now above the header
#header .top-bg { display: none; }
delete the gray horizontal line spanning the page, just above main content area
#header { border: none; }
make the main content area wider and the R-hand sidebar narrower
— I don’t recommend you to do this as this will make the theme damage.change certain style elements of the main-menu bar
— What do you mean by this? I am confused.Sakin
Keymaster@verena.v: Ok we will check on that. But if you have live site then I will be able to test it. Once you put the site is live send me the access in support[at]catchthemes[dot]com and I will look at it.
The next good news is that we are releasing the New Fully Upgraded Version of Catch Responsive Theme in few days.
Sakin
Keymaster@verena.v: Please use Catch Responsive forum. Catch Responsive is different theme.
Sakin
KeymasterSakin
Keymaster@futureblu: Replace the previous css I gave you with the following
.entry-meta ul li { background: none; }
.entry-meta .author, .entry-meta .last, .entry-meta span { display: none; }
Sakin
Keymaster@robx: Yes you can do that if you know the Id of the post that you want to hide in Category. For example if you want to hide the post ID 340 then the css will be as below. You can replace the ID as per your need.
.archive .post-340 {display: none; }
Sakin
Keymaster@subper: Don’t edit the sytle.css directly. Use the Custom CSS box in your Theme Option panel to add css. As if you add any thing in style.css will be overwrite when you do the theme update.
Maybe all these option will be added in Pro version. We are in the planning process.
Sakin
Keymasteryou can add the following css
#header-left { height: 80px; }
-
AuthorPosts