Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #345360

    Where and how can I make changes for the mobile view in general?
    1. I would like to change the size of a logo in the header in mobile view
    2. The Slider doesn’t appear in the iphone safari, the windows phone is shown only one image. How can I change this? I want the same slider as on computer display.
    3. I would like to change the font in the blog, it’s another font as on computer display, would like to have calibri
    4. There is a problem with the googlemaps on iphone.. (see the link below)
    5. I would like to zoom in a picture on mobilephone (Über uns, Team)
    6. In the offer area are 3 buttons, how can I change the order, that every button is shown atop the relevant text?

    Thx for helping me,
    best regards Diana

    #345959

    Hi Atelier_interaktiv!

    1. Try adding this to your custom CSS,

    .responsive .logo a, .responsive .logo img { max-height: 100px !important; height: 100px !important; max-width: 100px !important; width: 100px !important; }
    

    And then play around with the values to change it’s size.

    2. Navigate to Dashboard -> LayerSlider -> Your Slider -> Slider Settings -> Layout and make sure you don’t have the “Hide on mobile” option checked.

    3. Are you trying to just change the blog title font? Go ahead and send us a link and let us know exactly which elements your trying to change.

    4. It looks fine on my end. Take a screenshot of what your seeing so we can get a better idea of what’s going on.

    5. Are you just wanting to make this image bigger? Go ahead and take a screenshot and highlight what your trying to do so we can get a better idea.

    6. I’m not sure I understand. Is this the “Angebot” area? If so then you currently have three columns setup with buttons in each column and text below them. You would just need to move the buttons around if you want to re-order them.

    Cheers!
    Elliott

    #346420
    This reply has been marked as private.
    #346422
    This reply has been marked as private.
    #346652
    This reply has been marked as private.
    #347137

    Hey!

    1. You need to remove the comments you set in the code. They are making it so the CSS does not get applied.

    2. Make sure that responsive mode is turned on in the slider settings.

    3. It’s displaying as Calibri on my end. What mobile device are you using?

    4. Add this to your custom CSS,

    @media only screen and (max-width: 479px) { .avia-google-map-container { height: 200px !important; width: 200px !important; } }
    

    And play around with the width + height values to change it’s size.

    5. Your referring to the lightbox popup correct? It seems to be working fine on my end.

    6. You currently have 6 columns there. You need to use only 3 and add the buttons in with the textblocks so they are in the same column.

    Regards,
    Elliott

    • This reply was modified 10 years ago by Elliott.
    #348144
    This reply has been marked as private.
    #348397

    Hey!

    5. You mean your looking for a button to view the image in it’s original dimensions such as in prettyPhoto? Or do you mean that when you scroll up or down with the mouse wheel the image does not get bigger? Unfortunately neither of these options are available with magnific popup.

    By default it will open the image and scale it so it fits inside your screen. This is a good option to have for people who view your site on different screen sizes. For example if someone would view your image on a small screen such as a phone and the full image would popup it would be very annoying because they would have to scroll around a long time to see the full image.

    6. Are you using the WordPress SEO plugin by Yoast? Go ahead and send us a WordPress login and mark your reply as private so we can take a closer look.

    Regards,
    Elliott

    • This reply was modified 10 years ago by Elliott.
    #351170
    This reply has been marked as private.
    #351467

    Hey!

    I see the correct description being set in your source code.

    <meta content="Hochbau, Tiefbau, Mobilfunknetz, Festnetz, Starkstrom, Schwachstrom" itemprop="description" name="description">
    

    You can wait for google to crawl your site again or force it as seen here, https://support.google.com/webmasters/answer/6065812?hl=en.

    Best regards,
    Elliott

    #352637
    This reply has been marked as private.
    #353065

    Hi!

    I’m not sure. It may be best to just wait on it. I found this which may be helpful, http://moz.com/blog/why-wont-google-use-my-meta-description.

    If you haven’t done so already then I recommend installing the WordPress SEO plugin, https://yoast.com/wordpress/plugins/seo/, and following along with their documentation on setting up your site SEO.

    Regards,
    Elliott

    #356691
    This reply has been marked as private.
    #357128

    Hey!

    Try opening up the /enfold/header.php file and change line 35 from this.

    if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">';
    

    To this.

    if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width">';
    

    Regards,
    Elliott

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