Tagged: font, formatting, tagline
- This topic has 9 replies, 4 voices, and was last updated 10 years, 3 months ago by Sakin.
-
AuthorPosts
-
July 31, 2014 at 3:26 pm #41701CrystalClearParticipant
Hello,
Thanks for the theme and for your good support.Three different questions:
(1) Is there a way I can change the default text font across the whole site, in a way that easily withstands future theme updates?
(2) Is there a way I can increase size of site tagline text, (and hopefully italicize it as well), in a way that easily withstands future theme updates?
Unrelated to above:
(3) I don’t know why this is, but sometimes when I’m in edit-mode of my homepage, all the spacing-formatting (returns) disappears from the content text, and I have to go back to an earlier revision in order to retrieve the spacing-formatting. Naturally it is both annoying and troublesome and means potential lost changes. This seems to (illogically) correlate to when I make changes in other areas of the edit page (last instance of this was changing where sidebar is).
(May or may not be relevant: when this just happened again, when I was in revisions mode searching for an earlier version of the page to revert to, some (or perhaps all) OTHER of my site’s pages were not pulling up, giving an “Error establishing a database connection” message.)
— How do I get the spacing-formatting (returns) to stay-put in my homepage when I’m editing other-than-content options on the edit page?Thank you.
July 31, 2014 at 9:31 pm #41719SakinKeymaster@Consciousness:
(1) There is Font Family option in Catch Evolution Pro version. So, upgrading is the simple solution. But if you just want to change to other web safe font, then you can change the font in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:body, input, textarea { font-family: Arial, Helvetica, sans-serif; }
(2) You change the tagline text to italic by adding the following css in “Appearance => Theme Options => Custom CSS” box:
#site-description { font-style: italic; }
But to change the font size can be problematic, as this is responsive theme and when you increase the font it will effect your mobile font size as well. So, here is the following css that you can add do that it will increase only in large screens. Just increase the font size as per your need.
@media screen and (min-width: 961px) { #site-description { font-size: 14px; } }
(3) This Error establishing a database connection is your sever issue and not the theme issue. This spacing issue happens when you edit from text and visual mode. So, try to use only text or visual mode only
July 31, 2014 at 11:40 pm #41736CrystalClearParticipantThank you. I haven’t tried those css’s-adds out yet.
(a) Will those withstand a theme upgrade since they are added in “theme options”?(1) Regarding the font, can I change to a specific font such as Georgia (for example), or does it have to be a “font family” and if so what are the different “font family” options?
(b) Is there a FAQ detailing the specific advantages of having Catch Evolution Pro over the free version, and is it a smooth transition from one to the other if I choose to do that?
(3) – So are you saying if I’m to avoid the spacing-disappearing issue I need to edit in either ONLY text mode or ONLY visual mode and not have both options available? I definitely want both options available since I switch back and forth… Seems I should be able to without creating formatting havoc.
July 31, 2014 at 11:52 pm #41737SakinKeymaster@Consciousness:
(a) Yes all the options added in Theme Options panel are safe for upgrade.(1) If Georgia is web safe font. See the list of web safe font at http://www.w3schools.com/cssref/css_websafe_fonts.asp . So, it will be as below:
body, input, textarea { font-family: Georgia, serif; }
(b) There are lot of advantage using Pro. It’s more stable and has additional options. Some of the features highlight can be found in http://catchthemes.com/theme-instructions/catch-evolution-pro/
(3) Yes this one is confusing.
August 1, 2014 at 7:37 am #41755BouncedancerParticipantAugust 1, 2014 at 12:29 pm #41764SakinKeymaster@Bouncedancer: Yes using plugin will help you.
August 1, 2014 at 3:53 pm #41772imaginative-coachingMemberHi there,
I am struggling to adjust the images in a page the way I want them. The image do not fit the text well. You can see here what I mean http://imaginative-coaching.com/what-we-do/small-business-coaching/
Is it possible to change that?
August 1, 2014 at 8:07 pm #41779SakinKeymaster@imaginative-coaching: Sorry I don’t see any issue in the page you have listed. Can you explain the problem.
August 1, 2014 at 9:39 pm #41785CrystalClearParticipant@imaginative-coaching – would you mind starting your own thread since your issue is unrelated to this one?
Hi Sakin, thanks for your help.
Regarding (3)
(c) to be clear, are you saying YES I have to SWITCH to either Visual being the ONLY option in editing or Text being the ONLY option in edit mode in order to avoid the formatting issue? That is a hassle since I utilize both modes for various purposes. This same issue does NOT happen on my other WP site that uses a different theme. Is this a theme bug that will get worked out?
(d) Do you know if this same issue happens with the Pro version?August 2, 2014 at 12:25 am #41790SakinKeymaster@Consciousness: No our theme are totally checked and reviewed. I am sure this is not issue with our theme. I have checked in our server and everything is working fine. Catch Evolution theme code is properly review by WordPress Theme Review Team as well. If there is anything issue then theme will not be approved to be listed.
Both Catch Evolution Free and Pro version is working fine on our side. So, check your plugin if it is conflicting. Try disabling plugin and check in.
-
AuthorPosts
- The topic ‘font size; site tagline; losing formatting’ is closed to new replies.