Forum Replies Created

Viewing 30 posts - 38,281 through 38,310 (of 38,325 total)
  • Author
    Posts
  • in reply to: Form Validation Invisible #762126

    Hey 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,
    Victoria

    in reply to: Issue with select-element in your form #762124

    Hey 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,
    Victoria

    in reply to: Image sizes while uplading #762120

    Hey 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,
    Victoria

    in reply to: Media Queries don't work #762108

    Hi 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,
    Victoria

    in reply to: Blog Posts displays only excerpt instead of full content #762078

    Hi 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,
    Victoria

    Hi 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,
    Victoria

    in reply to: Table: Mobile View #762062

    Hey 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,
    Victoria

    in reply to: image sizing #762056

    Hi 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,
    Victoria

    in reply to: Image layouts #761994

    Hi 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,
    Victoria

    in reply to: Enfold cookie-less static subdomain #761989

    Hi 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,
    Victoria

    in reply to: Search Function Such Funktion #761981

    Hi,

    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,
    Victoria

    in reply to: Masonry Grid landscape/portrait without a feature image #761947

    Hi Henning,

    Please let us know if you need any more assistance with this issue.

    Best regards,
    Victoria

    in reply to: Website loads in the middle #761907

    Hi 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,
    Victoria

    in reply to: Making Masonry Gallery fullscreen #761900

    Hi 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,
    Victoria

    in reply to: Problems with new tab section #761836

    Hi 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,
    Victoria

    in reply to: Enfold and Formidable Pro with CSS issues #761835

    Hi 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,
    Victoria

    in reply to: Blog Email Subscription + Antispam #761820

    Hey Jo_Smud,

    1. Yes and yes. Here more on plugins for captcha.

    2. There is a plugin for that and an article on it.

    Let me know if this was helpful.

    Best regards,
    Victoria

    in reply to: Filters on top on mobile #761813

    Hi 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,
    Victoria

    in reply to: Reservation Contact Form #761808

    Hi 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,
    Victoria

    in reply to: Using an Image URL instead of Gallery ID #760962

    Hey 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,
    Victoria

    in reply to: tab-section question #760919

    Hi 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,
    Victoria

    in reply to: Slow Down Hamburger menu option ? #760889

    Hi 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,
    Victoria

    in reply to: Tab Section Issues #760868

    Hey bakbek!

    Here is a possible solution for the similar issue.

    Let us know if this worked for you.

    Best regards,
    Victoria

    • This reply was modified 8 years, 10 months ago by Victoria.
    in reply to: Tab Section Issues #760853

    Hi 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

    in reply to: Small Bug with av_upcoming_events shortcode #760638

    Hey Heathcliffe,

    You might want to suppress warnings for your website and enable logging. Here is a great article on how to do it.

    Warnings are not errors and the application still works fine.

    Let us know if you have any more questions.

    Best regards,
    Victoria

    • This reply was modified 8 years, 10 months ago by Victoria.
    in reply to: Different logos for different pages/categories #760622

    Hi bluelotus,

    Please let us know if you have any more questions regarding this issue or we can close it.

    Best regards,
    Victoria

    in reply to: Issue with Blog Preview Image (big) #760619

    Hey MadRhino,

    You might be seeing a cached version, if you have cache enabled, which may seem like changes are not applied.

    Best regards,
    Victoria

    in reply to: Html code is not formatted #760590

    Hi cheaptrip,

    You have minification of HTML and XML enabled in Total Cache plugin. It strips all the format and whitespace to make your files smaller and allow faster page load.
    You can just disable HTML minification and you will see formatted HTML in view source.

    Let me know if this was helpful.
    Best regards,
    Victoria

    Hi,

    If you find that some of the pictures you uploaded have different colors than the original, you have probably included a Color profile in the image without noticing it.

    All images uploaded to Shopify get stripped of their color profile for two reasons:

    • Browsers vary on their support for color profiles, so they end up looking differently when being viewed for example on Firefox vs. Internet Explorer. We want to make sure your site looks the same across all major browsers.
    • Color profiles can take up huge amounts of disk space, so this can result in very heavy loading times without gaining anything from it.

    Solution

    Make sure to save the image without a color profile. This process varies depending on the different image editing programs. For example, in Adobe Photoshop, to save an image without a color profile is achieved by selecting Save for Web… from the File menu.

    Let me know if this was helpful.

    Best regards,
    Victoria

    in reply to: Change Colour on Hover of Title & Excerpt of Ajax Search #760574

    Hi MattDalli,

    In you enfold_child.css add this rules:

    
    .header_color a:hover span.ajax_search_title, .header_color a:hover span.ajax_search_excerpt {
    	color: #fff !important;
    }
    

    Let me know if this was helpful.

    Best regards,
    Victoria

Viewing 30 posts - 38,281 through 38,310 (of 38,325 total)