Viewing 30 results - 3,721 through 3,750 (of 11,218 total)
  • Author
    Search Results
  • #1070496

    Hi,

    The site is trying to load the CSS file mentioned in the private content area. I hope you did not miss uploading this file? Please make sure all necessary files are loading correctly.

    Almost all the plugins are outdated. Please make sure to back up your site and update all the plugins and only install the plugins which you really need.

    You may not see the changes until the cached files are cleared in your browser.

    Please perform the below steps to clear the browser cache:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
    3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.

    Best regards,
    Vinay

    #1070494

    Hey tyhoegger,

    Thank you for contacting us.

    1. I checked your site and did not find the drop-down menu you mentioned on mobile. If you still have any issue please upload a screenshot/mockup to one of the below sites and share the link here so we can help you better :)

    https://snag.gy/
    https://ctrlv.cz/en/
    https://imgur.com

    2. To display the header social icons on the mobile device please check this link.

    3. On which page and section do you have the animated number? Please share a precise link to the page and section so we can inspect it.

    4. The background image of the color section is working as intended. Please select other options available in the background repeat section and try again.

    You may not see the changes until the cached files are cleared in your browser.

    Please perform the below steps to clear the browser cache:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
    3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.

    Best regards,
    Vinay

    #1070473
    zimbo
    Participant

    Website: dev.henleyherald.com

    In the header in the Social Bookmarks area there is a Subscribe button to allow a user to subscribe to the site.

    The width of the individual icon container is set by

    #top .social_bookmarks li { width: 36px;}

    The Subscribe button image is 113px wide but by using this CSS

    .html_bottom_nav_header #top .av-logo-container .social_bookmarks { right: 83px;}

    …I shift the outer ul element and the image flows out right of the container and displays in full.

    I want to display the social icons block in the socket. This is enabled on the site but if you have a look at it, you will see the problem.

    I have shifted the ul element in the socket in a similar manner by

    #socket .social_bookmarks { right: 83px;}

    …but the image does not overflow the li element as it does in the header because of this in the Enfold code:

    #socket .social_bookmarks li {overflow: hidden;}

    I have tried all sorts of combinations of CSS to target the li element of Subscribe (social_bookmarks_subscribe av-social-link-subscribe social_icon_5) and change it to overflow:visible but without success. I also need to remove the border-radius on the element.

    Please can you tell me the correct CSS to get this to work?

    • This topic was modified 7 years, 1 month ago by zimbo.
    #1070409
    Webguy1234
    Participant

    Hello,

    I am trying to display the Woocommerce Product Categories above the “Product Grid” in Enfold Page builder. I want the Product Categories to appear above the “Product Grid” so users can select which category they want to pick from. How do I add a Category Selection to the Avia “Product Grid”?

    Example screenshot:

    https://ibb.co/Gnn67Q0

    Liv
    Participant

    The plugin WP Courseware creates courses with course ‘units’. So basically a unit is a type of page. However this unit doesnt suppport the Enfold builder it just supports the Classic Editor. Through the magic wand you can add shortcodes and add for example a toggle accordion like so:

    [av_toggle_container initial='0' mode='accordion' sort=''][av_toggle title='something' tags=''][wpcourse course=”5″ module=”1″ module_desc=”true” /][/av_toggle][/av_toggle_container]

    and a button like so

    [av_button label='go back' link='manually,/cursus' link_target='' size='medium' position='left' icon_select='yes' icon='ue888' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff']

    However both are not working anymore. But i can see them in preview mode, just not when the page is live.

    #1070275
    Emaginance
    Participant

    Hello,

    A little problem with last updates 4.5.4

    I’ve installed Google reCaptcha V.2 with last enfold updates.

    The button for contact form is “Submit”. How to translate it?

    Thanks you

    #1070169

    Related question…. I know how to target various taxonomies and images when wanting to get a URL from the media library within these elements, but what about files in the that are non-images, like zip files? Is there a way to target those? I tried to wing it based off of what the Enfold settings does in the Import section….assuming it would work…but it doesn’t. Here’s what I tried….and I tried multiple variations on this. I’m not sure if this is currently possible or not…I”m just trying to make this as easy as possible for the user beyond just simply having an input field.

    array(	
    "name" 	=> __("Button Link?", 'avia_framework' ),
    "desc" 	=> __("Where should your button link to?", 'avia_framework' ),
    "id" 	=> "src",
    "type" 	=> "file_upload",
    "trigger" 	=> "av_typefont_zip_insert",
    "file_extension" => "zip", //used to check if user can upload this file type
    "file_type"		=> "application/octet-stream, application/zip", //used for javascript gallery to display file types
    "std" 	=> ""),

    I even setting it to link picker and trying to target the media attachment library in some way. That way I would at least be able to have one setting here where they can set an URL manually or pick something from the media library.

    #1070132
    acelam714
    Participant

    Hello Enfold Support.

    I wish to remove the automatic main menu highlight from all “posts”. In “Theme Options” I set “Where to Display the Blog –> Blog”. I do not wish to change this. However, all posts, when clicked, will automatically highlight the “Blog” Main Menu Link. I do not want this to happen.

    This does not happen to any of the other main menu links. The link will highlight at first and show an active state when someone clicks it, but they unhighlight themselves when the user clicks to direct to another page. For Example: If you click the “Destinations” Main menu link, it will highlight that tab. However, once you scroll down and click an actual destination (i.e. United Arab Emirates), it will take you to that page and no longer highlight the “Destinations” main menu link. However, if you click the “Dubai” button (after clicking the United Arab Emirates button), it will highlight the “Blog” menu link. I want it to be unhighlighted (for all “posts”) since Dubai is set as a “post” in WordPress as opposed to a “page.”

    In other words, I wish to have some control over this (to have it highlighted in an active state when necessary and unhighlighted in an active state when unnecessary).

    Please let me know if you need further clarification. Thank you.

    Site: aceadventurer.com

    #1070046
    sealmaster
    Participant

    Hello,

    I am attempting to add Microsoft translation to our website, sealmaster.net. I want to paste the html code below into the top header bar of the site to be seen on every page, next to where it currently says “Franchise Log In.” Where can I access that area to paste my code for the translation button?

    <div id=’MicrosoftTranslatorWidget’ class=’Dark’ style=’color:white;background-color:#555555′></div><script type=’text/javascript’>setTimeout(function(){{var s=document.createElement(‘script’);s.type=’text/javascript’;s.charset=’UTF-8′;s.src=((location && location.href && location.href.indexOf(‘https’) == 0)?’https://ssl.microsofttranslator.com&#8217;:’http://www.microsofttranslator.com&#8217;)+’/ajax/v3/WidgetV3.ashx?siteData=ueOIGRSKkd965FeEGM5JtQ**&ctf=False&ui=true&settings=Manual&from=en’;var p=document.getElementsByTagName(‘head’)[0]||document.documentElement;p.insertBefore(s,p.firstChild); }},0);</script>

    Also, if you have any alternative solutions for a quick and easy way to offer translation on our website, either through Enfold or other service, advice would be appreciated.

    Thank you

    MP_EasySales
    Participant

    Hallo ans Kriesi-Team und alle Mitleser,

    ich möchte mit Enfold vier Spalten gleicher Höhe bauen.
    Die Spalten haben unterschiedlich lange Texte und sollen einen Link-Button bekommen, der immer am unteren Rand der Spalten sein soll.

    Dazu brauche ich bitte Unterstützung.
    Die Spalten bekomme ich auf die gleiche Höhe zueinander, nur der Link-Button ist für mich nicht kontrollierbar. Er schließt sich immer der letzen Textzeile an. Dadurch bekommen die Spalten nebeneinander ein sehr unruhiges Aussehen.

    Über einfach geschriebene Tipps freue ich mich sehr und bedanke mich schon jetzt dafür.

    #1069913

    HI any news? I see this has been an issue before but it seems people have given up:

    https://kriesi.at/support/topic/enfold-and-quick-view-from-woo-and-plus-minus-buttons/

    #1069903
    agnieszka7
    Participant

    Hello
    I would like to add a contact icon/link next to the “scroll to top” button. Is there a setting in the Enfold theme?

    Thanks in advance.
    Cheers,
    Agnieszka

    #1069564

    Hi prana_aok,

    In the WordPress Dashboard, go to Enfold > Advanced Styling, in the dropdown you should see Select an element to customize click on it and select Small bar above Main Menu and click the Edit Element button. Modify the font color and save.
    Hope this helps.

    Best regards,
    Nikko

    #1069498

    Topic: Questions

    in forum Enfold
    nikosmantis
    Participant

    Hello team i want to ask some questions.
    Firstly grats for your theme i try to rebuild a website that already exists and i have some questions.
    Check the website https://owandros.com

    1)As you can see the menu has a golden background color on hover with a specific height and i canot achieve that on your menu , also the book now button how can i make such a button on your menu?

    2)Secondly i have some questions about google pagespeed we rebuild the site because we try to achieve a 80+ mobile score with enfold theme, but mobile is 70 is there any tip because i think gallery and layer slider wp reduces speed. I need the slider to be fullscreen and i check that fullscreen lowers speed than fullwidth for example that speed is higher.(mobile speed i mean)

    3)Also layer slider after all slides finish shows white for a moment and then again first slide how to remove that ?

    Thanks a lot for insights if you want and credentials for something tell me.

    • This topic was modified 7 years, 1 month ago by nikosmantis.
    #1069331

    Hi,

    Thanks for the update.

    We are aware of the issue and we will add a fix in the next update. (see private field)

    Related threads:
    // https://kriesi.at/support/topic/contact-form-custom-text-on-submit-button-not-showing
    // https://kriesi.at/support/topic/enfold-contact-form-recaptcha/#post-1067687

    Best regards,
    Ismael

    This sounds like a problem I just PARTIALLY FIXED by reverting back to the classic editor too. The preview button was leading me to some super old revision or something – files that looked like enfold but not my webpage. But if I hit the update button, and then viewed my site I could see the most recent version with my current edits. So this week I was hitting the update button every time I made a minor change and then had to open a new page just to look at my changes, it was annoying not having the preview button but I didn’t feel like dealing with a support request. Now I have no choice because a new issue happened, my home page edits are all gone.

    Out of nowhere after updating some page edits and then viewing my page all of a sudden it didn’t look like my website at all. my entire front page edits are gone. So I went to check out my revisions – I have 70 recent ones. None of them are looking like how my site looked at the time/date of the revision. It’s as if my entire page has to be re-created. I don’t understand why I have 70 revisions I can click on and open, and they all look like some incomplete website. The other pages are intact but I am afraid to edit them now and will look into turning them into templates or something to preserve them. But Right now I am wondering what is the point of having revisions if all of a sudden my home page edits have disappeared and all revision links take me to the same incorrect version of my website. Any idea how to get my home page back to how it was? Why is this so dysfunctional?

    twhaoske
    Participant

    Hello,

    I use The Events Calendar for a couple of websites with Enfold. I recently noticed the Insert Theme Shortcode content is no longer displaying on the events pages. The shortcodes do work elsewhere on the websites (in blog posts), so it seems isolated to the events pages with The Events Calendar plugin.

    Steps to reproduce: (using the Enfold theme)
    Install The Events Calendar plugin
    Create an event page
    Click the “Insert Theme Shortcode” (add a button, fullwidth button, or any other shortcode from the menu)
    https://www.dropbox.com/s/7mxb2ogh1wzz2tu/Screenshot%202019-02-19%2011.45.10.png?dl=0

    I tested this on another site and it has the same problem with Theme Shortcodes not working on event pages. I just noticed this bug around February 14, 2019. As a workaround, I added manual text links until this issue is resolved.

    Many thanks in advance for your help.

    Todd

    #1069058

    Hi Ismael,

    Thanks for the feedback.
    What do you mean about cache or minification plugin? What is it?

    I found where the problem comes from?
    Some years ago, I added a shortcode php file (av-helper-masonry.php) in my enfold-child folder, to modify the text of the LOAD MORE button, by changing code like this in the whole php text:

    function load_more_button()
    {
    $data_string = AviaHelper::create_data_string($this->atts);
    $data_string .= ” data-avno='”.wp_create_nonce( ‘av-masonry-nonce’ ).”‘”;
    $output = “”;
    $output .= ““.__(‘Charger les actus précédentes’,’avia_framework’).”“;

    return $output;
    }

    When I delete this file, animation is perfectly working when the page is loaded, but of course, the LOAD MORE text button is back!

    Could you please tell me where and which code do I need to add, to modify this text, without having to modify a file every time Enfold theme is updated?

    Thanks a lot!

    #1068980
    Neverlands
    Participant

    Hello,
    when I use the new Google reCAPTCHA option in the enfold setting, the “Send” button in my form disappears.
    Also, it would be nice, if the Widget Notice could be formatted – it accepts no HTML.

    Best regards,
    Neverlands

    #1068918
    Emma
    Guest

    Hello,

    I’m considering migrating to WordPress and have a few requirements and hoping you can confirm whether Enfold supports them.

    Shop purchases
    When someone clicks Buy Now, I’d like them to fill in answers to some questions on a client intake form – Does Enfold support this?

    Menu
    Are the menu colours fully customisable?
    Can a menu item change colour on hover?
    Is it possible to remove the line separators for a cleaner look?
    Is it possible to add CTA buttons in the desktop menu?

    Mobile menu
    Is it possible to change background colour of menu when expanded?

    Many thanks!
    Emma

    peggyeddleman
    Participant

    When editing the home page, if I click the Preview button or the Update button, when it opens the new tab, it gives the error “Sorry, the post you are looking for is not available. Maybe you want to perform a search?”

    After getting the error, I updated to WordPress 5.0.3, then switched back to the classic editor, and am still getting the same error message. The error only occurs, though, when I’m working with the home page; any other page that I edit can be previewed with no errors.

    I am using Enfold 4.4.1

    #1068763

    In reply to: Demo content

    Hey Terrassenkind,

    Please enable debug mode in order to see builder shortcodes: https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#debug-mode, then add this to your content:

    [av_section min_height='' min_height_px='500px' padding='large' shadow='no-border-styling' bottom_border='border-extra-diagonal' bottom_border_diagonal_color='#ffffff' bottom_border_diagonal_direction='border-extra-diagonal-inverse' bottom_border_style='' id='contact' color='main_color' custom_bg='#f8f8f8' src='' attachment='' attachment_size='' attach='scroll' position='top right' repeat='stretch' video='' video_ratio='16:9' overlay_opacity='0.2' overlay_color='#ffffff' overlay_pattern='' overlay_custom_pattern='' av_uid='av-2aqedq']
    [av_heading tag='h3' padding='40' heading='Contact' color='' style='blockquote modern-quote' custom_font='' size='65' subheading_active='' subheading_size='15' custom_class='' av_uid='av-7k586'][/av_heading]
    
    [av_one_half first min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background_color='' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='right-to-left' mobile_display='' av_uid='av-1uh12u']
    
    [av_contact email='' title='' button='Submit' on_send='' sent='Your message has been sent!' link='manually,http://' subject='' autorespond='' captcha='' hide_labels='aviaTBhide_labels' form_align='' color='av-custom-form-color av-dark-form' av_uid='av-1rb732']
    [av_contact_field label='Name' type='text' options='' check='is_empty' width='' multi_select='' av_uid='av-1ibmxq'][/av_contact_field]
    [av_contact_field label='E-Mail' type='text' check='is_email' options='' multi_select='' width='' av_uid='av-1cy3ce'][/av_contact_field]
    [av_contact_field label='Message' type='textarea' check='is_empty' options='' multi_select='' width='' av_uid='av-1aljd2'][/av_contact_field]
    [/av_contact]
    
    [/av_one_half][av_one_fourth min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background_color='' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='right-to-left' mobile_display='' av_uid='av-128rfi']
    
    [av_textblock size='' font_color='' color='' av_uid='av-utcvy']
    <h2>Address</h2>
    10800 West Pico Boulevard Infinity Loop
    Cupertino, Los Angeles, USA
    <h2>Contact</h2>
     (Email address hidden if logged out) 
    555-3587 347
    <h2></h2>
    [/av_textblock]
    
    [/av_one_fourth][av_one_fourth min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background_color='' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='right-to-left' mobile_display='' av_uid='av-pbp5a']
    
    [av_textblock size='' font_color='' color='' av_uid='av-n4l5i']
    <h2>Opening Hours:</h2>
    Mo-Fr: 8:00-19:00
    Sa: 8:00-14:00
    So: closed
    [/av_textblock]
    
    [/av_one_fourth]
    [/av_section]
    
    [av_google_map height='400px' zoom='16' saturation='fill' hue='#ffffff' zoom_control='aviaTBzoom_control' av_uid='av-ghjfy']
    [av_gmap_location address='Infinite Loop' city='Cupertino' country='' long='-122.03077589999998' lat='37.332112' marker='197' imagesize='40' av_uid='av-9s9hi'][/av_gmap_location]
    [/av_google_map]

    Best regards,
    Rikard

    #1068615
    shopbrickwall
    Participant

    I am trying to get my blog (https://alaraapothecary.com/blog/) to look like this: https://kriesi.at/themes/enfold-2017/blog/blog-single-author-big/
    -Excerpt
    -Featured image
    -Read more button

    In the Blog Layout, I have it set to “Single Author, big preview Pic (no author picture is displayed, feature image is Big). How do I get an automated excerpt and read more button to appear? I’ve looked all over and can’t figure it out!

    Thank you

    #1068588

    Restored previous Calendar Event plug-ins… still same problem.

    Reverted to Enfold 4.5.3…

    This resolved the issue. Buttons are now visible.

    There must be some new issue with 4.5.4 and The Event Calendar plug-in.

    I have a test site running if you need access to debug this.

    Thanks,

    TJ

    #1068553
    tjjones
    Participant

    All of our theme embedded buttons [av_button] are no longer displaying in a calendar event. They are just being ignored. I think this may have happened with the latest update to Calendar Pro, but there was also a new Enfold update at nearly the same time. Any clue what I can do to get those to display? I’ve attached an example page where there should be buttons just above the embedded PDF.

    #1068432
    fanlokbun
    Participant

    Hi I am trying to add the Tripadvisor Icon to social profiles and have followed the instructions here but not getting any luck. Could you please check I have it right.

    Admin login below.
    Many thanks

    Hallo Victoria

    Vielen Dank für den Hinweis. Das ist Enfold, das den «Senden»-Button nicht mehr korrekt übersetzt. Kann das jemand bestätigen?

    Beste Grüsse
    Marco

    #1068006

    Hi Valerie,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    body#top .main_color .widget .avia-button-wrap.avia-button-center a {
      color: #fff;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    Hi yifatcohen,

    Those settings are affecting the single post display not the post grid.

    I am not seeing the “read more” button that you wanted to adjust, did you have it removed?

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
     .html_elegant-blog .avia-content-slider .slide-meta {
        display: none;
     }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1067893

    Hello guenni007,
    thank you again for your tips but unfortunately still no button appears and cannot mute oder unmute the sound of the video. With Modzilla there is no problem but with Chrome only a black picture with loading bar appears. I’ve done all your steps carefully with 2 different pages from two different hosters. With both I use Enfold and have the same problem. I use a child theme, set the video_mute in section.php to false, copied the code in function.php of the child theme and the other one in Quick-CSS. I uploaded 2 buttons for mute and unmute. Actually with the button name I also considered year and month. I set the Custom Class as you recommended by enabling the element options for developers like CSS classes in the theme options of the layout creator. So I entered the Custom Class as well as a video in the Color Section. Was that wrong? I think I have to give up the idea with the button. The music was very important to me, that the movie had been cut after the music. Thanks again for your efforts.

Viewing 30 results - 3,721 through 3,750 (of 11,218 total)