Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #1132759

    Hello dear team from enfold,
    I cheerfully Extended my enfold support, for another half an year, hope that I can get a message from you soon.
    Example: if I enter the page on the right site 1. Übersetzung literarischer Texte und Technischen Dokumentationen , i am than inside the page, and that’s ok but if I want to change than on the left sidebar to another submenu like Welcome, Dienstleistungen ,Biographie , Kontakt, nothing happens
    only if I click on blog, a new page opens
    only if am on the first page Welcome I may scroll between the menus on the left hand side bar.
    could you possibly fix that problem? maybe do I need some css? or change some points in the Menüstruktur like another custom links?
    hope that its possible
    thanks and best regards

    Bogdan

    #1133196

    Hey barabasone,

    You need to use the full URL for your anchor links, for example:

    https://your.site/#anchor

    Best regards,
    Rikard

    #1133384

    Hello Rikard,

    uff i didnt quite understand,
    could you give me an example how to proceed?
    could you show me every step here?

    Best Regards,
    Bogdan

    #1133705

    Hi Bogdan,

    Sure, go to Appearance->Menus, then edit the URL which your menu items link to. Make sure that they link to the full URL like in my example above, not just the anchor bit.

    Best regards,
    Rikard

    #1134145

    i apologize, but I still don’t understand,
    could you do the 1step and send me a screenshot of everything?
    if I enter appearances menu there is an url like for example #top or #dienstleistungen #biographie #kontakt. should I overwrite this urls (individual links)with this https://your.site/#anchor? but what do you mean by my site, https://https://mariadragan.-uebersetzungen.de/#anchor? , why is there a dot between your and site
    thanks so much in Advance
    should I put https://https://mariadragan-uebersetzungen.de/#Welcome the url is #top
    https://mariadragan-uebersetzungen.de/dienstleistungen
    https://mariadragan-uebersetzungen.de/kontakt
    there isn’t even the Biographie page in all pages, omg,
    all of them I made on the 1st page https://mariadragan-uebersetzungen.de/
    or maybe should I make another menu? and put them in the url every url with anchor link?

    Bogdan

    #1134740

    Hi Bogdan,

    I fixed it for you, please review your site.

    Best regards,
    Rikard

    #1134896

    Hello Rikard
    thank you very much for your support
    i diid´nt know I would be so simple
    so you just put the full url links in the menu, that was it))

    I looked at the mobile version, and I would like to do some small adjustments
    if I enter on my mobile version there on all 4 subpages, like 1. Übersetzung literarischer Texte und Technischen Dokumentationen and the other 3 pages, there are the first 2 elements up above, the heading and the image next to it, how should I adjust it on mobile to have them either small heading and image next to it, or bigger up the text and below the image, because if you look at it, you ll see just the heading and below a large thin line, it doesn’t aesthetically looks good,

    thank you very much

    best regards

    Bogdan

    #1135949

    Hello Rikard
    thank you very much for your support
    i diid´nt know I would be so simple
    so you just put the full url links in the menu, that was it))

    I looked at the mobile version, and I would like to do some small adjustments
    if I enter on my mobile version there on all 4 subpages, like 1. Übersetzung literarischer Texte und Technischen Dokumentationen and the other 3 pages, there are the first 2 elements up above, the heading and the image next to it, how should I adjust it on mobile to have them either small heading and image next to it, or bigger up the text and below the image, because if you look at it, you ll see just the heading and below a large thin line, it doesn’t aesthetically looks good,

    thank you very much

    best regards

    Bogdan

    #1136335

    Hi,

    Thank you for the update.

    Are you referring to the following section?

    // https://imgur.com/a/1sjfJqp

    How would you like it to look like? Please provide a screenshot using imgur or dropbox.

    Best regards,
    Ismael

    #1136790

    Hello Ismael,

    I mean the heading and the photo near to it

    no its not that section, I uploaded it on Imgur for you

    it is when you enter the section 1. Übersetzung literarischer Texte und Technischen Dokumentationen
    and the 3 other sections as well 2. Nachhilfeunterricht. 3. Lektorat 4. Dolmetschen in 3 Fremdsprachen

    would like to have it smaller and to fit in the mobile device as responsive design.

    best regards
    Bogdan

    #1137725

    Hello Ismael,

    I mean the heading and the photo near to it

    no its not that section, I uploaded it on Imgur for you

    it is when you enter the section 1. Übersetzung literarischer Texte und Technischen Dokumentationen
    and the 3 other sections as well 2. Nachhilfeunterricht. 3. Lektorat 4. Dolmetschen in 3 Fremdsprachen

    would like to have it smaller and to fit in the mobile device as responsive design.

    best regards
    Bogdan

    #1137726

    hello,
    as is see I don’t receive any help
    should I close the thread?

    best regards

    #1137828

    Hi barabasone,

    Did you get it working for you?

    Could you please attach some screenshots of the issue?

    Please refrain from replying to your own thread because it gets pushed back to the end of the queue and moderators won’t be able to provide a response immediately. Please be patient while we go through the rest of the queue. Thank you for your understanding.

    Best regards,
    Victoria

    #1138602

    Hello, no Victoria,
    I don’t understand, I am waiting for more than 2 weeks now

    best regards,

    Hello Ismael,

    I mean the heading and the photo near to it

    , I uploaded it on Imgur for you

    it is when you enter the section 1. Übersetzung literarischer Texte und Technischen Dokumentationen
    and the 3 other sections as well 2. Nachhilfeunterricht. 3. Lektorat 4. Dolmetschen in 3 Fremdsprachen

    would like to have it smaller and to fit in the mobile device as responsive design.

    best regards
    Bogdan

    #1138660

    Hi,

    We would like to apologize for the delay.

    The columns in the page with the icons don’t look responsive because of how you implemented the elements’ alignment. The first column has a left alignment, the second centered and the last one is right aligned. You can add this css code if you want all of them to be center aligned on mobile view.

    @media only screen and (max-width: 767px) {
    .av_textblock_section * {
        text-align: center !important;
    }
    
    .avia-icon-pos-left {
        text-align: center;
        float: none;
    }
    }

    You may need to apply a custom css class attribute to the columns containing these elements so that the modification only applies to them.

    // https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support

    Best regards,
    Ismael

    #1138937

    Hello Ismael,
    I think maybe that you didnt understand what I was talking about,
    i don’t need any 3 columns with icons to be responsive on my mobile, I was talking about other thins, about the headings and the photo nearby to have it small on my mobile
    but no problem,
    i ll try to open a new thread
    lets close this one
    best regards

    #1139380

    Hi,

    Thanks for the update, I’ll go ahead and close this thread for now then. Let’s continue in your new thread.

    Best regards,
    Rikard

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘the main menu on the left isn't working when in other submenus’ is closed to new replies.