Forum Replies Created
-
AuthorPosts
-
Sakin
KeymasterHi Andre,
Sorry there is no option to add that when you are in Excerpt/Blog Display. But as said earlier you can change to Full Content Display. Then for the link in the image, that you can change it. See this screenshot http://www.pinterest.com/pin/548594798329863531/ which show’s how to change the image URL link.
Regards,
SakinSakin
KeymasterHi Rod,
I check in your site and see that you are using Catch Evolution Pro theme and your header image is working fine just like our demo page http://catchthemes.com/demo/catch-evolution/.
I don’t get it what is your issue. The header is working perfectly with 100% view and is extended from Left to the right.
Can you explain me the issue or maybe share your screenshot of how you want it to be.
Note: Also we haven’t change anything in header code in this version. See the changelog http://catchthemes.com/changelogs/catch-evolution-pro-change-log/
Regards,
SakinSakin
Keymaster@Jungho: Are you trying to track google analytics. Then it should work. Did you copy that code from our Google Analytics account. Can you send me your site URL?
Sakin
KeymasterHi Lukasz,
Nice you got it fixed. Thanks for your appreciation.
You too have a nice night.
Regards,
SakinSakin
KeymasterHi Matthew,
You can replace the the css that I gave you earlier:
.home .site-content article { border: none; }With the following css.
.home .site-content article { border: none; margin: 0; padding: 0; }Sakin
Keymaster@Consciousness: Yes, you should update the WordPress and then theme both. Not 100% sure about version 1.2.1.1. It should be working but it’s again good to update to latest version.
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; } -
AuthorPosts
