Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #41701
    CrystalClear
    Participant

    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.

    #41719
    Sakin
    Keymaster

    @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

    #41736
    CrystalClear
    Participant

    Thank 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.

    #41737
    Sakin
    Keymaster

    @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.

    #41755
    Bouncedancer
    Participant

    I am using the Font plugin on my site, , and the fonts stay put when the theme is updated. I used it for the main heading and the Subscribe box; I haven’t tried it within the blog posts, so I don’t know how easy it would be to set a specific font throughout your site with it.

    #41764
    Sakin
    Keymaster

    @Bouncedancer: Yes using plugin will help you.

    #41772

    Hi 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?

    #41779
    Sakin
    Keymaster

    @imaginative-coaching: Sorry I don’t see any issue in the page you have listed. Can you explain the problem.

    #41785
    CrystalClear
    Participant

    @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?

    #41790
    Sakin
    Keymaster

    @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.

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘font size; site tagline; losing formatting’ is closed to new replies.