-
AuthorPosts
-
November 3, 2014 at 5:08 pm #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 DianaNovember 4, 2014 at 5:49 pm #345959Hi 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!
ElliottNovember 5, 2014 at 10:27 am #346420This reply has been marked as private.November 5, 2014 at 10:34 am #346422This reply has been marked as private.November 5, 2014 at 5:19 pm #346652This reply has been marked as private.November 6, 2014 at 4:13 pm #347137Hey!
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.
November 8, 2014 at 1:27 pm #348144This reply has been marked as private.November 9, 2014 at 7:10 pm #348397Hey!
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.
November 14, 2014 at 9:35 am #351170This reply has been marked as private.November 14, 2014 at 7:38 pm #351467Hey!
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,
ElliottNovember 17, 2014 at 7:24 pm #352637This reply has been marked as private.November 18, 2014 at 5:03 pm #353065Hi!
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,
ElliottNovember 24, 2014 at 12:34 pm #356691This reply has been marked as private.November 24, 2014 at 9:34 pm #357128Hey!
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 -
AuthorPosts
- You must be logged in to reply to this topic.