fancystuff
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Storefront] site-header image blown upHi
so the guidance of 1950×500 doesn’t work, and which aspect ratio or size do you suggest? at this stage, to be honest, we can only guess, and that is very time consuming.
mh, I tried that in Additional CSS, I will try that in html style instead, will let you know. Thank you every time!
Hi, just about to think I finished the site, I ran into another one. The hamburger menu looks great when it first appears, then I click into a page, for example Cart, and then click on the hamburger again, it looks like this. I tried to align to the left, center, right, it never lines up nicely like from the homepage, I spent an hour and failed to find the problem. Could you please help me look at smartfleet.systems, it’s live now, with flaws ?? My account and Checkout are two submenus.
I got it! It was not the right class, this round I tried every class in the nav block, one worked. Thank you so so much for your patience with a total wordpress starter, and super appreciated for all your help and guidance!
I use the inpect on Chrome and View Page source on Safari to identify the elements on a page, impressed how long the classes are in wordpress ??
sorry for these very basic issues, this is my very first wordpress experience, so far to integrate into a wordpress hosting took me longer than making this site in html/css/javascript initially.
and style tab
Hi
No that’s not the case. it more looks like broke when I click on the hamburger menu, if only because of the color, I should still be able to find the change of cursor at the menu item area when I hover my mouse around. And I am not expecting the menu would take the entire screen.
Hi
I ended up create my own header pattern and template, applied on each page, the site only have 6 pages. But now run into another issue, the hamburger menu. In the block settings, I chose the 3 bar menu, chose Mobile only, and chose ‘click to open’. But I tested on my tablet and cellphones, once I click on the 3 bar menu, it just shows up a blank white screen, didn’t go anywhere, or open the menu list. Is there any step I missed in the settings? or is there any plug-in required to make this work?
Can you please help me with this one?
Thank you so so much!
Hi, I created a new staging site today, installed ZEEVER theme fresh, created a child theme instantly with Child Theme Configurator, and no there’s no header.
I checked, the header.html exists in the parent theme under parts, in the child theme, only two file, function and stylesheet.
Now what could I do?
As to the additional, I checked the block class and id using Chrome inspect. but the @keyframe doesn’t have a class or id to show which part I want to add this animation to.
My problem with the additional css is that, when there is some default css of the theme already there in the additional css settings in the block settings, how do I separate that with the new css code I want to add there? it seems anything I add after that, will make the default code lose function instantly, so I think I should somehow separate that default code part, but not sure how, space didn’t work, colon or semicolon not working either.
Thank you again, looking forward to hearing from you soon!
Thank you very much! I will check if the header.html is still there, I’m using wp code now, but will try gutenverse block.
I also have couple additional questions:
- will I lose my customization to pattern in child theme?
- If I duplicate the patterns and they show up in My Pattern, then I customize them, will I lose them when theme updates?
- In the Additional CSS in block, there sometimes is theme code already, e.g. is-style-animated. If I want to add more code after this, should I use a comma or semicolon, I tried both but it seems the exiting theme code there loses function instantly. so should I leave a space instead of comma or semicolon?
- for CSS @keyframe animation, no matter I add to the Additional CSS in block settings, or in the customize theme settings, since it falls out of the code flow as in CSS sheet, how do I apply to certain property? What I want to do is to add a background image for the contact form pattern, then make the hue changes over time. In my css sheet, it just says like @keyframe animateBG right after the .form {bg …}, but this flow doesn’t exit in the Additional CSS, how does wp know which bg I am applying this animation to?
Forum: Everything else WordPress
In reply to: Header menu errorHi, I ran into one menu issue today. I am customizing a child theme, in the pages I edit, I have the header (including the menu), but once I click on view page or view site, the header disappeared. it’s so wired, what could it be?
Also, in the advanced settings for adding block css, sometimes there is a wp theme default code there already, e.g. is-style-animated, should I put a comma or a semicolon there if I want to add more css code after this one, since you can’t use enter to start a new line, but anything I put after it, it seems the default code loses function instantly. I found nothing online talking about this. Also, in the appearance – customize – additional CSS, should we use period in front of a class and sharp in front of a id etc. just as how we code normally? Does the hierarchy work the same, like in this? .container p img a:hover
Last, how do you add css animation @keyframe to a block in the advanced or additional CSS section, because it will be code out of the flow as in the CSS sheet.
Oh there’s something else, when I do customize – pages – home, I couldn’t even select any block in the body part, the only parts respond to cursor click are the footer and header part, is this normal?
I am new to wordpress, sorry if my questions look silly to you.
Thank you very much!