Forum Replies Created
-
AuthorPosts
-
Hey enhanza,
I checked the test, did not see the issue with the font. You can defer loading this or looking into resource hints:
https://www.keycdn.com/blog/resource-hints/
If you need further assistance please let us know.
Best regards,
VictoriaMay 7, 2017 at 8:41 pm in reply to: Testimonial Circle Images Rotating Sideways on Mobile (safari) #789174Hi scottgroves73,
I only got it on my iPhone. Nowhere else, it’s really a weird issue :(
Let’s hack it!If it rotates 90 degrees, let’s add another 270 and see what happens, have tried it already?
@media only screen and (max-width: 767px) { .avia-testimonial-image img { -webkit-transform: rotate(270deg); /* Safari and Chrome */ -moz-transform: none; /* Firefox */ -ms-transform: none; /* IE 9 */ -o-transform: none; /* Opera */ transform: none; } }
Please, try this and let me know what happens.
Best regards,
Victoria- This reply was modified 7 years, 6 months ago by Victoria.
Hi,
This css has to be added:
@media only screen and (max-width: 767px) { #top-line { vertical-align: top; height: 30px; } #top-line > .container { height: inherit; max-width: 90%; position: fixed; top: 0 !important; } #search-icon-link { height: 25px !important; line-height: 25px !important; width: 25px; } #top-line div a { line-height: 16px; } }
And Javascript has to be slightly adjusted:
function av_move_search_mobile(){ ?> <script> jQuery(window).load(function(){ jQuery("li#menu-item-search a").detach().css({"height": "auto", "line-height": "initial"}).attr('id', 'search-icon-link').appendTo('#top-line .container'); }); </script> <?php } add_action('wp_footer', 'av_move_search_mobile');
Let me know how this works for you.
Best regards,
VictoriaHi digitalphilm,
I’ve searched our forums for issues with this plugin, did not find any. Well, it’s either people are not using it or there are no issues. So you might try to use it and get back to us if you have any issues.
If you need further assistance please let us know.
Best regards,
VictoriaHi johnworfin,
Those are added manually on image upload. You could hire a freelancer that would write a custom script for you that does what you need.
If you need further assistance please let us know.
Best regards,
VictoriaHi likegluelikecrew,
Best regards,
VictoriaHi Neverlands,
I checked today on big resolutions on Chrome and Safari on a Mac, no white line there.
Best regards,
VictoriaHi lzevon,
Glad you got it working for you! :)
Did not get what you mean by feature request post being closed, do you mind to elaborate?
If you need further assistance please let us know.
Best regards,
VictoriaHi Marc,
Sorry, I did not get the whole issue:) For that I need to see, how that is implemented. Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look.
Best regards,
VictoriaHi VastMarketing,
This is what the footer looks like, with big screen size ( in private ). What do you need to change? The height? Or it is ok now?
Best regards,
VictoriaMay 7, 2017 at 7:08 pm in reply to: Height of text block in color section (no parallax on mobile) #789142Hi timahe,
Here, try this code:
@media only screen and (min-width: 1280px) { #av_section_2 .av-parallax.enabled-parallax.active-parallax { min-height: 770px; } #av_section_2 .container { min-height: 500px; } #av_section_2 .container .entry-content-wrapper.clearfix { padding-top: 40px; } }
If you need further assistance please let us know.
Best regards,
VictoriaHi richardmoulsons,
I looked today, the logo slider is working, other sliders are working too. Did you get the issues fixed or you do you still need help with anything?
Even the header text is sliding.
Best regards,
Victoria- This reply was modified 7 years, 6 months ago by Victoria.
Hi dngood,
Thank you and let us know, what they say. Meanwhile, I’ll ask my colleague to have a look as well.
Best regards,
VictoriaMay 7, 2017 at 6:30 pm in reply to: Adding the search icon in the desktop menu/header to Mobile Menu/hamburger menu #789129Hi orangeamps,
I put the code fro the first link to you minified css file and the search icon appeared. It’s not in hamburger menu, but next to it. Screen shot in private. Is this not acceptable for you? All you have to do is adjust it to look how you need it.
Best regards,
VictoriaHi Abbe,
Ok, we can do it here. So what is the issue and we might still need the temp admin access to be able to look closer and have more context.
Also keep in mind this reply https://kriesi.at/support/topic/polylang-and-homepage-issues/#post-718671
Best regards,
Victoria- This reply was modified 7 years, 6 months ago by Victoria.
Hi boethius,
Could you please post us a few screen shots of the problem? The looks, not the html, I’ve checked html, looks fine. The menu that stays at the middle of the page and all the notices, they really make it difficult to investigate.
Best regards,
VictoriaMay 7, 2017 at 6:05 pm in reply to: WooCommerce-Problem: Nothing View of the Shop-Categories on the Shop-Site #789121Hi Fränk,
In Advanced Layout Builder you can add either Product slider or Product grid, please see the screen shots attached. And then just adjust the styles to make it look like you need.
If you need further assistance please let us know.
Best regards,
VictoriaMay 7, 2017 at 6:05 pm in reply to: WooCommerce-Problem: Nothing View of the Shop-Categories on the Shop-Site #789120Hi Fränk,
In Advanced Layout Builder you can add either Product slider or Product grid, please see the screen shots attached. And then just adjust the styles to make it look like you need.
If you need further assistance please let us know.
Best regards,
VictoriaHi Joe,
It’s on top where all the elements are http://imgur.com/a/iw1TM
If you need further assistance please let us know.
Best regards,
VictoriaHi vadikcoma,
I think you should hide the image for mobile and for bigger screens you need to add this code:
@media only screen and (min-width: 1280px) { #register, #howtoget { position: relative; z-index: 22; } }
Your Layer Slider has slides of different height, and the image can be seen under the smaller slide on the big screens, you need that slide taller.
Best regards,
VictoriaHi 1raddad,
The code that overrides the hover is in Quick css somewhere. It looks like this:
#top ul:first-child > li > a:hover { color: #88bbc8!important; background: #ffffff; }
You can find it and change it, or just remove !important.
Best regards,
VictoriaHi tivo_designs,
Your enfold folder is not named just enfold, that’s why the child theme is not working. Please rename it to “enfold” and let us know how it worked out for you.
Best regards,
VictoriaDo you still need help with this issue? I checked your website, looks like you got it working?
If you need further assistance please let us know.
Best regards,
VictoriaHey nathan2022001,
Could you please describe in more detail what is the issue and could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaHey Haiko,
I think you could use the two 1/2 and then on small screen we could adjust paddings and margins so that is looks just like a paragraph.
If you need further assistance please let us know.
Best regards,
VictoriaHey t73z,
As long as images are not backgrounds, they should be fine. How do you know? Could you share with us?
Best regards,
VictoriaHi ServerBiz,
Best regards,
VictoriaHi Chris_85,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaHi SafwanQr,
Thank you for the screen shots, it is much more clear now. What I am seeing is that all of the content is rendered outside main div, only Layer Slider is there, all the rest should be inside as well. Also WordPress already has a 4.7.4 version available but you installation says that the latest is 4.7.3. Hmmm..
Could you try to make a new page (not a duplicate of this one) and copy all the shortcodes there and see what happens?
Best regards,
Victoria -
AuthorPosts