-
Search Results
-
When i am trying to change the images in blocks within the editor and click on the “insert image” or any other image button it will not load the media library. I have tested on other sites and it is working properly. I have also disabled all plugins and it is still not working.
<a href="#" class="button aviabuilder-image-upload avia-builder-image-insert " data-target="aviaTBsrc" data-title="Insert Image" data-type="image" data-button="Insert" data-class="media-frame avia-media-img-only " data-frame="select" data-state="avia_insert_single" data-fetch="url" data-save_to="hidden" title="Insert Image">Insert Image</a>I also tried defaulting back to the main enfold theme versus the child and that didnt work.
Any help would be greatly appreciated.
How would someone get a subnavbar inserted on pages within a site with WooCommerce?
So, the site navigation is better handled by the sub navbar element than the primary navigation element. So, knowing that messing with Woo and Enfold should be minimal, I tried to insert just a shortcode for a subnavbar.
[av_submenu which_menu='' menu='23' position='center' sticky='aviaTBsticky' color='footer_color' mobile='disabled' mobile_switch='av-switch-768' alb_description='' id='subnav' custom_class='subnav' template_class='' av_uid='av-ndlzm' sc_version='1.0'] [av_submenu_item title='Menu Item 1' button_style='' link='' linktarget='' av_uid='av-gg26y' sc_version='1.0'] [av_submenu_item title='Menu Item 2' button_style='' link='' linktarget='' av_uid='av-ba2z6' sc_version='1.0'] [/av_submenu]
But, as II half expected, it would not render that out to a navbar. Is there an easy way to allow for elements like these on Woo pages?
Hi,
Sorry to contact you in this way, but I am not allowed to contact you on the forum because my activation code is not valid anymore.My comment is about my client’s website.
Since updating to WordPress 5.9 and Enfold version 4.8.9
the button Toon Meer (Load More) on the Homepage with pictures does not work anymore.. it does not load more pictures. Worked perfect before.Is there a solution for this.
Best Regards
ReinaHello:
I’ve been using Enfold for years and really like it and your service. Thank you –
I’m working on a new client website. Every time I try to add Sub Menu, or a Button, and I click update – much of the other content below disappears. I cleared the cache, performed dynamic cache, have no plugins other than Classic Editor (as normal). I’m constantly having to go back to a previous version, but then the new content is gone. I’ve attempted everything I can think of. I’ve had this happen one other time a couple of years ago.
Any assistance would be appreciated. Login details below. Try deleting the sub menu on the Home page and adding a button under Tier One and see what happens.
Thank you,
Debra
Tacksharpusa.com
– none of the gallery “load more” buttons are working properly.
We have tried deactivating plug ins to no avail.
Can you help please?
Diana
(Email address hidden if logged out)Hi, so im running enfold and have run into a couple of issues on my website.
First when I try to save a page with the “social buttons” element the page will not save.
Second the search is a little messed up. When i use the search it will drop down the ajax search but when i view all results it throws an error.Can you help me take a look at these issues on my website?
I keep getting these errors within my logs
[25-Jan-2022 18:02:59 UTC] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 16384 bytes) in /home/devcganet/public_html/wp-includes/formatting.php on line 486
Here are my PHP settings
display_errors = Off
max_execution_time = 90
max_input_time = 90
max_input_vars = 4000
memory_limit = 512M
post_max_size = 256M
session.gc_maxlifetime = 1440
session.save_path = “/var/cpanel/php/sessions/ea-php74”
upload_max_filesize = 60M
zlib.output_compression = OffThanks
-DanTopic: Several problems with Enfold
Hi there,
having used WP Staging plugin I changed my theme to Enfold (www.tt-bewerbungsservice.de) and published the changes. I really like the theme – great work, however I am simply not able to resolve some issues:
1. “Erweitertes Styling” does not work. Although it says there were no problems saving the changes, these don’t become visibile on the frontend. The same applies to the footer color. It simply won’t switch to the settings chose. Other desired changes would be i.e. having bold text not change the color and link anchor texts being underlined (and maybe bold). It seems as if all changes made on the backend aren’t accepted, without receiving an error message.
2. I would like to omit the datum of pages and posts in the search results.
3. The titles in the blog preview break through the right boundary and interfer with the next title.
4. Similar to No. 3 on the mobile page the special title “Der TT Bewerbungsservice im Überblick” also breaks through the right screen boundary apparently because the font size ist to large, regardless of the responsiveness.
5. The alignment of the links in the footer on the mobile version is not correct. Both rows are not aligned: “FAQ” would have to be aligned with “Datenschutzerklärung” and “Kontakt” with “AGB”.
6. How can I change the style of Block Quotes? I would like to omit the coloured bar and have a text in a different font style ans size, encompassed by quotation marks.
7. The price table on https://www.tt-bewerbungsservice.de/preisliste-bewerbungsservice.html also has alignment issues. The table boxes are not aligned on the vertical axis. Preisstufe 1, Preisstufe 3 and Preisstufe 4 would have to have the same hight for all boxes, while Preisstufe 2 is highlighted.
8. There is an issue that Buttons and picture texts almost collide. Under title “Wie nutze ich die Elternzeit für eine zukünftige Bewerbung am effektivsten?” on https://www.tt-bewerbungsservice.de/bewerbung/hinweise-bewerbung/bewerbungssituation/bewerbung-nach-elternzeit.html the button is far too close to the text beneath the picture. The button would have to be placed a little more downward.
9. Is it possible to increase the distance between icon and text on Buttons a little?
10. Is it possible to have the same distance above and below a divider element?
11. Using a 1/2 1/2 divider for content it seems as if the centre is not aligned with the divider? Is the a possibility to enable this or ist the shift intended? Example: https://www.tt-bewerbungsservice.de/tabellarischer-lebenslauf/lebenslauf-vorlage-schueler-kostenlos.html. Cf. dividers and pictures.
I know this is a larger list, however I’ve tried to solve these issues for quite some time now and don’t know how I could resolve them.
Thank you for your help!
Best Regards,
TillTopic: A fix for your Enfold theme
I seem to be unable to post on your forums. I have a fix for this issue:
https://kriesi.at/support/topic/woocommerce-one-page-checkout-not-working-with-enfold-theme/The fix is as follows: in woocommerce-mod.js line 51:
//newNum = jQuery( jQuery( ‘<div />’ ).append( cloned ).html().replace( ‘number’,’text’ ) ).insertAfter( number );
newNum = cloned.insertAfter( number );
newNum.addClass(‘no-spin-num’);Then add somewhere in the css:
.no-spin-num::-webkit-inner-spin-button, .no-spin::-webkit-outer-spin-button {
-webkit-appearance: none !important;
margin: 0 !important;
}
.no-spin-num {
-moz-appearance:textfield !important;
}The issue was that while you cloned the quantity field, but by changing its type from number to text you stripped the events (this would only work if you manually copied the events over for the modified elements). So easier to just clone as you have and hide the spinners via css. A more thorough solution would be to keep the change to a text field and then copy over the events, but this was quicker and easier.
Et voila! Your theme now works with WooCommerce One Page Checkout!
I also suggest you allow users to post on your forums even if their support is out of date (for cases like this – sales will have no idea what to do with this – send it to the developers).
Thanks,
BrianTopic: Support für Enfold
Hallo,
Ich kann meinen Themeforest Purchase Code nicht mehr nutzen. Er funktioniert nicht : qwxsb16vcwjgi4v2isxq3txpcng0l21o
Ich habe Enfold in 2013 gekauft, jetzt lange nicht genutzt und benötige Support oder Update wg. folgender Fehlermeldung:
Failed to initialize plugin: avia_builder_buttonP.S. Am 27.03.2018, 12:16 habe ich zu dem purchase code bereits einmal eine Antwort von euch erhalten. Vielleicht hilft das.
Viele Grüße
Holger Preiß
auch: http://www.hpfotografie(at)nord-com.net
Hi,
I would like change the way the selection buttons are displayed (using multiple answers) using the contact form of Enfold.
Now it is displayed as a list and when the user wants to choose multiple options, they have to use the ctrl button. Is there a way to display them as checkboxes?
I tried using contact form 7 but the checkboxes are displayed next to each other which looks quite disorganised.
Thanks again!









