Forum Replies Created

Viewing 30 posts - 25,531 through 25,560 (of 34,564 total)
  • Author
    Posts
  • in reply to: Remove Quotes & Comma in Audio #994206

    Hi,
    I added the script in a code block on the page. I also changed it so it will work with all of titles. The last one didn’t have a title, hopefully I gave it the correct title.
    Please check.

    Best regards,
    Mike

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

    Hi,
    I added this code in the General Styling > Quick CSS field:

    #top.page-id-572 #whathedoes .avia-icon-list .iconlist_icon {
        height: 30px !important; 
        width: 30px !important; 
        line-height: 30px !important; 
    }

    Please clear your browser cache and check.
    feel free to adjust to suit.

    Best regards,
    Mike

    in reply to: Change color and size of full width separator #994199

    Hi,
    Please change your code to:

    #top.home #product_info {
        border-top-color: #efbb20 !important; 
        border-top-width:3px !important; 
        border-top-style:solid !important; 
    }

    if this doesn’t resolve it, please add this code:

    #top.home #after_submenu_1 {
        border-top-color: transparent !important; 
    }

    Best regards,
    Mike

    Hi,
    I was unable to look at your functions.php because the editor is disabled at:
    WordPress > Appearance > Editor
    Please enable it or include ftp access.
    I also see your version of Enfold is old (4.2.6) and should be updated (4.4.1)
    I recommend creating a backup first, and if your webhost offers staging site in your cPanel, I would use it to test how your site will respond to the update.
    staging-1
    staging-2

    Best regards,
    Mike

    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

Viewing 30 posts - 25,531 through 25,560 (of 34,564 total)