Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #707764

    Hay,
    I would like to make some changes and translations on my nice theme Enfold,
    but I’m afraid to broke CSS files (in case of automatic update).
    I was searching on forum, but my English is not so good, so I made picture to ask you:

    View post on imgur.com

    1. Menu item: I use <br/> to write menu options in two lines.
    In upper menu (11) works fine, but at the main menu (10) second line jumps down?
    2. Where can I translate: (2) You are here: Home?
    3. How can I remove word: (3) Blog (that is not important for my visitors)?
    4. Where can I translate: (4) Share this entry?
    5. How can I remove Comenting (5) on whole site?
    6. Wings (6) – how to control (remove) them?

    Please help me.

    #708052

    Hey simonmar,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #708114

    Thanks for fast response

    #709067

    Hi Simon,

    Sorry for the late reply.

    1. Yes, the line height is very high on the main menu items, it’s needed to make them look like they do. Not sure why you would need the menu item on two lines though?

    3. Please try the following in Quick CSS under Enfold->General Styling:

    a[title="blog"] { 
        display:none !important;
    }

    5. You can try using this plugin to disable comments: https://wordpress.org/plugins/disable-comments/

    6. Please try the following in Quick CSS under Enfold->General Styling:

    .avia-post-nav {
      display:none !important;
    }

    Translations: please try using a plugin like these to see if you have any luck with them: https://wordpress.org/plugins/loco-translate/
    https://poedit.net/wordpress

    Best regards,
    Rikard

    • This reply was modified 7 years, 4 months ago by Rikard.
    #709094

    Hy Rikard,

    Thanks for advices:
    1. At menu items: I wish to have second “line” (word spodaj) close to first “line” (word PORTF) Now there is a lot of space between them. How can be those two lines closer? To separate them I use <br/> to break 1 line in 2 lines.

    3. I tried with proposed line in Quick CSS – there is no change on site. Word blog is still there…

    5. Great plugin it works nice. Thanks
    6. Wings are gone. Thank you very much.
    For translations I started with proposed

    All the best, Simon

    #709641

    Hi!

    1.) Instead of the br tag, try to use a span tag. More info here: https://kriesi.at/support/topic/word-wrap-in-menu-or-have-the-menu-on-two-lines/#post-283385

    3.) Edit the “Blog Multi Author” page, remove “Blog” as parent page.

    If possible, in the future, please create a separate thread for each inquiry. Thank you!

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.