This is an example: https://buzzbeachradio.com
My website is: https://fireonlineradio.com
]]>So ever since i linked my domain names to the server i host my site on its not responsive on my Iphone.
If i open the link in my browser and make the wndow smaller it does change and give me the option of viewing on a small devive but somehow on the phone it does not realize its shown on a small screen.
Does anyone know how t fix this?
Thanks Lahiri Sol
]]>Hargopal solved this issue 5 years ago here:
https://www.ads-software.com/support/topic/no-login-in-ie-in-frame
I had the same problem, I tried this solution with WordPress 3.3.1 recently, and it worked, I could access to the login page, and admin panel, using frameset.
Here is the solution:
You have to edit the file wp-login.php, putting in a p3p license. WordPress 3.3.1 it is exactly in line 43.
Your original code should be something like this:
function login_header($title = 'Log In', $message = '', $wp_error = '') {
global $error, $is_iphone, $interim_login, $current_site;
// Don't index any of these forms
add_action( 'login_head', 'wp_no_robots' );
You will have to include the following code there:
header( "P3P: CP=CAO DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE");
It should be right before the part that says “//Don’t index any of these forms” -the line 43-. So your final code will be something like this:
function login_header($title = 'Log In', $message = '', $wp_error = '') {
global $error, $is_iphone, $interim_login, $current_site;
header( "P3P: CP=CAO DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE");
// Don't index any of these forms
add_action( 'login_head', 'wp_no_robots' );
I hope it work. I have not found any problem yet. If you find any problem, please tell us.
]]>Could someone give a definitive yes/no answer can the XHTML doctype in wordpress be set to use the frameset dtd?
Many thanks.
]]>Wanted continuous playing music, so I added a frameset (changed index.php to windex.php and made my frameset the index inside the theme using include() )..
but now my frontpage is not found, I was wondering if there was any way I could get the frontpage to point to windex.php instead of my frameset page?
I think it has something to do with bloginfo(‘url’).. but i’m not sure..
thanks!
https://konphlux.net
is there any plugin?
]]>To make it works I have to rename the index.html to page.html for example, but when I go to the root URL it doesn’t load.
Is there a way to do that?
]]>First, I have attempted to create an Amazon estore on my site using their code. I had to create a custom page without my sidebars (maybe I did this wrong?) then added their code for an inline frameset. It looks pretty good in Firefox, but has no height in IE. I believe I have set all the height parameters properly, but nothing seems to fix it. The Amazon support forum has not been very helpful with this.
Also, my Share This plugin widget at the bottom of my posts only shows up as code in IE. I searched this problem for hours, and for most people there is a dangling comma that causes the problem, but from what I can tell my code doesn’t have that comma. Again, the Share This support has not been helpful.
Another random non-IE problem is that my slider menu (uses java) in my header doesn’t seem to be working for only one page (“Ask Me”). I am using the default page template (works fine on other pages), so can’t imagine what the problem could be. This is a problem in all browsers.
Unable to select my blog above, so here is my site: summertomato.com (you have to login to get past the maintenace mode. Use ID: friends Pass: access).
Help on any of these issues would be great!
]]>