kimberlydisney
Forum Replies Created
-
it does effect design if SVG is in header as site logo.
I do not see an issue with your site using https://yellowlab.tools which is the only tool I use for testing.
The block and shape spacing was all set to zero. You have already fixed this in a release since I reported it 5 days ago so I do not understand how I would have “disabled” the shape spacing since I didn’t write a work-around and I used the Icon Box instead.
EDIT: If the SVG Shape is put into a Container/Wrapper with its margin/padding set to zero and the SVG Shape Block and Shape Spacing set to zero – the 10px margin still exists.
SVG Shape – Original
<svg xmlns="https://www.w3.org/2000/svg" xml:space="preserve" width="792" height="789.104" image-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" viewBox="23 1.447 792 789.104"><path d="M815 397.447c0-218.71-177.29-396-396-396s-396 177.29-396 396c0 185.724 127.856 341.54 300.337 384.346V518.457h-81.658v-121.01h81.658v-52.143c0-134.795 60.995-197.269 193.317-197.269 25.098 0 68.386 4.933 86.093 9.85v109.697c-9.353-.98-25.58-1.478-45.746-1.478-64.932 0-90.029 24.6-90.029 88.551v42.79h129.351l-22.221 121.01h-107.13v272.096C663.058 766.871 815 599.913 815 397.447z"/></svg>
SVG Shape inside Container/Wrapper is getting a 10px margin added even though I set them to zero in the Editor and saved it.
<svg xmlns="https://www.w3.org/2000/svg" style="width:5rem;height:5rem;margin:10px" xml:space="preserve" width="792" height="789.104" image-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" viewBox="23 1.447 792 789.104"><path d="M815 397.447c0-218.71-177.29-396-396-396s-396 177.29-396 396c0 185.724 127.856 341.54 300.337 384.346V518.457h-81.658v-121.01h81.658v-52.143c0-134.795 60.995-197.269 193.317-197.269 25.098 0 68.386 4.933 86.093 9.85v109.697c-9.353-.98-25.58-1.478-45.746-1.478-64.932 0-90.029 24.6-90.029 88.551v42.79h129.351l-22.221 121.01h-107.13v272.096C663.058 766.871 815 599.913 815 397.447z"></path></svg>
- This reply was modified 1 year, 4 months ago by kimberlydisney.
I reached out to WordPress support – the paragraph block is in your GS Row > Column and in your Theme. This issue with font sizes and line heights not setting properly does not happen with GS Theme and Plugin disabled. This is independent of the local woff2 according to them.
I provided the most basic block on your GS theme. These issues exists with the GS blocks as well like Advanced Text, Header etc. I will put up the examples with the measurements.
Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] CSS Grid of ContainersThe CSS Grid of Containers should be removed until it can be thoroughly tested. It is unstable and unfair to the end user to have to debug this block. The latest update on 11/18/23 errors out with an “unable to show the block blah blah blah” on mobile view when you click the UI grid resizer/grid tool. The only plugins I have installed are GS and the GS Animation Add On.
Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] Ken Burns effect in Slidergo join the Facebook group Greenshift WordPress Community and post the question there. I can help you with the settings there. Please post a screen capture of the block settings including the advanced ones that you turned on the Ken Burn’s effect on.
New issue. Safari Browser, local WordPress install. Greenshift Theme and the only active Plug-in.is Greenshift. 7 Icon Bixes with inline SVG inside GS Riw > GS container gives me randomly the “not saved” pinkish error box but the changes were actually saved. Then 20% of the time I get the “Attempt Block Recovery” error when I open the template. These are clean inline SVG optimized from Adobe Illustrator via SVGOMG tool. Same errors appear with your default arrow icon on a blank template with no header or footer. Even with errors in the visual editor icon box is appearing correctly.
Ok thanks
So I cannot release a live web site until this is fixed. Do you have a release date or a workaround?
Forum: Themes and Templates
In reply to: [Greenshift] Additional CSSI am using the greeshift plugin and the greenshift template – could you give me a visual example or a tutorial to watch?
Forum: Fixing WordPress
In reply to: This page isn’t workingYou have an error in the style sheet
Failed to open pageSafari Can’t Open the Page
Safari can’t open the page “https://mccoymaintenance.com/”.
The error is: “Load cannot follow more than 20 redirections” (:0)
<!-- LOCALIZERS: Each localizable piece of the page is marked with a comment --> <html> <head> <link rel=stylesheet type="text/css" href="page-load-errors.css"> <!-- LOCALIZERS: You might want to change the font family. You can also add styles to override sizes, etc. --> <style> body {font-family:'-apple-system-font';} </style> <!-- LOCALIZERS: The next line contains the page title that appears in the window's title bar --> <title>Failed to open page</title> </head> <body> <div class="content-container"> <div class="error-container"> <div class="text-container"> <!-- Main title here. --> <p class="error-title">Safari Can’t Open the Page</p> </div> <div class="text-container"> <!-- Error message here. --> <p class="error-message">Safari can’t open the page “https://mccoymaintenance.com/”. The error is: “Load cannot follow more than 20 redirections” (:0)</p> </div> </div> </div> </body> </html>