Hi,
The theme works for WP 6.5, when I check the frontend the demo loads:

when I try to login the block message also says: “Servizi Internet” is that your webhost?
Perhaps they are using mod_security in the server, try asking them. If they are blocking us from loging in they might also be cause a 403 (Forbidden) error in the backend on /wp-admin/admin-ajax.php and causing the “saving didn’t work” message.
Try asking your webhost if they see any errors in the error log for the server, perhaps they can help solve.
Best regards,
Mike
Hey klick.design,
Try using this shortcode: [av_postcontent link='page,9999'] in the tab:

it will get a page for the ID that you enter:

and show it in the tab:

But you can not use any full width elements like color sections, grid rows, etc.
Best regards,
Mike
Hi,
Glad Rikard 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
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
Hey Petra,
Thanks for the link to your page, I see that you are using some grid rows and the cells have a Cell Padding of 150px like this:

Try using the icon for mobile devices and change the Cell Padding to zero, like this:

For each icon is a different setting for different device sizes, you may want to use zero for the three smallest sizes or at least much less than what you use for desktop.
See if this helps, and if you want to include a admin login in the Private Content area so we can help more, just use any fake email address and post the user & pass in the Private Content area below.
Best regards,
Mike
Hey danieleflacco,
The message “saving didn’t work” can be giving for many different actions, please explain what you were tring to do when you saw the message.
I tried to login but I was given a this message:
Potentially malicious access detected. Access to the page has been blocked due to possible malicious activity
please disable any security plugins or server settings that might be blocking our access.
I think that you are tring to import the parallax demo, if so please ensure that the “frontpage” is set as the Frontpage Settings and the blog page is not set, like this:

Best regards,
Mike
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,
Thank you for your patience, right now your site is using a full width header and footer, to limit the width of the header you will need to use the “Boxed” layout
so go to Enfold Theme Options ▸ General Layout ▸ Stretched Or Boxed Layout

and then set the width at Enfold Theme Options ▸ General Layout ▸ Dimensions ▸ Maximum Container width

To use a different logo on mobile try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:
add_filter('avf_logo','av_change_logo');
function av_change_logo($logo)
{
if(wp_is_mobile() ) {
$logo = "http://kriesi.at/wp-content/themes/kriesi/images/logo.png";
}
return $logo;
}
then change the image url to the image you want to use.
Best regards,
Mike
Hi,
In the element under security:

Best regards,
Mike
Hey woogie07,
It is the padding for the portfolio grid, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top .avia-fullwidth-portfolio .sort_width_container {
padding: 0;
}
Best regards,
Mike
Hey kerrya4446,
The contact form was not set to use the capcha, I set it for you:

Best regards,
Mike
Hi,
It looks like you are using the pricing table on your site, try using the tabular data instead.

Best regards,
Mike
Hi,
I put it in your child theme functions.php, going forward make your changes in the child theme settings, if you want to add another page add the page ID here with a comma:

“101” is your blog page, the other number is just an example.
Best regards,
Mike
I’ve got the API key both V2 and V3 from Google, and i use Enfold to verify them. however I cannot get the V2 capcha to display at all on the contact form.
All I get is the solve the equation section. I’ have to get this running asap as hijackers are relaying tons of email thru this form for the last two days
Help please
High Mike
thanks. please explain: where did you put the php code in? in the quick CSS field? and do I have to work from now on on the child theme settings and not on classic enfold?
I just do not know how this works with that child theme.
It seams to work for my blog page but I will have to do the same for another WP page / envato purchase.
regards
Dominic
Hello Mike,
the result of your link https://enfold.savvyify.com/club-table/ was exellent, so I followed your instructions and inserted the CSS in General Styling quick CSS nad I added the club-table CSS class in the right place.
Unfortunately, as you can see here https://www.alfieridellatuscia.it/, the result was not the same … I also tried to make some instruction is important but this was also not successful. Seems to me that some CSS directives are not taken into consideration because they are overlaid by some other directive. What can I do now?
Thanks in advance
Andrea
Hey cuccarini,
Thank you for the link to your site and your screenshot, you are using the pricing table on your site, try using the tabular data instead.
I created a test page with the tabular data and I made the table background color transparent so the color section Background Gradient would show instead of filling the empty cells with a red background color. This is how I filled the table:

I then added the custom class club-table

Then I used this css:
.main_color table.club-table {
border-collapse: separate;
border-spacing: 10px;
background: transparent;
font-size: 18px;
font-weight: bold;
color: #fff;
}
.main_color table.club-table td,
.main_color table.club-table th {
border: 2px solid #fff;
padding: 5px;
background: transparent;
font-size: 18px;
font-weight: bold;
color: #fff;
height: 120px;
vertical-align: middle;
text-align: center;
}
.main_color table.club-table tr {
border: 2px solid #fff;
background: transparent;
}
tr:first-child th, tr:first-child td,
tr th:first-child, tr td:first-child {
border: 2px solid #fff;
}
table.club-table > tbody > tr:nth-child(2) > td:nth-child(1),
table.club-table > tbody > tr:nth-child(3) > td:nth-child(1) {
background-color: #1e90ff;
}
table.club-table > tbody > tr:nth-child(3) > td:nth-child(2) {
background-color: #808080;
}
table.club-table > tbody > tr:nth-child(2) > td:nth-child(3) {
background-color: #808080;
}
table.club-table > tbody > tr:nth-child(3) > td:nth-child(3) {
background-color: #ee711f;
}
table.club-table > tbody > tr:nth-child(3) > td:nth-child(5) {
background-color: #29a715;
}
This is the result:

Please give this a try.
Best regards,
Mike
Hi,
Perhaps a plugin like Html5 Audio Player would be a good choice because it uses a shortcode that allows you to add the audio file URL, so it could be from an external source or a directory on your site that you upload to via FTP and bypass the WordPress media library completely:

Best regards,
Mike
Hi,
Thank you for your patience, this seems strange and I have not seen any issues like this. Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:
function custom_avf_post_css_create_file( $create )
{
return false;
}
add_filter( 'avf_post_css_create_file', 'custom_avf_post_css_create_file', 10, 1 );
Then enable Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files and change your Performance setting to Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression ▸ Use minified theme files without merging
and clear any cache plugin and see if it happens again in the future, if it does don’t fix with the steps above but include a admin login in the Private Content area so we can examine.
We will leave this open to see it is happens again.
Best regards,
Mike
Hey marco593,
Thank you for your patience, the following javascript will add the chart title to the center of the Doughnut Chart,

If you are not using a child theme you could use the WP Code plugin then add a new snippet, in the top right corner use the PHP snippet as the code type:

then add this code and save.
function doughnut_chart_with_title_in_center() { ?>
<script>
document.addEventListener('DOMContentLoaded', function() {
function waitForChartJs() {
if (typeof Chart === 'undefined') {
setTimeout(waitForChartJs, 50);
} else {
registerCenterTitlePlugin();
}
}
function registerCenterTitlePlugin() {
Chart.register({
id: 'centerTitle',
beforeInit: function(chart) {
// Dynamically hide the title and legend
const options = chart.options;
if (options.plugins) {
if (!options.plugins.title) {
options.plugins.title = {};
}
options.plugins.title.display = false; // Hide title
if (!options.plugins.legend) {
options.plugins.legend = {};
}
options.plugins.legend.display = false; // Hide legend
}
},
afterDraw: function(chart) {
if (chart.config.type === 'doughnut') {
const ctx = chart.ctx;
const width = chart.width;
const height = chart.height;
const fontSize = (height / 114).toFixed(2);
ctx.font = fontSize + "em sans-serif";
ctx.textBaseline = "middle";
ctx.textAlign = "center";
// Use existing title if set, otherwise use a default text
const text = chart.options.plugins.title.text || 'Your Title Here';
const textX = width / 2;
const textY = height / 2;
ctx.fillText(text, textX, textY);
}
}
});
}
waitForChartJs();
});
</script>
<?php
}
add_action( 'wp_footer', 'doughnut_chart_with_title_in_center', 99 );
This is the result:

Best regards,
Mike
Hi
I want to make a grid row and keep it slim so it works like a coloured border. Like it is used here for example, in four colours: https://kriesi.at/themes/enfold-health-coach/
But it stays the same size regardless of my settings. Height is set to “minimum custom height in pixel” and “15” , no borders, no folding. There is no contents forcing it bigger (only colour). Am I missing something?
Kind regards, Hannah
Hello,
I need help with my theme update.
I followed a suggestion that worked for another website that we managed, but it’s not working for another one.
I installed the Envato plugin and generated the token. All connection tests worked fine.
But the theme version still shows a crazy Version number: 99.99.99
https://snipboard.io/4dCjEh.jpg
What should I do?
I really need to update the theme template …
Thanks, Leo
Hey Stefan,
I believe that you are referring to this button:

It seems to look correct to me, the orange arrow expands the button options and they also show in the center of the mobile screen.
Perhaps a screenshot of what you see would help.
Best regards,
Mike
I am up to date on enfold using (5.6.12)
Display excerpt is checked. And the title and caption are displaying, however the button is overlapping the text and title instead of displaying beneath it.
The button is added with html just like you show above, and it appears however in the wrong place.
Just updated my portfolio using Enfold: https://cacei.ro
Hi,
Thanks for the update, so the problem with disappearing content is now solved then?
Please open a new thread and include WordPress admin login details in private, so that we can have a closer look at the site which cannot be updated.
Best regards,
Rikard
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
Hallo
ich möchte die Länge der Blog Einträge gemäss Instruktion
enfold library
einrichten. Ich verstehe aber nicht wie ich das machen soll. Ich habe das enfold theme eingerichtet und die webseite eingerichtet und das childtheme aktiviert. Childtheme ist aber unbearbeitet.
Frage: wie / wo kann ich den obigen Code php einsetzen? per FTP? Ich habe ihn im CSS eingesetzt aber das hat nicht funktioniert (example page 124 habe ich ersetzt durch 101). Die Seite auf der der Blog gezeigt werden soll ohne “weiterlesen” hat die ID 101 / Seite Meinung
Beste Grüsse,
Dominic Büttner