Wordpress Themes - WP Forum at BFA
Click Here To DONATE! Support the theme development, get more attention and additional benefits based on your donation level. Your forum name will be highlighted.

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Center area post/pages »

Category page messed up


Build custom WP THEMES, without
coding.
Click here for THEMEFRAME

From the author of Atahualpa, the #1 most
downloaded (700,000+) theme @ wordpress.org
  #1  
Old Jul 25, 2011, 01:17 PM
Vaporizer
 
7 posts · Dec 2010
My site works fine, execpt for the category page. You can have a look at: http://goo.gl/9fgPN You see double city names, this happens when I try to solve te problem to upgrade to Atahualpa version 367, so an extra problem. If you click on the citynames, you can see that the pages are ok, but showing false on the category page. Any suggestions?
  #2  
Old Jul 25, 2011, 01:28 PM
juggledad's Avatar
juggledad
 
20,010 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
try doing a forum search, this issue has been address several times before. (hint: look in the the different forums)
  #3  
Old Jul 25, 2011, 02:23 PM
Vaporizer
 
7 posts · Dec 2010
Thank you,, not to be rude but I did a search before and now for 20 minutes but cannot find it. English is not my native language. I gues I cannot find the right words to search for the correct answers.
  #4  
Old Jul 25, 2011, 03:48 PM
juggledad's Avatar
juggledad
 
20,010 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
did you apply the patches for 367?
  #5  
Old Jul 26, 2011, 01:12 AM
Vaporizer
 
7 posts · Dec 2010
I Applied the patches, never new that there were patches avaiable.
Double names are gone now, leave me now with a messed up category pages. I already disabled all the plugins, switch page cache off with no result. (switch them back on)
  #6  
Old Jul 26, 2011, 04:11 AM
juggledad's Avatar
juggledad
 
20,010 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
I assume that 'Categorieën' is 'Category'. What seems to be messed up, the few I looked at seemed fine.
  #7  
Old Jul 26, 2011, 12:57 PM
Vaporizer
 
7 posts · Dec 2010
Yes, indeed you are right, it is Dutch, Please use Gelderland als an example. There are four city names and only 1 picture, which is a wrong one. You can click the citynames to see how it should be look like.
As I now look to the category page, in fact it is correct except for the Google streetview pictures. If you are not aware of this problem, I guess it is maybe a streetview API problem, too many requests at the same time?
Please use only Gelderland to view this problem because not all the other cities contains streetview pictures yet.
  #8  
Old Jul 27, 2011, 06:08 AM
juggledad's Avatar
juggledad
 
20,010 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
Your problem is that each occurrence of the 'street view' is using the exact same canvas to display on. If you look at the code you will see
HTML Code:
<div id='streetview_canvas_0' style='width: 100%; height: 450px; '></div><script type='text/javascript'>
		  	var myLatlng = new google.maps.LatLng(51.986343,5.8796839999999975);
			var panoramaOptions = {
			  position: myLatlng,
			  addressControl: false,
			  pov: {
				heading: -96.0948113036255,
				pitch: 11.364052311127251,
				zoom: 1
			  }
			};
			var panorama_0 = new  google.maps.StreetViewPanorama(document.getElementById('streetview_canvas_0'), panoramaOptions);
		</script>
then
HTML Code:
<div id='streetview_canvas_1' style='width: 100%; height: 450px; '></div>
<script type='text/javascript'>
		  	var myLatlng = new google.maps.LatLng(52.227314,5.903784999999971);
			var panoramaOptions = {
			  position: myLatlng,
			  addressControl: false,
			  pov: {
				heading: 155.47368903262725,
				pitch: 14.188608587165033,
				zoom: 1.6600000000000001
			  }
			};
			var panorama_0 = new  google.maps.StreetViewPanorama(document.getElementById('streetview_canvas_0'), panoramaOptions);
		</script>
Note that the second has a div ID of 'streetview_canvas_1', but the script is using 'streetview_canvas_0'
  #9  
Old Jul 28, 2011, 11:03 AM
Vaporizer
 
7 posts · Dec 2010
OK, I see the problem. Problem is that I don't know where to start solving this problem. Which script is responsible for this output. Is this by category.php or is this created by the streetview plugin?
As Wordpress works so nice out of the box, I never had to view in the code to solve a problem.
  #10  
Old Jul 28, 2011, 11:41 AM
juggledad's Avatar
juggledad
 
20,010 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
I assume it is street view that is doing this
  #11  
Old Jul 29, 2011, 12:47 AM
Vaporizer
 
7 posts · Dec 2010
OK, thank you very much for your help. I take them offline for further investigation.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Change to Static Home Page Messed Up Formatting, Permalinks to Blame? TylerWebCPA Atahualpa 3 Wordpress theme 5 Dec 9, 2010 01:01 PM
My dropdown pages in the "page" menu bar are all messed up juggledad Menus 0 Nov 1, 2010 06:06 AM
How do I highlight active category on a combined page & category menu bar? samij0 Page & Category Menu Bars 0 Mar 11, 2010 01:37 PM
Page layout all messed up in some browsers lmt Excerpts, Read more, Pagination 1 Feb 16, 2010 07:31 AM


All times are GMT -6. The time now is 12:00 AM.


Powered by vBulletin® Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.