snakelyone
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [daydream] customizing woo commerce shop pageThank you for the reply. Basically, I would just like the categories to show up on the front page. Such as Books, Art, Ebooks, etc. is that possible? I have set up shopkeep and shopify and wix payment integrations as well as woo commerce with different themes, and I have always had greater control options over the way the shop page works without having to modify the CSS.
Forum: Themes and Templates
In reply to: [daydream] breadcrumbs not showing upHi, I’m really hoping you will answer my question above. Thank you!
Forum: Themes and Templates
In reply to: [daydream] breadcrumbs not showing upthank you for your response. I have designed other websites, and like always, I created a child theme, which is what I am using. However, no matter what, usually I get update notices whenever one of my installed themes needs updating. Currently I have 6 themese installed in my database — daydream parent, 2020, 2019, 2017, and 2016. What am I missing? I do not see how to update a theme via your daydream “more info” window in the appearance/themes panel. thanks!
Forum: Themes and Templates
In reply to: [daydream] breadcrumbs not showing upso strange, but it is showing that I do not need to update my theme. Where do I find this theme update, and will it mess up any of my customizations so far?
thanksForum: Themes and Templates
In reply to: [daydream] breadcrumbs not showing upthanks for the quick reply. Got it on the breadcrumbs. I see it now. Thanks for the explanation. Can I make that “small” setting even smaller? the margin is still too wide, and I can move the page margin up, but it messes with the responsiveness of the breadcrumbs.
Also if you notice in your own screenshot, the letters are not all caps, but if you look at this in the”Appearance -> Customize -> Styling -> Menu -> Set the main menu text transform”, I already had the setting on UPPERCASE, yet it is still showing as lower case. I only have one menu and it is “main menu”. The caps show as working in the customizer, but as you see from your own screenshot it is not showing up as UPPERCASE in the actual site. Seems like a bug?
I tested a workaround where I just make the titles UPPERCASE, but I prefer the breadcrumbs be not caps, and it made it all caps in the breadcrumbs.
I would like to attach a screenshot of the customization settings but I see the only option is to put up a link, so check it out here: https://www.bmoreyou.net/wp-content/uploads/2020/01/Screen-Shot-2020-01-25-at-4.36.07-PM.png
Forum: Themes and Templates
In reply to: [daydream] breadcrumbs not showing upfigured out how to do the heading font since I installed elementor. I changed it there…but would be nice to change the h1-6 tags for pages via the customization too!
Forum: Plugins
In reply to: [Social Media Share Buttons & Social Sharing Icons] ADA complianceAnd please let me know what you decide to do. Thanks again, blake
Forum: Plugins
In reply to: [Social Media Share Buttons & Social Sharing Icons] ADA compliancethank you so much!
Forum: Plugins
In reply to: [Social Media Share Buttons & Social Sharing Icons] ADA complianceThanks for the response. Well, not everyone is able to use the mouse — even some visual users with mobility issues and those without vision need to be able to have equivalent access to the controls as those who can use the mouse. By ensuring that all of the controls can be navigated to and activated by both the mouse and the keyboard you provide access to almost all people.
Forum: Themes and Templates
In reply to: [Creator World] mobile viewupdate..here’s the screenshot (the other link does not work): https://dirtworksgualala.com/for-creator-world/
thanks!
Forum: Themes and Templates
In reply to: [Creator World] mobile viewupdate..here’s the screenshot: https://dirtworksgualala.com/for-creator-world/
Forum: Themes and Templates
In reply to: [Primer] cropping headers on sub pagesAlso, I found an earlier support thread
(https://www.ads-software.com/support/topic/remove-header-image-from-a-single-page/)
where you gave the following code to make it possible to either remove the header image from body pages or adjust it, and i tried to do both of those (removing the other custom code I created with no effect…perhaps I have conflicting CSS?basically, to say it again, I tried both of these separately:
body.page-id-1159:not(.home) .hero {
background: inherit;
}(nothing happened)
then I tried:
body.page:not(.home) .hero {
background: inherit;
}(nothing happened)
so neither of them eliminated the background image on the sub pages.i then tried this:
body.page-id-1159 .site-header {
background-image: url( “https://sailfishsearanchrental.com/wp-content/uploads/2019/02/header-ocean.jpg” );
}body.page-id-1159 .hero .hero-inner {
padding: 0 0%;
}
(which for me is this page:
https://sailfishsearanchrental.com/info/ )which gave me a smaller image, but definitely not short enough….it works but certainly is not my preference…
thank you
Forum: Themes and Templates
In reply to: [Primer] change footer widget paddingany answer to this? thank you
Forum: Themes and Templates
In reply to: [Primer] different header sizesI only want to adjust the padding on the sub pages, the home page is right, but i would like to make the header uniformly shorter in all the other pages…does the code above work for that? thanks
Forum: Themes and Templates
In reply to: [Primer] change footer widget paddingHi Evan,
this is what is on my additional CSS code in the customize section of my dashboard…do you see this extra character here? i have not done any other code editing elsewhere. thank you
blakehere it is:
.site-description {
font-size: 22px;
font-family: “Source Sans Pro”, sans-serif;
font-weight: 500;
}
.page-title {
display: none;
}
.site-header .custom-logo {
max-height: 120px;
width: auto;
}
.site-content {
margin-top: 0em;}
.site-header .site-title-wrapper {
margin: 1px 20px 200px 0px;
}
.site-info-wrapper {
padding: 5px 0;
}