Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@LeslieMiller: You are using old version. So, I won’t be able to fix it. Can you upgrade to latest version of Simple catch. If the problem still exist then let me know it.
Sakin
KeymasterFinally I got it what you mean. I got solution for you. Now, can you replace the code in sidebar.php with this one https://dl.dropbox.com/u/81234910/sidebar.php
Sakin
KeymasterThe dropbox image did you make it public as it is not accessible to me.
Sakin
KeymasterCan you send me the image screenshot for that I can check in.
October 31, 2012 at 12:08 am in reply to: catch-box: I can't change the default layout anymore #1446Sakin
KeymasterHi Christophe,
For now you can replace your copy of function.php with this one http://themes.svn.wordpress.org/catch-box/1.5.5/functions.php and your style.css with this one http://themes.svn.wordpress.org/catch-box/1.5.5/style.css
the video is still not visible for me. I think there is country restriction. But I am sure that this will fix your issues as it has fixed for all other users.
Regards,
SakinSakin
KeymasterHi Christophe,
I am not being able to see your video. It’s error. I see that you have created custom HomePage By PMA template. So, what you want to achieve. I think your old screenshot will be best for me.
Regards,
SakinSakin
Keymaster@elielhillel: But I would like to tell you. If you could highlight the issue in IE7 and add in the screenshot. Someone might be able to help you. Even I will look into it if it’s just a simple one.
Sakin
Keymaster@elielhillel: You got different issue. Can you add the following css in your “Custom CSS” box in you theme options under Appearance Tab:
.sidebar-content #primary {
float: right;
margin: 0 0 0 -35.5%;
}
.sidebar-content #content {
margin: 0 3% 0 38.6%;
}
.sidebar-content #secondary {
float: left;
margin-left: 3%;
margin-right: 0;
}
.sidebar-content.singular #content {
margin: 0 3%;
position: relative;
width: auto;
}
All this issue will be fixed in version 1.5.5 soon. This is just a temporary fix. As soon as the new version is available for download. You can just remove this.
Sakin
Keymastercan you replace this in your function.php file line no 625 till 655
/**
* Adds two classes to the array of body classes.
* The first is if the site has only had one author with published posts.
* The second is if a singular post being displayed
*
* @since Catch Box 1.0
*/
function catchbox_body_classes( $classes ) {
$options = catchbox_get_theme_options();
$layout = $options['theme_layout'];
if ( function_exists( 'is_multi_author' ) && !is_multi_author() ) {
$classes[] = 'single-author';
}
if ( $layout == 'content-sidebar' && !is_page_template( 'page-disable-sidebar.php' ) && !is_page_template( 'page-fullwidth.php' ) ) {
$classes[] = 'content-sidebar';
}
elseif ( $layout == 'sidebar-content' && !is_page_template( 'page-disable-sidebar.php' ) && !is_page_template( 'page-fullwidth.php' ) ) {
$classes[] = 'sidebar-content';
}
elseif ( $layout == 'content-onecolumn' && !is_page_template( 'page-disable-sidebar.php' ) && !is_page_template( 'page-fullwidth.php' ) ) {
$classes[] = 'content-onecolumn';
}
elseif ( is_page_template( 'page-disable-sidebar.php' ) || is_attachment() ) {
$classes[] = 'singular';
}
elseif ( is_page_template( 'page-fullwidth.php' ) || is_attachment() ) {
$classes[] = 'fullwidth';
}
return $classes;
}
add_filter( 'body_class', 'catchbox_body_classes' );
Let me know if this fix your issue and then I will release the patch now.
Sakin
Keymaster@SunnerBubbsy:
can you replace this in your function.php file line no 625 till 655
/**
* Adds two classes to the array of body classes.
* The first is if the site has only had one author with published posts.
* The second is if a singular post being displayed
*
* @since Catch Box 1.0
*/
function catchbox_body_classes( $classes ) {
$options = catchbox_get_theme_options();
$layout = $options['theme_layout'];
if ( function_exists( 'is_multi_author' ) && !is_multi_author() ) {
$classes[] = 'single-author';
}
if ( $layout == 'content-sidebar' && !is_page_template( 'page-disable-sidebar.php' ) && !is_page_template( 'page-fullwidth.php' ) ) {
$classes[] = 'content-sidebar';
}
elseif ( $layout == 'sidebar-content' && !is_page_template( 'page-disable-sidebar.php' ) && !is_page_template( 'page-fullwidth.php' ) ) {
$classes[] = 'sidebar-content';
}
elseif ( $layout == 'content-onecolumn' && !is_page_template( 'page-disable-sidebar.php' ) && !is_page_template( 'page-fullwidth.php' ) ) {
$classes[] = 'content-onecolumn';
}
elseif ( is_page_template( 'page-disable-sidebar.php' ) || is_attachment() ) {
$classes[] = 'singular';
}
elseif ( is_page_template( 'page-fullwidth.php' ) || is_attachment() ) {
$classes[] = 'fullwidth';
}
return $classes;
}
add_filter( 'body_class', 'catchbox_body_classes' );
Sakin
KeymasterI have just send you email in your info of puurslof.be . Check your email and send me reply.
October 29, 2012 at 11:46 pm in reply to: catch-box: I can't change the default layout anymore #1425Sakin
KeymasterHi Christophe,
Have to done any customization on theme as it is working fine on our side. Send me your site URL and I will check in.
Regards,
SakinSakin
Keymaster@elielhillel: Catch Box only supports IE version 8 onwards.
Sakin
Keymaster@arianne: You site is not loading this JS. http://www.sinds1972.nl/wp-content/themes/catch-box/js/catchbox-menu.min.js . Can you update your theme and let me know it.
Sakin
Keymaster@reddog14: You can hide it with the help of css. Just add the following CSS in “Custom CSS Box” in Theme Options under Appearance Tab of your WordPress Dashboard.
#header .social-search form.searchform {
display: none;
}October 29, 2012 at 11:28 pm in reply to: Remove "Leave A Comment" section from bottom of page #1421Sakin
KeymasterThanks Christophe
Sakin
Keymaster@iirving: It’s bit strange why catchbox-menu.min.js is not working on your site. Le me know you customization and the version of the theme you are using. I couldn’t check in as the style.css is minify.
Sakin
Keymaster@sabine: it’s same you just need to check the css and hide the one you don’t need it.
Sakin
KeymasterHi pele: There is one css trick you can use it.
For Regular Ads, wrap the ads code with regular wrapper div. For example:
<div class="regular-ads">Add in your regular ads script</div>
For Mobile ads, wrap the ads code with the mobile wrapper div. For example:
<div class="mobile-ads">Add in your mobile ads script</div>
Then you can use the “Custom CSS” box in your theme option to show and give the div in various devices:
For example:
/* For Regular */
.mobile-ads { display: none; }
/* For Mobile view */
@media screen and (max-width: 767px) {
.mobile-ads { display: block; }
.regular-ads { display: none; }
}
-
AuthorPosts