Forum Replies Created

Viewing 30 posts - 30,151 through 30,180 (of 34,902 total)
  • Author
    Posts
  • in reply to: Adding a Backround Color for Left Menu Item on Mouse Over #898139

    Hi,
    That is good to hear, shall we close this then?

    Best regards,
    Mike

    in reply to: row with text block full width #898138

    Hi,
    Glad we could help, shall we close this then?

    Best regards,
    Mike

    in reply to: Css does not work in different browsers / devices #898132

    Hi,

    Glad we could help, we will close this now. Thanks for using Enfold.

    Best regards,
    Mike

    in reply to: row with text block full width #898039

    Hi,
    The space is there because there is a Separator / Whitespace element at the bottom of your pages, and using the code is hiding it. Please try removing the Separator / Whitespace and you won’t have to hide it.

    Best regards,
    Mike

    in reply to: having issues while importing some of themes #898036

    Hi,
    Sorry, my mistake, this menu is generated automatically by the setting at Enfold Theme Options > Sidebar Settings > Page Sidebar Navigation
    the default is alphabetically.
    So to reorder them set a valid menu order value for all of the pages in the “Pages Attributes” field in the page editor:
    2018-01-16_072012
    Each page is set to 0, so leave the one you want at the top 0 and set the one you want below it as 1, then the next page 2, and so forth. You will have to edit each page.

    Best regards,
    Mike

    in reply to: row with text block full width #898021

    Hi,
    The issue was in your css you had this:

    #after_section_1 {
    	display:none;
    }

    I removed it and now the page works correctly, let us know what element you were using the code for so we can rewrite it so it won’t conflict with this page.

    Best regards,
    Mike

    in reply to: having issues while importing some of themes #897995

    Hi,
    The left side menu is a widget, please check your widgets for “Navigation Menu” and see which menu it is using, as it maybe a separate menu. Then check and arrange it in the menu settings.

    Best regards,
    Mike

    in reply to: row with text block full width #897990

    Hi,
    Sorry, I’m not sure by what you mean by “done” I don’t see any login info in the Private Content area, or perhaps you mean the issue is resolved. please advise.

    Best regards,
    Mike

    in reply to: Insight Tag / FB Pixel in html #897988

    Hey Fabienne,
    You could add you Insight Tag and Facebook Pixel to these functions that you would add to the end of your functions.php file in Appearance > Editor:
    Facebook Pixel

    function add_fb_pixel_code(){
    ?>
    Put Your Facebook Pixel Code Here
    <?php
    }
    add_action('wp_footer', 'add_fb_pixel_code');

    Insight Tag

    function add_in_insight_code(){
    ?>
    Put Your Insight Tag Code Here
    <?php
    }
    add_action('wp_footer', 'add_in_insight_code');

    Here is an example how it would look after adding your code:

    function add_fb_pixel_code(){
    ?>
    <script>
    !function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
    n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
    n.push=n;n.loaded=!0;n.version='2.0′;n.queue=[];t=b.createElement(e);t.async=!0;
    t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
    document,'script','https://connect.facebook.net/en_US/fbevents.js');
    fbq('init', '00000000000000000'); // Insert your pixel ID here.
    fbq('track', 'PageView');
    </script>
    <noscript><img height="1″ width="1″ style="display:none"
    src="https://www.facebook.com/tr?id=000000000000000&ev=PageView&noscript=1″
    /></noscript>
    <?php
    }
    add_action('wp_footer', 'add_fb_pixel_code');

    When editing functions.php you should use the child theme, so your changes will not be lost with future theme updates Read about it & Get it here

    Best regards,
    Mike

    in reply to: row with text block full width #897982

    Hi,
    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Mike

    in reply to: Symbol summary list #897980

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

    Best regards,
    Mike

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

    Best regards,
    Mike

    in reply to: Can't import Enfold 2017 Demo #897974

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

    Best regards,
    Mike

    in reply to: HTML 5 error #897971

    Hi,
    Please replace the code with this:

    @media only screen and (min-width: 767px) { 
    #top.page-id-7901 .container .content .post-entry {width: 650px !important; max-width: 650px !important; margin: auto!important; }
    }

    Best regards,
    Mike

    Hi,
    For mobile the tooltips should be displaying below the image, as in this demo example:
    2018-01-16_034338
    But the tooltips do show for tablet, assuming that is what meant, I wrote this to work up to tablets:

    @media only screen and (max-width: 990px) { 
    .avia-tooltip.avia-tt {display:none!important;}
    }

    If not, you can adjust the max-width to suit.

    Best regards,
    Mike

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

    #after_section_1.main_color {
    border-color: transparent!important; 
    }

    Best regards,
    Mike

    in reply to: Css does not work in different browsers / devices #897894

    Hey sikkertbilsalg,
    Your border-radius should be written: 15px !important;
    Please try adding the: px

    Best regards,
    Mike

    in reply to: How to remove the Lightbox arrow? #897891

    Hi,
    The overlay is a white, this is from another rule in your css, The opacity tells the overlay how much transparency it should have. 0 is 100% transparent, 1 is the solid white. So 0.5 is halfway. When making these changes please clear your browser cache with each change.

    Best regards,
    Mike

    in reply to: row with text block full width #897883

    Hi,
    Please try putting this block inside a color section, color sections are full width.

    Best regards,
    Mike

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

    .header_color div {
    border-color: transparent!important; 
    }

    Best regards,
    Mike

    in reply to: errorcodes with regard to Enfold theme #897879

    Hi,
    Oh, I understand now, these errors are from Google trying to access php files directly, which it should not.
    Please try disallowing the index.php in the theme folder, robots.txt code:

    User-agent: *
    Disallow: /wp-content/themes/enfold/index.php

    Best regards,
    Mike

    in reply to: Symbol summary list #897869

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

    #top.page-id-176 .entry-content-wrapper ul li {list-style-type: none!important; }
    #top.page-id-176 .entry-content-wrapper ul li:before{ content:"- "!important; }

    Best regards,
    Mike

    in reply to: Breadcrumb and more #897864

    Hi,
    Which option didn’t work for you? The plugin or changing the language file? Is that the only phrase you are trying to change?

    Best regards,
    Mike

    in reply to: Adding a Backround Color for Left Menu Item on Mouse Over #897853

    Hi,
    Sorry, I’m getting confused, your code above is for white text and a dark blue background on hover, right now they show that. Which seems to match your opening post.
    please see screenshot in Private Content area, and advise.

    Best regards,
    Mike

    in reply to: Pictures befor text on mobile #897842

    Hi,
    Please Turn on Custom CSS Class field for all ALB Elements
    Then you can add custom classes to the elements, sorry I mis-spoke when I said “ID’s”

    Best regards,
    Mike

    in reply to: Logo doesn't have ALT Text #897833

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

    Best regards,
    Mike

    in reply to: Google Maps different results #897832

    Hi,
    If I type in your address into Google Maps I get this map:
    2018-01-15_201920
    If I type in the numbers I get this map:
    2018-01-15_202159
    Which matches the Enfold / Google map:
    2018-01-15_202348
    I would like to say it’s a Google interpretation error, numbers are absolute words are not. For example I’m looking for a new house and sometimes “Google Street View” is very wrong and is way down the street, and other times “Google Maps” shows the house in the woods, far from the street. I would adjust the numbers to show the pointer where you want and use that.

    Best regards,
    Mike

    in reply to: having issues while importing some of themes #897825

    Hi,
    Sorry, I’m not sure I understand. The menu order should be based on how it looks in your menu editor. You can click-hold-&-drag the menu items to order them. I believe the left side menu matches the menu order.
    If this doesn’t help please include a admin login in the private content area so we can take a closer look.
    But please Try disabling your plugins first, plugin conflicts can do strange things.

    Best regards,
    Mike

    in reply to: Easy Slider in A Column! #897822

    Hi,
    Sorry I didn’t see that request, the solution is to remove the file name from the “title” field in your media library. I did this for you. Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Header in color section #897816

    Hi,
    I have corrected the code with:

    @media only screen and (min-width: 1439px) { 
    #top #wrap_all .av-special-heading.av-special-heading-h1 {
        margin-left: -15%!important; 
    }
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

Viewing 30 posts - 30,151 through 30,180 (of 34,902 total)