Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@shelbyjl5: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
.entry-summary img { max-width: 100%; height: auto; }Sakin
Keymaster@Debbie: I check in your live site and slider text is displaying fine.
Sakin
Keymaster@convey: You can try adding in the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
@media screen and (max-width: 990px) { .nav-primary { display: block; } #mobile-header-left-menu.mobile-menu-anchor { display: none; } }Sakin
Keymaster@Cattext: Yes, you are right. You can edit/remove footer information in Catch Evolution Pro from “Appearance => Theme Options => Footer Editor Options”.
If you want to add text then you can build child theme and add text in your child theme
footer.phpfile or you can create function in your child themefunctions.phpfile and add it usingcatchevolution_site_generatorhook. For child theme, refer to http://catchthemes.com/blog/create-child-theme-wordpress/Sakin
KeymasterYou need to check your child theme file. I don’t know from where you have added in as I don’t know our code in child theme.
November 3, 2015 at 12:14 am in reply to: Polylang: translating Featured Content title and description #79030Sakin
Keymaster@Pius: Can you post in Polylang plugin support forum and let us know what they will say to you. We have only worked with WPML team. So, Polylang team should talk with this in regards.
Sakin
Keymaster@defuentes: Thanks for your appreciation. If you like by support and Catch Adaptive theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-adaptive?rate=5#postform
Sakin
Keymaster@Vitaliy: You need to know about WordPress function for this level of customization. See this https://codex.wordpress.org/Function_Reference/get_the_category_list . IF not then you need to consider hiring customizer.
Sakin
Keymaster@pedro36: If you want to change older posts to pagination then you can install plugin like WP-PageNavi. But if you just want to change that text then first download CAtch Evolution Pro child theme from http://catchthemes.com/blog/create-child-theme-wordpress/ and then copy
catchevolution_content_nav()function fromcatchevolution-functions.phpfile your child themefunctions.phpfile and edit text as per your need.Sakin
Keymaster@Tomáš: Can you show it in screenshot what you mean. So, that it will be clear for me to send you custom css. I am but confused.
Sakin
Keymaster@Joachim: Sorry there is issue with the css I gave you. It should be min-width instead with max-width. So, replace your current css:
@media screen and (max-width: 768px) { .site-description { font-size: 48px; } }with the following css:
@media screen and (min-width: 768px) { .site-description { font-size: 48px; } }Sakin
Keymaster@LynJon: Thanks for your appreciation. If you like my support and Catch Responsive theme then please support us by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-responsive?rate=5#postform
Sakin
Keymaster@mbfadmin: I can still see logo in your header. Did you clear/empty WP Super Cache plugin settings after you made these changes.
Sakin
Keymaster@Edward:
1. You can add following css in “Appearance => Theme Options => Custom CSS” box to align header image with site title and tagline.#hgroup { float: left; margin-left: 20px; } @media screen and (max-width: 640px) { #site-logo, #hgroup { display: block; float: none; } #hgroup { margin-left: 0; } }2. To add Slider, you need to go to “Appearance => Theme Options => Featured Slider => Slider Options”. Then select Slider Type, Slider Layout and Enable Sidebar and setup accordingly. For more, refer to theme instructions page at http://catchthemes.com/theme-instructions/catch-box-pro/
Sakin
Keymaster@defuentes:
1 The image you are talking about is width 336px width and 500px height. But we need width of at least 410px and height at least 231px. Your height is larger but width is smaller that if why you have issue. Try uploading image with width more then 410px.2. Why latest post in not giving you description in Facebook. You can install “SEO by Yoast” plugin and configure it. Then you can test it by adding your URL at https://developers.facebook.com/tools/debug/ and then click on “Debug”. After this, you can click on “Fetch new scrape information”.
Sakin
Keymaster@Joachim: Try changing font in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
@media screen and (min-width: 768px) { .site-description { font-size: 13px; } }November 1, 2015 at 11:04 pm in reply to: Polylang: translating Featured Content title and description #78967Sakin
Keymaster@Pius: I am not sure about Polylang issue in Child theme. Can you try activating theme without child theme and check in. It should show in string translation as it’s showing in WPML string translation.
-
AuthorPosts
