Alain Lankers
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: No Option to Upload Header ImageWhen I go to your site I see a header background now. Refresh your page (F5) to see the changes you’ve made.
Forum: Fixing WordPress
In reply to: My website has gone! (Noob weeping)You’re welcome! Good luck with your website!
Forum: Fixing WordPress
In reply to: My website has gone! (Noob weeping)Did you contact host4u.net? When i google other venus.host4u.net sites then they all have a 404 error.
Forum: Fixing WordPress
In reply to: No Option to Upload Header ImageTry this:
#header {
background: url(‘https://www.satinandsnowflakes.com/wp-content/uploads/2012/08/header.png’);
height: 165px;
overflow: hidden;
width: 960px;
}Forum: Themes and Templates
In reply to: change font and top menu color (mazine theme)All those can be edited in your theme’s style.css.
the product name: change the color in h3.product-name a
the price: change the color rule in span.pricedisplay
top menu color: change the color rule in #main_menu ul li aForum: Fixing WordPress
In reply to: How to add video to siteYou can upload the video on YouTube and then copy paste the embed code to your post.
Forum: Fixing WordPress
In reply to: Remove page title/background color in title areaHow did you build your template in the English version? Can’t you check your code and compare with the Korean version?
Probably you’ll need a different template for your homepage in which you remove the .page-header.
Forum: Fixing WordPress
In reply to: My website has gone! (Noob weeping)When I go to your site I only get a Facebook logo. Did you install any Facebook plugins? Can you still see your site files on FTP?
Forum: Fixing WordPress
In reply to: No Option to Upload Header ImageI would do the following:
– upload your header image with FTP to your theme’s images folder (make your header image 960 x 165px)
– go to your theme’s style.css and add the following rule to #header:
background-image:url(images/YOUR-HEADERIMAGE-NAME.png);Forum: Fixing WordPress
In reply to: remove links for next and previous postsOr in your theme’s folder.
Forum: Fixing WordPress
In reply to: Post Content not visibleI agree with candell. You might consider the use Nextgen gallery or any other photogallery-plugin so only thumbnails will need to load.
Forum: Fixing WordPress
In reply to: remove links for next and previous postsGo to your style.css and find #nav-above.
Edit to #nav-above {display:none}Forum: Fixing WordPress
In reply to: adding a hyperlinked graphic to a postYou need to create an image map. Read more: https://www.newthinktank.com/2011/12/image-maps-in-wordpress-posts/
Forum: Fixing WordPress
In reply to: Post Content not visibleI don’t see any post called Tara & George, but e.g. Tram & Andy has images, so do the other posts.
Forum: Fixing WordPress
In reply to: tiled background image different resolutionsCheck your #featured #slides in style.css. Remove the paddings and margins (they are set to 999px and -999px). Give #featured #slides a width {100%}. And remove the width 960px from your .container. Your background is now how it should be. You’ll just need to reposition your elements.