AndreasL
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [evolve] 3.9.5 – some bugsboth problems fixed in 3.9.6
Thank you for the fast response, perfect work.Regards
AndreasForum: Themes and Templates
In reply to: [evolve] Breadcrumb problemWorks better in 3.9.5 but not perfect. If I click from a page ( Startseite
> Flugreviere) a linked portfolio (example Tempelhofer Feld) the breadcrumb changed to Startseite > Tempelhofer Feld. I expect Startseite > Flugreviere > Tempelhofer FeldAt this point its unclaer I understand how breadcrumbs works. I guess it should be Startseite > Flugreviere > Tempelhofer Feld like a browser history so I can see where I come from inside WordPress.
If breadcrums works like a hierarchy menue which show me where I am inside WordPress it can maybe correct. I’m not sure.
Regards
AndreasForum: Themes and Templates
In reply to: [evolve] 3.9.4 Post Slider and Page featured imageThank you, Romik84 for lloking into it.
While testing 3.9.4 I found another issue with pages. I missing the option to select templates for the page and this result in missing content. I design another site with envolve 3.8.4 and create an entry page with bootstrap slider and template ‘blog’ to display some news. The content is gone while updating to 3.9.4. I found a temporary fix by modify the start page from content to last messages.
Do you have some instructions for custom CSS to modify the slider? This could help to change the design to the old look (I hope). The best would be more setting options in the theme for the slider section.
Thanks for info about the predefined sample layouts.
Regards
AndreasFor my problem with the start page break in Twenty Seventeen Design V2.2.9 fix it.
Kind Regards
AndreasThanks, works for me on Twenty Seventeen. Good Catch.
Thanks for answer. If you find a piece of free space at your todo list it would be nice to see this as a feature in the future.
Regards
AndreasHello,
I save my settings and give the reset a try – et voila, it work 🙂 Must be an old setting from a far away version. Now the url/path show totaly didderent (shorter) and all work fine. The graphics elements in the lightbox show up and work too.
thanks, this was the right tip.
Regards
AndreasForum: Plugins
In reply to: [WP GPX Maps] [Plugin: WP GPX Maps] Stop workig with WP 3.4.2seems to be this problem:
http://wordpress.org/support/topic/plugin-wp-gpx-maps-embedding-gpx-as-url-not-possible?replies=1after changing full url to relative path it shows my gpx again
Yes, it is automatic grouped over the article ID. If you click in it to get the gallery stream and browse inside the zommed pictures you will see, that this picture comes up twice in the gallery and this is my problem 🙂 This happen because the church picture show up as single pic inside the article and as preview thumb in the gallery down below which is tagged also. So I have it twice inside the coloerbox gallery.
Thanks for looking into this …
On my exaple from above the picture of the church Nidarosdom is included with this shortcode:
[singlepic id=1562 w=320 h=240 float=left]
The shortcut generate code which point to the cache directory so I dont can put plain code in my article to set the class:
<a href="http://www.biker-reise.de/wp-content/gallery/norwegen-tag-04/trondheim.jpg" title="Nidarosdomen Trondheim - Rückseite"> <img class="ngg-singlepic ngg-left colorbox-1080" src="http://www.biker-reise.de/wp-content/gallery/cache/1562__320x240_trondheim.jpg" alt="Nidarosdomen" title="Nidarosdomen" />And you are right, the easy way would be allowed own classes in the shortcode from NextGen. It’s a little bit tricky.
I sleep over the problem and now I understand the class grouping and the main problem is solved. But how I put a NextGen singlepic [singlepic id=1566 w=320 h=240 float=center] in a class so it will be grouped to the gallery I like? Thats the last thing I need to do.