Forum Replies Created
-
AuthorPosts
-
Hi Wolf,
I checked in Firefox it was playing that movie, than I hit cmd+r, and after reload I could not reproduce it any more, in Chrome and Safari – all good.
Try cmd+r and let us know how things are.
Best regards,
VictoriaHi wschaefer1,
I think you should put a hidden small logo in header main container and make it visible when invisible disappears. Normally this is where logo is placed.
Let us know if you have any more questions.
Best regards,
VictoriaHey NetphoriaInc,
Set the background attachment of the image in that color section to scroll.
Let us know if you have any more questions.
Best regards,
VictoriaHey NetphoriaInc,
What is the element in question? What are you trying to add styles to?
Best regards,
VictoriaHi Martin,
The breakpoints are defined in grid.css, this one on line 85.
You can try to make font scale and decrease line-height as the window scales.
Let us know if you have any more questions.
Best regards,
VictoriaHey NetphoriaInc,
The functionality to create as per your design is available with the LayerSlider WP. You can put text overlays and buttons with it.
Let us know if you have any more questions.
Best regards,
VictoriaHey Jan,
Could you give us a link to the page on which the form is on. You can do it in private content box.
Best regards,
VictoriaHey pixopolis2222,
You can go to Text mode in the editor and add to the first option (which is a label) the attribute disabled=disabled.
Let us know if you have any more questions.
Best regards,
VictoriaHey Mohammad Reza,
Here is a great article about it How to Prevent WordPress from Generating Image Sizes.
And here is a plugin for otpimizing and controlling image resizing.Let me know if this was helpful.
Best regards,
VictoriaHi kharsoul,
The second box is there now as well. I did not change the images. They are heavy for mobile, but the look better than the other ones. So it’s your call, if you change the images, the upper button will need different color.
Let me know if this was helpful.
Best regards,
VictoriaMarch 16, 2017 at 5:30 pm in reply to: Blog Posts displays only excerpt instead of full content #762078Hi s7an7onc,
Have you tried following the suggestions in the thread?
Can you provide temporary admin access to your site, so that we can have a look?Best regards,
VictoriaMarch 16, 2017 at 5:09 pm in reply to: NextGen Gallery Pro – Disable Filmstrip on Mobile Devices #762066Hi rosewoodva,
Sorry, my bad, I didn’t remove the white spaces.
@media (max-width: 768px) { .ngg-galleria-parent.nextgen_pro_horizontal_filmstrip { height: 0; display: none; } .fa.ngg-trigger.nextgen_pro_lightbox.fa-share-square { display: none; } }
Put this snippet in /enfold-child/style.css.
Let me know if this helped.
Best regards,
VictoriaHey isarwerk,
Paste this code to Quick Css field or to your child theme styles.
@media only screen and (max-width: 767px) { div .avia-table { table-layout: initial; } } Let us know if you have any more questions.
Best regards,
VictoriaHi asinger777,
Here are a few articles on progressive loading:
https://optimus.keycdn.com/support/progressive-jpeg/
https://css-tricks.com/the-blur-up-technique-for-loading-background-images/It could also be that the fonts size are adjusted by javascript, which does on document ready, but this can be reproduced on way lower connection speeds, which we cannot do much about.
There is a js error in console, it might also adding to js slowing down or stopping execution at all.
This _inbound.add_action should also be within document.ready.
Let us know if you have any more questions.
Best regards,
VictoriaHi Chris,
To get the a result close to the demo pages, you should try to use images with the same aspect ratio and sizes as used on demo page.
Let us know if you have any more questions.
Best regards,
VictoriaHi Nordmar,
Are you using a single domain SSL certificate or wildcard? Can you provide a link to your website in private content, so that we can take a closer look.
Best regards,
VictoriaHi,
Having a few more lines for the search results is easy for simple posts, but with pages built with a lot of HTML in advanced editors, it gets more complex.
First you can look into this plugin plugin, it will help you to make excerpts to you posts and pages, they have to be added to every page and they will be shown on search results page.
Here is another plugin you might want to look into, this one is for enhancing search, or hire a freelancer to customize your search results page.Let us know if you have any more questions.
Best regards,
VictoriaMarch 16, 2017 at 2:57 pm in reply to: Masonry Grid landscape/portrait without a feature image #761947Hi Henning,
Please let us know if you need any more assistance with this issue.
Best regards,
VictoriaHi ccyran,
You’re loading hi-resolution big images for mobile versions. You can open Network Tab in Chrome DevTools and play with network speed emulation to see how fast you page loads. And after that some more js files are loaded, could be that some of them should be moved to the header, the ones that need to run before images load.
Or this is not the issue?
Best regards,
VictoriaHi Mike,
I am not seeing that pixel gap. Have you fixed that?
Can you attach a print screen of the gap you’re talking about?Best regards,
VictoriaHi CDuyvis,
The page you provided gives a 404 error, so we cannot check what the problem is.
Could you please provide a valid link?
Best regards,
VictoriaHi draig,
There is an js error in disable-gf-fields.js?ver=7f1db0f… and that base64 image data also gives an error net::ERR_INVALID_URL. You should check for the correct encoding of the image in their (Formidable) styles and see if that base64 still gives a valid image.
Let us know if you have any more questions.
Best regards,
VictoriaHi Paul,
Here are two ways to try to solve it.
CSS way https://kriesi.at/support/topic/widget-in-sidebar-disappear-in-responsive/#post-468104
and via Javascript https://kriesi.at/support/topic/filter-option-below-my-products-on-mobile-device/#post-473032
Let me know if this was helpful.
Best regards,
VictoriaHi georgecornelius,
In general, you can’t really style the option tag. This element is rendered by the OS, not HTML. It cannot be styled via CSS. There are replacement plug-ins that look like a SELECT, but are actually composed from regular HTML elements that CAN be styled.
In Firefox, your options get orange, while Chrome render it with it’s own styles.
Another this is, you button for actually making a reservations turns white on hover and the text disappears. This I would fix. Here is the css rule:
#top .av-custom-form-color .button:hover { color: #e87b14; }
Let us know if you have any more questions.
Best regards,
VictoriaHey MinstrelExeter,
Here is a plugin WP Gallery Custom Links, not sure it does what you need though. You might need some custom functionality for what you’re trying to do.
Here you can find a developer who can do that for you.
Let us know if you have any more questions.
Best regards,
VictoriaHi simonac,
Do you mean like tabs menu on the left, content on the right for example? This can be done in Advanced Layout Editor.
Or it was not what you meant?
Best regards,
VictoriaHi Jörgen,
You could edit Edit the js > avia.js file and change burger_wrap.click function remove hover handler
new_menu.find('li').hover(function () { $(this).children("ul.sub-menu").slideDown('fast'); }, function () { $(this).children("ul.sub-menu").slideUp('fast'); });
and add
new_menu.find('li').each(function() { $(this).children("ul.sub-menu").slideDown('fast'); });
instead.
Let me know if it worked for you.
Best regards,
VictoriaHi bakbek,
Problem here is the div.av-tab-section-inner-container.avia-section-default gets the width of 400vw, which is 5760px, which is huge and is way beyond viewport. This is why all the calculations are wrong and you cannot see your tab content.
Let me check with developers what’s up with that and get back to you.
Best regards,
Victoria -
AuthorPosts