Viewing 30 results - 1,111 through 1,140 (of 244,373 total)
  • Author
    Search Results
  • #1490404

    Hey Rikard,
    Screenshot functions Enfold Child
    Done, always the same warning.
    I have again:
    – deleted cookies,
    – disabled all extensions,
    nothing changes.

    I have implemented this feature in other websites that work with Enfold :
    My tests website : https://web-13-tests.fr (Identifiers on https://kriesi.at/support/topic/avia-text-block-no-longer-works/)
    Mine : https://web-13.com (identifiers on https://kriesi.at/support/topic/comment-form-for-an-article-on-mobile-is-not-displaying-correctly/)
    and I don’t get the same error!?

    What more can I do on my side?

    Best regards
    Rolland

    #1490403
    kelsangkunden
    Participant

    A recent update to Enfold stopped all our custom CSS from loading. How do I override the override?

    #1490400

    Hey BlutVampir,

    Thank you for using Enfold.

    We did not change anything recently that could cause the problem.

    You use unescaped content of textarea and other input fields – it is highly recommended by WordPress to sanatize and escape all fields for output for security reasons.

    Try to use for e.g. $text

    
    wp_kses_post( wp_unslash( $text) )
    

    or if you do not allow HTML tags

    
    esc_html( wp_unslash( $text) )
    

    Hope this helps you.

    Best regards,
    Günter

    #1490399
    baiker
    Participant

    Hi
    Ich erhalte bei einer neuen Website die im Privat Content enthaltene Fehlermeldung. Es wird die Class “avia_font_manager” im searchform nicht gefunden. Es gibt keine sichtbaren Probleme auf der Website, trotzdem erhalte ich diese Meldung immer wieder. Was kann ich tun?

    Speziell:
    Über das Sicherheitsplugin “Cerber” sperre ich den Zugang auf wp-login.php und ändere den Login-Pfad. Das mache ich jedoch bei anderen Websites auch und da erhalte ich keine Fehlermeldung.

    Was auch anderes ist als bei den anderen Websites ist der Hoster sowie die spezielle Domain meiner Kundin mit Umlauten. Wobei die Fehlermeldung etwas anderes als Problem angibt, siehe Abschnitt “Fehler-Details”.

    Vielen Dank schon im voraus.
    René

    #1490391

    Hi Ismael,

    Version Enfold 7.1.3 is now available, and you can switch back and forth.
    All versions of w2dc work perfectly with other themes and with Enfold—but only up to version 6.X. The described error occurs starting with Enfold version 7.

    #1490367

    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.

    Best regards,
    Rikard

    Hi,
    Glad that Ismael could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.

    Best regards,
    Mike

    #1490359

    Hey gquezada1,
    To make the header transparent, choose the Transparent Header option for your page:
    KvjkRf4.png
    Then to make the header not sticky, go to Theme options > Header > Header Behavior > Sticky Header and unchoose:
    Kvj4RjI.md.png
    This is the solution for desktop, transparent headers are not supported for mobile by default, for mobile you will need to follow this thread:

    Best regards,
    Mike

    #1490358

    Hi,
    Glad that Ismael could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.

    Best regards,
    Mike

    #1490354

    Hi,

    Thanks for the update, and thanks @guenni007 for helping out :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    I believe I understand those instructions. However, I still have questions on how to edit the template in question.

    I believe the correct template is taxonomy-portfolio_entries.php. I made a few adjustments to it…but I’d like to further customize the template.

    1. I would like to remove “Archive: ” from the title (It’s NOT an “archive”. It’s a category. If I could append it somehow…like with a data attribute?
    2. I would like to have some control over the layout, can this template use a page with a custom layout (like the way the Blog page can be set to a custom page)?
    3. When this grid first loads, on hover, the image-overlay appears as a thin strip at the top. I could not determine how to eliminate this with css.

    With regard to the Sidebar, thank you for providing more clarity there!
    I went to Enfold > Sidebar Settings > Sidebar On Archive Pages and chose Right Sidebar. That works.

    I also set Separate Sidebars For Blog And Archive Pages to Show separate Archive Sidebar on Archive Pages. That works. It exposes the Sidebar Archives widget area.

    Then, I added the navigation menu widget to the Sidebar Archives widget area, but it does not display (that’s how I realized that this has to be a totally different template file: taxonomy-portfolio_entries.php). Rather, a default: Pages, Categories, Archive widget set is shown.

    I don’t think its the right solution to set that navigation menu widget to Display Everywhere because that would affect other pages where I may want to have a sidebar with different widgets in the sidebar…is that the ONLY way?

    Thank you for any advice (and for your patience), I really appreciate it.

    #1490350
    SDUS
    Participant

    I have been using the Webdirectory 2.0 plugin for years, which has always worked flawlessly with Enfold. When creating a new listing in the Webdirectory under “Directory Listings” -> Create new listing, the Google Map is displayed correctly – up to Enfold version 6.0.9.

    From Enfold version 7.0 and above, this Google Map has disappeared, making the plugin unusable.

    Please let me know what needs to be done – or provide an update so that it continues to work as usual.

    Steps to Reproduce the Issue with Google Maps in w2dc Plugin and Enfold
    Please note: this is a test instance, so no data can be lost; everything has been backed up.
    1.) Log in using the credentials provided in the private section.
    2.) Navigate to Directory Listings → Create new listing and scroll down to view the Google Map. On the current setup (Enfold ≤ 6.0.9), the map displays correctly.
    3.) Update Enfold to version 7.0 or higher.
    4.) Go again to Directory Listings → Create new listing and scroll down. The map is now missing. The following error message appears:
    “Google Geocoder was not loaded. Check Google API keys and enable Google Maps Geocoding API in Google APIs console.”

    We kindly ask you to provide guidance on how to resolve this issue or release an update so that the plugin works as before.

    THANKS!

    #1490345

    Found the origin but it comes from a function that is part of your documentation :

    function av_breadcrumbs_shortcode( $atts ) {
    	return Avia_Breadcrumb_Trail()->get_trail( array( 'separator' => '/', 'richsnippet' => true ) );
    }
    add_shortcode( 'av_breadcrumbs', 'av_breadcrumbs_shortcode' );

    https://kriesi.at/documentation/enfold/breadcrumbs/#insert-breadcrumbs-as-shortcodes

    • This reply was modified 5 months ago by RollandH.
    #1490343

    In reply to: Transparacy header

    Hey limedrop,

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

    #top .av_header_transparency #header_meta {
      border-bottom: none;
    }

    Best regards,
    Rikard

    #1490342

    Hi,

    Thanks for that. Did you try to clear and deactivate all caches on the site? Also make sure to save the theme options in order to regenerate the stylesheets, and activate the option to delete old CSS and JS files temporarily under Enfold->Performance.

    Best regards,
    Rikard

    #1490337
    RollandH
    Participant

    Hi,
    When I edit a portfolio item, I get this alert :
    Warning: Undefined array key “trail_end” in /…/wp-content/themes/enfold/includes/helpers/helper-template-logic.php on line 210
    Regards

    #1490336
    This reply has been marked as private.
    #1490334
    @media only screen and (min-width: 1010px) {
      /* your rulesets here */
    }
    
    @media only screen and (min-width: 990px) and (max-width: 1009px) {
      /* your rulesets here */
    }
    
    @media only screen and (min-width: 768px) and (max-width: 989px) {
      /* your rulesets here */
    }
    
    @media only screen and (max-width: 767px) {
      /* your rulesets here */
    }

    It is good practice (as Enfold also does) to use even values for the min-width and odd values for the max-width.

    #1490329

    I tried but it won’t work so i need a code for this.

    – i do not see what “this” means”
    you should be more precise what you like to have – ” tablet and mobile etc” tablet and mobile are not well defined as screen width.
    F.e. there are so many iPad versions (
    iPad mini 768×102; iPad 800×1080; iPad 11inch 834×1194; iPad 12.9inch 1024×1366 etc. )
    then there are different media queries for screen orientations ( portrait or landscape)
    then there are different media queries for screen resolutions to differ between Retina Displays to normal one. etc. etc. pp
    for example:

    @media
      screen and (min-width:600px) and (-webkit-min-device-pixel-ratio: 2),
      screen and (min-width:600px) and (min-resolution: 192dpi),
      screen and (min-resolution: 2dppx) {
      	/* an example rule: */
      	div {background:url( (Email address hidden if logged out) );}
    }

    Therefore, I would focus on a few screen widths, e.g., the 767px and 989px used by Enfold.
    Incidentally, Enfold also uses various classes on the html tag that can be used to target only mobile devices (avia_mobile) or devices with touch screens (touch-device).

    By the way: The link provided by Rikard leads to a more detailed page with my above-mentioned notes:
    https://www.w3schools.com/css/css3_mediaqueries_ex.asp

    #1490322

    Hi,

    Thank you for the inquiry.

    Are you trying to upload this in Enfold > Import/Export? The name of the top folder in the zip file should be “SVG”. Currently, it’s named “Medical_Icons_SVG”, so the theme can’t recognize it. Please rename the top folder, then archive or zip it again before uploading it to the icon manager.

    Please check this documentation for more info: https://kriesi.at/documentation/enfold/svg-icon-sets/

    Best regards,
    Ismael

    Hey milkrow,

    Thank you for the inquiry.

    The sidebar on archive or category pages for custom post types, such as Portfolio, can be controlled in Enfold > Sidebar Settings > Sidebar On Archive Pages settings. Aside from this option, there are no other settings to adjust the appearance of the sidebar, so you will need to use custom css modifications. To control the widgets in the sidebar, go to the Appearance > Widgets and look for the Displayed Everywhere widget area.

    Best regards,
    Ismael

    #1490309
    sjahan
    Participant

    Hi, I’m trying to upload an SVG zip file for a set of icons but I keep getting an error message. My hosting is via GoDaddy’s Managed WordPress hosting so I do not have CPanel access and the provider is not able to increase any limits or anything. I’ve used this hosting plan with other enfold sites and haven’t had an issue.

    Is there a way to manually upload these in the child theme via FTP?

    Error message: Couldn’t add the font because the server didn’t respond. Please reload the page, then try again

    #1490300

    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.

    Best regards,
    Rikard

    The password protection shouldn’t matter, you can still see the links aren’t working. But I removed the password.

    I did some tinkering, and I have discovered something.

    Compare one portfolio item vs. another. They have the same template but their Title Bar settings are different.
    The Title Bar is set to “hide both” and the links don’t work here:

    The Title Bar is set to “default”, and the links do work here:

    So there is something that is causing the links to stop working if “hiding both” is selected. I think it is the existence of drop-down menu items in the header where those regions overlap the sidebar. See this screenshot:

    https://drive.google.com/file/d/1gac80t1KhrN_RVFbez1uoBZXRLn9RSR_/view?usp=sharing

    You can see that the region for the drop-down menus overlaps the sidebar menu items at the top. I added two additional categories in the menu, and those work because they fall below the drop-down menu region.

    As a work around, I can show the title bar (though, for various reasons particular to this site’s content, I wanted to hide the title and use an h1 in the custom layout), but I think this should be addressed so that one can have a drop-down menu, and sidebar navigation that do not conflict (out-of-the-box). I could also add padding to the menu…but I shouldn’t have to force the sidebar menu down on the page to avoid overlap with the drop-down menu region–if the region were larger, it would still conflict with moderate padding.

    Can you fix this?

    Just in case there was an issue between the Boxed vs Stretched layout, I switched to the stretched layout (but it turns out the same issues existed in Boxed and Stretched).

    Also: Before I found this through inspecting the menu, I’d considered these options below. I’m including them in case it’s helpful:

    I also tried setting the page’s sidebar settings to use “Sidebar Pages” and moved the navigation widget to the default Sidebar Pages widget area. Same result, so it doesn’t appear to be an issue with the custom widget area.

    I added Enfold Child Latest Portfolio links to the Sidebar Pages widget area and those links work (even when “hide both” is selected). ((But this is because they appear lower on the page and don’t conflict with the Z-index of the drop-down menus, even when those drop-down menus aren’t active.))

    I have since removed these test options and put the navigation menu widget back in the custom widget area and changed the settings back to display these in my custom posts.

    • This reply was modified 5 months ago by milkrow. Reason: Note regarding changes made once tests were completed
    • This reply was modified 5 months ago by milkrow. Reason: added screenshot link
    #1490290

    Hi,
    Glad that Ismael could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.

    Best regards,
    Mike

    #1490260
    pfk-kbh
    Participant

    I am using the knowledge base plugin from Echo plugins with my Enfold theme. On my article pages I have the issue that the Table of Contents in the right sidebar is not sticky, although it’s supposed to be.

    In the knowledge base documentation the following is mentioned about this: “This issue is caused by your active WordPress theme. The theme has applied an overflow property somewhere on the page, which stops the TOC from scrolling.”

    According to the same documentation the solution is to add the following css:
    /*
    The .container class needs to be change to the container class of your active themes classes. It could be even the HTML Tag or BODY Tag.
    */
    .container {
    overflow: initial !important;
    }

    Can someone tell me if this will work and if it does where to paste this code?

    #1490256

    Hi Ismael,

    I’ve reinserted the script you provided, placing it directly beneath the original script in the Enfold child theme functions file (copied/pasted to https://snipboard.io/240r8s.jpg). Please let me know if you see anything helpful there. Thanks.

    Last week I deactivated the Molongui Authorship and it made no difference with the sort order. If there is a conflict, I don’t see it there.

    Hi,

    Great, I’m glad that you found a solution and thanks for sharing it. We’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1490238

    Hey carmen,

    Thank you for the inquiry.

    The site is not using the Enfold theme when we checked. Did you disable it? If you need to update the theme and it’s not available in the dashboard or theme options, try to download the latest version from your ThemeForest account and upload it to your server via FTP. Please check this documentation for more info.

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

    Best regards,
    Ismael

    #1490231

    In reply to: Caching hook

    Hi,

    Thank you for the update.

    What do you mean by “notification”? Would you mind providing an example or reference? If you’re looking for a list of hooks, you can try the following.

    // reset post meta and delete all css files
    add_action( 'ava_after_theme_update', array( $this, 'handler_ava_reset_css_files' ), 100, 1 );
    add_action( 'ava_after_import_demo_settings', array( $this, 'handler_ava_reset_css_files'), 100, 1 );
    add_action( 'avia_ajax_after_save_options_page', array( $this, 'handler_ava_reset_css_files'), 100, 1 );

    These are from enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php file. Feel free to update us if you need more info.

    Best regards,
    Ismael

Viewing 30 results - 1,111 through 1,140 (of 244,373 total)