Casterina
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: PDF FilesI put this code in Page -> Menu
<div id="menu1" class="menu_pdf_styles"> text would go here </div>Which CSS sheet do I put this code in?
.menu_pdf_styles { background-image: url('filefolder/filename.gif'); you might have other CSS styles here; }Forum: Fixing WordPress
In reply to: PDF FilesSo I lay it out like this?
<div id="menu1" class="menu_pdf_styles"> text would go here </div> .menu_pdf_styles { background-image: url('filefolder/filename.gif'); you might have other CSS styles here; }Forum: Fixing WordPress
In reply to: PDF FilesI’m using CSS background but where should I put the image URL link in this code?
body {background-image:url('paper.gif');}Forum: Fixing WordPress
In reply to: PDF FilesThis is what I meant by the Menu Bar logo,
The text will be on the right hand corner
http://i2.lulzimg.com/99befe5e0f.png
So how do I use the Menu Bar logo at the back?
Forum: Fixing WordPress
In reply to: PDF FilesDo I provide the filename or the file link?
Forum: Fixing WordPress
In reply to: PDF Files<div class="menul"> <h4> Menu (Chinese)<br> </h4> <p><a target="_blank" href="menus/Chinese2.pdf">Click here to download Chinese Menu</a></p> </div>So in this code, I change it to my Menu Bar image and PDF link?
menus/Chinese2.pdf
Forum: Fixing WordPress
In reply to: PDF FilesI’m trying to use this design on my website menu,
http://i2.lulzimg.com/99befe5e0f.png
I used FireBug to find out the code, this is the code,
<div class="menul"> <h4> Menu (Chinese)<br> </h4> <p><a target="_blank" href="menus/Chinese2.pdf">Click here to download Chinese Menu</a></p> </div>Where do I put the Menu Bar image and the PDF file in the code above?
Also how do I make it so there’s one on the left and one on the right?
Forum: Fixing WordPress
In reply to: PDF FilesAnyone know how to?
Forum: Fixing WordPress
In reply to: PDF FilesHow do I get the exact menu style like this?
Forum: Fixing WordPress
In reply to: WordPress Adding PagesBut how do I change permalinks for each page like Menu and About to domainname.com/menu and domainname.com/about
Forum: Fixing WordPress
In reply to: WordPress Adding PagesHow do I delete permalinks that I’ve setup?
Forum: Fixing WordPress
In reply to: WordPress Adding PagesI’ve made an custom permalinks via Settings -> Permalink but how do I apply it to my pages?
Forum: Fixing WordPress
In reply to: WordPress Adding Pages@esmi – Thanks for your help, never knew I can do it like that
Also I got another question to ask,
If I click on Menu, the website URL link is domainname.com/#go_page_78 and About website URL link is domainname.com/#go_page_65
How do I change each page website URL link to domainname.com/menu or domainname.com/about
Forum: Fixing WordPress
In reply to: WordPress Images SliderIgnore the first post, how do I put images in order so the slider will follow the order of the images in WordPress?
Forum: Fixing WordPress
In reply to: WordPress Images SliderHow do I put images in order so the slider will follow the order of the images?