Viewing 30 posts - 1 through 30 (of 41 total)
  • Author
    Posts
  • #208543

    There must be a way to control text size in the advanced layout editor seeing as how it’s “advanced”…am I missing something?
    Thanks,
    Elle

    #208548

    Hi kmcca!

    Which text are you refering exactly? We can provide you custom CSS code to adjust them. If you are referring to Text Block element, please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .avia_textblock { font-size: 18px; }

    Regards,
    Yigit

    #208557

    Yes, I am referring to text block element. I would like to be able to adjust header sizes differently than paragraphs. Changing the code as you suggest would change all text, no? That’s not what I’m looking to do….

    #208561

    Ie, I have several section headers I would like to be larger:
    http://ld113.inmotionhosting.com/~medita15/meditateinhollywood.org/spiritual-directors-2/

    #208562

    Hi!

    EDIT: Please add following code to Quick CSS as well

     .main_color b { font-size: 18px; }

    I would suggest you to use Heading elements ( h1, h2, h3, h4, h5 or h6 ) instead of B tag for titles and use Strong tag instead of B tag in your content to make them bold

    Cheers!
    Yigit

    • This reply was modified 10 years, 10 months ago by Yigit.
    #208578

    Right! I would usually use heading elements but the option for them seems to have gone away…is there some control I don’t know about that can fix this?

    #208582

    Hey!

    You can highlight and make any text heading element as shown in screenshot http://i.imgur.com/7OsBNIg.jpg or you can use Special Heading element under content elements in Avia Layout Builder.
    Please note that you are using Enfold version 1.8.4 which fairly old. Recently version 2.4.5 was released and there was many bug fixes and improvements done to the theme since version 1.8.4. It is also fully compatible with WordPress 3.8
    You can update the theme to be able to use newly added features. Please see http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Yigit

    #208586

    Thanks yes, but like I said, the header element is no longer visible in either the default or advanced editor…see screenshot: http://ld113.inmotionhosting.com/~medita15/meditateinhollywood.org/wp-content/uploads/2014/01/screenshot.jpg

    #208589

    Hi!

    Please try updating WordPress to version 3.8 and Enfold to version 2.4.5. It should help
    Please see http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Yigit

    #208592

    So I was just looking into doing that based on your previous message. My WordPress version is already 3.8, but I am having trouble finding a way to update Enfold; on WordPress, my “Enfold theme options” does not appear the way it does on the link you provided – there is nothing about updating, instead it talks about “updating dummy content” then goes into “front page settings”, “logo” etc…no where do I see update options.

    #208594

    Hi!

    Updating from backend feature was added in version 2.0.1 if i am not mistaken. So you should login on ThemeForest with the account you have purchased Enfold and go to Downloads section to download the files manually then update the theme via FTP.

    Cheers!
    Yigit

    #208602

    Gah. Dead end. #1, I don’t have the theme forest login info, #2, no idea how to update via FTP once I get the info from colleague on Monday. Guess this is a whole new troubleshooting project. I just don’t understand, I had access to the header drop down menu when I was working on this site a couple weeks ago….a bug I suppose. Welp, sounds like updating is the only solution?

    #208603

    Hi!

    You can find a video tutorial on this page i previously posted on how to update the theme via FTP http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Yigit

    #208605

    Thanks much. Once I get the login info, I’ll check this out…looking forward to having some design control again! Best wishes…Elaine

    #208606

    Hey Yigit, I now have my ThemeForest login info but I don’t see a “download” section to find the update at. Can you provide a link?

    #208676

    Hi!

    After you login, please go to http://themeforest.net/downloads and download Enfold, it will download updated version, then you can follow instructions from the video tutorial

    Cheers!
    Yigit

    #208699

    Hi Yigit, I’m at the page and I see a paragraph that says “Update: Version 2.4.5 Out Now! WordPress 3.8 compatibility, bugfixes and new features! Check the changelog at the bottom of this page for more information and examples;)” And yet, nothing about “download update here”.

    In the top right corner I see the message: “You have already purchased this file. You can download it here.” Am I to assume that is how I download the update?

    Nothing very straightforward or intuitive about this process:/

    #208701

    Hi!

    Yes, if you are on Enfold’s page on ThemeForest, you can click “You can download it here.” and download the latest version.

    Regards,
    Yigit

    #208737

    Hi Yigit, in the video’s beginning, before it gives the FTP instructions, it shows how to upload the theme via WordPress. Seems like a much easier way of going about it, but is this not recommended for some reason?

    #208872

    Not sure if the problem of text size was resolved but I just installed “Ultimate TinyMCE” and enabled font size and font family, along with a few other things, and it allows me to easily change text size throughout the text block along with font family. I just use another plugin called “fontmeister” to install google fonts. It’s a pain to preview the fonts through fontmeister so I just go to http://www.google.com/fonts and look for a font there then take not of the ones I liked and install using fontmeister.

    I hope this helps

    #208887

    Hey!

    We recommend ftp because you can backup the theme files first AND you can make sure that all new files are uploaded on your server. The wordpress installation method sometimes fails (corrupt files, etc.) and this can result in weird theme errors/issues.

    Regards,
    Peter

    #209280

    Thanks for the plugin tips jtree5757, and thanks Peter for the FTP explanation – great to finally have better understanding around this. I’m currently waiting to find out if the original website creator made any changes to CSS before I go ahead and update; I’ve gathered that if any changes were made to the theme and I go ahead and update it without addressing those changes, I’ll be dealing with a whole other can of glitchy worms…right?

    #209657

    Hey!

    It would happen only if they made changes on theme files without using a child theme. Your content is saved on your database and theme options will remain the same (including custom css in Quick CSS) as long as theme names are the same

    Best regards,
    Yigit

    #209782

    Thanks Yigit. I just learned that the only CSS changes that were made were to increase the logo/header size. Im guessing that a child theme was not created. So, please tell me if I’ve got this straight: moving forward I should reinstall the theme via FTP, after which I will find that the logo doesn’t fit, and to address that, I will need to create a child theme in which I can modify the header image size…yes/no?

    #209808

    Hi!

    If only css changes were made, they are either in Custom.css file inside Enfold/css folder ( which you can copy and paste in updated version ) or in Quick CSS section in Enfold theme options. For the ones in Quick CSS section you do not need to worry, they will not be overwritten and you do not need to create a child theme if only CSS changes were made and/or will be made.

    Cheers!
    Yigit

    #217706

    So I’ve finally updated the theme. But one of the issues that caused me to update it at your recommendation – not being able view headline options in the advanced layout editor – is still an issue, i.e., I still cannot view headline options and thus cannot control text size. Help?

    • This reply was modified 10 years, 9 months ago by kmcca.
    #217715

    Disappointed that the upgrade didn’t fix the lack of headline control, I went ahead and took jtree’s advice and installed the Ultimate Tiny MC plugin which has allowed me to view headline options and enable font control (thanks jtree5757). Hopefully sailing will be a bit smoother here on out.

    #218545

    Smooth sailing, NOT. When I returned to make another change to a post I had just edited, the “visual” aspect of editing was no longer visible (my original problem). I remembered that someone above had recommended I try deactivating any text-related plugins and that doing this had corrected the visual editor, so I tried that again with the new plugin tree recommended and my visual editor is again visible. BUT now Im back to the problem of not having ANY text size control because the headline bar is gone again – IE, upgrading the theme did not fix this issue, and my alternate solution doesn’t allow visual editing. PLEASE ADVISE.

    #218548

    Hi!

    I’m not sure why you though that upgrading would give you text size control on headlines but that is not in any plans for the theme right now.

    If you use a Special Heading element you can choose the H1-H6 option which changes the output and if you want more specific control of the font size of those elements you can add css to the Quick CSS to modify them. Eg;

    
    h3 { font-size: 16px; }
    

    Regards,
    Devin

    #218623

    Thanks for replying, though, had you completely read my message, you could have saved us both the trouble of responding to something irrelevant. I stated that “Im back to the problem of not having ANY text size control BECAUSE THE HEADLINE BAR IS GONE AGAIN.”

    Since the upgrade didn’t return the HEADLINE element to its natural place, I went and tried a plug-in which DID offer me the headline element and more, BUT THEN I lost the ability to view the visual aspect of the advanced layout editor.

    So I’ve DEACTIVATED the plug-in and thus REGAINED the visual aspect of editor, but I’ve LOST the HEADLINE ELEMENT and this project has been held up for WEEKS over this.

Viewing 30 posts - 1 through 30 (of 41 total)
  • The topic ‘Advanced layout editor / text size control’ is closed to new replies.