Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #887013

    Hi people that know everything about the enfold theme :)

    I tried everything, but is there an option to have an image and links to a side (left or right) that will stay with mobile view?
    For the links, the catalog option will work for me, but I can’t get it to stick to an image on mobile view

    like this (mobile view) but i want the links on the right side
    http://www.irepairwaterland.nl/temp/knipsel2.JPG

    and this like desktop view
    http://www.irepairwaterland.nl/temp/knipsel3.JPG

    It’s not about the presentation, but with mobile view an image with links on the side and with desktop view the double of that.
    This is the only thing i need to know to finish my site.

    Thanks,remco

    #887055

    Hey remco,
    How about using a grid row with text blocks inside?
    2017-12-09_221534
    it will show side by side on desktops & stacked on mobile.
    You can use the element paddings and the custom classes so you can style it to fit with any site. After you create one you can clone it to make as many as you like.
    Paste this code in your debugger to get started:

    [av_layout_row border='' min_height_percent='' min_height='0' color='main_color' mobile='av-flex-cells' id='' av_element_hidden_in_editor='0' mobile_breaking='' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='']
    
    [av_cell_one_half vertical_align='top' padding='30px,5%,30px,10%' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' mobile_display='' custom_class='']
    
    [av_textblock size='' font_color='' color='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' custom_class='textblock' admin_preview_bg='']
    iPhone 5<img class="phone alignleft wp-image-3203 size-medium" src="https://127.0.0.1/wp-content/uploads/2017/12/IhrUnternehmen-istdasbesteHandy-Zugeschnitten-517x1030-151x300.png" alt="" width="151" height="300" />
    
    iPhone 6
    
    iPhone 7
    
    iPhone 8
    
    iPhone 9
    
    iPhone X
    [/av_textblock]
    
    [/av_cell_one_half][av_cell_one_half vertical_align='top' padding='30px,10%,30px,5%' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' mobile_display='' custom_class='']
    
    [av_textblock size='' font_color='' color='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' custom_class='textblock' admin_preview_bg='']
    iPhone 5<img class="phone alignleft wp-image-3203 size-medium" src="https://127.0.0.1/wp-content/uploads/2017/12/IhrUnternehmen-istdasbesteHandy-Zugeschnitten-517x1030-151x300.png" alt="" width="151" height="300" />
    
    iPhone 6
    
    iPhone 7
    
    iPhone 8
    
    iPhone 9
    
    iPhone X
    [/av_textblock]
    
    [/av_cell_one_half][/av_layout_row]

    Best regards,
    Mike

    #887096

    Wow, mike,
    awesome reply !!

    Exactly what I needed !!!
    And even the debugger is very useful to me to transfer pieces from a test site to the active one.

    Thanks again, Remco

    #887174

    humm :)

    I can’t get the grid row into a color section,
    now it will take my full white instead of the withe of my content.

    http://www.irepairwaterland.nl/temp/frame.JPG

    (and how can I edit the css only for this text?, so I can get lines/borders above and below my links)

    http://www.irepairwaterland.nl/temp/goal.JPG

    sorry, and thanks for your last reply

    #887207

    Hi,
    To keep the cells centered in your page, change the Cell Padding in the cell, I had set it to percentages like 10% from the page edge and 5% from each other. Try 20% from the page edge.
    2017-12-10_211636
    To edit the css for only the text set a Custom Css Class for the text block, it’s below the text editor, I had named it “textblock”
    2017-12-10_212131
    The css class for the images is “phone”
    2017-12-10_212240

    Best regards,
    Mike

    #887568

    yes thanks mike,

    all my problems are solved now :)

    for the costum css class option I had also to edit the function.php
    (https://kriesi.at/support/topic/add-custom-classes-on-specific-elements/)

    thanks alot

    #887652

    Hi,

    I’m glad you were able to get this solved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘image with links on the side that will stay on mobile view’ is closed to new replies.