Forum Replies Created

Viewing 30 posts - 31 through 60 (of 97 total)
  • Author
    Posts
  • Hi 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!

    IT 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.-

    Hi 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.-

    Thanks 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.-

    Hi folks. Any news on this one?

    Hi @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/iSjGTmo

    Therefore, 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.-

    Yes, 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.-

    in reply to: Reduce padding and margin of an accordion element #1360988

    Sorry @Rikard, I did not understand that you were referring to the page example link :-) Fixed it, thank for your patience…

    Hi Rikard. Please try it again, the issue is now solved :)

    in reply to: Floating "Elements bar" in the editor #1360869

    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.-

    Thanks 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.-

    Hi @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 :-)

    https://imgur.com/a/ysEMT0y

    Thanks for your help!
    Bye,
    A.-

    in reply to: Two images side by side in a text box? #1360634

    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…

    Hi @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.-

    With pleasure. Here it is (in the private area).
    Thanks Rikard in advance.
    Bye!
    A.-

    Hi @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.-

    Hi @Mike, did you have any feedback from your colleagues? Thanks in advance!

    Hi Mike. See the attached video. I am using Chrome on an iPhone.

    https://www.youtube.com/shorts/U4-e40FQ_nY

    As you can see, the firts tap on the image shows the “enlarge” icon (it is not visible in full, you can see half of that), and then only the second tap opens it in the lightbox.

    As I explained above, I’ve added the CSS below after the suggestion on @nikko in the mentioned thread, because I wanted to open the lightbox on the first click on PC (and I thought it worked on mobiles on first tap too).
    Well, it works fine on the PC… but it does not work on mobile (apparently on IOS only, based on what you told me)!

    #top .av-horizontal-gallery-link {
        width: 100% !important;
        height: 100% !important;
        background: transparent !important;
        transform: none !important;
    }

    THX
    Ciao!
    A.-

    Yes, @Guenni007, you are right! I forgot that I added this to the CSS…

    #top .av-horizontal-gallery-link {
        width: 100% !important;
        height: 100% !important;
        background: transparent !important;
        transform: none !important;
    }

    …after reading this suggestion by @Nikko in the thread below:
    https://kriesi.at/support/topic/horizontal-gallery-need-the-lightbox-to-open-when-the-picture-is-clicked/

    In fact this is what I want to achieve: when the user clicks on the image in the horizontal gallery, this should open the Lightbox directly. Nothing in between!

    This is exactly what happens with the CSS above, if you’re browsing from a a PC. But on a mobile, you must still do the “double tap” (first tap on the image, the “enlarge icon” appears, and the you tap again anywhere and the lightbox opens).

    Is there any way to achieve what I’d like to achieve, both on PC and Mobile?

    THX
    Bye!
    A.-

    Wow, that’s a hard one, isn’t it? I just wanted to know if you cannot support me because you don’t understand the problem… in this case I can add several screeshots (or even a video, if this can help….)
    Thanks!

    in reply to: Enable Post Format #1358656

    Thanks Rikard, you can close it for sure. Bye!

    in reply to: Enable Post Format #1355613

    Found it! Thanks Rikard. You may update that document page, so that future users will not get confused like me…
    Thanks again & bye,
    A.-

    in reply to: Enable Post Format #1355584

    Hi Ismael. I still cannot find any “Screen options” button on the top right corner of my post pages.

    See the screenshot of my “top right corner” while editing a post: screenshot
    I’ve checked in the 3 dots menu, there’s no “Screen options” item…

    THX & bye!
    A.-

    Thanks Rikard, you can close it. The fix fixed it :)
    Bye,
    A.-

    Sorry for having openend a second ticket on this one, Mike. I thought I made a good search before deciding to enter it. It was not a good search :)
    THX & bye,
    A.-

    in reply to: Preview page not working #1351435

    Oh, I see, I did not know that.
    Ok, done: nothing changed, same result. The preview button is not “previewing” the latest version, also using the Classic Editor.

    It is absolutely weird, but I will eat and digest it if there are currently no solutions.

    I think it is something that needs to be fixed, though, because it is very annoying for an unexperienced user: the first time it happened, I thought that my page was broken, and I rebuilt the whole page from scratch (my pages are very complex)…

    When it happened the second time on another page, I was going to rebuild it again, then I realized by chance that the page was actually correctly working, and the issue was in the “Preview” function only.

    Thanks RIkard for your help, as usual.
    Bye!
    A.-

    in reply to: Preview page not working #1351291

    (It just happened on a second portfolio page…)
    Do you mean that I should try editing the faulty portfolio pages using the Classic Editor? Wow, I’ve never tried it, I was afraid to break something… is this what you want me to try?

    THX!
    Bye,
    A.-

    in reply to: Preview page not working #1351192

    Thanks RIkard for your help.

    Ok, I removed all “CODE BLOCK” blocks that were containing a special code used by the “Waymark plugin” that I am using. Same result: if i UPDATE and then click on PREVIEW, I still cannot see the latest editing.

    Also, why do you need the preview functionality, if the post is already published?

    I am used to work with one browser tab open only (the Edit one): when I need to check the result of my editing I open the page in a second tab with the “Preview” (and then, after checking it, I close it and get back to the Edit tab).

    If I cannot use that link, I must always keep a second tab with the VIEW of the portfolio page I am working in EDIT in the first tab, and switch to that tab (and refresh it) when I want to see the result of my publishing. It’s a different way of working: ok, I will do it for these “faulty” pages, if this issue cannot be solved.

    Thanks & bye!
    A.-

    in reply to: Preview page not working #1351083

    Hi Rikard. I’ve tried using Edge: same result. I’ve cleared the cache: same result.
    Do not forget that it is happening on this portfolio page only. All the other pages are fine.

    In Private Content I’ve entered user/pw and the link to the portoflio page.

    If you access the page with the link I provided, you will see a TEST KRIESI text on the top of the page, in a Special Heading block.
    Edit the page, do a simple edit and then click on UPDATE and then PREVIEW: you will not see TEST KRIESI, nor any other edit you may do.
    If you access the “plain” link I’ve sent you, TEST KRIESI is still there…

    Thanks for your help!

    Ok, thanks Mike!

Viewing 30 posts - 31 through 60 (of 97 total)