Forum Replies Created

Viewing 24 posts - 1 through 24 (of 24 total)
  • Author
    Posts
  • in reply to: After 2.7 and 3.9 updates getting JS errors #257573

    I have the problem resolved! Simply adding UTF-8 back into the Blog Charset field in the site settings has the site working correctly again.

    Thanks for you help guys, please mark this as resolved.

    in reply to: After 2.7 and 3.9 updates getting JS errors #257542

    We appear to be getting somewhere! http://www.screencast.com/t/r4DXSlI8e

    Is this an issue within the theme? When I changed the settings in the browser (chrome) back to UTF-8 for the admin screen I’m able to make changes without the JS error appearing.

    in reply to: After 2.7 and 3.9 updates getting JS errors #257528

    Hi

    I have updated the avia-builder.js as suggested but still not resolved.

    I’ve found this thread: https://github.com/jquery/jquery-mobile/issues/4540 could this be related?

    in reply to: After 2.7 and 3.9 updates getting JS errors #257507

    Hi Josue

    I have already restored all files from a fresh download and even tried down grading but the issue is still there. I will try the file you have provided however.

    That “” only appears on line 336 when something is dragged and dropped, prior to dropping the item it is not there?

    This site was due to be moved to the live domain 5 days ago and printed media about the site is in production and due for distribution in 4 days so I’m really up against it. I’d really appreciate it if we can get this resolved. Do you offer any higher levels of support with faster response times?

    Thanks
    Dan

    in reply to: After 2.7 and 3.9 updates getting JS errors #257038

    Hi Josue

    This is what I’m getting:

    http://www.screencast.com/t/cHijPsP1a3sp

    Could this problem have anything to do with this issue: http://wordpress.org/support/topic/jquery-ui-dialog-script-moved-out-of-39-latest-build

    Thanks
    Dan

    in reply to: After 2.7 and 3.9 updates getting JS errors #256176

    Can anyone provide any support with this issue? The site was due to be transferred to the live domain today and this now can not happen due to this problem.

    in reply to: After 2.7 and 3.9 updates getting JS errors #256057

    I down graded the site back to 2.6.3 (didn’t have a 2.6.4) and still received the following JS error:

    ReferenceError: Â is not defined
    http://boadev.co.uk/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-builder.js?ver=0.7:394&host=boadev.co.uk

    I downloaded a fresh copy of 2.7 and now reinstalled this and still the error?

    in reply to: After 2.7 and 3.9 updates getting JS errors #256034

    The site currently has no plugins other than PODs for our CPT’s and Gravity Forms activated, when trying to make changes to the test page as above we are getting the JS error.

    in reply to: After 2.7 and 3.9 updates getting JS errors #256001

    I have also tried deactivating all plugins.

    in reply to: After 2.7 and 3.9 updates getting JS errors #256000

    Hi Peter

    I should have caught that Ultimate tinyMCE issue! I’ve now removed the plugin but still having problems.

    It appears to be with any element that has the MCE editor. When I edit the homepage for instance I can move things around without a problem but if I open the testimonials and edit the content for example, when I update the page a lot of the content is deleted and the layout is changed. I have to revert back to the auto-saved page.

    I have copied the content from the homepage to a test page: http://boadev.co.uk/test-page/ if you edit the contents in the testimonials and update the page you will see the issues.

    Thanks
    Dan

    in reply to: After 2.7 and 3.9 updates getting JS errors #255979
    This reply has been marked as private.
    in reply to: After 2.7 and 3.9 updates getting JS errors #255965

    This site is due to go live today and we are still unable to edit pages due to this error. Can anyone please advise on a solution?

    Thanks

    in reply to: After 2.7 and 3.9 updates getting JS errors #255859

    Hi Yigit

    I’ve re-uploaded enfold 2.7, flushed all caches and flushed the permalink structure but still getting the error?

    in reply to: After 2.7 and 3.9 updates getting JS errors #255656

    We are unable to edit our site due to this error, can any one advise please?

    in reply to: Scrolling not smooth on iOS devises #245522

    Hi Ismael

    Thanks for the response. The site is still very much in development and shouldn’t really be available to the public yet but we’ve run into a couple of issue we’re trying to resolve and need help from others within various forums such as here. Once we are happy with the functionality we are planning on optimising it. If you can recommend any that work well with Enfold that would also be appreciated?

    Regarding the scrolling issue, this appears to have started after I added the following CSS but I can’t see why that would cause this problem:

    /* Centre Logo for mobile  ----------- */
    
    /* iPads (landscape) ----------- */
    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) 
    and (orientation : landscape) {
    .responsive .mobile_slide_out .logo {
    position: relative;
    left: 37%;
    }}
    
    /* iPads (portrait) ----------- */
    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) 
    and (orientation : portrait) {
    .responsive .mobile_slide_out .logo {
    position: relative;
    left: 32%;
    }}
    
    /* Smartphones (landscape) ----------- */
    @media only screen 
    and (max-width : 800px) {
    .responsive .mobile_slide_out .logo {
    position: relative;
    left: 30%;
    }}
    
    /* Smartphones (portrait) ----------- */
    @media only screen 
    and (max-width : 480px) {
    .responsive .mobile_slide_out .logo {
    position: relative;
    left: 18%;
    }}
    in reply to: Scrolling not smooth on iOS devises #245313

    Sorry the URL might help! http://boadev.co.uk

    in reply to: Centre logo in header for mobile only view #243756

    Hi Yigit

    Thanks for your great response, got me going in exactly the right direction. The CSS I’ve got so far, which seems to be working nicely on most devices (although slightly off on iPhone 4 in Landscape) is:

    /* Centre Logo for mobile  ----------- */
    
    /* iPads (landscape) ----------- */
    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) 
    and (orientation : landscape) {
    .responsive .mobile_slide_out .logo {
    position: relative;
    left: 37%;
    }}
    
    /* iPads (portrait) ----------- */
    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) 
    and (orientation : portrait) {
    .responsive .mobile_slide_out .logo {
    position: relative;
    left: 32%;
    }}
    
    /* Smartphones (landscape) ----------- */
    @media only screen 
    and (min-width : 481px) {
    .responsive .mobile_slide_out .logo {
    position: relative;
    left: 30%;
    }}
    
    /* Smartphones (portrait) ----------- */
    @media only screen 
    and (max-width : 480px) {
    .responsive .mobile_slide_out .logo {
    position: relative;
    left: 18%;
    }}

    Thanks again :)

    Hi Yigit

    Slight amendment to that, the dropdowns do work on mobile if you touch the word in the menu item, touching the icon to the right does not expand the menu.

    These are the only changes I’ve made to the dropdowns in mobile view:

    /* Style the "x" */
    #megaMenu ul.megaMenu li.menu-item a span.uber-close[data-uber-status="open"],
    #megaMenu ul.megaMenu li.menu-item span.um-anchoremulator span.uber-close[data-uber-status="open"]{
      background:red;  
    }
    /* Style the down arrow */
    #megaMenu ul.megaMenu li.menu-item a span.uber-close[data-uber-status="closed"],
    #megaMenu ul.megaMenu li.menu-item span.um-anchoremulator span.uber-close[data-uber-status="closed"]{
      background:blue; 
    }
    

    They are just styling the ‘X’ and ‘Arrow’

    Hi

    Thanks for the quick response! I now have the correct menu displaying however the dropdowns within the menu items do not appear to work, do you have any idea why?

    thanks again :)

    This reply has been marked as private.
    in reply to: Enfold Feature Requests #229714

    @mcironlung you can add the Avia Advanced Layout Builder to ‘posts’ and ‘custom post types’ by editing the meta.php

    It’s actually very easy to do and here is a video showing you how: http://vimeo.com/64996057 just remember that these changes will need to be made each time you update the theme though.

    in reply to: Enfold Feature Requests #212313

    Hi Guys

    I’d like to request a minor adjustment to the widgets page. Can some extra space be made between the dropdown arrow to ‘edit’ and the ‘X’ to delete. I’ve lost count the amount of times I’ve had to create widgets again because of accidental deletion. Or one step further and add an ‘Are you sure you want to delete’ screen.

    I’d also like to second the request for the following: Sidebar – Colored Section that works with side bar not just full width.

    Thanks for the great work on this theme!

    in reply to: Colour Section & Background Attachment Mobile Devices #138548

    Hi Devin, our images are also set to Centre Centre. I did try a very small, low resolution image and set it to repeat. The result of this is a fixed image but only for the first two scrolls down the page. When you touch the screen for a third time the image moves with the page.

    From your comment about an iOS issue I did some searching and found several posts regarding iOS and ‘position:fixed’ –

    http://remysharp.com/2012/05/24/issues-with-position-fixed-scrolling-on-ios/

    Do you think this the issue? I noticed ‘background-attachment: fixed’ is used within the CSS. If so do you have any suggestions to resolve it?

    (same to you Mars, nice use of the fixed image/price box combo!)

    Thanks

    BOA

    in reply to: Colour Section & Background Attachment Mobile Devices #138545

    Hi

    Sorry to jump in but I am experiencing exactly the same problem. In the emulator everything appears fine but testing on actual mobile devices the images appear static. What is the optimal image size for the fixed colour section? The page I am having problems with is: http://reflection.boa.ac.uk/

    Thanks

Viewing 24 posts - 1 through 24 (of 24 total)