Viewing 30 results - 3,061 through 3,090 (of 241,700 total)
  • Author
    Search Results
  • #1467972

    Hi mike. I can update WordPress core and plugins and there are no problems but I just can not download the Enfold demo

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #menu-test-menu-with-logo {
    	margin-left: 0;
    }

    I believe this corrects:
    Enfold Support 6489

    Best regards,
    Mike

    #1467965

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,

    /jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js
    /jquery-migrate(.min)?.js
    /dynamic_avia/avia-footer-scripts-(.*).js
    var avia_is_mobile
    /enfold/js/avia.js
    /enfold/js/shortcodes.js
    /enfold/config-templatebuilder/avia-shortcodes/
    /enfold/js/avia-compat.js

    If you are also using the Wp Rocket REMOVE UNUSED CSS option you will also need to add this list to it:

    .main_menu
    .menu-item-avia-special
    .av-hamburger
    .av-hamburger-box
    .av-hamburger-inner
    .av-burger-overlay
    .av-burger-overlay-scroll
    .av-burger-overlay-inner
    .av-active-burger-items
    .av-burger-overlay-active
    .av-burger-overlay-active-delayed
    .av-hamburger--spin
    .av-js-hamburger
    .avia_hidden_link_text
    .av-burger-menu-main
    #av-burger-menu-ul
    #avia-menu
    .av-width-submenu 
    .av-active-burger-items
    .current_page_item 
    .current-menu-item
    .av-active-burger-items
    .avia-menu 
    .av-main-nav-wrap

    I’m not able to login to your site, I get an error that the user name is not valid, I also can not reproduce the error on your site.

    Best regards,
    Mike

    #1467961

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1467960

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1467957

    Hi,
    Try this instead

    function enfold_widget_before_footer_for_single_portfolio() {
    if(is_singular('post') || is_singular('portfolio')){
    
    dynamic_sidebar( 'portfoliocontact' );
    }
    }
    add_action('ava_before_footer', 'enfold_widget_before_footer_for_single_portfolio' );

    Best regards,
    Mike

    Hi Mike,

    Yes, we tried the information in this post. However, there isn’t any information on how we can exclude the menu. We tried something like: /mes-htdocs/themes/enfold/config-templatebuilder/avia-shortcodes/menu/menu.js?ver=6.0.2.
    Can you tell us which .js files are responsible for the burger menu?

    Best regards,
    Thilo kiefer

    #1467953
    dmansouri1981
    Participant

    Hi guys. I want to use a different enfold demo on the local host before I use it on the main site. but it can not download and import in the local host. is there any way to test the theme on the local host? because I want to see the elements and their adjustment in my ALB for better work and practice by Enfold’s ALB. I found their shortcodes in the Shortcodes of demo pages but I want access to elements in my back-end ALB.

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1467947

    Hey Mike61,
    Your snippet is using the hook ava_after_content, so it will show after the content, if you want the widget to show before the header you will need to use ava_main_header
    Like this:

    function enfold_widget_before_header_for_single_portfolio() {
    if(is_singular('post') || is_singular('portfolio')){
    
    dynamic_sidebar( 'portfoliocontact' );
    }
    }
    add_action('ava_main_header', 'enfold_widget_before_header_for_single_portfolio' );

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.

    Best regards,
    Mike

    #1467937

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1467936

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #sec-schule01,#sec-zdf01,#sec-nix01,#sec-foo01 {
    	cursor: pointer;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    I’m not able to login to your site, I get an error that the user name is not valid.
    Did you try the exceptions from the WP Rocket documentation? Then clear your site and browser cache.

    Best regards,
    Mike

    #1467933
    Mike61
    Participant

    Hi Team,
    I use this code for show an widget Area after content (before header) for all portfolio items:

    function enfold_widget_before_footer_for_single_portfolio() {
    if(is_singular(‘post’) || is_singular(‘portfolio’)){

    dynamic_sidebar( ‘portfoliocontact’ );
    }
    }
    add_action(‘ava_after_content’, ‘enfold_widget_before_footer_for_single_portfolio’ );

    But this don’t work – why?
    Thank you
    Michael

    #1467931

    Can I have a look at this page? ( if you could not post the link here – send me an e-mail)
    because I think it’s easier to achieve this in another way.

    f.e. this way: https://webers-testseite.de/divider-on-sliders/

    at the moment i try to use the given curve divider – that does not fit because it is a konvex Curve … so be a bit patient.
    we can use the konvex Curve of Enfold – but we use than that negative option (invert) – in this way we had to differ on how to transform the divider svg.
    so snippet gets an if / else clause now.

    • This reply was modified 7 months ago by Guenni007.
    #1467925
    dweddell
    Participant

    Hi

    I wish to change Blog – Latest News to ‘Recipes’ on all posts. I’ve tried implementing this snippet, it doesnt seem to work

    Also need to change link so it goes to recipes page rather than home page

    Can you advise please

    Kind regards

    Duncan

    #1467922

    In reply to: Product Photos

    The part that shows the photo thumbnails below the main image? Is this not an enfold thing? I have around 8 photos on each product and was hoping to show all the thumbnails below the main.

    #1467921

    Hey Ismael,

    wow, many thanks, it works, but I wasn’t exact enough. I meant only subcategories a certain product is assigned to. If a certain product category has subcategories A, B and C and a product is assigned to A and C then only A and C should be displayed. Possible?

    By activating custom elements in Enfold settings it’s possible to insert WP Post Data or ACF fields. And there are also Dynamic WP Custom Fields like Theme Custom Field Shortcodes ({av_dynamic_el src=”wp_custom_field” key=”%metakey%” default=”” link=”” linktext=”” format=””}).And so I thought I can use this. But how?

    Thanks again
    Stefan

    #1467915

    Topic: About Enfold sidebar

    in forum Enfold
    koksourcing
    Participant

    The website sidebar does not display, including category pages and product pages.

    #1467913
    rhockey05
    Participant

    Hi, I recently installed the Enfold theme.

    After I log in, click on Enfold -> Theme Options
    I then make a change, such as uploading logo or change Frontpage.

    When I click Save I get this generic error that shows on the screen which says

    “Saving didnt work! Please reload the page and try again”

    It then disappears after a few seconds. I have no idea what’s going on, but its not verbose any idea why I keep getting this? And yes, I’ve tried reloading the page many times.

    #1467895

    Topic: Possible in ENFOLD?

    in forum Enfold
    dillionline
    Participant

    Hello ENFOLDERs,

    is this scrolling effect possible in ENFOLD?

    https://www.transnetbw.de/de/mship

    How to?

    Thanks :-)

    #1467889
    paulw185
    Participant

    Hi. I’m trying to optimize SEO for my homepage https://wta.nl/. I’m using the RankMath plugin. It works great with Enfold, but it keeps warning me that my keyword density is too high: Keyword Density is 7.65 which is high, the Focus Keyword and combination appears 29 times.. A too high keyword density can hurt my Google ranking, so I would like to lower it.

    My focus keyword is ‘tekstschrijver eindhoven’ (Dutch words, means copywriter in the city of Eindhoven). It’s also the name of my website: ‘Tekstschrijver Eindhoven | Paul Welling’. When I look in my browser at the source code of my homepage, I indeed see 23 instances of ‘tekstschrijver eindhoven’ (so, not 29 as RankMath says, but in any case too much). I have 2 questions:

    1) When I check each instance of ‘tekstschrijver eindhoven’ in the source code, I see that almost all instances are not part of the content, but part of the html coding of the page. So I can’t change it and therefore I can’t lower the keyword density. Is there a solution?

    2) Two instances of ‘tekstschrijver eindhoven’ are alt texts for my logo. When I first uploaded my company logo in the Enfold theme, I added my website name ‘Tekstschrijver Eindhoven | Paul Welling’ as alt text for the image. I’ve already changed the alt text for that image, I’ve even deleted the image and uploaded a new image with a different alt text, but the old alt text ‘Tekstschrijver Eindhoven | Paul Welling’ keeps showing up in the source code. How can I delete this old alt text?

    Hope you can help. I’ve added my login in the private field.

    EDIT:

    Oops, my bad. It seems that RankMath keyword density count is a bit bugged. When I removed the focus keyword in RankMath and added it again, the keyword density is suddenly too low. :-) Keyword Density is 0.26 which is low, the Focus Keyword and combination appears 1 times. So my first question is sort of answered, and the large number of keyword instances in the page source code are obviously not picked up by RankMath as keyword density instances.

    Still, my second question remains.

    • This topic was modified 7 months ago by paulw185.
    dmansouri1981
    Participant

    hi guys. my website is about tourist attractions and destinations and I want the user to select country and city and even attraction types(waterfall or jungle or beach etc…. based on tags). for search by Category, Tag, Custom Taxonomy, Post Type, Post Date or any combination of these is possible in Enfold? or I must use plugins? I want users to see this search result on the Home page and blog post sidebars or wherever I need it. thanks

    #1467875

    OK fixed.
    Thanks Rikard, as usual!
    I must say that Enfold Support is reactiv, prompt and efficent. Highly appreciate.

    #1467871

    Hi,

    Please try adding the following code to the Quick CSS field in the Enfold theme options > General Styling > Quick CSS:

    
    #top .avia-fold-unfold-section .av-fold-unfold-container.folded::after {
      z-index: -1;
    }
    
    #top .avia-fold-unfold-section .av-fold-button-wrapper {
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(100%, white));
      padding-top: 20vh;
      margin-top: -20vh;
    }
    

    If you’d like to see this implemented in Enfold, please feel free to request it at https://github.com/KriesiMedia/Enfold-Feature-Requests.

    Regards,
    Yigit

    #1467864

    In reply to: Product Photos

    Hey bemodesign,

    That doesn’t seem to be an Enfold element, are you using a plugin for that maybe? If so, then please try to check the plugin documentation or reach out to the plugin developers for further help.

    Best regards,
    Rikard

    #1467861

    Hey bemodesign,

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

    @media only screen and (max-width: 767px) {
      .responsive .home #wrap_all #av_section_4 .flex_column {
        width: 48%;
        padding: 1%;
      }
    }

    Best regards,
    Rikard

    #1467859

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Thanks @guenni007 for helping out :-)

    Best regards,
    Rikard

    #1467841

    In reply to: I need wp-config.php

    Hey DB,

    Thank you for the inquiry.

    Where is the site hosted? Have you tried reaching out to your hosting provider and ask for assistance? You can manually upload Enfold to your server via FTP or via the dashboard. Please check the link below:

    // https://kriesi.at/documentation/enfold/install-enfold-theme/
    // https://kriesi.at/documentation/enfold/install-enfold-theme/#ftp-install

    Best regards,
    Ismael

Viewing 30 results - 3,061 through 3,090 (of 241,700 total)