Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Edward: Ok for that, you need to go to “Appearance => Theme Options => Header Options”, check in “Move Site Title and Tagline” and save changes. Then you need to replace previous css with the following:
#hgroup { float: left; } #site-logo { float: left; margin-left: 20px; } @media screen and (max-width: 640px) { #site-logo, #hgroup { display: block; float: none; } #site-logo { margin-left: 0; } }November 3, 2015 at 11:52 pm in reply to: Polylang: translating Featured Content title and description #79078Sakin
Keymaster@Pius: Yes, looks like child theme issue. As child theme. Hum, why Polylang asked us to check in. As we don’t know know about how this plugin work in detail. So, they should be able to debug. When anyone from WPML plugin get issue, WPML always help them.
Looks like there is issue withwpml-config.xmlSo, can you send me that file and your child theme folder name.Sakin
Keymaster@akearns: If you haven’t add in then try disabling plugin one by one and check in. It must be added by plugin.
Sakin
Keymaster@Edward: oh ok I found it. Replace the previous css that I gave you with the following css:
#site-logo { float: left; } #hgroup { float: left; margin-left: 20px; } @media screen and (max-width: 640px) { #site-logo, #hgroup { display: block; float: none; } #hgroup { margin-left: 0; } }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; } } -
AuthorPosts
