Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@caminale: It should work. Check out http://codex.wordpress.org/WordPress_in_Your_Language
No, you have to create new .mo and .po file. It’s always theme specific.
Sakin
Keymaster@thivi: Yes that will enable you for support but I don’t recommend you changing that. Also when you want to edit core theme file, you need to build child theme and edit it. As all the core theme files edited directly will be reverted back to original once you update the theme.
Sakin
Keymaster@oroblin: You should add your site URL in order to check in the details.
For footer height the custom css in “Appearance => Theme Options => Custom CSS” should work.#site-generator .site-info { padding: 10px 0; }For paragraph, you can add the following CSS in “Appearance => Theme Options => Custom CSS” should work.
p { margin-bottom: 20px; }But be careful on these custom css code, as these css will be added to all devices and might effect your mobile devices spacing. So, if you want to change only for large screen then add as below:
@media screen and (min-width: 1061px) { #site-generator .site-info { padding: 10px 0; } p { margin-bottom: 20px; } }Sakin
Keymaster@K.S: Yes, you will loose your custom code that you have added in core theme files, as all the core theme files will be reverted back to original even when you update it. So, we don’t recommend to edit any core theme files. You can customize the theme from “Appearance” tab. All these customization will be not be reverted.
For now can you just replace footer.php with the original and check in. You can actually remove the footer copyright from “Appearance => Theme Options => Footer Editor” Box. You don’t need to edit footer.php file.
Sakin
Keymaster@lizzy39: You cannot have same like that but you have Posts page where you posts are listed with image and excerpt text and link to full page.
Sakin
Keymaster@CWG32813: You cannot do that. It’s designed like that. It will show all the menus. But when I check in your site from my iPhone, it was easy to navigate.
If you like to change to select box then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
@media screen and (max-width: 767px) { .sb-holder { display: none; } .tinynav { display: block !important; width: 100%; } }Sakin
Keymaster@Stefing: I think you didn’t read instruction clearly. You are not supposed to edit any core theme files and replacing the image from FTP in a bad method and you will loose your image once you update the theme. As all the core files edited will be reverted back when you update the theme.
I see that you are using Catch Everest Free theme. In our free themes,you only have option to user Featured Post Slider from “Appearance => Theme Options => Featured Post Slider”. For this, you first need to create a post and add the Featured Image in your post. As this featured image will be used in slider image. Then you need to get the Post ID and add it in “Appearance => Theme Options => Featured Slider => Featured Post Slider Options”. See this screenshot on how the IDs have been added http://www.pinterest.com/pin/548594798329984427/
Sakin
Keymaster@caminale: Yes all our translated is contributed by our user/contributors. Yes, we don’t have Portuguese translation file. So, you need to use poedit program, which you can download it from poedit.net and then care the file pt_BR.po and pt_BR.mo files.
Once you complete the translation, you can contact our sales http://catchthemes.com/contact-us/ with the file and then they will reward you as well as everyone will get updated theme. So, you will not lose your translation file while you update file.
Thanks for your contribution. Cheers 🙂
Sakin
Keymaster@impresnet: Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-menu ul.menu ul a { background: transparent; }Sakin
Keymaster@calvinocampo123: You can add the following CSS in “Appearnace => Theme Options => Custom CSS” box, which will help you to adjust the font size of Site Title only in screensize above 960px.
@media screen and (min-width: 961px) { #site-title { font-size: 26px; } }You can upload the image as per your need.
Sakin
Keymaster@K.S: I just check in your site and I think you have customize the core theme files such as footer.php, style.css and so on. Please revert back the core theme files and your slider will work fine.
Sakin
Keymaster@adminleah: The CSS will be as below. But be careful about the responsive design. This font size you added will be for all devices, including your mobile devices. So, don’t make it too big. But if you have to change only for large screens then let me know it.
/* For Slider Title Font Size */ #main-slider .entry-title { font-size: 18px; } /* For Slider Excerpt Content Font Size */ #main-slider .entry-content { font-size: 14px; }Sakin
Keymaster@suchi: For footer area when you have copyright information, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#site-generator .site-info { padding: 10px 0; }For background in sidebar, this theme is not designed that way so it will have problem with margins. For example, if you add light grey background in your Custom CSS, it will look bad.
#secondary { background-color: #eee; }Sakin
Keymaster@tlvannoy: It looks like you already have WordPress SEO plugin installed. Check in your “Plugins => Installed Themes”. If you see it’s already there then you can just activate it. If you cannot see it in Installed Themes, then yes first you need to delete that folder either from your FTP or from your hosting control panel.
Sakin
Keymaster@thivi: I check in your site and found that there is issue with then plugin. For now, I have just deactivate most of the plugins and then slider is working fine. So, it is sure there is plugin conflict. To check which plugin is conflicting. Activate the plugin one by one and check in your site. So, you will fine which plugin activation will effect the slider.
Sakin
Keymaster@calvinocampo123: Catch Evolution theme is responsive design, so we don’t recommend you to edit font size as when you reduce the font in the large screen, you need to change accordingly for small and other smart devices.
The header content area uses padding and you can reduce that by adding in the following CSS in “Appearnce => Theme Options => Custom CSS” box.
#header-content { padding: 10px 0; }Sakin
Keymaster@Lolley: Have you customize the site. As the social icon should work as it default like this http://catchthemes.com/demo/catch-everest/. Can you clear your Cache form WP Super Cache settings.
Sakin
Keymaster@impresnet: I don’t get it what you are trying to do it. Can you show me the screenshot or design.
-
AuthorPosts
