Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #562213

    Hi there

    I like the template a lot.

    And so far I would have the following questions.

    – the footer menu “impressum” + “agb” is not visible on the mobile version (iphone at least). how can i solve that?
    – the logo and fullwidth text content is not well placed on the mobile version (iphone at least). can i change that?
    – where can i change the buttons on the home page (page “daheim”)?
    – on pages with only little content, there is like a black and white background at the page end (see e.g. “news+blog”), can i get rid of that?
    – where can i customize/translate the text in a blog post (such as “leave a reply”)?

    thanks in advance for your support and sorry i am not a very experienced wordpress user (yet ;) & best regards
    claudia

    #562404

    Hey Clivaria!

    please use this css in Enfold Options > General Styling > Quick CSS

    
    @media only screen and (max-width: 767px) {
    .responsive #socket .sub_menu_socket {
      display: block !important;
    }}
    

    Best regards,
    Vinay

    #562437

    hi vinay

    thanks a lot. now i can see the footer on mobile devices, too, cool!

    will kriesi also answer my other questions?

    best regards

    #562961

    Hey!

    If possible, please create a single thread for each inquiry. Thank you. Regarding your questions, please check the following:

    – the logo and fullwidth text content is not well placed on the mobile version (iphone at least). can i change that?

    Please add this in the Quick CSS field in order to fix the logo:

    @media only screen and (max-width: 767px) {
    .responsive .logo img {
        padding: 10px 0;
    }
    }

    – where can i change the buttons on the home page (page “daheim”)?

    Edit the page then edit the slider captions.

    – on pages with only little content, there is like a black and white background at the page end (see e.g. “news+blog”),

    Did you add any modifications to the sidebar menu? The theme should automatically calculate the height of the wrap_all container.

    – where can i customize/translate the text in a blog post (such as “leave a reply”)?

    You can modify the comments.php file or try to use this plugin: https://wordpress.org/plugins/loco-translate/

    Cheers!
    Ismael

    #563547

    Hi Ismael

    Thanks a lot for your feedback. Will do single posts next time!

    It all worked out, except for:

    – on pages with only little content, there is like a black and white background at the page end (see e.g. “news+blog”),

    Your Answer: Did you add any modifications to the sidebar menu? The theme should automatically calculate the height of the wrap_all container.

    My Answer: I checked it, it is actually not different than other pages. Now actually the black and white background is gone but the footer menu “impressum / agb” gets displayed twice. No clue why.

    I have another question, but will make a single post ;)

    #564568

    Hey!

    I can’t see any black&white. Where exactly is it? can you highlight using screenshots please? use imgur.com or dropbox.
    So do you want to remove footer content (impressum/AGB)? if yes use this code inside Quick CSS field:

    #footer {
    display: none;
    }
    

    Regards,
    Andy

    #567853

    I posted the direct link in private data.. i thought this is an easy way to “hightlight” the issue instead of screenshots.

    anyway, here also a screenshot: https://www.dropbox.com/sh/egdq5efxgi25dj4/AABHKvslk4i28T6v505L6kQaa?dl=0

    as written, the footer menu gets displayed twice on page “news & blog” – it should be there only once… as on the other pages too.

    thanks for your reply or hint what might be the problem…

    #567857

    Hi!

    Please add following code to Quick CSS

    .blog #footer, .single #footer { display: none !important; }

    Regards,
    Yigit

    #567966

    Hi there,
    thank you, that worked. Except for a white bulk that remains – see screenshot:
    https://www.dropbox.com/sh/egdq5efxgi25dj4/AABHKvslk4i28T6v505L6kQaa?dl=0
    How can I get rid of that?
    Best regards

    #567969

    Hi!

    Do you mind creating a temporary admin login and posting it here privately?

    Regards,
    Yigit

    #567979

    Thats fine – see below.

    • This reply was modified 8 years, 11 months ago by Clivaria.
    #568003

    Hi!

    Login credentials do not seem to work for me. Can you please check them once again?

    Cheers!
    Yigit

    #568017

    hmm.. new try… :)

    #568124

    Hi!

    I checked page in private content but could not find any white bulk (as shown in your screenshots). Can you provide us a precise link please? because we need to be able to inspect the elements.

    Regards,
    Andy

    #568135

    here the link.

    #568143

    Hey!

    Please try adding following code to Quick CSS as well

    #wrap_all {
        min-height: auto!important;
    }

    Cheers!
    Yigit

    #568157

    now it worked! :) thanks a lot yigit

    #568161

    Hey!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘enfold questions’ is closed to new replies.