Forum Replies Created
-
AuthorPosts
-
Thank you Rikard,
sorry for bothering you, was my faultSee for example the link below
Ok thank you
Hello Ismael,
I have used WPS Cleaner plugin that did an excellent job and now my wp_postmeta table has “only” 36,576 records
and the query
SELECT * FROMwp_postmeta
WHEREmeta_key
LIKE ‘%avia%’
returns 4371 records
But still it is a lot because we have maximum ten pages built with ALB
Furthermore, the query
SELECT * FROMwp_postmeta
WHEREmeta_key
LIKE ‘%avia%’ ANDmeta_value
=”;
returns 2449 records. Can they be deleted?
Access is in private content
Thank you
MauroThank you Mike,
I am already using Widget Options plugin and, together with another very handy plugin, Display Posts, I managed to have custom sidebars for each category (with images) and random widgets[display-posts post_type=”page” category=”la-catena-doro” posts_per_page=”4″ image_size=”widget” orderby=”rand” wrapper=”div” wrapper_class=”display-posts-listing image-left”]
Thank you
MauroThank you Ismael,
the code is working correctly in the simple test page,
but what about pages like the other real ones (Please see links in Private Content) where there are more than one Magazine elements in the page?
Mauro- This reply was modified 3 years, 2 months ago by profumopuntoit.
Please see private content
Thank you
MauroThank you
but the original code in thread https://kriesi.at/support/topic/sticky-posts-in-magazine-element/ seems that it is not working any more. Please see screenshot.
I tried it also in a blank functions.php with only this code
Also, what if in one page there are more than one magazine? Please see our page in private content
Thank you
MauroThank you Ismael,
like this the color is more or less similar to the header background, but there is still a shift of the header of 15/20px that disappear as soon as you scroll a little more. I would like to avoid that.
Background image height is 189px and I have set the same height in Enfold header setting
In this way, also the background of the megamenu has become green.
Please see video and screenshot
Thank you
mauro- This reply was modified 3 years, 2 months ago by profumopuntoit.
Thank you Ismael,
that is ok with this snippetfunction jmb_avia_sticky_header()
{
wp_dequeue_script(‘avia-sticky-header’);
wp_deregister_script(‘avia-sticky-header’);wp_register_script(‘avia-sticky-header’, ‘/wp-content/themes/enfold-child/js/avia-snippet-sticky-header.js’);
}
add_action(‘wp_enqueue_scripts’, ‘jmb_avia_sticky_header’);but there is still an issue with the logo that has a strange behaviour
Please see the video in private content
Thank you
MauroAugust 26, 2021 at 7:05 pm in reply to: Header with full width background image in tag archive page #1318502Thank you Mike,
as it is not possible via Enfold interface, I did it with a bit of HTML and CSS
It is not portable code, easy to reuse, but it works.
I hope that Enfold will add this functionality in a future release<div class=”jmb-full-width-image”></div>
<p class=”jmb-full-width-image-paragraph1″>Our Gourmand</p>
<p class=”jmb-full-width-image-paragraph2″>Perfumes</p>.jmb-full-width-image-paragraph1 {
margin-top: -165px;
margin-bottom: 204px;
color: #f2f9bd;
padding-left: 10px;
font-size: calc(19px + 2vw);
}
.jmb-full-width-image-paragraph2 {
margin-top: -145px;
margin-bottom: 81px;
color: #f2f9bd;
padding-left: 10px;
font-size: calc(19px + 2vw);
}
.jmb-full-width-image {
background: url(/wp-content/uploads/gourmand-perfumes1.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100vw;
height: 400px;
margin-top: -36px;
margin-left: -50px;
padding: 0;
outline: none;
}The interesting point is
width: 100vw;
that set the width of the image at 100% of the viewportAt the moment it works correctly in the staging site where I had to modify the width in Enfold settings => General Layout => Maximum Container width from 1310px to 100%, in the production site I did not do this modification yet, because I am afraid that it could break something.
Setting Maximum Container width to 100% can have some weird effect? From the staging site it does not seem so
Thank you
MauroYes this is something good. I have to say that positioning the link relative to one object in another tab is one of the least intuitive feature of Enfold
Thank you
MauroThank you Ismael,
so if I copy enfold/js/avia-snippet-sticky-header.js to enfold/-child/javia-snippet-sticky-header.js and modify this file it should work?
Or this is valid only in case of php files?
MauroThank you very much Guenni007,
it is very neat looking now
The two website do not have exactly the same css, but more or less I have synchronized them nowSolved, you can close
I found, you can add the link from the advanced tab => Link Settings => Heading Link
I would suggest moving it to the Content tab just below “Display Element Heading?”
Thank you
MauroThank you Ismael,
I have opted for
@media only screen and (max-width: 989px) {
.flex_column.av_one_fourth.el_after_av_one_fourth.el_before_av_one_fourth {
min-width: -webkit-fill-available;
}
}like this footer “columns” are displayed one below the other, like in mobile, and I am quite happy with the result
Mauro
Great thank you
There is still an unwanted shift to the right in the third and fourth column due to
div .av_one_fourth {
margin-left: 6%;
width: 20.5%;
}
If I set margin-left: to zero all the last three columns squeeze to the left
Please look at the screenshotThank you
MauroOk thank you anyway Mike
Thank you Mike,
it works
The only thing is that when I open funtions.php in Dreamweaver (CS6) it says that there is an error at the line
return new Promise(resolve => {
Please see https://www.loom.com/i/632444c3a9ab4df19904170915171a58
I have other closing php tag followed by a <script> but they do not raise errors
There is anything that I can do?
Thank you anyway
MauroThank you
Mauro- This reply was modified 3 years, 6 months ago by profumopuntoit.
April 12, 2021 at 5:06 pm in reply to: Product categories and product tags are set to noindex #1293971ok thank oyu
This competitor for example adds the schema for all the products shown in the page
Sorry Yigit,
the problem is on the production website, not the staging one
Please see https://imgur.com/a/NdMyl8o
In both websites is installed Enfold Version: 4.8.1, but in the production website we have WordPress 5.6.2 while in staging we have 5.7
If it is possible we would like not to update WordPress
In private content his reference and access
Thank you
MauroHello,
I have disabled it, cleared all caches (enfold, server, wp-rocket, browser), but it does not help.Mauro
Thank you Victoria,
it is working, but it is a css that shrinks the existing image. This way is inefficient because you have to download a large image to present it smaller and this penalizes you in Google PageSpeedI was hoping to see a PHP snippet that give an image size for browser windows over a certain size and another size below that.
Is it possible?Thank you
MauroDear Mike,
perfect, thank you very much
MauroHello,
I have added the snippet of code in functions.php, but I don’t see any change, neither in desktop nor in mobile viewPlease see a reference page in private content
MauroMarch 8, 2021 at 4:14 pm in reply to: Fullwidth Easy Slider in Version 4.7.6.4 is not anymore full width #1286478Dear Yigit,
perfect, thank you very much
MauroThis reply has been marked as private. -
AuthorPosts