Forum Replies Created
-
AuthorPosts
-
Sakin
Keymastersolved.
Sakin
Keymaster@rxcosta: it says website is offline. Check your url http://www.villagepc.org/bulletin-board/
Sakin
Keymaster@rxcosta: Can you show me the URL where it is not working. As I cannot find forum in http://www.villagepca.org/
Sakin
Keymaster@rxcosta: If that worked in test site then it will work in live site as well. Why don’t you use the same settings. We haven’t tested with BBpress plugin.
Sakin
KeymasterAlso the line in not a bug but added to separate to content. You you want to remove the line then you can add the following CSS in “Appearance => Theme Options => Custom CSS”
.site-content article { border: none; }Sakin
Keymastersame question posted twice. I have answered you in http://catchthemes.com/support-forum/topic/after-adding-images-to-post-lines-appear/
Sakin
Keymaster@Mirko034: There is image wrap issue as there it no content but just an image. So, can you add the following css in “Appearance => Theme Options => Custom CSS” box until we fix this in next version update.
.site-content article { height: 1%; overflow: hidden; }Sakin
Keymaster@paulinepkehoe: the URL is not working. In individual page or post screen options, you have to check “Discussion”. Which will show you the discussion box under your post/page editor. Then uncheck “Allow comments.”
Sakin
Keymaster@rxcosta: Not all theme are BBPress compatible. We need to build separate module for BBPress and currently Simple Catch Pro in not compatible with BBpress.
Sakin
Keymaster@acanthuroid: Sorry this is not our product so, we need to know response from them to address your issue.
Sakin
Keymaster@somekyleguy: You can do same thing. For all the elements you can just add the rounded corner as you like.
#branding #access, #colophon #access-footer { -moz-border-radius: 5px; border-radius: 5px; }Sakin
Keymaster@rxcosta: Yes the vertical lines are the effect. You can disable that Go to “Appearance => Theme Options => Featured Slider => Slider Options”. Then Check “Disable Slider Background Effect”.
Sakin
Keymaster@wagllc: In Simple Catch Free theme you cannot replace that. You need to upgrade to Simple Catch Pro theme where there is additional sidebar “Header Right Sidebar” where you can add any widgets you will will replaces the search.
But yes you can hide the search in Free version with the help of css. Just add the following css in “Appearance => Theme Options => Custom CSS box”
#header .social-search form.searchform { display: none; }Sakin
Keymaster@rxcosta: There is not site in villagepca.org . Please check the url or fix the site and buzz me back.
Sakin
Keymaster@somekyleguy: Wow so many questions at a time.
1. make the grey background transparent to show the main background.
— Add the following CSS in “Appearance => Theme Options => Custom CSS” box.#page, #main { background-color: transparent; }2. close the gaps between all the content boxes and widget boxes (about half)
— Add the following CSS in “Appearance => Theme Options => Custom CSS” box..hentry, .no-results, #author-info, #disqus_thread, #content .error404 { margin-bottom: 1em; }It is not recommend to change the distance between the sidebar and content.
3. round the corners of the footer box off to match all other content boxes
— Add the following CSS in “Appearance => Theme Options => Custom CSS” box.#site-generator { -moz-border-radius: 5px; border-radius: 5px; }4. remove top and bottom grey lines on the footer.
— Add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#colophon, #site-generator { border: none; }5. make the footer #fff
— the footer is already #fffSakin
Keymaster@msternkopf: Yes Michelle, I just got your query forwarded to me from Sangeeta. Then I check in the site URL you have send to her.
Looks like there is conflict with the plugins that you are using. So, try disabling plugin one by one and then check in your iPad.
If you want us to check it for you then you can send your site Admin access to Sangeeta.
Sakin
Keymaster@Potzas: I don’t understand your question.
You have blog at this page http://reefadmin.com/blog/ this list all your blog posts. But you have hide your blog title here. So, you can recover that by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
.page.page-blog .entry-title { display: block; }Then in homepage you have static content. But if you want to add additional page. Then first go to “Appearance => Theme Options => Homepage Settings => Homepage / Frontpage Settings. Then check “Enable Latest Posts or Page” then go to “Settings => Reading”. Then in “Front page displays” setting check “A static page (select below)” and select “Front page” with the page you want to add in homepage. But don’t change anything in “Posts page”
Sakin
Keymaster@GAHC: You can either add widgets in Header Right Sidebar that replaces the Search though “Appearance => Widgets” or you can disable the default header right sidebar though “Appearance => Theme Options => Header Right Sidebar Options”, then check “Disable Header Right Sidebar” and save it.
-
AuthorPosts
