-
Search Results
-
Topic: Problem with anchor links
Hi,
I’m developing a webwsite with Enfold and revolution slider: https://setup360.eu/new-site/test.
I did very simple html anchor links on “contact us” (it “reveals” the footer) and “back to top” (it links to the #logo at top of the page).
They run on chrome and android but i have a lot of problems with other browsers.Opera: It doesn’t run the “back to top” button.
Edge:It doesn’t run the “back to top” button.
Firefox: It doesn’t run the “back to top” button.
Safari on mobile: it doen’t run both “contact us” and “back to top”How can I fix thsese problems?
Thanks in advance,Alessandro.
Hi, for my Enfold homepage I want to create rotating images with text and buttons above it. Like the Travel or Photography demo. Do I have to do that with advanced layer slider or is there any other way? I hope you can help, thank you. Jeroen.
What do you to to make enfold only show buttons based upon certain conditions being met?
ie A certain user role is logged in and therefore the button should show in the page layout
Is there a way to wrap conditional statements around elements in Avia?
Topic: widget in header
Dear enfold team,
suddenly the enfold settings menu (the one with advanced theme options, colors, etc.) is not shown anymore.
Also the button is grey, so I can’t save content from the only page which is shown (the start page selcting page where you can upload a logo).My configuration:
Just updated to WP 5.5 and using a multi language configuration with subfolders.
Enfold in version from December 2018Have you heard anything about this problem?
Thanks a lot, would be a great help,
best regards,
TobiasHi,
I have a conflict between Enfold and Thrive Leads.
Error appears when I click on the “CREATE FORM” button then click on the blue button on the right “Edit Design” : a new tab opens with animated green dots and it stays indefinitely, the design editor does not load. Here’s the problem !> I tried to desactivate all other plugins. Still doesn’t work.
> I changed to defaut twenty twenty theme, thrive leads works perfectly.Thrive Leads : Version 2.3.0.2
Enfold : 4.7.6.3
WP : version 5.5
Woocommerce : Version 4.4.1What can I do?
I’ve read that it could be link to lazy loading, but I don’t know what to do with this infoThanks for your help.
GHi,
we run WP 5.4.2 with Enfold 4.7.6.3 and the latest php Version 7.4. We did the update last week. The webside is still running, but there are serveral problems in the backend:
– Posts: It s not possible to update Poste, the button doesn’t work
– Dashboard, Customizer Site in WP: Both sides are not layouted in the typical WP backend appearance – CSS not loaded, just plain unstyled text
Do you have a idea how we can fix this problems? Which PHP Version do you recomment?
Best regards :)Topic: Header help please
Hi
I am working on this site
the client wants a burger menu on desktop as well as phone
I have used an Enfold menu for the Mobile version
I have used a plug-in to create the custom burger menu you see on the left of the headerI have used a secondary menu to create the BOOK NOW link at top right
but Ideally I would like the header to look like this
https://diamondbeachcabarita.com.au/wp/wp-content/uploads/2020/08/Screen-Shot-2020-08-24-at-2.05.01-pm2.pngie – create a button that links to the booking page
(if possible toggle the book now button off for mobile)
and
move the image up closer to the logo
I have tried using css { display: none; } for several things that I thought would move it up but so far I have had no luckI hope you can help me out
Hi, I tried to update my theme from 4.5.2 to latest, using the following steps:
1. Verified token info — all ok;
2. proceed to WP updates, and update theme —
3. and it showed some error: Enfold: Download failed. Forbidden.After that, I went back to Enfold Menu, and it shows no link buttons or menu items anymore…. So I can’t verify again my token info or any settings…
Ater reading this forum, tried to manually upload theme to overwrite, no luck again.
SOLUTION: —
1. Downloaded “WP only files”
2. Go to to Appereance — Themes – Upload
3. Upload new theme
4. WP will ask you want to overwrite (yes — but have a backup done before)
5. Done.Topic: Vertical Menu Alignement
Hi guys,
I have created a website using the enfold theme which supposed to look like http://www.sekta.co.za. My site is on http://www.primenet.co.za and I have the following issue:
My vertical menu social icons are note matching the sekta.co.za positioning. I want my social media icons to be at the bottom of the menu(screen) and to stay like this when site is seen on different screen resolutions. At the moment on larger monitors the social icons move up and they don’t stay at the bottom. I have used the following CSS in order to get the current possitioning:
.html_header_sidebar #top #header {
width: 84px;
height: 100%;
}
.html_header_left #main {
margin-left: 84px;
height: 100%;
}
li#menu-item-11{
padding: 126px 3px 141px 3px;
}I have created the social icons like buttons in the menu. Let me know what CSS I can use and how to get the desired look. Its also possible to use standard social media options in Enfold but If i can have the icons on new row under each other.
Hi there,
We’re trying to get some events set up in Google Analytics to track clicks. The code involves adding the following onclick= within the <a href string:
The clicks we would like to track are buttons within the main nav and also buttons on the homepage and elsewhere within the site. How can we add this onclick= code when we’re using Enfold buttons and main nav links?
Hi everyone,
I have a custom function for the next and previous buttons that allows me to browse only with the same category on a specific page. This function is added to pages with a code block.
I would like to be able to use this function only for the portfolio, but it is not working.
I know that this is not related to Enfold, but if there is anyone who can help me, I will appreciate it.// Função prev-next dos portfolios
add_shortcode( ‘prev’, ‘prev_shortcode’ );
add_shortcode( ‘next’, ‘next_shortcode’ );
function prev_shortcode() {
global $post;
$result = get_previous_post_link( ‘<div class=”nav-previous”>%link</div>’, __(‘<span class=”av-icon-char” style=”” aria-hidden=”true” data-av_icon=”” data-av_iconfont=”entypo-fontello” data-avia-icon-tooltip=”Anterior”></span>’, ‘prev-next’ ), true );
return $result;
}
function next_shortcode() {
global $post;
$result = get_next_post_link( ‘<div class=”nav-next”>%link</div>’, __(‘<span class=”av-icon-char” style=”” aria-hidden=”true” data-av_icon=”” data-av_iconfont=”entypo-fontello” data-avia-icon-tooltip=”Seguinte”></span>’, ‘prev-next’ ), true );
return $result;
}Best regards
Hello there,
I am writing because since I manually updated from Enfold 4.3 to 4.7 I cannot enter spaces into text fields such as headings, and icon titles. For instance, when I enter “Hello this is my heading”, it shows something like “Hellowthisismyheading”. Also, the Enter button used to work when modifying something in the Advanced Editor and it just doesn’t anymore.
This only happens with users whose role is set to Administrator. But it does not with editors.
Thank you very much in advance for your kind attention.
Best,
I have created a new page in an established site but the Advanced Layout Editor button is not working on this page. Existing pages that have been created withe the editor still work, but if I switch to default editor it is not possible to go back to the advanced editor.
I have updated WordPress and Enfold. I have tried deactivating all plug-ins but this makes no difference.Dear support team,
I need to create a product bundle that allows the user to select exactly x meals out of y meal options. For that, I have decided to use the plugins:
- Woocommerce
- Woocommerce Product Bundles
- Product Bundles – Min/Max Items for WooCommerce
The plugins have worked as advertised until I activate the Enfold theme. This hints at a theme conflict. From the following thread, I was able to
narrow down the problem to the following line of code inside the enfold\config-woocommerce\woocommerce-mod.js file:
avia_apply_quant_btn();I commented out that line and was able to restore the functionality of the plugins. However, the custom +/- buttons disappeared and the woocommerce default ones have not reappeared. A member of your support team has mentioned that they could not recreate the problem on your own installations:
https://kriesi.at/support/topic/enfold-woocommerce-bundle-plugin/Please let me know what you need from me to access and inspect the issue on my site.
Thank you in advance!
Dear all,
As i wrote in the title, the text and some images are not anymore visible:
Just have a look http://www.fratisog.it and you Will not see the text, link or button.
Only background images are visibile



