Dong Suzuki
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to remove the thumbnail on top of my post in Twenty Twelve themeThanks again. I have just done what you said, by extending the { clear: none; } to include archive, but things aren’t changed. Besides CSS, could there be somewhere else that I need to fix?
Forum: Fixing WordPress
In reply to: How to remove the thumbnail on top of my post in Twenty Twelve theme<?php if( !is_single() ) : ?> YOUR CODE <?php endif; ?>
Thanks so much for the prompt reply!! This code resolves the problem. Thanks so much!
One more related question:
In my category page, the thumbnail is on top of the post title. If I want it to look like my homepage, where the thumbnail is on the left next to the post title, what should I do?Here is what my category page looks like:
https://dongyuesu.com/art/category/photography/Forum: Themes and Templates
In reply to: How to move post title and date next to thumbnail image?I know this thread has already resolved, but I have the similar question and I follow alchymth’s codes. Everything works well except that there is an unwanted featured image thumbnail on top of the post title. Please take a look here:
https://www.dongphotography.ca/homeI am using Twenty Twelve. In my child theme I have the content.php and I removed the line <?php the_post_thumbnail(); ?>, which is supposed to solve the problem, but it is not.
Is it because I move the featured image code ahead of
<header class="entry-header">
How can I fix the problem?Forum: Fixing WordPress
In reply to: What is the easiest way to position Header and Menu vertically?Thank you! I spent a lot of effort but not successful. So I figure out a roundabout way: I hide the menu, shrink the width of the default sidebar and move it to the left, and then place the menu widget on the sidebar, and get rid of all the other default widgets. This way, I got what I want. The link:
https://www.dongphotography.ca/home
I am almost satisfied with what I got. But I need to do one more thing : I need another horizontal menu next to the site title at the same level. An example here: https://www.jmbgallery.ca/exhibitions.html
Twenty Twelve allows me to easily create multiple menus and I know how to tweet CSS to change their looks, but I do not know how to put a menu at the same level of the title. Can you shed some light?I do have a child theme.
Forum: Fixing WordPress
In reply to: How to create a header that does not span the whole widthThanks a lot for your information!
Forum: Fixing WordPress
In reply to: How to create a header that does not span the whole widthSorry about the confusion. Please let me explain what I meant by using this random site: https://www.danielkennedy.com/
On top of the page: Daniel Kannedy Photography is the header, and from Celebrity to Retouch is the menus. I am a newbie and as far as I know, the header always by default occupies the whole width of the page. In another word, the Daniel Kannedy Photography should be the only thing you see on the first line of the page, and from Celebrity to Retouch should be the second line. (sorry about the expression. I dont know a better word for lines). What I want to know is how to achieve the design of limit the space of the header, and make space for other page contents or navigation bar.
Forum: Fixing WordPress
In reply to: How to create a header that does not span the whole widthI have figured it out. In the Header.php, I just add the HTML codes directly after the <h1> tag. This solves my problem in this site, but I still want to know how people create a header and the navigation on the same level. Please help!
Forum: Fixing WordPress
In reply to: How to create a header that does not span the whole widthplease any thoughts?
Forum: Plugins
In reply to: [Ultimate TinyMCE] Strangely, some columns work; some others just don'tHi Josh, I have figured it out. It is the IE 8.0 that causes the problem. After I updated it to IE 9.0, the problem is gone. I could not get a screen shot now as my IE has changed. I am okay with it since I guess most people are using IE 9.0 now. Thanks a lot for your help!!
Forum: Plugins
In reply to: [Ultimate TinyMCE] Strangely, some columns work; some others just don'tsorry. IE version is 8.0
Forum: Plugins
In reply to: [Ultimate TinyMCE] Strangely, some columns work; some others just don't3.4.2
Forum: Plugins
In reply to: [Ultimate TinyMCE] Strangely, some columns work; some others just don'tI just found out this problem only occurs when I use Internet Explorer. It looks fine in Firefox. How can I fix it?
Forum: Plugins
In reply to: [Contact Form 7] I have tried everything but still the form does not sendHi cmduncan. Do you use the form in your local server or online server? In my case, the contact form never works in my localhost wordpress but when I transfer my database to my online server, it works.
Forum: Plugins
In reply to: [Contact Form 7] I have tried everything but still the form does not sendI have figured it out. It is my WP Super Cache that causes the problem. The plugin has ceased to work for some reason. I deleted it and re-instored the plugin. Now the form is working probably.
Forum: Plugins
In reply to: [Contact Form 7] I have tried everything but still the form does not sendI think you use non latin characters , you should change the information of sending name and subject to a latin sentences
I thought so too but in another page, I have another form all in Latin characters and the same problem occurs here. https://www.sudongyue.com/photo/contact/
It is probably due to a conflict between plugins/theme. Try deactivating all other plugins and switching to the default theme.
What kind of plugin might get in the way? I cannot change to other themes though as I have customized the one I am using a lot.