Viewing 30 results - 1,591 through 1,620 (of 11,204 total)
  • Author
    Search Results
  • #1301685

    Hi,

    – I removed the code from Customizer (you can find it here as well – https://pastebin.com/j9Yj3wKM)
    – Disabled header widget code in Functions.php file of your child theme
    – Added a new menu item to your menu and chose to display it as button
    – Went to Enfold theme options > Advanced Styling and adjusted button menu item colors
    – Added following code to bottom of Quick CSS field

    #menu-item-61 .avia-menu-text {
        border-left: none;
    }
    #menu-item-8182 {
        right: 100px;
    }
    @media only screen and (max-width: 1200px) {
    #top #header .av-main-nav > li > a {
        font-size: 15px !important;
    }}
    @media only screen and (max-width: 1055px) { 
    #menu-item-8182 {
        right: 30px;
    }}

    Please review your website :)

    Best regards,
    Yigit

    #1301636
    Marc
    Guest

    Hi,
    I purchased the Enfold theme but I want to add a welcome note in a popup windows message on the main page of the website to show some message to the visitor. The visitor should click the “x” button to close to continue browsing the website.
    Is there a built in functionality for this? or i have to get a plugin?

    Thanks in advance

    Regards,
    Marc

    #1301546
    rvga
    Participant

    Hello everyone,
    I made tests a few weeks earlier looking at Enfold features I didn’t have time to check yet.
    When recently I’ve seen that 2 news pages have been indexed by search engines.

    These pages are: https://c-serp.fr/?alb_elements=rv-bouton and https://c-serp.fr/?alb_elements_entries=av_button

    They are not Page, nor Post nor Portfolio as well and I can’t find them anymore.
    I don’t remenber how or where I’ve created them. (sounds stupid)
    But I know for sure that I don’t want them to be indexed anymore.

    Anyone could tell me where to look so I can delete or un-index them please?
    Thanks for your tips….

    Michael Beck
    Participant

    Hello Enfold Team,

    I have the problem that after a major update (V3 to V4) on a website now the AVIA Builder no longer works and also in the frontend some elements (slider etc.) are missing.

    Above all, this created many script errors (according to Console). I can’t see any change even by disabling and re-enabling all plugins.

    I am at a loss and need help here. Many thanks already.

    Greetings
    Michael

    #1301174

    I’m having a problem with the Enfold theme advanced editor.
    The button “Advanced Layout Editor” doesn’t seem to respond to anyting.

    In the console I see the error: Uncaught ReferenceError: tinymce is not defined on avia_gutenberg.js?ver=4.8.2

    Things i’ve already tried:
    – Updated WordPress and Enfold them to the latest versions (WordPress 5.7.2 & Enfold 4.8.2).
    – Disabled all plugins.
    – Disabled the .htaccess file by renaming it temporarily.
    – Disabled all plugins and the .htaccess file at the same time.

    But nothing seems to work.
    The strange thing is, on pages that have already been created by the advanced layout builder (and therefore have “Advanced Layout Builder” behind their name in the overview), the editor seems to work just fine.

    #1301166

    The Answer above – I don´t get it. But after a bit of testing I hve y solution for y 3 categories – Alltag, Artbeit, Kultur

    /* 
    masonry sort to make it a link
    ************************************************************************  ENFOLD  */
    function ava_auto_click() {
    	if ( $_GET["psort"] == "kultur" ) { 
    ?>
    		<script> 
                jQuery(window).on('load', function () {
                    jQuery('.teilhabe-an-kultur_sort_button').trigger('mouseover');
                });	 
            </script>
    <?php
    	} elseif ( $_GET["psort"] == "arbeit" ) {
    ?>
    		<script>
             jQuery(window).on('load', function () {
                    jQuery('.teilhabe-an-arbeit_sort_button').trigger('mouseover');
                });	 
            </script>
    <?php
    	} elseif ( $_GET["psort"] == "alltag" ) {
    ?>
    		<script> 
                jQuery(window).on('load', function () {
                    jQuery('.teilhabe-an-alltag_sort_button').trigger('mouseover');
                });	 
            </script>
    <?php
    	}
        
    } // ava auto click
    add_action('wp_footer', 'ava_auto_click');
    /**/
    
    • This reply was modified 4 years, 9 months ago by Raphael.
    #1301070
    omunyak
    Participant

    Hi Community,

    i’m encountering a problem since today. I’ve integrated Mailchimp since a year or so. It was working as expected.
    Today i found out from one of our customers that the “Subscribe” Button doesn’t work anymore and you will get the
    “avia-mailchimp-ajax-error av-form-error-container” with the “We are very sorry but something went wrong. Please try again later.” Error Message.
    I’ve re-checked all API Integration and all is fine. I also tried to deactivate all Cache and Minify Plugins with no luck.

    Do you have any hints for me?

    Wordpress 5.7.2
    enfold 4.8.2
    PHP 7.4.13

    Thanks.

    Best, Oliver

    #1300808

    Topic: Error WPML

    in forum Enfold
    jcstone3
    Participant

    Language switcher not appearing in top bar although the code is there.

    GETTING THIS PROMPT:
    One more step before you can translate on Enfold
    You need to enable WPML’s Translation Editor, to translate conveniently.

    HOWEVER, AFTER CLICKING BUTTON:
    This action is not allowed

    This is a canadian site – EN/FR is critical. Please help!

    #1300782

    In reply to: Bilder im Theme

    Hey Christian,

    Thanks for contacting us!

    1- It seems like you have changed your key however have not verified it. Please go to Enfold theme options > Theme Update tab and click “Check the private token” button. After verification you should receive the update :)

    2- You have apparently attached your background image in 300x200px size, that is why it is blurry. Please edit your section and choose to display it in fullsize instead – https://imgur.com/a/jDCbzoL
    If you are unable to change the size of the image when choosing background image, that might be related to the older version of the them you are using. Updating the theme to the latest version would fix that issue.

    I hope that helps! Let us know if you have any other questions and enjoy the rest of your day!

    Best regards,
    Yigit

    Hi Rikard,
    It happened when the pages were translated. I did find a WPML support post where someone else had this happened:

    https://wpml.org/forums/topic/dynamic-links-translated-to-manual-links-in-enfold-theme-button-elements/

    #1300776

    Topic: Second menu question

    in forum Enfold
    Technohead
    Participant

    Hi,

    My client wants to have some kind of second menu but not sure how to go about this in Enfold.
    It should look like attached menu to the left with the button style menu. What´s the best solution for this in Enfold?

    Regards,
    Roger

    #1300715

    Hi Chris,

    That version of Enfold is still using the old API (username and API key) which envato has already deprecated therefore you can’t update it with the usual method.
    You can do the following process instead:

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

    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

    #1300657

    Hello Rikard and Jordan,

    thank you for the quick response.
    I added the Quick CSS under Enfold > Generel Styling. Unfortenately the input text color ist stil the same but the text color of the “send” button is changing.

    I hope you have another idea, thank you very much in advance!

    Best regards,
    Patrick

    #1300606

    Topic: Event Calendar help

    in forum Enfold
    gtj007
    Participant

    Hello,

    I am trying to figure out the events calendar and make a Live Shows listing for my site with enfold but just running into brick walls. Here are a couple problems I can’t figure out and would be really grateful for any help.

    – I don’t want the links clickable
    – I want to remove the “view calendar” at the botom
    – and I would like to make a top/bottom border and a “buy tickets” button like this site has https://www.timdilloncomedy.com

    Thank you

    #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

Viewing 30 results - 1,591 through 1,620 (of 11,204 total)