rafa09
Forum Replies Created
-
Excellent Chad! That worked. Thank you so much for your help. Cheers.
Hi Chad! Thank you for the reply. Will this affect the registration form I’m using on the registration page? I do want them to be able to register, ONLY on the registration page. I don’t want them to be able to register on the “blocked pages” when they are logged out. Does that make sense? Is it possible?
I want to use the registration form, but on its own, away from the standard login form. The issue I’m having is that the users are trying to re-register instead of just using the login form. I believe removing the “New User Registration” from the “Blocked” page will help alleviate this issue.
Forum: Plugins
In reply to: [WP Video Lightbox] Plugin is requesting HTTP version of the videoHi mbrsolution!
Yes, I had noticed that. I am, however, using the “https” version of the URL in the plugin. What could be causing the actual request to ask for “http” instead?
Here is a screenshot of another test I did on a different page, only using the video ID, but still has the same issue: SCREENSHOTForum: Themes and Templates
In reply to: Stop site resize on mobileThanks cubecolour! I’ll look that up and give it a try.
Forum: Themes and Templates
In reply to: Stop site resize on mobileAndrew,
Thanks for the quick reply. I did contact him, and he is not willing to help me. I offered to pay more money, and he is not “available at the moment”. So basically, i am on my own. I can navigate on my own, I am just not sure where to start. Any ideas?Forum: Installing WordPress
In reply to: "Screen Options" not showing on page edit sectionHi Timjames63!
That did the trick! I thought I had deactivate all the plug ins, I must’ve missed that one. Thank you for your reply.Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Changing layout of checkboxesJB,
Thank you so much for your guidance. I went ahead and made that change to the CSS file. However, I can’t get the checkboxes to appear 6 on one column and 6 in another. Do you know how I can accomplish this?Again, thank you!
Rafa.Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Changing layout of checkboxesIs there really no way of accomplishing this? It seems like a simple feature that most people that use the plugging would need. Anybody?
Rafa.
Forum: Themes and Templates
In reply to: Images and styles not showing up on themeesmi,
I got it to work. I missed a “/” on the path to the images. I had:
<img src="<?php bloginfo('template_directory'); ?>images/arrows.png" alt="Upload Artwork" />I missed the “/” at the beginning of the path…
Again, thank you for your help.
Rafa.
Forum: Themes and Templates
In reply to: Images and styles not showing up on themeesmi!
The images called upon by the CSS file are showing up. But none of the ones called upon by the PHP files. I replaced the code on the divs like you suggested. So I assume the issue has to do with standard vs progressive. I designed the theme using Photoshop + Dreamweaver. Everything showed up appropriately as HTML on IE, FireFox, etc. I don’t understand why they do not show up correctly when the HTML is turned into PHP… any ideas?Again, thank you for your time and help,
Rafa.Forum: Themes and Templates
In reply to: Images and styles not showing up on themeI am having such a hard time trying to figure this our… On my “header.php” I have:
<div id="designIcon"> <img src="images/3icons.jpg" /> </div><!--end designIcon-->on my CSS file I have:
#logo { background:url(images/MTP_logo_top.jpg) no-repeat; }I understand there is a different way to reference the images in PHP (do you have an example? I can’t find one). But I was using what you suggested for CSS, and they still don’t show up… What am I doing wrong?
thanks,
Rafa.Forum: Themes and Templates
In reply to: Images and styles not showing up on themeesmi,
Thanks, the changes I added did indeed fix the css issues. Regarding the images, I am talking about images used on the site (for design purposes). I have images on “header.php” and “index.php” that are not showing up, as well as the ones used by “style.css”. All these images are located on my “images” folder on the same level as the PHP and CSS files. Any ideay why?thank you,
Rafa.Forum: Themes and Templates
In reply to: Images and styles not showing up on themeEsmi,
I think I am a little closer. I added the lines:<title><?php wp_title('«',true, 'right'); ?> <?php bloginfo('name'); ?></title> <link href="<?php bloginfo('stylesheet_url');?>" rel="stylesheet" type="text/css" media="screen" />Actually, I added the php details to these lines. Now my site IS showing some styling. BUT, I still don’t get my images to show up… what am I doing wrong???
thank you,
Rafa.Forum: Themes and Templates
In reply to: Images and styles not showing up on themeHi esmi,
To my knowledge, my stylesheet path is correct on “header.php”, as follows:
<link href=”style.css” rel=”stylesheet” />
The CSS file is in the same level as “header.php”.What is the TEMPLATEPATH constant? I searched on the link you provided, but nothing comes up for that. That must be what I am missing.
Thank you for your help,
Rafa.