Forum Replies Created
-
AuthorPosts
-
January 20, 2015 at 8:11 pm in reply to: Responsive theme feature not adjusting pages correctly on mobiles. #50253
Sakin
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%; }Sakin
Keymaster@Navdit: Which theme are you using it? It depends on the theme that you are using. There must be Header and Footer Code Box, where you can insert scripts. You can also check out theme instruction page http://catchthemes.com/theme-instructions/.
If you want these script to be manage using plugin then you can use our plugin http://catchthemes.com/wp-plugins/catch-web-tools/
Sakin
Keymaster@reefadmin: Where are you trying to add bullet point?
Sakin
Keymaster@TBM: There won’t me more tag on pages. You can split content on pages using Next Page pagination code
<!--nextpage-->. Read this http://en.support.wordpress.com/splitting-content/nextpage/Sakin
Keymaster@TBM: Not sure about this. You might want to search for plugin or javascript to do this. It’s not possible just by css.
Sakin
Keymaster@Navdit: Sorry, but removing the footer credit option is only there in Pro version where you will get Footer Editor option in your theme options panel. For more additional features in Pro version, check out http://catchthemes.com/theme-instructions/catch-box-pro/
Sakin
Keymaster@Epheistos: Then add in the second part as well.
Sakin
Keymaster@Navdit: I have tested in and it’s working fine in my side. Ok I will contact you so that I can check in your server.
Sakin
Keymaster@Navdit: Can you post it in you site URL so that I can see what’s happening. Did you check in this tutorial about menu at http://catchthemes.com/blog/custom-menus-wordpress-themes/
As when you create custom menu, there you can add or remove menu items as per your need.
Sakin
Keymaster@Wade: Sorry you question is not so clear. Do you have any screenshot on how you want to add in.
As you can easily add images from Add Images in your page/post. You can check this http://en.support.wordpress.com/images/ and if you want it like the gallery, then you can install JetPack plugin and activate ‘Tiled Galleries’.
Sakin
Keymaster@mereed: These option are there in Pro version. You can choose Featured Page Slider or Post Slider or Category Slider. Or even you can add in your own custom image slider where you can add image, title, link, content all as per your need. For more details about pro version, check out theme instructions page at http://catchthemes.com/theme-instructions/catch-base-pro/
Sakin
Keymaster@Casper: There are lot of Breadcrumb plugin in WordPress.org and we have already added support for the popular one that is “Breadcrumb NavXT” plugin. Just install that and it will start working.
But if you want to use Yoast breadcrumb plugin then you need to build child theme, you can ready about child theme and download sample child theme from http://catchthemes.com/blog/create-child-theme-wordpress/ and then add the following code in your child theme functions.php file
function adventurous_breadcrumb_display() { if ( function_exists('yoast_breadcrumb') ) { yoast_breadcrumb('<div class="breadcrumb container">','</div>'); } }Sakin
Keymaster@alexmo: This is quite complicated and link can be there in many places where you add in links. So, I suggest you to try plugin instead. There are lot of no follow plugin in WordPress.org and other premium plugins provider.
Sakin
Keymaster@Angel: There is 2 issues in here. I cannot look at our site when it’s in local version. Second, we cannot worked much in Polylang plugin. I just know that it work fine with our latest version of Catch Kathmandu Pro if you add that flag in Widgets. Also we added this after one of our user requested to add it. Add in menu is high level of customization, hope you have done through child theme.
So, please add this site live in your testing server and I can check in.
Sakin
Keymaster@Jarden:
To center in homepage and featured image in all. You can add the following css in “Appearance => Theme Options => Custom CSS” box:.home #primary { text-align: center; } .featured-image img { display: block; margin: 0 auto; }But to put the post tile on top of the featured image. It’s not possible simply with custom css. So, for this you need little advance coding knowledge. For this, you need to build child theme. You can read about child theme and download sample child theme from http://catchthemes.com/blog/create-child-theme-wordpress/
Then you need to copy file content.php from catch-everest theme to your child theme, then move the code
<?php if( has_post_thumbnail() ):?> <figure class="featured-image"> <a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'catcheverest' ), the_title_attribute( 'echo=0' ) ) ); ?>"> <?php the_post_thumbnail( 'featured' ); ?> </a> </figure> <?php endif; ?>Below:
<!-- .entry-header -->Sakin
Keymaster@rdrossel: So, what you want to do it? Can you explain in reference with your site URL.
Sakin
KeymasterHi Luis,
I am not that good with sales stuff. So, you can contact our sales directly at http://catchthemes.com/contact-us/. As per my guess, yes it’s better to open new account in that company name and purchase it. As if the company claims later on then we need to transfer anyhow. But I don’t have any issue with your account purchasing for different company.
Sorry, I don’t remember which widget text color are you talking about. In Catch Box Pro, we have “Sidebar Widget Title Color, Sidebar Widget Text Color”.
Regards,
SakinSakin
Keymaster@greg2015: Please check in plugin compatibility. I assured you that we have no issue in theme. That
<?php get_template_part( 'content', 'page' ); ?>calls for the file content-page.php file. You will not find any issue in that page. I have already check in. To check in this is theme issue, you can just add other widget and check in. You are having issue only when you add this widget. So, you must understand that there is issue with that plugin widget.I have recheck all the codes fully to ensure that there is no missing codes.
Note:
1. You are using old version of Catch Everest Theme.
2. You are not supposed to edit/add any files inside catch-everest theme directory. As all these edits will be reverted back to original when you update the theme. So, to make major changes in the theme, you need to build child theme and work in your child theme. But if there is only minor css changes then you can use build in Custom CSS from “Appearance => Theme Options => Custom CSS” box. -
AuthorPosts
