Forum Replies Created
-
AuthorPosts
-
Guys, I am leaving it here in case any other user in the future encounter the same issue.
I had to deactivate the BLOCK EDITOR and use the CLASSIC EDITOR.Now, with the CLASSIC EDITOR, I save a Portfolio, I launch the WPML Advanced Editor, I translate everything, I save it, and the portfolio page is correctly translated.
You can close the ticket, guys, unless you don’t want to ask me something to investigate why this is happening. I am so happy to have solved it.
Bye,
A.-Thanks Mike, it works very well! Thanks, you can close this one.Bye!
Thanks Mike, too bad you have to do it by hand… you can close the topic. Bye!
January 5, 2023 at 4:18 pm in reply to: Update Enfold from 5.2.1 to 5.3 doesn't work with WPML 4.5.14 #1377712@yigit, this fix is still necessary? Or the newest version of Enfold includes it already?
November 8, 2022 at 7:23 pm in reply to: "Saving didnt work! Please reload the page and try again" #1371803It happens with the user you’re using (that I’ve tried), and my user. As I told you, it is not related to the plugins: I made a mirror copy of the production environment to staging, and in staging I never had the issue.
But… Rikard, NOW it is not happening anymore on my side as well.
It is a mistery. I did not do anything: this morning I’ve tried and you see the result in the screeshot of my previous message. Tried again now, I don’t have the error anymore.
No idea what caused this. It was not working in Edge, in Chrome, in Firefox. No updates have been made in between. Just time passed by.
A real mistery.Thanks for your support, though, even if we did not find the reason of the issue…
You can close the ticket…November 8, 2022 at 12:38 pm in reply to: "Saving didnt work! Please reload the page and try again" #1371743Ciao Rikard. I was out for 3 days, I couldn’t check it earlier.
I’ve just connected to production, and I still cannot save it. I thought “maybe Rikard was able to save it because he connected using the user I’ve created for Kriesi”, and I tried again connecting with your user. See below the result:
Let me repeat the steps:
1) I connect here https://www.sentierigressoney.it/wp-admin/
2) I go to “Enfold Child” / “Theme Options”
3) the button “Save all changes” is enabled already (and this is strange: it is normally disabled, if there are no changes left. In staging it is disabled, indeed).
4) I click on it, I have the issue you see in the screenshot.It is not browser related: I’ve just tried with Edge, same result. I’ve just tried with Chrome, incognito mode: same result.
In STAGING environment it is working as expected (https://staging.sentierigressoney.it/wp-admin)
Thanks for your help!
Bye,
A.-October 26, 2022 at 4:14 pm in reply to: Special heading: subheading too tall when splitting on small screen #1370326Close it, thanks Rikard!
Bye,
A.-October 26, 2022 at 8:54 am in reply to: Special heading: subheading too tall when splitting on small screen #1370261Fine, thanks Rikard! I had to restrict it to small scree size only, because when the subheading splits on larger screen size, 25px is too little :)
@media only screen and (max-width: 767px) { .av-subheading p { line-height: 25px!important; } }Bye!
A.-October 25, 2022 at 4:56 pm in reply to: Special heading: subheading too tall when splitting on small screen #1370210Sure! Check this one out:
Simply resize the screen: you will see that the subheading “da Colle Garda a Colletto Taf via Monte Rena, Taille e Taf” will be split in 2 lines: until the moment when the font size is not decreased (screen width > 767 pixel), the space between the 2 lines remains acceptable.
When you reduce the screen size below 767, the font size decreases, and the space between the 2 lines is annoyingly large… it may be that the “line height” of that subheading remains the same IN PIXELS, while the font size is decreased. This is why you get that “distance” between the two lines. Just my 2 cents!October 25, 2022 at 2:44 pm in reply to: Special heading: subheading too tall when splitting on small screen #1370175Hi Rikard and thanks for your help: I am talking about the subheading in the Special Heading component.
The Advanced Styling allows me only to setup the <H1> tag, but I need to change the SUBHEADING part of the Special Heading component (which is into a <DIV class=”av_custom_color av-subheading av-subheading_below”>), and only when the screen size is at “mobile size”.In fact, with this CSS below, I can change the line height of the subheading for the upper part of my screenshot, taken when the scren size is “desktop size”. When the screen size reaches “mobile size” (the bottom part of my screenshot), the font size decreases AND it seems like my customization of the line-height is not working anymore, as you can see from the screenshot…
.av-subheading { line-height: 1em !important; }Thanks!
October 20, 2022 at 9:06 pm in reply to: Enfold update 5.2: Captions disappeared from Masonry #1369671It’s working now, thanks Yigit!
October 20, 2022 at 6:32 pm in reply to: Enfold update 5.2: Captions disappeared from Masonry #1369644Ciao Yigit.
How to update these two files? It’s enough to go in the Appearance/Theme File editor and click on UPDATE FILE on both (see the attached screenshot)?
I did it, and it did not fix the issue…Maybe you mean that I have to copy the two files from the parent folder and overwrite the child folder, working on the FTP?
-
This reply was modified 3 years ago by
mistermagoo8691.
October 17, 2022 at 7:52 am in reply to: 1) Menu bar overlapping header logo 2) how to vertically center logo, always #1369051Excellent as usual, Rikard! thanks so much. You can definitely close the ticket!
For everyone in the future wondering what he added to my CSS, here it is. I am not sure it is ok for everyone, but at least it is something you can experiment.
Bye!
A.-@media only screen and (max-width: 1300px) { nav.main_menu { display: block !important; } #avia-menu .menu-item { display: none; } .av-burger-menu-main.menu-item-avia-special { display: block; } } @media only screen and (min-width: 768px) and (max-width: 990px) { span.logo img { padding-top: 25px; } }October 14, 2022 at 2:46 pm in reply to: 1) Menu bar overlapping header logo 2) how to vertically center logo, always #1368872Hi Rikard. It is not working. Apparently nothing is changing.
In “Private” you can find the info on how to access my site.Please note that I have, on the top of my custom CSS, this adjustment to the logo image:
/* change width and top padding */ .logo img { padding-top: 8px; width: 170px !important; }It is reducing the width of the original image (which is 320 pixel wide), and it is ajustiing the padding-top in order to vertically center it when in “full screen mode”.
Thanks for your help!
August 26, 2022 at 8:31 pm in reply to: Horizontal Gallery on mobile phones: can I jump directly into the lightbox? #1362906IT IS WORKING!!!!
Thank you, thank you very much for having spent so much time trying to fix this one!
Isn’t the Horizontal Gallery working definitely better this way on mobile phones?? I still cannot understand how the “standard” behaviour is acceptable by other people! :) If I tap on an image on the horizontal gallery, it must open directly in the lightbox, period!
Well, who cares why other people like to have an intermediate tap? Today I am happy! :-)
Thanks, thanks so much.
Bye!
A.-August 23, 2022 at 5:55 pm in reply to: Horizontal Gallery on mobile phones: can I jump directly into the lightbox? #1362540Hi Ismael. Thanks again for your effort.
I purged the cache, the compression is constantly disbled, I am always doing my checks in incognito mode.I added this change on the CSS, and the only result is that now the “enlarge” icon disappeared. But I still need to tap on my images twice: once to select the image, and the second one to have it open in the lightbox.
You can try by yourself with an IOS phone with the “Galleria fotografica” you see here, just below the first section (https://www.sentierigressoney.it/sentieri/gressoney-saint-jean-sentiero-1b-colletto-taf/). I have other 50 pages with a similar Horizontal Gallery that are working the same way…
Thanks!
Bye,
A.-August 18, 2022 at 10:07 pm in reply to: Horizontal Gallery on mobile phones: can I jump directly into the lightbox? #1362133Thanks Ismael!
But on IOS (I cannot check on Android) it is still showing me the “<= =>” enlarge icon after the first tap, and then opening it in the lightbox only after the second tap.
You can check for example with this one:you’ll find an horizontal gallery just below the first descrption section.Thnks for yout efforts, Ismael!
But what I don’t understand is: this behaviour should be annoying for everyone, isn’t it? If I see a picture on the screen, I want to enlarge it by tapping on it once. Why should I tap on it TWICE, just to make a useless “enlarge icon” appear on firts tap? :)
THX
Bye!
A.-August 17, 2022 at 7:20 pm in reply to: Horizontal Gallery on mobile phones: can I jump directly into the lightbox? #1361995Hi folks. Any news on this one?
August 7, 2022 at 5:56 pm in reply to: Reducing font size for "normal" text on mobile using "Typography" settings #1361005Hi @Rikard. I already explained in my first message that I already did what you are asking to test.
1) I removed the whole CSS
2) I set the Default Content Font Size to a large value
3) Cleared the cache, opened the website: the default text is still unchanged.But I did it once again. In these screenshots you can see:
1) Set the default font size to 70px (all the 4 values, just to be sure it is not mistakenly skipping the first value): https://imgur.com/a/lZNGH0E
2) cleared the whole CSS area (you can see that it is also “saved” already: https://imgur.com/a/qJzNRMb
3) See the normal text when I access no matter what page (you can see that I am also in incognito mode): https://imgur.com/a/iSjGTmoTherefore, as I said in my previous messages, the Default Content Font Size seems NOT to be working.
I also wrote already that the H1, H2, H3… values in Typography are working fine. The only one that seems not working is the Default Content Size.Bye,
A.-August 7, 2022 at 11:49 am in reply to: Reducing font size for "normal" text on mobile using "Typography" settings #1360989Yes, Rikard: as I wrote in the P.S. of my message, I am now achieving the result I wanted by setting the size of the <P> font directly in the CSS.
I just wanted to do it with the “Default Content Size” in General Styling/Typography, because I’d like to avoid using CSS if not strictly necessary.
That one setting seems not to be working for me (while H1, H2, H3 settings are ok), and, as I wrote, I also tested it after deleting the whole CSS customization (in Staging, of course). Therefore, there should not be any “custom CSS” overriding that configuration.If you want to test it, feel free to temporarily comment out that part in the CSS…
You may also say “don’t bother us, please continue with the CSS configuration!” and I will accept if for sure :-)Thanks in any case!
Bye,
A.-Sorry @Rikard, I did not understand that you were referring to the page example link :-) Fixed it, thank for your patience…
August 7, 2022 at 12:54 am in reply to: Reducing font size for "normal" text on mobile using "Typography" settings #1360967Hi Rikard. Please try it again, the issue is now solved :)
Yep, it’s 5.1.1. In fact I’ve just deactivated the “full width mode”, and the bar stopped floating. Thanks Rikard! Issue closed.
As I said, it is useful to have the elements always available: you can drag the elmenet from the bar and drop it exactly where you want, instead of dragging it down the whole page (and if you have long pages, it’s quite annoying). But it is giving other side effects, like (as I mentioned) the fact that you cannot drag an element along the page anymore, because the page does not scroll automatically when you drag the item at the limit of the page. Then, sometimes the floating bar is hiding some parts of the page…. therefore: it’s a rather “good bug” :-)
Bye!
A.--
This reply was modified 3 years, 3 months ago by
mistermagoo8691.
August 5, 2022 at 11:25 am in reply to: Menu with "Button style (bordered)" with transparent header: #1360767Thanks Yigit, it seems like I was working on the website together with you :)
Issue solved, thanks so much!
You can close the ticket.
Bye!
A.-August 4, 2022 at 5:18 pm in reply to: Menu with "Button style (bordered)" with transparent header: #1360668Hi @Yigiyt.
Wow, I see, in fact I was also using // for comments… but CSS seemed to me to be working quite well! OK, I will stop using it.Second: no, I don’t see a simple border. I see a colored button!, that remains the same both in “transparent” and “opaque” mode!
I made sure to clean the cache, I connected in incognito mode, I connected from a PC where I never launched the website…. no changes, I always see the colored button.See below what I see (in the top part of the image): I’ve also added (in the bottom part) what I’d like to achieve :-)
Thanks for your help!
Bye,
A.-Thanks @Guenni007 for your help! Actually, I want to do it in an ACCORDION control. I wrote “text box” just to be simple, but I need to use it in an accordion.
I told myself: fine, it’s enough to change the main class, from .avia_textblock to togglecontainer, and it should work.
.`togglecontainer.img-side-by-side p {
display: flex;
}`It is not… where is my mistake?
EDIT: @Guenni007, I’ve tried to do it on a textbox, just to verify that it is working in my environment as well… and it was not working.
You know why? Because I had a caption on my images: if there is a caption, the two images are NOT moved side by side. If you remove the caption, it works. Tonight I am going to test again the solution on the Accordion, removing the captions…-
This reply was modified 3 years, 3 months ago by
mistermagoo8691.
August 4, 2022 at 2:23 pm in reply to: Menu with "Button style (bordered)" with transparent header: #1360630Hi @Yigit, thanks for your help!
What are the errors in my comments that you fixed?
Because I know that comments must be written between /* and */. Normally I am commenting out parts of the CSS “extending” the closure of the comment, therefore this is why you may have found some parts of the CSS that start with a /* before the comment, and then they have the */ only at the end of the style… it is on purpose, this way I have deactivated that part of the CSS.
Is this the type of error you are referring to?Said that: ok, now I can edit the “Menu Item Button With Border” style.
But:
1) in the “Menu Item Button With Border” I can only change font color and border color. I cannot change the background of the button (now it is using a green that is the same of my buttons), the background of the item (now it is BLACK, and it is different than the dark gray of my meny bar)….
2) how can I make it transparent when the homepage is first loaded (and the header is transparent)?My goal is quite simple from a styling standpoint: i just want to have a white border around one menu item (white color, like the existing menu text itself).
No color to fill the button: the background must change according to the background of the menu bar (which is transparent as soon as you open the page, and then changes to dark gray)Thanks again and bye!
A.-August 4, 2022 at 11:19 am in reply to: Menu with "Button style (bordered)" with transparent header: #1360598With pleasure. Here it is (in the private area).
Thanks Rikard in advance.
Bye!
A.-August 1, 2022 at 6:48 pm in reply to: Horizontal Gallery on mobile phones: can I jump directly into the lightbox? #1360164Hi @Ismael. I’ve added the script, but almost nothing changed.
Please note: I’ve added it to the existing snippet, therefore now I have both:
/* old snippet */ #top .av-horizontal-gallery-link { width: 100% !important; height: 100% !important; background: transparent !important; transform: none !important; } /* new snippet */ #top .av-horizontal-gallery-link:before { position: absolute; right: 10px; bottom: 0; }There is only one small change: the icon now appears in a different position, as you said.
But please note: my goal is different: I want to open the image in the lightbox as soon as I tap on it, immediately. The “expand” icon is useless.
Now it works like this: 1) I tap on an image in the horizontal gallery on my mobile => 2) the useless “expand” icon appears (useless, because the image size does not change at all) => 3) I need to tap again in order to open it in the lightbox. I want to go from (1) to (3) directly.
Please note: it work exacytly like this on PC!
@Mike wrote that it happens on IOS only, and he was looking for a device to test it…THX
Ciao,
A.--
This reply was modified 3 years, 3 months ago by
mistermagoo8691.
July 29, 2022 at 12:29 pm in reply to: Horizontal Gallery on mobile phones: can I jump directly into the lightbox? #1359834Hi @Mike, did you have any feedback from your colleagues? Thanks in advance!
-
This reply was modified 3 years ago by
-
AuthorPosts
