Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Jeff:
1. Fixed header height changes, if you change the height of menu items or logo or icon as it is wrapped by menu wrapper. We called that as Fixed header top menu. But if you like to manually increase the height, then you can adjust the height in the following css as per your need and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.nav-primary { height: 50px; }2. To change the number of Featured Content. You need to go to “Appearance => Customize => Featured Content => Featured Content Options => No of Featured Content” and change the number and click on “Save & Publish”, then you need to refresh your browser or close the customizer and reopen it again as that customizer need to be refreshed. Then you will see the number has been changed.
Sakin
Keymaster@Alexis: Thanks for your appreciation. Yes, the post widget adds in link only in title and more text of the post. As it’s not good to add link in whole content. But if you have featured image in that post then that featured image will also be link to post. For featured image check this http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-wordpress-postpage/
Sakin
KeymasterLooks like you are talking about blockquote background. In pro version there are color options for various elements but nor for HTML tag like bloxkquote. For that you can edit the color code in the following css as per your need and then add it in “Appearance => Customize => Theme Options => Custom CSS” box:
#content blockquote { background-color: #000; color: #fff; }Sakin
Keymaster@Panayot: Thanks for the theme check but that is only for free theme. Also you have fixed most of it in our latest version. We follow guideline properly and many comes new.
1. screen-reader-text class has been added which is only useful for accessibility
2. missing text domain has been fixed which is only useful for translation
3. Screenshot size is just recommendation and we are using recommended size 880×660
4. Now, there is only one text domain use. This is just info for translation. Theme should generally use only one text domainSakin
Keymaster@Florence: For detail customization like this, you need to post in your site URL so that I can check in and suggest you css.
1. That page take the category title followed by Category Archives: . So, if you want to edit the title then edit the category name. But if you want to edit “Category Archives:” then you need to build child theme. For child theme, refer to http://catchthemes.com/blog/create-child-theme-wordpress/ and then copy archive.php file to your child theme and edit that.
To remove the border in that title, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
.page-header { border: none; }2. Archive and search are the default widget if there is no widget in the sidebar. So, go to “Appearance => Widgets” and drag and drop widgets as per your need in your sidebar which will replace the default widgets.
3. Sorry I don’t get it what you mean. Title of the post is always above the content of the post.
4. To hide entry meta, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
.entry-meta { display: none; }Sakin
Keymaster@Patrick: Please update theme to latest version. We updated all our Premium/Pro theme yesterday to make it WordPress 4.3 compatible.
No so sure about your issue. So, first update the theme and check in. Also clear your cache after you update it.
Sakin
Keymaster@knudkp: Please update theme to latest version. We updates all our Premium/Pro theme yesterday to make it WordPress 4.3 compatible.
Sakin
Keymaster@margarita: It should be like that. Have you customize the code directly in parent Catch Responsive theme. How was your front page content added? Can you check the settings after you activate the child theme. As when you activate the child it, it treats your theme as new theme and then you need to set few settings again. Like assign custom menu, widgets and all.
For plugin, you need to search at http://wordpress.org/plugins/
Sakin
Keymaster@AirOnSkin: I see that you have customize the site and remove code from footer.php. Please revert back the codes in footer.php file and then you will be able to get mobile menu back.
Sakin
Keymaster@Phil: First go to “Appearance => Widgets” and add in Text widget is “Header Right Sidebar” and then add in your telephone number and email.
To reduce, send me your site URL and let me know by how much you want to reduce it.
Sakin
Keymaster@Bandit: Yes, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
.site-content article { -webkit-hyphens: manual; -moz-hyphens: manual; hyphens: manual; }Sakin
Keymaster@Everywear: For responsive design, you can check our demo page at http://catchthemes.com/demo/simplecatch-pro/.
Simple Catch Pro uses different code base but your content are in WordPress and it’s not in Theme. So, all your content will be safe. But you might need to change custom css.
Sakin
Keymaster@Patrick: Yes, there is bug and we are fixing it in next version update 3.2 which is schedule to be release by this week. If you want to change it now, then send me the color code that you want to change to and your site URL. Then I will send you custom css.
Sakin
Keymaster@Jamie: Looks like you have page called home and then you have set another page as static front. So, you have pages with home. So, best option will be to create custom menu from “Appearance => Menus” and then add pages as per your need. To add homepage see this screenshot https://www.pinterest.com/pin/548594798331207092/. To learn more about custom menu, refer to http://catchthemes.com/blog/videos-blog/video-series-creating-wordpress-custom-menus/
Sakin
Keymaster@Myrens: Not sure how you got that number from. Looks like there is some code that you have added in theme core. So, first try updating theme to latest version. This will revert back all the original theme files. If this doesn’t get removed after update then check you plugins.
Sakin
Keymaster@VERGNES: It should be fine. I check in our demo site at https://developers.google.com/structured-data/testing-tool/ and it looks fine.
Sakin
Keymaster@KhalidM:
1. To change font to Arial, you need to add following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:body, button, input, select, textarea { font-family: arial; } h1, h2, h3, h4, h5, h6 { font-family: arial; }2. You can adjust the width in the following css as per your need and add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
@media screen and (min-width: 991px) { /* Site Main Wrapper */ .site { max-width: 80%; } /* Content Area */ #main { width: 70%; } /* Sidebar Area */ .sidebar-primary { width: 30%; } }3. You can go to “Appearance => Customize => Site Title & Tagline”. Then uncheck “Display Header Text” to hide site title and tagline and uncheck “Check to disable logo” to show logo and then upload your own logo by clicking on change image. To center logo, you need to add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#site-branding { width: 100%; text-align: center; } #site-logo { display: block; float: none; margin: 0 auto; }Sakin
Keymaster@Harry: Yes, when you have problem with login and logout, it’s usually cache issue. For that, you need to go to your cache plugin settings and clear your cache.
Sakin
Keymaster@Laurie: Sorry I don’t understand it. As when I check in your site, I can click on submenu.
-
AuthorPosts
