Viewing 26 posts - 1 through 26 (of 26 total)
  • Author
    Posts
  • #850933

    Hello,
    on my redesigned ENFOLF page I would like to have a picture screen-filling (i.e. without border to the right and left): the link to the page is: http: //neu.alcahest.de. It is the flower picture displayed. However, only the image should appear without border. How can I make this setting? Thank you for your processing.

    #851335

    Hey DianaLoola73,

    Do you mean that you want it as a full width background image? If so, then please try to add as a background to a Color Section element.

    Best regards,
    Rikard

    #851586

    Thanks! That worked very well!!!!

    But now I have got one more question: For the Main Menu (top right side) I wanted the font Open Sans Light. Unfortunately I can t choose this option in the styling options. So I added in the field for “Quick CSS” the following script:
    .av-main-nav > li > a {
    font-weight: 100;
    }

    The Safari Browser does accept it and the Font is shown in its light version. But Firefox and Chrome do not notice this change.
    Could you help me also in this case? Thank you for the editing.

    Best Regards.
    Diana Loola

    #851870

    Hi Diana,

    You can select a different font and font weight for your menu under Enfold->Advanced Styling, please try that out.

    Best regards,
    Rikard

    #852009

    Hi Rikard,

    i already checked this. But for the main menu I do not have the option to change the font – weight. I can only choose the font and the font-size and -color. In the fonts selection the font open sans light is not mentioned. I wanted to have al light font for the Main Menu, but also if I choose another font, there are no “light” options. And the code with the font-weight only works in Safari Browser.

    Could you tell me perhaps another way?
    Many thanks
    Best regards
    Diana Loola

    #852384

    Hi Diana,

    Thanks for the feedback, though it looks like your CSS is working and that it’s using the 100 font weight. There is a small difference when I compare between Chrome and Safari, but that is how the browser render the font, it’s not really something we can do anything about unfortunately.

    Best regards,
    Rikard

    #858337

    Hello and good morning,
    I have a question about my first wordpress site
    At the top of the menu, I inserted a color section with a background image. This extends screen filling from left to right. On the laptop everything looks very good, only when I look at the website on the smartphone is this picture just cropped. What setting should I make to display it in a scaled version on the width of the smartphone or tablet?
    Many thanks for the support
    Diana

    #858345

    Hello once more,

    now I rather managed that the image is shown also on the Smartphone with full width: i integrated the following code:
    #av_section_1 {
    background-size: contain;
    }

    Is this correct for all browsers an can I use this?
    More over now I habe got another problem: I the color section I have to define a certain height for the image, if not it is only shown in a cut version. And now if I look at the image on the smartphone, there is below the image a huge blank space and I have to scroll down a lot to see the further content. How can I avoid this? Which settings do I need in the color section that the image is completely shown (and not cut – this is the effect if I don`t define any height) and at the same time do not have the blank space on the smart phone…
    Thanks a lot

    #858853

    Hi,

    Thanks for the feedback. I’m not sure exactly what you are trying to achieve, but if you want more control over the background image in the Color Section then maybe you could try to add another Color Section element and upload an image which is better adapted to small screens? You can select on what screen sizes you want to display your different Color Sections in the element options. Let us know if that will work for you.

    Best regards,
    Rikard

    #863805

    Hello,

    I have got one more question concerning a website I am working on (see the link below)
    The Images show on Rollover a transparent overlay which includes the description of the image. This is very nice shown on the normal screen of the computer. Unfortunately on the tablet and the smartphone this is not shown. There are only the images without the overlay. But to keep an overview of the project in this case it is very important that the description is always available. But I can`t find any possibility that perhaps on the smartphone the description is for example shown on the bottom of the image instead of the overlay (is this is not possible on the tablet).
    Could you give me an option how I can find a way, that on the tablet/smartphone the description is also shown?

    Thank You very much!
    Best regards Loola

    #864666

    Hi,

    Thank you for the info.

    You can set the caption to always display on mobile view.

    @media only screen and (max-width: 1366px) {
        .av-overlay-on-hover .av-image-caption-overlay {
            opacity: 1;
            filter: alpha(opacity=100);
        }
    }

    Best regards,
    Ismael

    #864708

    Thank you very much. This was very helpful!
    Best Regard Loola

    #864761

    Oh no, now the client ist not satisfied with this solution.
    Now I wanted to ask if there is the following possibility:
    – for the presentation on the PC everything is wonderful and should remain the same
    – for the view on the tablet / smartphone, we have considered whether it is possible instead of the overlays to display the caption as a caption. Is there a way that I might insert a line of text with the title and this is just to see the tablet / smartphone or is there any other setting that makes this possible?
    Or maybe you have a constructive idea, like a picture caption on the tablet / smartphone is possible without changing the PC view with the overlay.

    Many Thanks..
    Best Regards Loola

    #865112

    Hi,

    What about setting the caption to display on the initial tap and then go to the actual post on second tap? You can find the solution in the following link.

    // https://kriesi.at/support/topic/image-tap-on-mobile-reacting-differently-on-different-devices/#post-859062

    Best regards,
    Ismael

    #865175

    Thanks a lot. This is working very well!
    Best regards, Loola

    #865523

    Hi,

    You are most welcome!

    Best regards,
    John Torvik

    #865586

    Hello John,

    now I have one more question:
    I designed an developed a website for a friend of mine based on ENFOLD.
    For this I used as a basis my ENFOLD -Theme. Now he wants to have realized the site and has now bought his own license (he downloaded the License Certificate and send it to me, here I can find his purchase code) Now I only do not know where I can link the existing system with the new license in the dashboard. Do I do this at ENFOLD> Theme Update? And should the customer itself selsbt an API key generate and me then this transfer? Or how is the correct procedure now?
    Thank you and many greetings Loola

    #866093

    Hi,

    You have to use the “Username” of the client who bought the theme and the generated API key.

    // https://themeforest.net/help/api

    Best regards,
    Ismael

    #869513

    Hello,

    I have set an “easy slider” in the top section, where images fade in and out. Each image is linked to a current site.
    I don ´t like the look of the rollover-link-button (big black circle with the curved arrow) . Where and how can I change the look of this button?

    Thank you
    Best regards
    Diana

    #869952

    Hi,

    Thank you for the update.

    How do you want the overlay to look? You can remove it with the following css code.

    span.image-overlay.overlay-type-extern {
        display: none !important;
    }

    Unfortunately, there is no specific option for it so you have to use some css modifications.

    Best regards,
    Ismael

    #887299

    Hello,

    I have two questions about a website I created for a client:
    on the one hand a technical question referring to the test page: neu.praxis-ganesha.de
    the submenu for the menu items “other services” and “practice” is displayed in the Safari browser very funny: the font is barely legible and looks as if covered by a transparent Fläache. It works perfectly in all other browsers. What can I do that it is still readable in Safari?

    The second question concerns the license. The customer also already has another website on the theme ENFOLD. (www.alcahest.de) For this he has already acquired a license of the ENFOLD theme. Does he have to buy a new license for his further page http://www.praxis-ganesha.de (currently only under the test server neu.praxis-ganesha.de) or can we use the already acquired license?
    If we can use what we’ve already acquired, is the next step in the process of generating a new API key, or what steps need to be taken?

    Thank you for your work
    Best regards Diana

    #887693

    Hi,

    You have to get different licenses for each site and generate unique API keys.

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

    #888271

    Hello,

    more over I have got one more technical question: referring to the test page: neu.praxis-ganesha.de
    the submenu for the menu items “weitere Leistungen” and “Praxis” is displayed in the Safari browser very bad: the font is barely legible and looks as if covered by a white area. It works perfectly in all other browsers. What can I do that it is still readable in Safari?

    Thanks
    Best regards
    Diana

    #888329

    Hi,

    Please create new threads or posts for new inquries. Thank you. We’ll close the thread now.

    Best regards,
    Ismael

    #889314

    How can I creat a new thread????? and why can ‘ t I use this here?

    #889467

    Hi,

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Please review our previous response. Thank you for your understanding.

    Create a new thread here: https://kriesi.at/support/forum/enfold/

    Best regards,
    Ismael

Viewing 26 posts - 1 through 26 (of 26 total)
  • The topic ‘Image fullscreen’ is closed to new replies.