Forum Replies Created
-
AuthorPosts
-
February 12, 2023 at 4:25 pm in reply to: Vertical alignment problem / text element / only in FireFox #1397654
Okay thanks Mike.
It’s not a major issue I suppose, since Firefox is not hugely popular. [I think…]
Thanks for testing it in the various versions of Firefox.
Cheers,
Stephen.February 12, 2023 at 3:46 pm in reply to: Vertical alignment problem / text element / only in FireFox #1397649Hi again Ismael,
Could you look again at this problem please. It seems to be intermittent.
I’ve linked below to a screencap & one of the affected pages.
[Problem seems only to be in FireFox.]
Thanks again,
Stephen.
February 7, 2023 at 4:02 am in reply to: Vertical alignment problem / text element / only in FireFox #1396910Thanks Ismael.
I just now looked at the page again in FireFox & the text elements align themselves correctly after several seconds. [I mean 10 seconds or more]
It must be that the page, or the CSS, is loading very slowly.
I’ll look into that and see if I can figure out what’s going on.
Thanks again,
Stephen.
January 17, 2023 at 11:45 am in reply to: WooCommerce shop — different image quality depending on how I open the product. #1388027Apologies Ismael. By mistake I had commented out the fix in my functions. php file. It works correctly now.
Cheers,
Stephen.January 13, 2023 at 5:15 pm in reply to: WooCommerce shop — different image quality depending on how I open the product. #1378621Ismael — looking again at this:
a) The default page for a product displays an image sized 450×450 pixels.
Example:
https://rgb-design.co.uk/wp-content/uploads/2023/01/Default-Product-Image-Which-is-Low-Quality.jpg
b) Whereas when I load up the same page from search results, it loads a bigger image (I think 1030×1030) into a container that”s about the same size as in a), above. The image appears much clearer / better. Ideally, I would like the default product page to be the same, if possible.
Example:
https://rgb-design.co.uk/wp-content/uploads/2023/01/How-the-Product-Image-Should-Look.jpg(My screen resolution is 2560 x 1440 if that makes a difference.)
Cheers,
Stephen.
January 13, 2023 at 1:36 pm in reply to: WooCommerce shop — different image quality depending on how I open the product. #1378582Thanks Ismael.
I don’t really see a change in the image quality I’m afraid.
Do I need to edit the above code / define the pixel dimensions for the image? (I don’t know PHP.)
I think the root cause of the problem is that the listing I get when I click on the product from the CATEGORIES sidebar is loading a smaller image (In absolute pixel dimensions) and then upscaling it.
You can see the difference if you load this product:
And then search for it [I Love Nicola] and click on the listing that is returned there.
Thanks,
Stephen.
January 12, 2023 at 1:09 pm in reply to: Search results — possible to display product image? #1378381Thanks Niko.
What worked for me:
PHP
===
Please edit includes > loop-search.php, find this code on line 33:echo “<span class=’search-result-counter {$counterclass}’>{$post_loop_count}</span>”;
Replace it with:
$searchthumb = get_the_post_thumbnail( $the_id, ‘large’ );
echo “<span class=’search-result-counter {$counterclass}’>{$searchthumb}</span>”;CSS
===
#top.search-results .search-result-counter {
padding: 0;
}
#top.search-results .search-result-counter img {
border-radius: 0;
height: 100%;
}
#top.search-results .search-result-counter {
height: 200px;
width: 200px;
background: transparent;
}
#top.search-results .template-search.content .entry-content-wrapper {
height: 215px;
}
#top.search-results #main .post-meta-infos {
display: none;
}
#top.search-results .entry-content,
#top.search-results .post-title {
margin-left: 280px;
}
#top.search-results .post-entry {
padding-bottom: 20px;
}Thanks Rikard.
It seems not to have worked though.
Not sure where the problem is…
Stephen
Great — it worked.
Thanks very much Mike. I appreciate it. (I just removed the icon altogether.)
Cheers,
Stephen.
Brilliant! It works. Thanks very much Mike. Appreciate it as always.
Stephen.
Ismael — thanks again. I have it working now.
====
Thanks Guenni.
This snippet seems to work:
#top .mfp-image-holder .mfp-content {
max-width: 90vw;
}(The source is an image.)
I also increased the LARGE SIZE / image size in WordPress > Settings > Media settings. Before, the default was 1030 x 1030, so that there now exists a larger image to load into the Lightbox.
Thanks again both,
Stephen.
Thanks Ismael.
Sorry for the delay in getting back to you.
I’m looking at this issue again — I tried the CSS code above but could not see a difference.
What I am trying to do is to have the Lightbox occupy, say, 80% of the screen — is that possible?
I was also hoping to have the image the Lightbox loads be at the original uploaded size, not a WordPress resized version.
Link below is just to view a test page for this issue.
Thanks again,
Stephen.
Guenni: I got the zero L + R padding I wanted — thanks for the advice.
You can close this one now.
Stephen.
Thanks Guenni.
Removing the padding for just the Color Section should be enough.
I’ll see if I can figure out how to do the CSS [I’m pretty rusty.]
Cheers,
Stephen.Hi again — I created a new page for blog posts and managed to add some layout elements to it.
I haven’t figured out yet how to make those elements show up in the Live page but I’ll persevere.
Please close this issue for now.
[If I don’t succeed I might come back but it’s not a super-important issue.]
Cheers,
Stephen.Hi Rikard — looks like it was a plugin that was causing this problem. I deactivated it and the problem is fixed I hope.
Please close this topic.
Thank you,
Stephen.
Thanks Rikard. Looks like it’s either a local problem with my PC or a server issue. I’ll let you know what I find out.
Cheers,
Stephen.
Hello team,
Please close this item.
I messed around with the css code & got it to work again.
Cheers,
Stephen.Brilliant.
Thanks Yigit.
Stephen.
Excellent thanks Mike. Exactly what I was trying to do.
Much appreciated.
Cheers,
Stephen.
This reply has been marked as private.November 2, 2022 at 7:40 pm in reply to: Possible to change bullet character in bullet list? #1371134Yes — please close this one Mike.
Thanks,
Stephen.November 2, 2022 at 5:55 pm in reply to: Possible to change bullet character in bullet list? #1371121This reply has been marked as private.November 2, 2022 at 4:08 pm in reply to: Possible to change bullet character in bullet list? #1371093Hi Mike,
Thanks for that code snippet. I’ll give it a try later.
[Did one of the Kriesi techs edit anything on credosoft.com recently? — the menu seems to have reverted back to displaying the problem bullet / hyphen characters again, though I don’t see any code in the custom CCS for ENFOLD…’]
Thanks,
Stpehen.November 1, 2022 at 11:28 pm in reply to: Possible to change bullet character in bullet list? #1370993Thanks Rikard.
I found some code that works for changing the bullet list character:
li{list-style: none; padding:0; }
li{padding-left: 2em; text-indent: -2em; }
li:before {content: ‘—’; padding-right: 1em; }However, when I modify the bullet character, it affects the top menu. — I’m guessing WordPress or ENFOLD uses a list for the menus, and this list is also affected by the CSS snippet?
Thanks,
Stpehen.November 1, 2022 at 2:22 pm in reply to: Possible to change bullet character in bullet list? #1370914This reply has been marked as private.October 31, 2022 at 11:35 pm in reply to: Possible to change bullet character in bullet list? #1370868UPDATE:
I found some CSS code on this support forum and applied it but it seems not to work.
Thanks
Mike — thanks for your help. Much appreciated.
Stephen.
September 26, 2022 at 1:05 am in reply to: There has been a critical error on this website. Please check your site admin em #1366293This reply has been marked as private.Fixed this problem by converting the .otf font to .ttf
-
AuthorPosts