Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@kkrehbiel: That is latest post in your homepage. If you just want welcome static page. Then you should create new page from “Pages => Add New” and then set that page as front page from “Appearance => Customize => Static Front Page”, check in “A static page” and then select that page in “Front page”.
But if you want to keep it as post and want to show full content. Then you need to go to “Appearance => Customize => Theme Options => Layout Options” and then select “Show Full Content (No Featured Image)” form “Archive Content Layout” option.
Sakin
Keymaster@Shawna: If you go to “Appearance => Theme Options => Featured Content => Featured Content Options” you will see three option “Homepage, Entire Site and Disable” in
Enable Content. So, to show only in Homepage, just check in “Homepage” and save it.Sakin
Keymaster@vannon: I see that you have edited core theme style.css which is not recommended. As all the edited done to style.css will be reverted back to original when you update the theme and you will lose your customization. So, to edit the css either you need to add CSS in “Appearance => Theme Options => Custom CSS” box or build child theme and add in your child theme style.css
So, add the following css in “Appearance => Theme Options => Custom CSS”
@media screen and (max-width: 767px) { #branding hgroup { padding: 0; } }Or remove the following css from your style.css file
#branding hgroup { padding: 5.30625em 0 2em 0; text-align: center; }Sakin
Keymaster@bphibbard: That’s good that you found it yourself. Also check in our theme instructions page http://catchthemes.com/theme-instructions/adventurous-pro/ for more information.
Sakin
Keymaster@Mikhail: You need to add in plugin like Contact Form 7 or Jetpack plugin contact module or gravity form and so on.
Sakin
Keymaster@Mikhail: In Catch Responsive Pro theme, if you want to totally remove Header Search and Social icons. Then you can go to “Appearance => Customize => Theme Options => Header Right Sidebar Options” and then check in “Check to disable Header Right Sidebar”. But if you want to remove only search and add in social. Then you can go to “Appearance => Widget” and then add only “CT: Social Icons” to Header Right Sidebar.
Sakin
Keymaster@Joseph Bodywork: For multi-language plugin like Polylang and WMPL, you need to upgrade to Pro version. Catch Everest Free theme is not yet Polylang plugin ready, only Catch Everest Pro is ready.
Sakin
Keymaster@kaschik: Sorry there is no option to add in custom social link in Simple Catch Theme. For the you need to build child theme and add the manual link and image. Also you might want to search for plugin which has Tripadvisor icon.
Sakin
Keymaster@Orlando: Ok or UberMenu, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
@media screen and (max-width: 990px) { .mobile-menu-anchor { display: none; } .nav-primary { display: block; } }Sakin
Keymaster@Crusoe: Please post in your site URL so that I can check in what’s happening. If you are using Page/Post/Category slider. Then after you change the theme, you need to regenerate the thumbnail using Regenerate Thumbnail plugin https://wordpress.org/plugins/regenerate-thumbnails
Sakin
Keymaster@HallMarc: Thanks. Yes, we are having hard time in Nepal. But we are working hard.
That’s great that you found css. Can you post in what you did so that it will be helpful for others.
Sakin
Keymaster@Cedric: That’s nice, you can solve the issue and also pointed out the solution. This will be very useful for all the Chinese users.
Sakin
Keymaster@oliviernouhi: Sorry, we only support theme developed by us. You can check our themes at http://catchthemes.com/themes/
Sakin
Keymaster@marcodimi: That skype and social links will be displayed by using “CT: Social Icons” widget to your sidebar from “Appearance => Widgets”
Sakin
Keymaster@Phil: To hide the tags then you need to post the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.entry-footer .tags-links { display: none; }But if you want to hide both tags and category then it will be as below:
.entry-footer { display: none; }Sakin
Keymaster@roderick: Update process is mentioned in Theme Instructions page at http://catchthemes.com/theme-instructions/catch-responsive-pro/#updating
Sakin
Keymaster@easychoice: You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.sidebar-header-right { display: none; }Sakin
Keymaster@Mary Beth: I check in your site and also click on link and it’s working fine. Can you check your site. Also 400 Bad Requests error is not the theme issue, it’s your server issue and if you get error like this then you need to post in your website server support.
Sakin
Keymaster@j17dascoli: That the cache of Facebook. You can check your new open graph data from https://developers.facebook.com/tools/debug . Add in your site URL and click on “Debug”, after that click on “Fetch new scrape information” and check in. This will show the exact data that facebook will take when they refresh the cache.
Sakin
Keymaster@curlyrenee: You can change the max-height in the following css and then add it in “Appearance => Theme Options => Custom CSS” box. Width is auto and depends on the height of your logo.
#site-logo img { max-height: 41px; } -
AuthorPosts
