Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@tscpgraphics: thanks for your appreciation. If you like Catch Responsive theme and support then please support it by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-responsive?rate=5#postform
Sakin
Keymaster@emree025: This is bit complex. First you need to edit your page and go to text mode. See this screenshot for text mode https://www.pinterest.com/pin/548594798332210926/ add then add
<span class="image-columns">before your image and add</span><!-- .image-columns -->after the images. So, it should be as below:
<span class="image-columns"><a href="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/freyler.jpg"><img width="446" height="70" alt="freyler" src="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/freyler.jpg" class="alignnone size-full wp-image-113" vdh-406539326=""></a> <a href="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/elternstiftung.jpg"><img width="446" height="70" alt="elternstiftung" src="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/elternstiftung.jpg" class="alignnone size-full wp-image-112" vdh-406539326=""></a> <a href="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/efedugme.jpg"><img width="446" height="70" alt="efedugme" src="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/efedugme.jpg" class="alignnone size-full wp-image-132" vdh-406539326=""></a> <a href="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/zbg.jpg"><img width="446" height="70" alt="zbg" src="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/zbg.jpg" class="alignnone size-full wp-image-121" vdh-406539326=""></a> <a href="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/wolfach.jpg"><img width="446" height="70" alt="wolfach" src="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/wolfach.jpg" class="alignnone size-full wp-image-120" vdh-406539326=""></a> <a href="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/bfw.jpg"><img width="446" height="70" alt="bfw" src="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/bfw.jpg" class="alignnone size-full wp-image-110" vdh-406539326=""></a> <a href="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/ttiad.jpg"><img width="446" height="70" alt="ttiad" src="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/ttiad.jpg" class="alignnone size-full wp-image-119" vdh-406539326=""></a> <a href="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/tes.jpg"><img width="446" height="70" alt="tes" src="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/tes.jpg" class="alignnone size-full wp-image-118" vdh-406539326=""></a> <a href="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/msk.jpg"><img width="446" height="70" alt="msk" src="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/msk.jpg" class="alignnone size-full wp-image-117" vdh-406539326=""></a> <a href="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/mina.jpg"><img width="446" height="70" alt="mina" src="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/mina.jpg" class="alignnone size-full wp-image-116" vdh-406539326=""></a> <a href="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/jbl.jpg"><img width="446" height="70" alt="jbl" src="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/jbl.jpg" class="alignnone size-full wp-image-115" vdh-406539326=""></a> <a href="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/guetermann.jpg"><img width="446" height="70" alt="guetermann" src="http://www.xn--trkischer-dolmetscher-bersetzer-oidv.de/wp-content/uploads/2013/02/guetermann.jpg" class="alignnone size-full wp-image-114" vdh-406539326=""></a></span><!-- .image-columns -->Then update that page and add the following css in “Appearance => Theme Options => Custom CSS” box:
.image-columns { clear: both: display: block; overflow: hidden; } .image-columns a { display: inline-block; float: left; width: 50%; } .image-columns a img.alignnone { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } @media screen and (max-width: 479px) { .image-columns a { display: block; text-align: center; width: 100%; } }Sakin
Keymaster@Jamie: You can adjust the padding-top in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:
#featured-post { padding-top: 30px; }Sakin
Keymaster@dfwrgjeff: Look like you have directly changed the css in style.css of theme. You shouldn’t edit/add any files inside catch-kathmandu-pro theme directly as all these edits will be reverted back to original when you update the theme. So, to edit CSS, you can either add it in “Appearance => Theme Options => Custom CSS” box or build child theme and add in your child theme style.css. For child theme you can refer to http://catchthemes.com/blog/create-child-theme-wordpress/. So, remove your css changes.
For any css, just for desktop only, you need to add inside this media screen. So, your padding top for title, should be as below:
@media screen and (min-width: 961px) { #site-title { padding-top: 40px; } }I see following css in “Appearnace => Theme Options => Custom CSS” box:
#hgroup-wrap { padding-bottom: 20px; }
Replace that with the following:
#hgroup-wrap { padding-bottom: 0; }Note: if you like to edit style.css then it shouldn’t be in parent theme, it should be in child theme.
Sakin
Keymaster@Sebastian: Can you post in your site URL so that I can give you css to remove menu and header.
For translation: there is two way one is adding language file inside theme language directory. You will see .mo and .po file. You can use the free plugin from http://poedit.net/ and then create your language files. Another option is to to install plugin like WPML and do the translation.
Sakin
Keymaster@Dona: Ok I think I understand your requirement. For that you need to add in Responsive columns plugin and then break image into 5 different images for each product. Then you can add image in the left and description in the right. This is only option I see.
Sakin
Keymaster@robertsonrfb: Thanks for your appreciation. If you like Catch Flames theme and support forum then please support Catch Flames theme by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-flames?rate=5#postform.
Sakin
Keymaster@yinglin1202: But your site is Password protected.
April 17, 2015 at 11:13 pm in reply to: Trying to re-create the "Featured Content" boxes on homepage #56033Sakin
Keymaster@Driven13: Need to look at your css as well. So, need tot check your site. Can you upload it in your test site.
Sakin
Keymaster@rublo: Thanks we will update it soon. Trying to find the problem. Sorry it might take some time.
Sakin
Keymaster@Jesse: Are you sure about it. As you already have Fixed Top Menu which will be there when you scroll to bottom. So, adding another footer menu might not look good. But if you want to add in then you can assign your custom menu as “Footer Menu” from “Appearance => Menus => Manage Locations”
Sakin
Keymaster@tscpgraphics: Yes, please refer to WooCommerce plugin documentation. We haven’t added anything in our theme to compliment with WooCommerce plugin. Yes, you need to upload large image and then regenerate the thumbnail again once you change those images settings.
Sakin
Keymaster@tscpgraphics: you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” boxL
#feature-slider .entry-title { font-size: 16px; }Sakin
Keymaster@m4rkym: Please be careful. You can delete the theme and install it as fresh installation. Maybe other files are also infected. Also, change all your password and maybe add security plugin.
Sakin
Keymaster@yinglin1202: I am bit confused with theme are you using it. Are you using Simple Catch theme or Catch Responsive Theme. Please post in your site URL.
Sakin
Keymaster@Maria: Did you activate the Catch Updater Plugin. If Catch Updater plugin is active then the upload should run normally. Let me know if you have issue, I will also email for assistance.
Sakin
Keymaster@amyfanton: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
@media screen and (min-width: 541px) { #featured-post .post.layout-four { margin-left: 0; width: 25%; } } #featured-post .entry-title { font-family: Palatino, "Palatino Linotype", "Book Antiqua", serif; }Sakin
Keymaster@leslie: I see that you are using qTranlsate X plugin and we haven’t made this theme compatible with that plugin. This theme is compatible with WPML and Polylang plugin. We are in the process of making it compatible with qTranlsate X plugin in next version update. For, now you need to build child theme. You can 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.
/** * Template for Clearing qtranslatex Invalid Cache */ function catchkathmandu_qtranslatex_invalidcache() { delete_transient( 'catchkathmandu_post_sliders' ); delete_transient( 'catchkathmandu_page_sliders' ); delete_transient( 'catchkathmandu_category_sliders' ); delete_transient( 'catchkathmandu_image_sliders' ); delete_transient( 'catchkathmandu_homepage_headline' ); delete_transient( 'catchkathmandu_featured_content' ); delete_transient( 'catchkathmandu_footer_content' ); delete_transient( 'catchkathmandu_footercode' ); delete_transient( 'catchkathmandu_featured_image' ); } add_action( 'after_setup_theme', 'catchkathmandu_qtranslatex_invalidcache' );Sakin
Keymaster@cblossants: In Catch Responsive Free theme there is no option to set FULL Width, it’s only there in Pro version. In free version, you can select “No Sidebar (Content Width)” from “Appearance => Customize => Theme Options => Layout Options => Default Layout” and then add the following css in “Appearance => Theme Options => Custom CSS” box to change Content width to full width.
.no-sidebar.content-width #main { width: 100%; }Note: You will have lot of additional featured in Catch Responsive Pro theme, for more details check out theme instructions page at http://catchthemes.com/theme-instructions/catch-responsive-pro/
-
AuthorPosts
