Forum Replies Created

Viewing 30 posts - 28,141 through 28,170 (of 34,598 total)
  • Author
    Posts
  • in reply to: List of small problems with my project. Help welcome! #934772

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

    .current-menu-item a:hover .avia-menu-text {
        color: #fff !important;
    }

    Best regards,
    Mike

    in reply to: General Styling / Fonts #934764

    Hi,
    We will leave this open for now, until we hear back from the dev team.

    Best regards,
    Mike

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

    Best regards,
    Mike

    in reply to: Links on fullwidth submenu are not working #934760

    Hi,
    Sorry, but your link leads to a “not found” page. I tried looking for an alternative page, but couldn’t find one. Please check the url.

    Best regards,
    Mike

    in reply to: Contact Form & Newsletter Form integration #934754

    Hey kardnas,
    Sorry, but these forms can’t be integrated because the Enfold contact form is used to send mail via the php mail function and the Mailchimp element is a wrapper for the Mailchimp service which is a opt-in form stored on the Mailchimp platform.
    You could try creating a contact form on Mailchimp with a checkbox option to opt-in to the newsletter, if Mailchimp offers this.

    If this option is not available on Mailchimp, Please feel free to request – or vote if already requested – such feature for the Enfold contact form on Enfold feature request form.

    Best regards,
    Mike

    in reply to: Image will not be shown after Upload #934750

    Hey hmthauer,
    If I understand correctly, you have uploaded a image in the media gallery and would like it to show on the “Arbeiten” page?
    To do this please go to the “Arbeiten” page from the admin panel and open the Masonry Gallery element, then click the “Add/Edit” button to include your image, and save.
    If this doesn’t help, please tell us which image you are referring to, so we can assist.

    Best regards,
    Mike

    in reply to: scroll dow arrow in grid row #934748

    Hey allen,
    Please add this code in a code block, in your grid row:

    <a href="#next-section" title="" class="scroll-down-link " aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a>

    Best regards,
    Mike

    in reply to: Uploading Demo-Shop #934743

    Hi,
    Danke, aber ich erhalte den Fehler “ungültiger Benutzer” bitte überprüfen.
    Wie ich sehe, dass Sie Strato Webhost verwenden, müssen Sie die Demo manuell installieren, so dass wir auch FTP-Zugang benötigen.
    Dann können wir die “Shop Demo” für Sie installieren. Bitte beachten Sie, dass eine manuelle Installation alle aktuellen Inhalte und Einstellungen ersetzt.

    Thank you, but I receive the error “invalid user” please check.
    As I see that you are using Strato webhost, well will need to manually install the demo, so we will also need FTP access.
    Then we can install the “Shop Demo” for you. Please note that a manual install will replace all of your current content and settings.

    Best regards,
    Mike

    Hi,
    Ok I see now, first go to Enfold Theme Options > Footer > Footer Columns and change it to 3
    Then go to WordPress > Appearance > Widgets and add a Custom HTML widget to the second column.
    Then use this code for your link:

    <a href= "http://127.0.0.1" target="_blank"><img src="https://127.0.0.1/wp-content/uploads/banner.jpg" alt="banner" width="100%"></a>

    replacing your link & image path for your own.

    Best regards,
    Mike

    Hey FOARK,
    You could put the image in your widget with code like this:

    <img src="/wp-content/uploads/image.jpg" height="142" width="142">

    Perhaps you could post the images and a explanation how you would like to see them, so we could be of more assist.

    Best regards,
    Mike

    in reply to: On mobile device normal menu AND burger menu is shown #934656

    Hey ewondergem,
    This is unusual, Try disabling your plugins, there may be a conflict.

    Best regards,
    Mike

    in reply to: Child theme is not woking after enable debug modus #934654

    Hi,
    Glad to hear, we will close this now. Thank you for using Enfold.
    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones 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: Uploading Demo-Shop #934652

    Hi,
    Entschuldigung, dass ich Ihre Daten nicht erhalten habe, bitte posten Sie diese unten im Bereich “Privater Inhalt”.
    —–
    Sorry I have not received your data, please post below in the Private Content area.

    Best regards,
    Mike

    • This reply was modified 7 years, 3 months ago by Mike.
    in reply to: Text in easy slider #934651

    Hi,
    I found the login, so I added the class “wem” to your email in the widget and this css in the WordPress > Customize > Additional CSS:

    @media only screen and (min-width: 767px) and (max-width: 836px) { 
    .wem {font-size:12px !important; }}

    For the screen size, tablet, the email address will show just slightly smaller to fix.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Text in easy slider #934648

    Hi,
    Can you please include a admin login in the private content area
    We will add a span class the email widget and some css to make the email font smaller on tablets, so it will fit.

    Best regards,
    Mike

    in reply to: Strange header behaviour between 960px and 768px width #934265

    Hi,
    Perhaps try changing the code above, replacing “transparent” to “#fff”
    it’s a little hard to test as I believe you are working on it right now, the top image keeps disappearing.
    I’ll let you try for now and check back later, if this doesn’t work please include a screenshot of what you would like to see as we might be talking different looks :)

    Best regards,
    Mike

    in reply to: Strange header behaviour between 960px and 768px width #934238

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

    /* Transparent header on mobile */
     @media only screen and (max-width: 960px) { 
    #top #wrap_all .av_header_transparency, 
    .av_header_transparency #advanced_menu_toggle {
      background: transparent!important;
      position: absolute!important;
    }}

    I believe it maybe what you are looking for.

    Best regards,
    Mike

    in reply to: How to center align masonry element on mobile? #934231

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

    @media only screen and (max-width: 459px) { 
    .av-masonry-entry.av-masonry-entry {
        left: 4%!important; 
    }
    

    Best regards,
    Mike

    in reply to: Error afther install #934143

    Hey nokray,
    Typically this is due to a older PHP version being used by your webhost, please ask them to update your PHP version to v7
    Another solution could be to replace your header.php with this one.

    Best regards,
    Mike

    in reply to: Remove links from breadcrumbs #934141

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

    .breadcrumb-trail a{
    pointer-events: none!important; 
    }

    To disable archive pages, please try a plugin such as: Smart Archive Page Remove

    Best regards,
    Mike

    in reply to: Text in easy slider #934130

    Hi,
    This form was created with Contact Form 7, there are also some add-on plugins to extend it’s features, such as: Conditional Fields for Contact Form 7 and Contact Form 7 Multi-Step Forms

    Best regards,
    Mike

    in reply to: Amazon Affiliate Link #934000

    Hi,
    The beginning of your link starts with //ws-na for it to be a valid link it needs to be https://ws-na
    Here is a working link:

     https://ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=US&source=ac&ref=qf_sp_asin_til&ad_type=product_link&tracking_id=isaaccolavecc-20&marketplace=amazon&region=US&placement=B07BKVP83S&asins=B07BKVP83S&linkId=4ab316efc27db9fa8cecef332971a458&show_border=false&link_opens_in_new_window=true&price_color=232629&title_color=6b9264&bg_color=ffffff

    Best regards,
    Mike

    in reply to: Hide Section on Mobile not Working #933999

    Hi,
    It looks like you have 7 sections with the same ID #gridrowresearchagenda, basically your whole page, yet I don’t find and sections with the ID #codeblockresearchagenda ?
    Your code above says to hide #gridrowresearchagenda for all sizes above 767px, and show below (mobile).
    If you want to do the opposite and only show #gridrowresearchagenda above 767px, please remove all of the above code and try:

    @media only screen and (max-width: 767px) { 
    #gridrowresearchagenda{display: none !important;}
    }

    If you add a ID #codeblockresearchagenda and you only want to show on mobile please add:

    @media only screen and (min-width: 767px) { 
    #codeblockresearchagenda {display: none !important;}
    }

    Best regards,
    Mike

    in reply to: enfold mobile menu is not displaying #933997

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

    .html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a {
        color: #7d787b!important; 
    }

    Please adjust the color to suit.

    Best regards,
    Mike

    in reply to: Burger menu font not showing #933996

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

    .html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a {
        color: #7d787b!important; 
    }

    Please adjust the color to suit

    Best regards,
    Mike

    in reply to: font change in text widget box #933994

    Hi,
    Glad Nikko 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
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones 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: Arranging menu, logo and search icon #933993

    Hi,
    Yes this is true, the burger menu is a different menu that doesn’t support the mega menu style. You can also see this in your example site, when you view their site with their burger menu activated.

    Best regards,
    Mike

    in reply to: Text box height #933986

    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
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones 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

    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
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones 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: I can not import Enfold 2017 #933983

    Hi,
    I have manually imported the Enfold 2017 Demo, please see the Private Content area for your new login and password.
    Please create a new admin account and delete this temporary account. Also check and adjust all settings such as site title, permalinks, site email, etc.

    Best regards,
    Mike

Viewing 30 posts - 28,141 through 28,170 (of 34,598 total)