jend70sugar
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do I get my url to work without /wordpress at the end?I updated and installed through the wp dashboard and didn’t move any files at all which is why I’m confused.
I will try doing that step again to see if that solves the problem, I just don’t want to permanently mess anything up on accident.
Forum: Fixing WordPress
In reply to: How do I get my url to work without /wordpress at the end?This is what confuses me because I had done this when I initially setup my website and it was working fine until I updated. basically I need to do this all over again?
Forum: Fixing WordPress
In reply to: permalink problem no such file or directoryOK thank you this is what I needed!
Forum: Fixing WordPress
In reply to: Images are all over the place help!!ok so here’s what i did i have been having issues with my captions not centering under my images. so i added this
dd.wp-caption-dd {margin:0;padding:0;}
Which worked great for the captions! But then the 1st image in the 2nd row gets pushed over to where the 4th image should be and leaves a huge blank space. I can’t seem to figre out how to fix it. I thought it was this line because it looks like there’s a caption but there’s no picture?
<dl class=”wp-caption alignleft” style=”width: 210px;”> </dl>
<div class=”mceTemp”>But that didn’t solve the problem. What could be the problem?
Forum: Fixing WordPress
In reply to: captions not centering and floating boxesOk I did that and it worked for the captions! thank you! but now some of my images are not in the right place at all. Is this something i need to fix in the code?
Forum: Fixing WordPress
In reply to: captions not centering and floating boxesI’ve tried changing a few things here with no success. Is this where i need to reset it? and if so how?
.wp-caption {
border: 0px solid #fff;
text-align: center;
background-color: none;
padding-top: 4px;
margin: 10px;
/* optional rounded corners for browsers that support it */
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;Forum: Fixing WordPress
In reply to: captions not centering and floating boxesThe non centering issue is on all but 1 of the photos in the 2 inner columns. can’t for the life of me figure out why.
Forum: Fixing WordPress
In reply to: captions not centering and floating boxeshttps://www.andayaonline.com/?page_id=112
Sorry wasn’t paying attention on the link i did post but it’s on that page
Forum: Fixing WordPress
In reply to: captions not centering and floating boxessite is https://www.andayaonline.com
guess that’d be important
Forum: Fixing WordPress
In reply to: Video gallery grid code? HELP!anybody?!?!
Forum: Fixing WordPress
In reply to: box over links in firefoxOne more thing, this is the only other thing I can’t figure out or find an answer for. On the products page where all the shirts show, there is a white line under them. They aren’t there on the single product page. Any ideas what that could be or how I can fix that? Possibly a link issue?
Forum: Fixing WordPress
In reply to: box over links in firefoxit worked! thank you so much! i tried everything else and never thought about trying on the cart widget!
Forum: Fixing WordPress
In reply to: box over links in firefoxIs this right? i added border: 0px in the themes style sheet with no change. Am I putting it in the right spot? Or should i use a different method of removing borders?
#navigation a:hover, #navigation a:active {
color: none;
background-color:transparent;
text-shadow: 1px 1px 10px rgba(255, 0, 0, 5);
border: 0pxForum: Fixing WordPress
In reply to: rollover issue?Why do they show up different on different browser?
Forum: Fixing WordPress
In reply to: unwanted hover and lineThat kind of helps. When i look at the page that has all of the products on firefox there is still a white thick line there that goes away when i put my mouse over it. however on safari there is still a thin line under the images even though i added black to the backgrounds of the images. what could be causing this?