Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

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

Category page messed up


  #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
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
try doing a forum search, this issue has been address several times before. (hint: look in the the different forums)
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #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
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
did you apply the patches for 367?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #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
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
I assume that 'Categorieën' is 'Category'. What seems to be messed up, the few I looked at seemed fine.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #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
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
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'
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #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
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
I assume it is street view that is doing this
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #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



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 2 Dec 9, 2010 12:54 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 04:59 AM.


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