Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Consciousness: Not so sure about WordPress version 3.7.3 as it’s really old one.
Note: Don’t keep the older version for WordPress as the older version are already open with know security issues. So, you might get hacked anytime. To keep your WordPress site secure, the most important is update, update and update.Sakin
Keymaster@Consciousness: Yes Catch Evolution is compatible to latest version of WordPress. There is no problem. But why do you want to use version 1.8.5 as the latest version is 1.9
Sakin
KeymasterHello kalatos,
Yes, I understand your issue with the browser title showing your site title twice. So, for this check if you have any plugin installed for SEO title. If yes, then check it’s settings. Also check in your site title at “Settings => General”.
As you can see we don’t have issue in theme. See our demo URL http://catchthemes.com/demo/catch-everest/
Regards,
SakinSakin
Keymaster@Edward: I see that you have minify style.css, this might be the cause of issue. You don’t need to minify style.css as it’s just a text with very low kb space. There won’t be any performance improvement by minify style.css
Sakin
KeymasterHello Edward (Ted),
Thanks for your appreciation.
Best Regards,
SakinSakin
Keymaster@Edward: I am not sure about iOS6. But I checked in your site with iPhone4 and iPhone6 both with iOS7 and it’s working perfectly. Sorry, I will not be able to check in iOS6 as I don’t have device with iOS6. Maybe you can hire a customizer to work on it.
Sakin
KeymasterHi Matthew,
1) I just check in your Custom CSS and see there are issues. That is why it is not working. There is lot of extra closing brackets
}See this
#colophon { background-color: #339933; padding: 0px 0; } }You need to remove the extra bracket
}and it should be as#colophon { background-color: #339933; padding: 0px 0; }Same here as well, extra bracket
}#homepage-message { border-bottom: none; } }You need to remove the extra bracket
}and it should be as#homepage-message { border-bottom: none; }Then you can missing closing bracket
}in the following/* For Footer Widget Header Text Color */ #supplementary .widget-title, #supplementary .widget-title a { color: #FFFFFF;You need to add the closing bracket
}and it should be as/* For Footer Widget Header Text Color */ #supplementary .widget-title, #supplementary .widget-title a { color: #FFFFFF; }2) You can add the following css in “Appearance => Theme Options => Custom CSS” box to remove the border.
.home .site-content article { border: none; }Regards,
SakinSakin
KeymasterHi Simon,
For that menu to work in responsive design. You need to enable it from “Appearance => Theme Options => Responsive Design”, check “Enable Secondary & Footer Menu in Mobile Devices” and save changes.
Regards,
SakinJuly 25, 2014 at 1:32 am in reply to: How to replace integrate slider with an other extension ? #41406Sakin
Keymaster@Morganti: Sorry we are not sure how Meta Slider works. Can you ask in the support forum of Meta Slider, they should be able to help you. Or you can hire a customizer to work for you.
Sakin
Keymaster@sofiss.sofiss:
1) I just check in your site and I don’t see it in a lower position. When you bold the text it just make it strong. It’s normal to do that.
2) You can add the following css in “Appearance => Theme Options => Custom CSS” box to make your image center in tablepress table.
.tablepress img { display: block; margin: 0 auto; text-align: center; }Sakin
Keymaster@Edward: I just check in your site from iPhone and I don’t see any issue. The header is fixed. So, when you scroll down the header come down as well. So, when you scroll up, it will not block your header.
Sakin
Keymaster@Edward: Can you post in your site URL so that I can check in. Also let me know in which browser you are facing this problem.
Sakin
Keymaster@Michaela: Your mapmaker doesn’t have any padding or margin to for spaces. So, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
.mapsmarker { padding-bottom: 15px; }Sakin
KeymasterHello André,
Can you post in your site URL so that I can check what is happening. But I guess, you are using “Excerpt/Blog Display” setting from “Appearance => Theme Options => Layout Options => Content Layout”. This setting will just show the featured image and the excerpt text.
So, if you want to show the content and caption image like the post. Then you need to go to “Appearance => Theme Options => Layout Options => Content Layout” and select “Full Content Display”. This will show your whole content in frontpage. In this mode you can break the content using more tag
<!--more-->Regards,
SakinSakin
Keymaster@kalatos: I don’t get it what you mean. Can you share your site URL and then explain. The screenshot that you have added in is showing the browser tab title, which takes you page title that you have added in.
Sakin
Keymaster@keychange: You need to edit all your current pages and post and then un-check Allow Comment as show in this screenshot http://www.pinterest.com/pin/548594798329843253/.
If you are using Pro Version, there you have additional Comment Options from where you can disable comment at once.
July 25, 2014 at 12:41 am in reply to: Catch Theme – When I share on social site it only uses small picture #41392Sakin
Keymaster@ToddWilliam: I already told you that there is plugin which is calling that image. Ok I found it’s the plugin “Add Twitter, Facebook Like, Google plus one Social share”.
Sakin
KeymasterHi Saul,
Thanks for the access. There was issue with your WordPress Address (URL) in “Settings => General” where you have added it as http://redanconsults.com/wp and then I change it to http://redanconsults.com and it’s working fine.
Regards,
SakinSakin
KeymasterHi Vince,
To move the social icon from footer:
1. First, you need to disable social icon from Footer. For that go to “Appearance => Theme Options => Social Links”, check in “Disable Social Links in Footer” and save changes.
2. Then go to “Appearance => Widgets” and then drag and drop “Catch Box Social Widget” widget to Header Right Sidebar.Regards,
SakinSakin
KeymasterHi Simon,
For 1 and 2 points related to menu and spaces between menu.
For Header Menu: I see that you are using Primary Menu. To make it like footer menu, you need to select that menu location as Secondary Menu from “Appearance => Menu => Manage Locations”. Then you can hide your primary menu from “Appearance => Theme Options => Header Options”, check in “Disable Header Right Sidebar” and save changes. You can see in our demo page, http://catchthemes.com/demo/catch-kathmandu/ . The Header Top Right menu is Primary Menu and the Header Bottom menu is Secondary Menu.For 3rd one: you can add the following css in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 961px) { #main-slider .entry-container { width: 400px; } }Regards,
Sakin -
AuthorPosts
