Viewing 30 results - 571 through 600 (of 243,824 total)
  • Author
    Search Results
  • #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 2 months, 3 weeks 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 2 months, 3 weeks ago by milkrow. Reason: Note regarding changes made once tests were completed
    • This reply was modified 2 months, 3 weeks 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

    #1490222
    carmen
    Guest

    please help me with compuscan.us, it didn’t update the theme

    #1490219

    Hey Sarah,

    Could you try updating the theme to the latest version (7.1.3) to see if that helps please? https://kriesi.at/documentation/enfold/theme-update/. If not, then please post admin WordPress login details in private, along with a detailed description of how to reproduce the problems that you are seeing on your end.

    Best regards,
    Rikard

    #1490209
    rtwcs_web
    Participant

    Over the last few days when attempting to edit pages using Advanced Layout Builder page edit, it just throws up a blank page with a button for the Default Editor that just provides a small non-resizable box showing the HTML source.

    After consulting the hosting provider DreamHost they revealed a console message:

    “wp.editPost.PluginBlockSettingsMenuItem is deprecated since version 6.6.
    Please use wp.editor.PluginBlockSettingsMenuItem instead.”

    The suggestion was that there is some incompatibility between our version of Enfold 7.1.3 and WordPress 6.8.3

    #1490202
    sarahheisinger
    Participant

    Hallo Enfold-Team,

    seit zwei Tagen reagiert Enfold nicht mehr korrekt. Ich verliere so langsam meine Geduld und bin wirklich ratlos…

    Beispiel 1: Ich gebe einer Zelle einer Rasterzeile einen neuen Innenabstand. Resultat: Der Innenabstand verschwindet komplett und auch die Hintergrundfarbe wird nicht mehr ausgegeben.

    Beispiel 2: Ich gebe einer Farbsektion einen neuen Innenabstand. Resultat: Der Innenabstand verschwindet komplett und auch die Hintergrundfarbe wird nicht mehr ausgegeben.

    Die Webseite war, bis auf kleine Korrekturen im mobile Design, komplett fertig. Nun traue ich mich nicht mehr Änderungen vorzunehmen, da ich die Webseite dadurch zerschieße.

    Woher kommen diese plötzlichen Fehler?

    Die Seite ist ein ehrenamtliches Projekt für die Grundschule meiner Kids und müsste bald fertig werden. Bitte helft mir.

    Danke und Grüße
    Sarah

    Übersetzung:
    Hello Enfold Team,

    Enfold hasn’t been responding correctly for two days. I’m slowly losing patience and am truly at a loss…

    Example 1: I’m giving a new padding to a cell in a grid row. Result: The padding disappears completely, and the background color is no longer displayed.

    Example 2: I’m giving a new padding to a color section. Result: The padding disappears completely, and the background color is no longer displayed.

    The website was completely finished, except for minor tweaks to the mobile design. Now I don’t dare make any more changes because I’ll ruin the website.

    Where are these sudden errors coming from?

    The site is a volunteer project for my kids’ elementary school and should be finished soon. Please help me.

    Thanks and best regards,
    Sarah

    #1490191

    Hey Lion,

    Thanks for sharing!

    I’ve turned your customization into a plugin and uploaded it to the Enfold Library at https://github.com/KriesiMedia/enfold-library/tree/master/codesnippets%2C%20tricks%2C%20plugins/Enfold/integration%20plugins/3rd%20party%20plugins/Enfold%20Complete%20Image%20Protection.

    Best regards,
    Yigit

    P.S.: Please feel free to delete the file from your server.

    9zeroagentur
    Participant

    Hallo Enfold-Team,

    seit dem Update auf Enfold 7.1.2 funktioniert der visuelle Editor im Textblock (avia_textblock) nicht mehr korrekt.
    Der Reiter „Visuell“ bleibt komplett leer, nur im „Code“-Tab ist Inhalt sichtbar.

    Bereits geprüft:

    – Enfold und WordPress sind auf dem neuesten Stand
    – Alle Caches (Theme, Browser, Server) wurden geleert
    – CSS/JS-Merging in den Enfold Performance-Einstellungen wurde deaktiviert
    – Alle Plugins wurden testweise deaktiviert
    – Keine individuellen Code-Anpassungen im Child Theme, die TinyMCE betreffen

    Beobachtung:
    Der Editor-Bereich im Backend wird angezeigt, bleibt aber leer

    Frage:
    Gibt es derzeit bekannte Probleme mit Enfold 7.1.2 und dem visuellen Textblock-Editor?
    Falls ja, gibt es bereits einen Fix oder empfohlenen Workaround?

    Ich kann bei Bedarf temporäre Zugangsdaten per privater Nachricht zur Verfügung stellen.

    #1490180
    Lion
    Guest

    Hi Yeet, read private content please

    #1490169

    Hey rixi,

    Thank you for the inquiry.

    Are you referring to the tablet view of the contact form fields? Please add the following code in Enfold > General Styling > Quick CSS field.

    @media only screen and (max-width: 1024px) {
      /* Add your Mobile Styles here */
      .responsive .avia_ajax_form .form_element {
        width: 100%;
        clear: both;
        margin-right: 0;
        margin-left: 0;
        float: none;
      }
    }

    Another option is to make the columns stack to full width on tablet view.

    Screenshot-2025-10-14-at-1-10-35-PM

    Best regards,
    Ismael

    #1490166

    Hey birdfr0g,

    Thank you for the inquiry.

    You have to extract the enfold.zip file from the original Themeforest package first, before uploading it to your WordPress installation. Please check this documentation for reference: https://kriesi.at/documentation/enfold/install-enfold-theme/

    Let us know if you need more info.

    Best regards,
    Ismael

Viewing 30 results - 571 through 600 (of 243,824 total)