DeMontGuitars
Forum Replies Created
-
Forum: Reviews
In reply to: [WooCommerce] AwfulYep. WooCommerce does not work with my simplicity theme. I updated before testing the update. It was a big mistake.
I blame woocommerce because it was the latest woo update that crashed it. The whole thing had to be redone. Took several weeks straight. It was terrible.Forum: Themes and Templates
In reply to: how to remove image borders twenty fourteenyes! thank you Bojan!
I didn’t realize the borders were on my tables, NOT my images. You have been great help. thank you ??
Forum: Themes and Templates
In reply to: where do I edit this menu?!Hello and thank you for the message!
However, this menu seems to have been automatically made with the template. When I add a new page, its added to the menu, and I’m not sure how to change that. There are no menus listed in my ‘edit menus’ option under apperances.Forum: Themes and Templates
In reply to: centering issue of contentheres my css:
#top .wc-nav li.search input {display:none;}
width: 100%;
padding-left: 0;
}#topright {
float: right;
width: 50%;
text-align: right;
}#header {
margin: 0;
padding: 0;
}
#header hgroup, #header #logo {
float: none;
}
#logo img {
margin: 0 auto;
display: block;
}
@media only screen and (min-width: 768px) {
#header #navigation {
float: left;
width: 100%;
position: relative;
}
#header #navigation ul.nav {
clear: left;
float: left;
list-style: none;
margin: 0;
padding: 0;
position: relative;
left: 50%;
text-align: center;
}
#navigation ul.nav li {
display: block;
float: left;
list-style: none;
margin: 0;
padding: 0;
position: relative;
right: 50%;
}
#navigation ul.nav li li {
right: auto;
text-align: left;
}
}
#navigation {
margin-bottom: 0;
}Forum: Themes and Templates
In reply to: woocommerce product feature image low res until enlargedForum: Themes and Templates
In reply to: borders around images – cant get rid of them!!!awesome, it worked!
Thanks Andrew!Forum: Themes and Templates
In reply to: borders around images – cant get rid of them!!!Forum: Themes and Templates
In reply to: borders around images – cant get rid of them!!!Thanks for the reply Andrew!
That image is fine. If you look below it though you’ll see an example where there is the letter “G” and letter “K” (photos of old guitar logos)
on the new dev site Im working on they are inside of a white box, but really the images are png with a transparent background. They show up correctly on the old site, but not on the new one.I can’t remember having this problem before, but I had to change themes and layouts due to incompatibility with the new woocommerce and old theme -Simplicity
Forum: Themes and Templates
In reply to: borders around images – cant get rid of them!!!hmmm, so it worked…kinda, but not really.
Perhaps my issue is something different.
if you view here: https://dev.guyatoneus.com/history/(the site im working on)
and compare it to the old one here:
https://guyatoneus.com/you can see that there is a white background for all the images, even the transparent PNG images. I can’t figure out why!
Forum: Themes and Templates
In reply to: borders around images – cant get rid of them!!!i am using a child theme. , Julian, will this be in my main css? should I delete them from the main content, or add a line to the child theme css?
Andrew, I’ve added that into my child theme css, but it has not changed at all :/
Forum: Fixing WordPress
In reply to: How to center custom logo header imageI think i’ve figured it out (as you can seen) but I’m not sure WHY it works the way it does.
Forum: Fixing WordPress
In reply to: How to center custom logo header imageHey Andrew, you were so helpful before I was hoping you might help me out again.
I’m trying to do the same thing on the page https://www.dev.GuyatoneUS.com and its centered fine, BUT the logo seems to be constrained to a small size and I can’t figure out how to let it be 100%
Do you know the answer to this?Forum: Reviews
In reply to: [WooCommerce] Awfullatest version ruined my shop too!
Forum: Fixing WordPress
In reply to: How to center custom logo header imageAndrew, you are awesome.
I was so confused. I thought I did, but apparently it was not clearing completely because if i check from another computer it works fine. thanks man!Forum: Fixing WordPress
In reply to: How to center custom logo header imagethank you for the reply Andrew!
Am I putting this under ‘Theme Options -> custom styles’?
That doesn’t seem to work. I think my biggest problem is where and how I’m implementing it.i updated with the code you sent, under theme options -> custom styles, and i see no difference from my end . If you have a chance, let me know if it looks any different for you?