Forum Replies Created

Viewing 30 posts - 33,091 through 33,120 (of 34,546 total)
  • Author
    Posts
  • Hey connect4consulting,
    A tooltip with a different name would be very difficult, but this code below creates a transparent hot point with a pulse.
    Try this code in the General Styling > Quick CSS field:

    .av-hotspot-container .av-image-hotspot_inner {background: transparent!important; }

    Hope this helps :)

    Best regards,
    Mike

    Hey kav-acher,
    Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.

    Best regards,
    Mike

    in reply to: Enfold headline rotator mobile view #800824

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

    Best regards,
    Mike

    in reply to: Multisite Support #800823

    Hey Sophabed,
    You would need to configure each instance of the theme on your multisite. The child theme would reflect whatever changes are in it but it doesn’t automatically reflect a parent theme or any customization of the theme options without manual changes.
    in other words:
    1) Install the parent theme on the network.
    2) Activate & configure the parent theme on each sub site separately (Do not network activate)
    3) Install the child theme on the network.
    4) Activate and configure the child theme on each sub site (Do not network activate)

    A. When making a change to the configuration of the theme, do this to the parent theme that has been activated / sub site.
    B. When customizing or overriding the parent, do this on each child theme that has been activated / sub site.

    Best regards,
    Mike

    in reply to: Missing Title in Blog #800821

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

    .single-post .title_container .breadcrumb {display:none !important;}

    Best regards,
    Mike

    in reply to: Images not showing on mobiles #800819

    Hi,
    Looks like you are using Version 3.0.4, please try updating.
    To update manually via FTP: https://vimeo.com/67209750
    Or: http://kriesi.at/archives/the-complete-guide-to-updating-enfold
    I recommend backing up with: https://wordpress.org/plugins/duplicator/

    Best regards,
    Mike

    in reply to: General styling and andvance styling dont work #800815

    Hey soularas,
    I see a blue bar at the top of your page, but I don’t see any green, is this the area you are talking about?

    Best regards,
    Mike

    in reply to: Blog layout #800814

    Hi,
    I have tested and found that the Excerpts box works, this is down below the post on the edit page, please try using it as it gives you greater control to what shows for your excerpts, It does not have to be the first few words, it can be something more interesting to appeal to the reader.

    Best regards,
    Mike

    in reply to: Admin bar disapeared and Eksport the settings #800811

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

    Best regards,
    Mike

    in reply to: Customize sub menu header behavior #800693

    Hey washington7765,
    To make the sub-menu pop out right, try this code in the General Styling > Quick CSS field:

    #top .av-main-nav ul ul {left: 207px!important; }

    You may find that the sub-menu now goes off screen, below will move the menu over left so you can see the sub-menu:

    .main_menu {right: 120px !important; }

    Best regards,
    Mike

    in reply to: Custom header only working on Home page #800692

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

    .header_color .container_wrap_meta {background-color: rgba(1, 78, 68, 1) !important; }

    Best regards,
    Mike

    in reply to: HOW TO PLACE A BUTTON NEXT TO THE MENU #800688

    Hey mleite1,
    Create a menu item and choose “button style” from the menu style of that item.
    postimage

    Best regards,
    Mike

    in reply to: Double title in blog #800685

    Hi,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Enfold AMP page #800682

    Hey barthalgar,
    I don’t know if there is a setting, the url’s are from a class av-structured-data, if that helps, below will hide it.
    Try this code in the General Styling > Quick CSS field:

    .hidden .av-structured-data {display:none !important;}

    Best regards,
    Mike

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

    #top .av_header_with_border.av_header_transparency #header_main {
        background-color: transparent!important; }
    .inner-container { background-color: #57c7ff;!important; opacity: 0.8!important; }

    Best regards,
    Mike

    in reply to: Magic toolbox plus conflict with Enfold Lightbox? #800677

    Hey kilimats,
    Please try going to Enfold theme options and uncheck “Lightbox Modal Window” to disable built in lightbox.

    Best regards,
    Mike

    in reply to: Wrong font "Product slider" after update #800676

    Hey Jakob40004000,
    Maybe I’m not looking in the right place, because they look & code the same for me:

    font-family: 'Open Sans','HelveticaNeue','Helvetica Neue',Helvetica,Arial,sans-serif;}

    postimage

    Best regards,
    Mike

    in reply to: Avia contact form "counter" #800674

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

    Best regards,
    Mike

    in reply to: Restaurant Demo Theme #800673

    Hey George,
    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: Automatic update failed #800672

    Hey tmdcode,
    Try to update manually via FTP: https://vimeo.com/67209750
    Or: http://kriesi.at/archives/the-complete-guide-to-updating-enfold
    I recommend backing up with: https://wordpress.org/plugins/duplicator/

    Best regards,
    Mike

    in reply to: issue removing hr padding #800671

    Hey clairemartindigital,
    The hr element has no padding and is 1px high, but it’s in the div “.template-page .content” which has a top & bottom padding of 50px, so this would reduce that padding to 10px:

    #after_section_5 .template-page.content {
        padding-top: 10px!important; 
        padding-bottom: 10px!important; }

    Best regards,
    Mike

    in reply to: Mobile Secondary Menu #800670

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

    
    @media only screen and (max-width: 767px) { .responsive #top .av_header_transparency #header_meta { background-color: #35383c!important; }}

    Best regards,
    Mike

    in reply to: Issue with apply link to column and add to cart button #800669

    Hey clairemartindigital,
    Sorry, in this case where you are adding a link to the whole area, it will include the button. So you can’t have both at the same time.

    Best regards,
    Mike

    in reply to: Instagram widget image size #800668

    Hi,
    What I believe you are seeing is the total width of the space allowed for the widget is divided by 3 with padding for each image, in order to calculate each image column to be the same, the script would need to change the total width of the column, or increase the padding for each image. Each approach has it’s draw backs, but please feel free to request – or vote if already requested – such feature on Enfold feature request form.

    Best regards,
    Mike

    in reply to: Mobile menu not showing completely on homepage #800666

    Hi,
    I’m able to scroll the menu with Chrome & Firefox on Android.

    Best regards,
    Mike

    in reply to: Google Maps POI & Sehenswürdikeiten #800665

    Hey Commodus76,
    Entschuldigung, die Punkte der Interessen werden nicht automatisch der Karte hinzugefügt, man kann sie manuell hinzufügen.

    Best regards,
    Mike

    in reply to: Updating from 3.3.2 to 4.0.7. #800664

    Hi,
    Good to hear you have found the issue, as the error says, in some pages like the “shop” page, and some product pages, the advanced Enfold editor won’t work, it conflicts with woo, in that case please try using the default WP editor.

    I have built up my webshop with woocommerce and enfold and it has been great – I did re-set the website to before I made any updates of woocommrece and it is still not working.

    I’m not sure what you mean, you found the conflict, if you only use the default WP editor in those areas, is the site working?

    I have not made any adjustment to any php files, but to most .css files (layout and grid mostly)

    This is good, so when to use a child theme you’ll add copies of those css files to the child theme, the video here should help: http://kriesi.at/documentation/enfold/using-a-child-theme/

    Best regards,
    Mike

    in reply to: Align text block with purchase button #800660

    Hey 805ITS,
    Sorry, that’s not possible :)

    Best regards,
    Mike

    in reply to: HEADER INFO PHONE CUSTOMIZE #800659

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

    .header_color .container_wrap_meta {
    background-color: #120A2A !important;}

    Please clear your cache :)

    Best regards,
    Mike

    in reply to: Blog layout #800657

    Hi,
    the url gives this error: Sorry, your request cannot be accepted.
    do you block IPs from the US?

    Best regards,
    Mike

Viewing 30 posts - 33,091 through 33,120 (of 34,546 total)