Casterina
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Portfolio Images Not LoadingSomeone help me please
Forum: Fixing WordPress
In reply to: Image FilepathCan someone help me please
Forum: Fixing WordPress
In reply to: Image Upload FilepathDoes NextGen Gallery plugin upload images to different filepath location?
Forum: Fixing WordPress
In reply to: Image Upload FilepathI don’t want the folder names to be month based, I want them as custom names of my own choice,
If I upload the images via FTP, will it allow me to use it as featured image on WordPress?
Forum: Fixing WordPress
In reply to: PDF FilesThis is the link to my website,
Can you check which CSS style is used with Menu page please
Forum: Fixing WordPress
In reply to: Edit PagesThis is the link to my website,
Forum: Fixing WordPress
In reply to: PDF FilesI got the HTML part done, just need the CSS part done then the problem is solved
Forum: Fixing WordPress
In reply to: PDF FilesCan someone help me please, the HTML part is fine but the CSS isn’t working
Forum: Fixing WordPress
In reply to: PDF FilesWPyogi You have a email address which I can provide you my website URL
Forum: Fixing WordPress
In reply to: PDF FilesThis is my filepath to the Menu image background which is correct,
.menu_pdf_styles { background-image: url('wp-content/uploads/2012/06/Menu Background.png'); }But it doesn’t appear behind the text
Forum: Fixing WordPress
In reply to: PDF FilesYes, the PDF file is in the uploads folder, I’ve editted PDFNAME to my PDF file name
EDIT It works if I use this link to PDF file wp-content/uploads/2012/06/PDFNAME.pdf
But the CSS image background doesn’t appear
Forum: Fixing WordPress
In reply to: PDF FilesI’ve used these codes in HTML and replaced it with valid values,
<div id="menu1" class="menu_pdf_styles"> text would go here </div> <div id="menu1" class="menu_pdf_styles"> <p><a target="_blank" href="uploads/2012/06/PDFNAME.pdf">Click here to download Menu</a></p> </div>But when I click on it, it says Error 404 Page Not Found and the CSS image background doesn’t appear
Forum: Fixing WordPress
In reply to: PDF FilesI’ve added this to my style.css file
.menu_pdf_styles { background-image: url('uploads/2012/06/Menu.png'); }Where do I provide the PDF file? In HTML or CSS?
Forum: Fixing WordPress
In reply to: PDF FilesI’ve used my own filepath on the style.css file but it doesn’t appear in the Menu page
This is the filepath to my folder, /public_html/wp-content/uploads/2012/06/
This is the name of the file, Menu.png
Forum: Fixing WordPress
In reply to: PDF FilesI’ve editted my style.css file but it doesn’t appear in the Menu page,
.menu_pdf_styles { background-image: url('filefolder/filename.gif'); you might have other CSS styles here; }I’ve put this in the Menu page HTML,
<div id="menu1" class="menu_pdf_styles"> text would go here </div>