Forum Replies Created
-
AuthorPosts
-
Tree78
ParticipantI had to rollback to an older version of the plugin to make it work. However, I would prefer to know how to fix that error... if you know. Thank you.
Tree78
ParticipantThank you. Yeah, I noticed that. And when I deactivate the plugin it works fine. However, we use that calendar a lot. How do I fix that error? Do you know? Thank you in advance.
Tree78
ParticipantThanks man. No problem. At least I know what the issue is now so I can go there to figure out the fix.
Tree78
ParticipantHey Brad,
We use a plugin called HPWallArt to bring in some customizable things from HP... looks like that is what is causing the issue.That plugin is a must have, so I assume maybe talk to them about it? Suggestions? Thank you for the help.
August 14, 2020 at 8:18 am in reply to: Make Header Disappear on Market Theme on all Pages except Home #500577Tree78
ParticipantHey Brad,
I did clear caching yes. I had to put the code into the "Additional CSS" in the customize section and it worked. Not sure why it wouldn't work when put directly into the stylsheet but either way it works good. I appreciate it man. Thank you.
August 14, 2020 at 7:31 am in reply to: Make Header Disappear on Market Theme on all Pages except Home #500574Tree78
ParticipantHey Brad,
Thanks for the help. I put that code in the style.css, but it doesn't seem to work. I left it in but yeah, not working. Am I missing something? Thanks again for the help.
Tree78
ParticipantAndy,
adding it va the customizer worked well. Thanks os much. I appreciate it.
Tree78
ParticipantHi Andy,
That didn't seem to move the logo any. I added the above code to the end of the style.css file.
Do I need to add it somewhere else within the file? Thank you.
Tree78
ParticipantYes, I am, the issue is that it is a black box with a white icon inside, so on dark mode we lose the black portion.
Tree78
ParticipantThank you Terry, I will try that.
Tree78
ParticipantHi Terry,
I don't see the above code anywhere, on either site, and I searched everywhere in the style.css. That above code was not add in the css customizer ether.
This is all I see regarding any slick slider:
.front-page-1 .slick-slider { max-height: 100vh; }
So not sure where to go from here to fix mobile issues on these two sites. Any further help is appreciated. Thank you.
Tree78
ParticipantThanks Manelly,
I have been working on it. I purged the cache and that apparently helped. It looks good again... not sure what happened.
I am going to see if it holds.
The embed pages are scrolling wrong cause those embeds are not mobile friendly... I guess.
Tree78
ParticipantCan anyone help me with this issue? Here is my code in the php file and the css file.
Php code
// Add support for custom header. add_theme_support( 'custom-header', array( 'width' => 600, 'height' => 140, 'header-selector' => '.site-title a', 'header-text' => false, 'flex-height' => true, ) );
css
.header-image .site-title > a { background-position: center center !important; background-size: contain !important; float: left; min-height: 70px; width: 300px; }
It is the default settings but my logo is all over the place and huge. Any help?
Tree78
ParticipantThanks everyone. That seem to have worked. I appreciate it.
Tree78
ParticipantHi Henrik,
Okay, I see all the code but the rem is throwing me me a little. I want the logo to display at a size of 225px x 146px. So it looks bigger and crisper on the site.
So :
.header-image .site-title > a {
height: 146px;
width: 225px;
}And then what would go in the height and width of the rem area?
Is this correct and if so what numbers need to be there? Thanks in advance.
Tree78
ParticipantThank You Victor!
August 24, 2018 at 7:18 am in reply to: Buttons on Website Are Blank and Only Show Text on Hover? #222702Tree78
ParticipantYes Victor. Thanks so much for the help. Looks good to go, had to make one more adjustment. Thank you again, very much appreciated.
August 23, 2018 at 12:45 pm in reply to: Buttons on Website Are Blank and Only Show Text on Hover? #222686Tree78
ParticipantHey Victor,
Yeah I know how to use it just couldn't locate the line. Okay, so this is in there now but still no change...
.home-portfolio .widget a.button, .button { border: 1px solid #2c2c2c !important; background: #000; border-radius: 0 !important; box-shadow: none !important; color: #ffffff !important; font-family: montserratlight !important; font-size: 12px !important; font-weight: bold; left: auto; line-height: 1em; margin: 0; overflow: visible; text-decoration: none; text-shadow: 0 0px 0 rgba(255,255,255,0.0) !important; -moz-box-shadow: 0 !important; -webkit-box-shadow: 0 !important; -webkit-border-radius: 0 !important; }
August 23, 2018 at 10:54 am in reply to: Buttons on Website Are Blank and Only Show Text on Hover? #222681Tree78
ParticipantHI Vic,
in style.css this is what I see:
I am not sure I understand the problem. Sorry, a little more help?
-
AuthorPosts