Zooming in on page via phone is not very slick

Reserve_Ames / 2013-10-19 16:45:07   

The index and page collapse. is there a way to fix?

Vaska A / 2013-10-23 00:30:55   

Try adding this to the head of your template and see if it helps...

  1. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
Reserve_Ames / 2013-10-24 19:55:37   
when you refer to head of template do you mean in the theme section? i tried placing it there with the existing text which is: {{obj_name}}

and it made the image and index bigger on the phone but still they collapse and i prefer the original, good to know something did something though.

i tried pasting in both pre and post nav text sections, theme is in default setting.

so as of now still unresolved.

thanks!

arsondpi / 2013-10-24 21:14:09   

That is not the head of your template - you need to edit the index.php page of the theme you're using in a code editor.
If you're using another template then insert the code above, to that template.

Reserve_Ames / 2013-10-25 17:57:48   

arsondpi,

thanks, could you walk me through that process a little? Is dreamweaver a code editor? that is where I adjusted the image size allowance.

thank you

Vaska A / 2013-10-25 18:15:25   

Your template is located at /ndxzsite/default/index.php

Reserve_Ames / 2013-10-25 19:02:00   

thanks i paste that in the browser?

please just a tiny bit more info?

Reserve_Ames / 2013-10-25 19:04:28   

i put the name of my website.com/ndxzsite/default/index.php

and I get this upper right side of blank screen:

{{obj_itop}}
{{obj_ibot}}

arsondpi / 2013-10-25 19:10:20   

Switch to the code editor view if you're using dreamweaver or use a proper code editor (search the web for this - there's a few good ones around)

Reserve_Ames / 2013-10-25 22:26:59   

could you guy please give me a little more direction.

I'm not even sure how to access dreamweaver via my website. do you just fire up DW and it recognizes your site? because that doesn't seem to be working, i know i have used DW to adjust the image size, but do not remember how i accessed it.

How do i get in and where to i find the code editor.

i'm sorry i have looked online for direction to no avail.

thanks.

Reserve_Ames / 2013-10-25 22:33:49   

got into the dreamweaver, via cyber duck, ok

Reserve_Ames / 2013-10-25 22:37:36   

ok im there, i pasted:

into code editor. in line # 1, no change in the phone.

is line one the header?

Reserve_Ames / 2013-10-26 07:56:28   

line one the header, brahs? any ideas? thanks!! i know i'm just a beginner.

arsondpi / 2013-10-26 11:40:50   

Not sure what you're editing...
Find ndxzsite>default>index.php (or the template you're using in your exhibits - for example tags.php etc)

open it in your code editor.
Find line

  1. <meta charset='utf-8'>

and paste after it

  1. <meta charset='utf-8'>
  2. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">

This is as simple as I can explain it (I think)

Reserve_Ames / 2013-11-05 19:27:56   

Inserted code, still doesn't work, and I cannot recall an indexhibit site that didn't collapse on itself (meaning the index overlaps the images when you zoom in on phone or computer, but it's more obvious on computer). maybe the next version will be more phone friendly? thanks A, might work on it more later.

This thread has been closed, thank you.