Forum Replies Created

Viewing 30 posts - 1 through 30 (of 33 total)
  • Author
    Posts
  • in reply to: Hotspot responsiveness on tablet #913739

    Thank you – I found a fix with css for the first problem.

    Regarding Smooth Scrolling: I had found that link too but not sure how to implement it in Enfold. I thought Enfold does this with all page anchors out of the box?

    Failing that – where do I put this JS as Enfold does not have a custom JS section in Theme Options?

    Thank you,
    Wizard247

    in reply to: Hotspot responsiveness on tablet #913173

    OK – I fixed this by setting the width of the tooltip in vw units.

    div.avia-tooltip.avia-tt.av-tt-xlarge-width.av-tt-pos-right.av-tt-align-centered.av-mobile-fallback-active.av-permanent-tooltip-single.main_color.av-tooltip-shadow.av-tt-hotspot,
    div.avia-tooltip.avia-tt.av-tt-xlarge-width.av-tt-pos-left.av-tt-align-centered.av-mobile-fallback-active.av-permanent-tooltip-single.main_color.av-tooltip-shadow.av-tt-hotspot {
    width: 26vw;
    }

    However, the buttons that I used for the “Read More” do not automatically adopt the smooth scroll feature like the hotspot numbers do. I read elsewhere in this forum that this is default behaviour for anchors but for me they don’t work.

    I had to use span id’s in the Accordion titles in order to get the anchors linked. If I use the toggle ID number, it makes no difference. Still no smooth scroll.

    Any ideas why this is not working?

    Thanks,
    Wizard247

    in reply to: Increase size of social icons in sidebar menu #883276

    Fixed thank you. Was a caching issue.

    in reply to: Increase size of social icons in sidebar menu #883258

    Can’t see how it would be formatted wrong – this is what I have:

    /*custom css Corporate Barista*/
    
    body, p {
    font-weight:300!important;
    }
    
    .logo {
    margin-top: 25px;
    margin-bottom:25px;
    }
    
    .avia-testimonial-content p {
    color:#000;
    }
    
    .main_color .avia-slider-testimonials .avia-testimonial-content, .main_color .avia-testimonial-arrow-wrap .avia-arrow {
    opacity:0.5;
    }
    
    #top #main .avia-section .template-page {
    margin-top:10px;
    }
    
    .avia-datepicker-div.ui-datepicker {
    width:350px;
    }
    
    #top #wrap_all .error .text_input, #top #wrap_all .error .text_area, #top #wrap_all .error .select {
    border-color: #cc9c00;
    }
    
    #top div .av-light-form .input-text, #top div .av-light-form input[type='text'], #top div .av-light-form input[type='input'], #top div .av-light-form input[type='password'], #top div .av-light-form input[type='email'], #top div .av-light-form input[type='number'], #top div .av-light-form input[type='url'], #top div .av-light-form input[type='tel'], #top div .av-light-form input[type='search'], #top div .av-light-form textarea, #top div .av-light-form select, div div .av-light-form .button {
    color:#e5e5e5!important;
    }
    
    @media only screen 
      and (min-device-width: 320px) 
      and (max-device-width: 480px)
      and (-webkit-min-device-pixel-ratio: 2) {
    .avia-menu-subtext {
    display:none;
    }
    }
    
    h2.avia-caption-title {
    letter-spacing:2px!important;
    }
    
    .avia-tooltip .inner_tooltip {
    font-size: 13px;
    }
    
    #top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
    font-size:0.7em;
    }
    
    .html_header_sidebar #top #header .social_bookmarks li a,
    #top #wrap_all .av-social-link-instagram:hover a,
    .html_header_sidebar #top #header .social_bookmarks li.social_icon_1 a,
    html body [data-av_iconfont='entypo-fontello']:before,
    li.social_bookmarks_instagram.av-social-link-instagram.social_icon_1 {
    font-size:60px!important;
    }
    
    #top .social_bookmarks li a {
    min-height:50px!important;
    height:50px!important;
    }

    The pastebin code fixed it for me on both mobile and all desktop browsers.

    Simply putting “https://” or “http://” in the Link field does indeed go to a blank page in Chrome. The above code will allow you to use “#” in the Link field.

    Thanks @giorgio_betagrafic – your solution fixed it for me. :)

    See details below.

    Yes – after I sent in the support request, I reduced the size of the logo and made it fit – however, I’d still like it to show up in the mobile header as well. Is this possible?

    in reply to: WooCommerce variations #726827

    Apparently this may work with PHP 7.0 – not yet tested:

    
    add_filter( 'woocommerce_ajax_variation_threshold', function() { return 50; } );
    in reply to: WooCommerce variations #725964

    Hi Jurgen,

    I don’t either – just a shame I had to change back to PHP 5.6.28 to make this work.

    Cheers,
    Louise

    in reply to: WooCommerce variations #724719

    Fixed it – changed the PHP version back from 7.0 to 5.6.28 which removed the error.

    in reply to: WooCommerce variations #724714

    Jurgen,

    I had the same problem and applied the fix that WooCommerce supplied. However, I’m getting an error although attributes and variations combinations are saved and work OK on the frontend, I’d rather not have the error. Did you get this as well? and if so, where you able to fix it?

    The error is:

    Warning: array_merge(): Argument #2 is not an array in /…/public_html/wp-includes/load.php on line 63

    Thanks,
    Louise

    in reply to: Disable sticky header on tablet landscape #661156

    Yes – I have it switched off now as the site is due to go live on Monday and I had to show the client the final version.

    I would really like to switch the sticky header back on, but only visible on desktop/laptop and not on tablets or phones, unless you can apply some css that allows for shrinking of the header on tablets.

    Thanks,
    Louise

    in reply to: Disable sticky header on tablet landscape #660165

    I had BWP Minify and Wordfence switched on – deactivated them now. Emptied caches first. No difference on iPad. Could you please have another look?

    Thank you,
    Louise

    in reply to: Fixed logo on desktop, relative logo on mobile #659658

    Did you manage to find a solution for this? I like the appoach of keeping the hamburger fixed and the logo relative and would like to apply the same to my site.

    Cheers,
    Louise

    OK – I think I have found the solution. This works for my site – it changes the background images to “scroll” for tablets – landscape positioning:

    /* Landscape Tablet*/
    @media only screen 
      and (min-device-width: 768px) 
      and (max-device-width: 1024px) 
      and (orientation: landscape) 
      and (-webkit-min-device-pixel-ratio: 1) {
    div.flex_cell.no_margin.av_two_fifth.avia-builder-el-20.el_before_av_cell_three_fifth.avia-builder-el-first.avia-full-contain.av-hide-on-mobile,
    div.flex_cell.no_margin.av_two_fifth.avia-builder-el-27.el_before_av_cell_three_fifth.avia-builder-el-first.avia-full-contain.av-hide-on-mobile,
    div.flex_cell.no_margin.av_two_fifth.avia-builder-el-34.el_before_av_cell_three_fifth.avia-builder-el-first.avia-full-contain.av-hide-on-mobile {
    background-attachment: scroll!important;
    background-size: cover!important;
    }
    }

    Thank you @Guenni007, that’s exactly the issue I was talking about, except that all of the Enfold-App demo images are Fixed and yet one shows up.

    Also – why is my slider image at the top changed to scroll on iPad when it is fixed on desktop? If it works for this on iPad, it should work for the other images, right?

    see: http://www.osteopath-launceston.com.au/welcome/

    Would you know of a way to change the fixed positioning of these background images to scroll on tablet LANDSCAPE only? I tried that with css but it didn’t work for me but maybe I didn’t address is properly.

    Cheers,
    Wizard247

    • This reply was modified 8 years, 4 months ago by wizard247.

    When you view the Enfold-App demo on iPad, the FIXED background images (1500×1000) that are used in the 2/5-3/5 grids of the mobile phones and when scrolling seemingly run into one another to change the mobile phone screen (great effect) do NOT show up when viewed in Landscape mode on iPad. Only ONE of the images shows – the one with the hand – and the others are not there or are underneath the one that shows – not sure.

    I replaced these images with my own and also only one showed up and one other image as well but they showed underneath each other. Very messy. I have removed as site had to be presented to client. The issue however is viewable on your demo site if you have an iPad, so you can see what I mean.

    in reply to: Full width easy slider height change #642468

    Yes – I removed the Easy Full Width Slider – was too hard to do what I needed and replaced it with Layer Slider now.

    in reply to: Shrinking of sticky header on tablets #641805

    Link below…

    in reply to: 1/2 column underneath two 1/4 columns #641772

    Perfect! Thank you.

    After I made the css changes recommended above is when I lost the transitions.

    I also tried the media queries for iphone and ipad but the logo does not shrink. I think it may have something to do with that feature being switched off by default?

    Louise

    in reply to: Form validation red border on Select fields #641488

    Don’t worry – I figured it out myself.

    in reply to: Form validation red border on Select fields #641487

    That switched off the red borders on the fields that SHOULD have it (name and email), but it stayed on the Select field which SHOULD NOT have it.

    in reply to: Form validation red border on Select fields #641483

    Click the SEND button with nothing in the form…. You’ll see it then. Here’s screenshot: http://awesomescreenshot.com/0575wxfn7f

    Nearly there!

    Can I do the same on ipad portrait and landscape view? i.e. the logo resizes to smaller. Currently they stay the same size. I tried the above css code in the media queries but it doesn’t work there.

    I also seem to have lost the smooth transitioning of the logo into the smaller size. Any chance of getting that back?

    Thank you!
    Louise

    Perfect! Yes, I figured out the styles for mobile and tablet.

    Thank you. :)

    Thank you that worked for the desktop main view.

    Can I get it to shrink when scrolling down the page so it fits back into the header container?

    Also – I need it normal on mobile size, but I guess I can adjust that by putting the above in a css media statement.

    thanks,
    Louise

    in reply to: Windows Phone Support – Update #585011

    Thanks rlogan2334 and M1000000 for your extensive comments. Agree on all of your points – the most disappointing aspect of this is the silence of Enfold developers. Whilst I agree that support on this forum has always been above and beyond – you used to see this kind of support on X-theme forum as well, but they have cut back considerably on the amount of “free css” they will hand out – which is one of the reasons I use Enfold. As well as the fact that customers find it easy to use and yes, those beautifully equalised columns!

    Has anyone tried to solve the issue by installing WPTouch and replacing the elements that seem to cause an issue? Not sure if this will work at all… As far as I know it is mostly the LayerSlider, Fixed and Parallax backgrounds. Not having a Windows Phone to test on myself, makes this process quite laborious.

    in reply to: Windows Phone Support – Update #584545

    Have you had a follow up on this M1000000?

    I’m gutted that there is no solution for this… :(

Viewing 30 posts - 1 through 30 (of 33 total)