Viewing 30 results - 1,621 through 1,650 (of 11,220 total)
  • Author
    Search Results
  • #1300544

    Hi,

    Now I have these codes in my quick CSS but the problem is that which ever of the two codes (either the padding 30px OR the margin-top 0) are on top of the other cancels the other. So in this instance, I have the margin code working BUT the padding code will not work. If I switch it so that the padding code is above the margin-top code, the margin code (fixing the time alignment) stops working.

    .tribe-events-single-section.tribe-events-event-meta.primary dt:not(:first-child) {
        margin-top: 0;
    }
    
    #top #tribe-events-pg-template {
        max-width: 100%;
        padding: 30px !important;
    }
    
    .tribe-events-visuallyhidden{
      display: none;
    }

    I wonder if the quick CSS in this new Enfold version has a bug or something? That’s because I also have a problem in one of my other sites where the quick css keeps bugging: the scroll-to-top button disappeared from mobile view ALTHOUGH I do have the right CSS code showing it. It has worked before but after the update, it stopped. So the code I have is

    @media only screen and (max-width: 767px) {
        .responsive #top  #scroll-top-link {
        display: block;
    }
    }

    I also added a minor tweak for the appereance but it doesn’t matter if I have it in there or not. Tried both ways.

    a#scroll-top-link, a#scroll-top-link:hover {
    background: #bf4da4;
    border-radius: 100px;
    font-size: 26px;
    }
    #1300514

    Hi,

    Thanks for the update. You can set the button border radius under Enfold->Advanced Styling. If you want to edit it using CSS, then you can try this in Quick CSS:

    .avia-button {
      border-radius: 3px;
    }

    Best regards,
    Rikard

    wpcupid
    Participant

    Greetings!

    I’ve opted to not show the Enfold social media share buttons via Enfold. I’m using a plugin for this. Where they were showing there is a big blank space on every blog post. It is right above the related posts. Big white space. Is there a way for me to remove this white space or make it even with the small blank space from the top black line to the social warfare icons? This way this area shows evenly and not a big white blank space under the warfare icons?

    #1300329

    Hi,

    It seems like you have logged in already and able to create new threads so I am not sure if I understood the issue.

    Blue button to start new threads under Enfold sub forum – https://kriesi.at/support/forum/enfold is only visible to logged in users. If you were unable to start new threads, that could have been related to your browser cache.

    Regards,
    Yigit

    #1300091

    Hi Manfred,

    Can you try adding this CSS code in Enfold > General Styling > Quick CSS:

    #top #wrap_all .av-menu-button-colored a {
        line-height: 36px;
        height: 36px;
    }
    
    #top #wrap_all .av-menu-button-colored .avia-menu-text {
        padding: 0;
    }

    Best regards,
    Nikko

    #1300056

    In reply to: Drop Down menus

    Hi,

    Update; please refer to the documentation here, maybe you missed a step? https://kriesi.at/documentation/enfold/theme-registration/. You could also try running this plugin: https://envato.com/market-plugin/

    Button; please assign a class to the code/text block element, then use CSS like this in Quick CSS:

    @media only screen and (max-width: 767px) {
    .your-class a {
      margin-top: 20px !important;
    }
    }

    Best regards,
    Rikard

    Hi faridehg,

    You can use this link to open a new thread, or click this button: https://imgur.com/a/AnoSPNb

    Best regards,
    Rikard

    onsite_org
    Participant

    Hey stuff,
    i’ve got a weired problem, which comes up immediately after hitting the enfold save button.
    prerequisites:
    Setup up enfold with WPML and some plugins of course.
    Made a clone from it for development in subdir of main domain /staging1
    The target Domain is a clone in a subdir from main domain , we are working in at the moment.

    After changing a breadcrumb setting in enfold DE , clickin save button , the error occured. It manifested in loosing the font for frontpage boxes. (The frontpage is a mod from your enfold “medical” demo installation. ) You easily can compare it with main domain frontpage.

    The enfold EN section did still work. After clicking “save” button in enfold EN settings, the EN section frontpage had the same error, missing fonts.

    I did a staging2 to verify withour doing any settings, … same reproducable issue occurs.

    The Plesk Log error gives a
    2021-05-12 15:58:00 Error 78.94.85.162 500 POST /staging1/wp-admin/admin-ajax.php HTTP/1.0 …. more see private section pls!

    Can you please help with this issue ? And have a look deeper inside ?

    Thanks a lot, marcus

    Hi,

    It seems like the issue is with the server configuration. For some reason a line break is created after the domain name, which breaks a lot of the specified URL. This issue is non-existent on other servers. Example:

    Uncaught SyntaxError: '' string literal contains an unescaped line break
     	avia_framework_globals.gmap_avia_api = 'https://site.com
    /wp-content/themes/enfold/framework/js/conditional_load/avia_google_maps_api.js';
            avia_globals.sc['avia_builder_button'].image = 'https://site.com
    /wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/tiny-button.png';
    

    As you can see a line break is created right after the domain name. You may need transfer to a different host or a different server temporarily so that you can start with the site development. Or install a local server so that you can develop the site right in your machine and deploy it once it is ready.

    You should also contact GoDaddy and have them check the issue.

    Best regards,
    Ismael

    Hi KathrynHunt,

    Thanks for giving us a link to your site.
    Using a new license would be enough, however, API keys are not used anymore to update instead tokens are used.
    Please do the following steps in order to update your site to the latest version:

    Make a backup:
    – Site Backup: https://kriesi.at/documentation/enfold/backup-wordpress-site/
    – Theme Settings Backup: https://kriesi.at/documentation/enfold/backup-theme-settings/

    Update Enfold Theme

    Option 1: Use Envato Market to update your site
    – link: https://envato.com/market-plugin/
    If you don’t have a personal token yet, please generate one and make sure it has sufficient permissions, you can check our documentation to know the required permissions: https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token

    Option 2: Update manually
    1. Login to ThemeForest and download the Enfold theme, right-click over the downloaded zip file and extract/unzip it.
    2. It should generate a new folder, open it and look for the enfold folder
    3. Right-click the enfold folder then zip it, here’s a tutorial on how to create a zip file in windows: https://www.howtogeek.com/668409/how-to-zip-and-unzip-files-on-windows-10/ (this should create enfold.zip
    4. Log in to WordPress as and Admin.
    5. Install and activate a maintenance plugin and put your site in Maintenance mode.
    6. Go to Appearance > Themes, switch to a default WordPress theme like TwentyTwenty then delete Enfold.
    7. Click on the ADD NEW button.
    8. Click on the UPLOAD THEME button.
    9. Click BROWSE and choose enfold.zip file
    10. Click the INSTALL NOW button and switch to Enfold or your child theme.
    11. Remove the maintenance mode then deactivate and remove the maintenance plugin.

    Register the theme by following the instructions in https://kriesi.at/documentation/enfold/theme-registration/
    Once this is done, the next time you update, you’ll only need to go to Enfold > Theme Updates and click on the Update button.

    Best regards,
    Nikko

    #1299636

    Hi Jordan,

    Thanks for the reply. Yeah, technically I know there is an option to view this via the device, I’m on IOS and have tried this with a number of Enfold built sites, none of which actually change. Not sure if that is Enfold, WordPress or my poor execution of the build lol…

    It was also to add the convenience of a simple on site button that users could click to view the desktop view. Sadly, most of the website visitors to the site in question aren’t overly ‘tech savvy’ and even the in-browser option (if it worked) might be a stretch for them.

    If there isn’t a simple fix/option that’s fine but it would be good for my specific need if there was a solution.

    Thanks,
    .andy

    Hi,

    Thanks for the update. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (min-width: 768px) {
    .page-id-734 #av-layout-grid-1 .avia-button-wrap {
        position: absolute;
        bottom: -70px;
        left: 58px;
    }
    }

    Best regards,
    Rikard

    #1299541

    Hey Dzimnikov,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (min-width: 0px) and (max-width: 480px) {
    .mb-center.maxbutton-4-center .maxbutton-4-container.mb-container {
        width: 100% !important;
    }
    }

    Best regards,
    Rikard

    bcnsites
    Participant

    Hi,
    I’m working with enfold 4.8.1. and “Shop Demo” imported.

    For exemple, if I insert the “Tab” element in a page, it’s coming with some code in the “Tab Content”, in white color, like
    “<p>[av_tab_container initial='1' position='top_tab' boxed='border_tabs' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' alb_description='' id='' custom_class='' template_class='' av_uid='av-9my2' sc_version='1.0']<br />[av_tab title='Tab 1' av_uid='av-6yji'][/av_tab]<br />[av_tab title='Tab 2' av_uid='av-4t2c'][/av_tab]<br />[/av_tab_container][av_textblock size='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' font_color='' color='' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' id='' custom_class='' template_class='' av_uid='av-3v26' sc_version='1.0']<br />This is an example page. It’s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:…or something like this:As a new WordPress user, you should go to your dashboard to delete this page and create new pages for your content. Have fun!<br />[/av_textblock]</p>”
    If I delete this code, it remains again.

    The same happens when I insert a “Text Block”, I get this code, which I can’t clean:
    <p>[av_google_map height='400px' zoom='auto' saturation='-50' hue='#6786a1' zoom_control='aviaTBzoom_control' mobile_drag_control='aviaTBmobile_drag_control' av_uid='av-jjl2k']<br />[av_gmap_location address='8500 Beverly Boulevard' city='Los Angeles' country='USA' long='-118.37749329999997' lat='34.0753309' marker='555' imagesize='40' av_uid='av-irjck'][/av_gmap_location]<br />[av_gmap_location address='Rodeo Drive' city='Los Angeles' country='USA' long='-118.39944809999997' lat='34.0561846' marker='555' imagesize='40' av_uid='av-i0hi8'][/av_gmap_location]<br />[av_gmap_location address='10250 Santa Monica Boulevard' city='Los Angeles' country='USA' long='-118.41942949999998' lat='34.0596331' marker='555' imagesize='40' av_uid='av-hh19w'][/av_gmap_location]<br />[av_gmap_location address='Robertson Boulevard' city='Los Angeles' country='USA' long='-118.385066' lat='34.0494729' marker='555' imagesize='40' av_uid='av-h4qww'][/av_gmap_location]<br />[av_gmap_location address='10800 West Pico Boulevard' city='Los Angeles' country='USA' long='-118.42746890000001' lat='34.0401391' marker='555' imagesize='40' av_uid='av-1nw5k'][/av_gmap_location]<br />[/av_google_map][av_layout_row border='' min_height='0' color='main_color' mobile='av-flex-cells' id='' av_uid='av-fq07s']<br />[av_cell_two_third vertical_align='top' padding='30px,60px,30px,60px' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' av_uid='av-fbhu8'][av_contact email='' title='' button='Submit' on_send='' sent='Your message has been sent!' link='manually,http://' subject='' autorespond='' captcha='' color='' av_uid='av-1fr6c']<br />[av_contact_field label='Name' type='text' options='' check='is_empty' width='element_third' av_uid='av-e92fg'][/av_contact_field]<br />[av_contact_field label='E-Mail' type='text' options='' check='is_email' width='element_third' av_uid='av-diudc'][/av_contact_field]<br />[av_contact_field label='Topic' type='select' options='Product Questions, Payment, Delivery, Refund, My Orders, My Account, Coupons, Other' check='is_empty' width='element_third' av_uid='av-d25tw'][/av_contact_field]<br />[av_contact_field label='Message' type='textarea' check='is_empty' options='' width='' av_uid='av-c8mek'][/av_contact_field]<br />[/av_contact][/av_cell_two_third][av_cell_one_third vertical_align='middle' padding='30px' padding_sync='true' background_color='#6786a1' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' av_uid='av-bnzys'][av_textblock size='' font_color='custom' color='#ffffff' av_uid='av-azagk']Enfold Flagship StoreShopping Mall Rodeo Drive<br />Los Angeles, USA (Email address hidden if logged out) <br />555-8653 364Opening Hours:<br />Mo-Fr: 8:00-19:00<br />Sa: 8:00-14:00<br />So: closed[/av_textblock][/av_cell_one_third]<br />[/av_layout_row][av_section min_height='' min_height_px='500px' padding='large' shadow='no-border-styling' bottom_border='no-border-styling' id='' color='alternate_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='' av_uid='av-aivn4'][av_one_half first av_uid='av-9oabw'][av_textblock size='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' font_color='' color='' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' id='' custom_class='' template_class='' av_uid='' sc_version='1.0']<br />Click here to add your own text<br />[/av_textblock][/av_one_half][av_one_half av_uid='av-8vnp4'][av_textblock size='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' font_color='' color='' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' id='' custom_class='' template_class='' av_uid='' sc_version='1.0']<br />Click here to add your own text<br />[/av_textblock][/av_one_half][/av_section]</p>
    I cleaned all the cache: server, wordpress and browser, but still the problem is alive.
    I test it in 2 laptops, sometimes one of them works better, but at this moment always I get the problem.
    You can see this print screen:
    enfold-cant-edit.png

    Any suggestions would be great!
    Thanks in advance & Have a good week!.

    Joan

    #1299121
    martystl
    Participant

    Just purchased the theme, installed, received my “token” and off and running. I imported theme demo photography portfolio as these is the “format” I was looking for and reason I purchased these theme. Already had an existing theme and site in operation. I received an error during the import, but it seemed to work.

    I can’t find (and have looked everywhere) the two buttons on the front page “view portfolio” which display in red and “get in touch” is displays in white buttons are located. I have found the “slide show” on the “Front Page” page. I do have an “error” on the display:

    Notice: Undefined variable: permalink in /hermes/walnacweb03/walnacweb03ad/b1468/pow.martyk/htdocs/photo/wp-content/themes/enfold/config-gutenberg/class-avia-gutenberg.php on line 1434 Notice: Undefined variable: permalink in /hermes/walnacweb03/walnacweb03ad/b1468/pow.martyk/htdocs/photo/wp-content/themes/enfold/config-gutenberg/class-avia-gutenberg.php on line 1434

    Not sure if these buttons are located on this page and this error is causing me not to see them.
    Thanks
    Marty

    #1299087

    Hi,

    Thanks for the update.

    Footer widget headers; I’m seeing the same size on the front and sub pages on my end, could you try loading the site in an incognito or private browser window to see if that helps please?

    Font size in the main menu; I’m seeing the same size on the home and sub pages here as well, please refer to the answer above.

    Cookie message;

    Please try the following in Quick CSS under Enfold->General Styling:

    span.cn-notice-text {
        font-size: 18px;
        color: red;
    }
    
    .cn-button.wp-default {
        color: white;
        background: green;
        font-size: 20px;
    }

    Best regards,
    Rikard

    #1298995

    In reply to: Upgrade from 4.3.2

    Hey bradbansner,

    Please do the following steps:

    Make a backup:
    – Site Backup: https://kriesi.at/documentation/enfold/backup-wordpress-site/
    – Theme Settings Backup: https://kriesi.at/documentation/enfold/backup-theme-settings/

    Update Enfold Theme
    Option 1: Use Envato Market to update your site
    – link: https://envato.com/market-plugin/

    Option 2: Update manually
    1. Login to ThemeForest and download the Enfold theme, right-click over the downloaded zip file and extract/unzip it.
    2. It should generate a new folder, open it and look for the enfold folder
    3. Right-click the enfold folder then zip it, here’s a tutorial on how to create a zip file in windows: https://www.howtogeek.com/668409/how-to-zip-and-unzip-files-on-windows-10/ (this should create enfold.zip
    4. Log in to WordPress as and Admin.
    5. Install and activate a maintenance plugin and put your site in Maintenance mode.
    6. Go to Appearance > Themes, switch to a default WordPress theme like TwentyTwenty then delete Enfold.
    7. Click on the ADD NEW button.
    8. Click on the UPLOAD THEME button.
    9. Click BROWSE and choose enfold.zip file
    10. Click the INSTALL NOW button and switch to Enfold or your child theme.
    11. Remove the maintenance mode then deactivate and remove the maintenance plugin.

    Register the theme by following the instructions in https://kriesi.at/documentation/enfold/theme-registration/
    Once this is done, the next time you update, you’ll only need to go to Enfold > Theme Updates and click on the Update button.

    Best regards,
    Nikko

    #1298927

    Widget “Enfold Mailchimp Newsletter Signup” is not working for mobile users (iPhone). When I click on “submit” via iPhone, the button is not working. Could you please check in our Footer Section? Desktop Button is working properly.
    http://www.netzproduzenten.de

    #1298908
    JantienM
    Participant

    Hi,

    I used this link http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ to add a widget to my header. This works, but I’m having trouble positioning the widget. I tried using CSS as described on this documentation page: https://kriesi.at/documentation/enfold/example-of-logo-left-widget-center-menu-right/#toggle-id-2

    The widget stays at the left though, I used this CSS code:

    .responsive #top #header #header_main .inner-container .widget {
        order: 3;
        flex-basis: auto;
        padding: 0;
        clear: none!important;
        justify-content: center;
        align-self: center;
        align-items: center;
        z-index: 1;
    }
    .responsive #top #header #header_main .inner-container .widget>div {
        width: 100%;
        line-height: 14px;
        padding: 0 10px;
        background: gold;
    }

    Can you help me placing it centered between logo and menu? And also styling the button? Beacause the golden background is also not visible right now.

    Extra info: I changed the file “avia-snippet-sticky-header.js”, to acclomplish the following as described in this thread: https://kriesi.at/support/topic/shrinking-logo-but-not-header/

    • This topic was modified 4 years, 11 months ago by JantienM.

    Hey Stephen,

    You can add a widget to the header area and place you link or button in the widget

    Best regards,
    Jordan Shannon

    Thanks, I have tried some email confuscation / hiding plugins in the past on this site but I recall they somehow broke the layout or messed with the performance in one way or the other.
    I tried to paste the encoded version from your link using one of the email addresses we have and I dit it either with or without “mailto:” text before but I get this error message

    View post on imgur.com

    The thing is I noticed now that we also have like a million of email links all over the site in buttons and various blog posts so to change all of them, which I would think is the only way, would take forever.
    I would think the only way still is to use some sort of global plugin that converts all the site links automatically.
    Any suggestions would be great here with something you have tried that is compatible with enfold!

    • This reply was modified 4 years, 11 months ago by Peter.
    Jan Loedige
    Participant

    Hello,
    we are using the latest version of the Enfold – Child Theme and the plugin The Events Calendar Pro v5.60. I have added the following code to functions.php in order to be able to use the ALB:

    function avf_alb_supported_post_types_mod( array $supported_post_types )
    {
      $supported_post_types[] = 'tribe_events';
      $supported_post_types[] = 'tribe_venue';
      $supported_post_types[] = 'tribe_organizer';
    	
      return $supported_post_types;
    }
    add_filter('avf_alb_supported_post_types', 'avf_alb_supported_post_types_mod', 10, 1);
    

    Now the problem, the ALB “deactivates” the fields of the Event Calendar. I would like to use the ALB to design the event page. When I only use the “standard editor” everything is fine. If I insert the code of another “normal” post (which was created with the ALB) into the standard editor, everything is also fine. As soon as I activate the ALB for an event, the page designed with the ALB is displayed but no headline, map, iCal button, organizer, etc.
    There is just the page i design with ALB.

    The ALB button is like an on / off switch for the calendar functions.

    How can I change this? I would be very happy about help.

    katek05
    Participant

    Hello, I have a website with a blog on WordPress, I am using Enfold theme. I decided I want to create a membership section where only members will see the full articles of the blog. I have been trying to solve the problem of hiding the sales button in the article from members for a month now. I have been communicationg with the support of the membership plugin about it but their advice dont work beacause I dont use gutenberg to create my pages with block, I use Enfold builder. Would you be able to help me with this?
    Basically I need the sales button to be in the text of the article before custumer buys the memberhip but after that when he is able to read the full article, the button should not be displayed anymore.
    Thank you in advance for you reply.

    Maskenzauber
    Participant

    Hi,
    how do i embed an existing interactive panaroma or even an existing virtual tour in Enfold?

    PTGUI for example generates the image-files, one HTML-file(index.html) & one JS-file.
    They need to be in the same folder and if you call for example “example.com/panorama/” you will see a panorama or a tour.
    But how can i embed (not simply create a linked button) that into an existing enfoldpage?

    (The same questions arise when we are talking about interactive productimages like they can be created with tools llike “Product2VR”)

    Maren

    #1298339
    DouPaule
    Participant

    Hello,
    GTMetrix shows me a very bad grade with lower than 30 for performance.
    The most important part on this bad values is, so GTM, this:
    (If i change the theme the speed is back to a normal value above 80)
    Chris

    …/wp-content/themes/enfold/css/grid.css?ver=4.8.1
    …/wp-content/themes/enfold/css/base.css?ver=4.8.1
    …/wp-content/themes/enfold/css/layout.css?ver=4.8.1
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/audio-player/audio-player.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/blog/blog.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider/postslider.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons/buttons.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttonrow/buttonrow.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth/buttons_fullwidth.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/catalogue/catalogue.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/comments/comments.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/contact/contact.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/contentslider/contentslider.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/countdown/countdown.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/gallery/gallery.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/gallery_horizontal/gallery_horizontal.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/google_maps/google_maps.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/grid_row/grid_row.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/heading/heading.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/headline_rotator/headline_rotator.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/hr/hr.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/icon/icon.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/iconbox/iconbox.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/icongrid/icongrid.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/iconlist/iconlist.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/image/image.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/image_hotspots/image_hotspots.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/magazine/magazine.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries/masonry_entries.css?ver=5.7
    …/wp-content/themes/enfold/css/avia-snippet-site-preloader.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/menu/menu.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/notification/notification.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/numbers/numbers.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio/portfolio.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/post_metadata/post_metadata.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/progressbar/progressbar.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/promobox/promobox.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/search/search.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_accordion/slideshow_accordion.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_feature_image/slideshow_feature_image.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_fullsize/slideshow_fullsize.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_fullscreen/slideshow_fullscreen.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider/slideshow_layerslider.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/social_share/social_share.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tab_section/tab_section.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/table/table.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tabs/tabs.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/team/team.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/testimonials/testimonials.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/timeline/timeline.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/toggles/toggles.css?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/video/video.css?ver=5.7
    …/wp-includes/css/dist/block-library/style.min.css?ver=5.7
    …/wp-content/themes/enfold/style.css?ver=5.7
    …/wp-content/themes/enfold-child/style.css?ver=5.7
    …/wp-content/themes/enfold/css/shortcodes.css?ver=4.8.1
    …/wp-content/themes/enfold/js/aviapopup/magnific-popup.css?ver=4.8.1
    …/wp-content/themes/enfold/css/avia-snippet-lightbox.css?ver=4.8.1
    …/wp-content/themes/enfold/css/avia-snippet-widget.css?ver=4.8.1
    …/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.16
    …/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=5.7
    …/wp-content/uploads/dynamic_avia/enfold_child.css?ver=608eaee407c99
    …/wp-content/themes/enfold/css/custom.css?ver=4.8.1
    …/wp-content/themes/enfold-child/style.css?ver=4.8.1
    …/wp-content/plugins/ubermenu/pro/assets/css/ubermenu.min.css?ver=3.6.1
    …/wp-content/plugins/ubermenu/assets/css/skins/vanilla_bar.css?ver=5.7
    …/wp-content/plugins/ubermenu/assets/fontawesome/css/all.min.css?ver=5.7
    …/wp-content/themes/enfold/css/avia-snippet-cookieconsent.css?ver=4.8.1
    …/wp-includes/js/jquery/jquery.min.js?ver=3.5.1
    …/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2
    …/wp-content/themes/enfold/js/avia-compat.js?ver=4.8.1
    …/wp-includes/js/wp-emoji-release.min.js?ver=5.7
    …/wp-content/themes/enfold/js/avia.js?ver=4.8.1
    …/wp-content/themes/enfold/js/shortcodes.js?ver=4.8.1
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/audio-player/audio-player.js?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/contact/contact.js?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow.js?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/countdown/countdown.js?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/gallery/gallery.js?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/gallery_horizontal/gallery_horizontal.js?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/headline_rotator/headline_rotator.js?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/icongrid/icongrid.js?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/iconlist/iconlist.js?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/image_hotspots/image_hotspots.js?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/magazine/magazine.js?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio/isotope.js?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries/masonry_entries.js?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/menu/menu.js?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/notification/notification.js?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/numbers/numbers.js?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio/portfolio.js?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/progressbar/progressbar.js?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow-video.js?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_accordion/slideshow_accordion.js?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_fullscreen/slideshow_fullscreen.js?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider/slideshow_layerslider.js?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tab_section/tab_section.js?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tabs/tabs.js?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/testimonials/testimonials.js?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/timeline/timeline.js?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/toggles/toggles.js?ver=5.7
    …/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/video/video.js?ver=5.7
    …/wp-content/themes/enfold/js/avia-snippet-hamburger-menu.js?ver=4.8.1
    …/wp-content/themes/enfold/js/aviapopup/jquery.magnific-popup.min.js?ver=4.8.1
    …/wp-content/themes/enfold/js/avia-snippet-lightbox.js?ver=4.8.1
    …/wp-content/themes/enfold/js/avia-snippet-megamenu.js?ver=4.8.1
    …/wp-content/themes/enfold/js/avia-snippet-sticky-header.js?ver=4.8.1
    …/wp-content/themes/enfold/js/avia-snippet-widget.js?ver=4.8.1
    …/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=4.2.16
    …/wp-includes/js/mediaelement/mediaelement-migrate.min.js?ver=5.7
    …/wp-includes/js/mediaelement/wp-mediaelement.min.js?ver=5.7
    …/wp-content/plugins/ubermenu/assets/js/ubermenu.min.js?ver=3.6.1
    …/wp-content/themes/enfold/js/avia-snippet-cookieconsent.js?ver=4.8.1
    …/wp-content/themes/enfold/framework/js/conditional_load/avia_google_maps_front.js?ver=4.8.1
    …/wp-includes/js/wp-embed.min.js?ver=5.7
    …/wp-content/plugins/statify/js/snippet.min.js?ver=1.8.2

    Hi Ismael,

    yes, i selected them.

    The Open-Sans-hint in Gmap is good & helpful.

    It was used by the navigation menue as well. Why, i don’t know.
    The extended styles where set to font “Standard” for the navigation items.

    I just wanted to state that it is not obvious where ENFOLD uses which fonts by default.
    So, a switch off button would be helpful, or even a statement, e.g. that only fonts are includes which are configured in … these many / which sections?

    Thank you, Th.

    Hi Franz,

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab and adjust as needed

    
    #top .all_sort_button {
        color: red;
        font-size: 12px;
    }
    

    Best regards,
    Yigit

    Hi,
    Please try this link to open a new thread
    The button should show as a big blue button at the top of this page
    2021-05-01_193106.jpg
    Please let us know if this helps and we will close this old thread.

    Best regards,
    Mike

    #1297621

    Hey solf,

    Thanks for contacting us!

    Please go to Enfold theme options > Advanced Styling, edit “Buttons” element and set border width to 0 and that should remove it :)

    Best regards,
    Yigit

    #1297461

    Hi Landwirtco,

    I believe you’ll need to use a child theme for this: https://kriesi.at/documentation/enfold/child-theme/
    Then copy footer.php from the parent theme (enfold) to the child theme.
    Tweak the child theme’s footer.php file and find this code (line 245-250 in 4.8.2):

    if( $menu )
    { 
        echo "<nav class='sub_menu_socket' " . avia_markup_helper( array( 'context' => 'nav', 'echo' => false ) ) . '>';
        echo	$menu;
        echo '</nav>';
    }

    below this code, you’ll need to add:

    echo do_shortcode("[av_social_share style='minimal' buttons='custom' share_linkedin='aviaTBshare_linkedin' share_facebook='aviaTBshare_facebook' youtube='youtube' share_mail='aviaTBshare_mail' custom_class='' admin_preview_bg='' av_uid='av-670mc8']");

    Hope this helps.

    Best regards,
    Nikko

Viewing 30 results - 1,621 through 1,650 (of 11,220 total)