kwaft
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Picture AlignmentWhat does the anchor tag do?
Thanks!
Hi Mike,
Haha… Well, I didn’t fix it. I don’t know how to fix it, so I created a new gallery and copy pictures for new items to the gallery.
Thank you so much for all the help!
Are you a web designer? You are so professional!
Kelly
Got it! Thank you so much! You’re awesome!
By the way, now I found another problem for my website. I’m wondering if you could also please help me with this problem.
For the following webpage “New Items”, I used gallery tag to tag pictures from different galleries (as shown. The thumbnails look great, but the images can not be opened now (in this page). How come I can’t open them in this page?
http://aftglassware.com/new-items/
I really appreciate for all your help 🙂
Thanks a lot!Thank you so much! It worked!
However, two galleries are in a box with border lines. I’m wondering how can I do to show galleries sid-by-side without border lines. (Just like the galleries shown in the webpage- Japanesse Woodblock).
Thanks a lot!
Forum: Fixing WordPress
In reply to: Thumbnail link to a page of galleryMy website link:
http://aftglassware.com/test-page/Forum: Fixing WordPress
In reply to: Thumbnail Size Problem in NextGEN GalleryYes. It looks much better! I think I’ll just try to edit the text shorter so it’ll be more uniform.
Thank you very much for all the help!
Thank you so much 🙂
Forum: Fixing WordPress
In reply to: Thumbnail Size Problem in NextGEN GalleryI see.
Now both rows are “three per row” but they still look kind of odd…Forum: Fixing WordPress
In reply to: Thumbnail Size Problem in NextGEN GalleryOk. I included it in style.css
Do you mean to keep the original and add the one you just pasted (the top one) in the Editor (style.css)?
So it would look like this?
.newone .hslice {
padding: 25px;
float: left;
.newone {
display: inline;
float: left;
}Forum: Fixing WordPress
In reply to: Thumbnail Size Problem in NextGEN GalleryYes, but the page still shows pretty much the same thing as the previous edit.
I typed and saved it in HTML view:
<div class="newone">[do_widget id=ngg-images-4][do_widget id=ngg-images-5][do_widget id=ngg-images-6]</div><div class="newone">[do_widget id=ngg-images-7][do_widget id=ngg-images-8][do_widget id=ngg-images-9]</div>Thanks
[Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your code may now have been permanently dmaged/corrupted by the forum’s parser.]
Forum: Fixing WordPress
In reply to: Thumbnail Size Problem in NextGEN GalleryOk, I just edited it like what you taught.
Out of four rows:
Two of them are three per row.
Other two rows are two per row.What would be the next step?
Thank you
Here’s the link to it:
http://aftglassware.com/test-page/Forum: Fixing WordPress
In reply to: Thumbnail Size Problem in NextGEN GalleryForum: Fixing WordPress
In reply to: Thumbnail Size Problem in NextGEN GalleryForum: Fixing WordPress
In reply to: Thumbnail Size Problem in NextGEN GalleryYes. I used a plugin called “Column Shortcodes”. It worked, but now I’m facing another problem… Actually, I tried to make it four columns, but it came out two columns. I think I may need to adjust the column width or the page margin. I don’t know how to change it though. Or, is it the problem of this plugin?
By the way, I would still like to try to create mutlitple columns without using any plugin. Could you please help me with it? Did I type the code wrong?
Thank you.
Forum: Fixing WordPress
In reply to: Thumbnail Size Problem in NextGEN GalleryI tried but it doesn’t work.
After I typed the following code in HTML view for my Homepage:
<div class=”newone”>[do_widget id=ngg-images-2][do_widget id=ngg-images-4]</div>
<div class=”newone”>[do_widget id=ngg-images-5][do_widget id=ngg-images-6]</div>
<div class=”newone”>[do_widget id=ngg-images-7][do_widget id=ngg-images-8]</div>
<div class=”newone”>[do_widget id=ngg-images-9][do_widget id=ngg-images-10]</div>
<div class=”newone”>[do_widget id=ngg-images-11][do_widget id=ngg-images-12]</div>In the “visual view,” it shows these:
[do_widget id=ngg-images-2][do_widget id=ngg-images-4]
[do_widget id=ngg-images-5][do_widget id=ngg-images-6]
[do_widget id=ngg-images-7][do_widget id=ngg-images-8]
[do_widget id=ngg-images-9][do_widget id=ngg-images-10]
[do_widget id=ngg-images-11][do_widget id=ngg-images-12]I also typed this in style.css
.newone {
display: inline;
}However, the thumbnail images of galleries are still in one column.
What should I do now?
Thank you!
Forum: Fixing WordPress
In reply to: Thumbnail Size Problem in NextGEN GalleryI’m sorry. I’m still a little bit confused about the code you wrote. Does it look like this?
<div class=”newone”>[do_widget id=ngg-images-2][do_widget id=ngg-images-4]</div>I used it but it didn’t work.
How about the following code showed below it?.newone {
display: inline;
}I think I probably made a mistake while editing.
For this code, do I have to download the plugin or anything in order to make it works?Thank you