Forum Replies Created

Viewing 30 posts - 25,831 through 25,860 (of 34,860 total)
  • Author
    Posts
  • in reply to: Menu links not working on mobile version #994187

    Hi,
    You should see two of each of those menu items, the first one is for opening the menu folder, the second it for going to the page.
    Please see the setting at: Enfold Theme Options > Main Menu > Burger/Mobile Menu > Clone title menu items to submenu

    Since you selected to display submenu items on click or on hover, the parent menu item does no longer navigate to the URL it contains, but toggles the visibility of its submenu items. If you want users to be able to open the parent menu URL the theme can create a clone of that item in the submenu

    Please see screenshot in Private Content area.
    Does your screen look like my screenshot?

    Best regards,
    Mike

    in reply to: Hover color of the font on the mobile menu #994183

    Hi,
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: New homepage spacing & font size and weight issues #994180

    Hi,
    Glad to hear, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Remove Quotes & Comma in Audio #994178

    Hi,
    Please include a admin login & FTP access in the Private Content area

    Best regards,
    Mike

    in reply to: Enfold read more tag in text block work around #993917

    Hi,
    Glad Ismael could help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Glad @guenni007 was able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: table padding quick css #993914

    Hey capuchin,
    Please try adding this css:

    .avia-table.tbl_xscape tr:nth-child(1) td:nth-child(1) {
        padding-top: 40px;
        padding-left: 40px;
    }
    .avia-table.tbl_xscape tr:nth-child(1) td:nth-child(2) {
        padding-right: 40px;
    }
    .avia-table.tbl_xscape tr:nth-child(2) td:nth-child(1) {
        padding-bottom: 40px;
        padding-left: 40px;
    }
    .avia-table.tbl_xscape tr:nth-child(2) td:nth-child(2) {
        padding-right: 40px;
    }

    Best regards,
    Mike

    in reply to: Menu links not working on mobile version #993897

    Hey bauchope,
    I took a look at your site with a Android mobile, and all of the burger menu links worked correctly.
    Please describe the steps to reproduce your issue.

    Best regards,
    Mike

    in reply to: Main Menu – reducing space between navigating text #993782

    Hey MarkusLange,
    To remove some space between the menu items, Please try this code in the General Styling > Quick CSS field:

    .av_seperator_small_border .av-main-nav > li > a > .avia-menu-text {
    margin-left: 0px !important;
    margin-right: -5px !important;
    padding-left: 5px !important;  
    }
    .av-main-nav > li > a {
        padding: 0 5px !important; 
    }

    feel free to adjust to suit.

    If you would like some more room, you can make the menu space larger with this:

    #menu-item-shop .cart_dropdown_link {
        padding: 0 19px !important; 
    }
    .responsive .container.container.av-logo-container {
        padding: 0px 20px !important; 
        max-width: 100% !important; 
    }

    again, feel free to adjust to suit.

    Best regards,
    Mike

    in reply to: Not able to access all site functions #993781

    Hey shailendra,
    Thank you for the login, when adding a image to your color section for your background, please scroll down though the options and ensure that the image is large. In my test I couldn’t find a image larger than 600px, and most were 300px. So I believe you choose images that are too small to cover the page.
    Please see screenshot in Private Content area of the option I’m referring to.

    Best regards,
    Mike

    Hey marihonaa,
    I believe this is correct, if it doesn’t work please include the url to the page in question so we can take a closer look.
    Please try this code in the General Styling > Quick CSS field:

    .slide-meta {display: none !important;}

    Best regards,
    Mike

    in reply to: Remove Logo on mobile Device #993776

    Hi,
    Glad Rikard could help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Make slider text smaller on mobile device #993775

    Hey marihonaa,
    We can assist with writing some css in a media query to target a max-width of 425px
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: How to change position Icon box #993774

    Hey amikietiuk,
    I tried to look at your page to write some css, but it is in maintenance mode.
    Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Hide Sidebar Menu #993773

    Hey thepash,
    I see this is your homepage, do you want to hide just the menu in the sidebar, or the whole sidebar?

    Best regards,
    Mike

    in reply to: Remove Quotes & Comma in Audio #993772

    Hey carla,
    It looks like this div is from the plugin “wp-miniaudioplayer” in the item title.
    I imagine you have looked in the item’s title for quotes?
    If you didn’t find any, Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_script(){
      ?>
      <script>
      jQuery(window).load(function(){
    jQuery( '#av_player-0 .map_pl_container' ).each(function() {
    jQuery( this ).find( '.map_item_title' ).replaceWith('FICO Score Audio');
    });
    });
      </script>
      <?php
      }
      add_action('wp_footer', 'custom_script');

    Best regards,
    Mike

    in reply to: Logo squashed in ipad portrait mode #993771

    Hey ProTravelGolf,
    I don’t have a ipad to test with, but I believe this should work,
    Please try this code in the General Styling > Quick CSS field:

    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) 
    and (orientation : portrait) { 
    span.logo,.logo a img {
        height: 180px !important; 
    } 
    }
    

    Best regards,
    Mike

    in reply to: Text Colour and Icons in top header #993770

    Hey EliteMassageSolutions,
    Please check the url in the Private Content area, it has no TLD, I tried “.com” with no luck.

    Best regards,
    Mike

    in reply to: slider issue on mobile devices #993769

    Hey Mona,
    Please download the file in the Private Content area & save a backup of your slideshow.js & and try replacing it via ftp at:
    enfold > config-templatebuilder > aviashortcodes > slideshow > slideshow.js file.
    since it’s a js file, you will need to clear the cache a few times before the fix shows.

    Best regards,
    Mike

    in reply to: Menu, Transparent Bar #993767

    Hi,
    Can you link to the logo, and I’ll first try to just add the logo & test under different screen sizes.

    Best regards,
    Mike

    Hi,
    Glad to hear, we will keep this open :)

    Best regards,
    Mike

    in reply to: contact form popup #993765

    Hi,
    I’ve tried working on this, but didn’t find a solution, so I will ask the rest of the team to take a look.
    Thanks for your patience.

    Best regards,
    Mike

    in reply to: Misalignment of wording on Woocommerce Checkout Page #993762

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Menu, Transparent Bar #993760

    Hi,
    It will be a little trickier, will you also want the text to be left aligned?
    What if you created a transparent image of the logo and text that we replace the text with and link it to the contact form?
    This way the image will scale to the screen width and remain consistent. Perhaps 200px by 600px?

    Best regards,
    Mike

    in reply to: Issues on mobile #993758

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Hover color of the font on the mobile menu #993757

    Hi,
    Sorry about that, I didn’t see that message.
    I added this css to correct:

    /* font color of the menu item of the current page */
    #top #header .av-main-nav > li.current-menu-item a span.avia-menu-text {
        color: #ff0000 !important; 
    }

    now it goes from dark red to red on mouse out.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: How to make the special heading align to the right #993754

    Hi,
    Ok, I see now, so first on your page your elements are h2, not h3
    then if you want some to float right, and others to float left, you will need to create two classes “align_right” & “align_left”
    and add the appropriate class to the appropriate element.
    Please see screenshot in Private Content area.
    then use this css:

    .align_right h2 {
    float: right !important;
    }
    .align_left h2 {
    float: left !important;
    }

    Best regards,
    Mike

    in reply to: Social Icons on Mobile Menu #993750

    Hi,
    Ok, that is how it looks now for tablets (768px) how do you want it to look for mobile?
    To get the same menu for mobile, the menu items will have to be very small.

    Best regards,
    Mike

    in reply to: Menu, Transparent Bar #993747

    Hi,
    1: I changed the color
    2: I removed it
    3: The text has been the same for every slide for me, hasn’t it been the same for you?
    4: I enabled your custom css at: Enfold Theme Options > Layout Builder > Show element options for developers
    so I could add the custom class “homepage_slider” to the draft slider then I changed the css to include the custom class, now it will work correctly for any page. Now after you check the draft slider one last time, you can use the “Save Entry as Template” button to save the entry, and add it to the homepage, and remove the other one.
    2018-08-05_162841

    Best regards,
    Mike

    in reply to: Issues on mobile #993745

    Hi,
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

Viewing 30 posts - 25,831 through 25,860 (of 34,860 total)