Forum Replies Created
-
AuthorPosts
-
June 20, 2020 at 12:25 pm in reply to: bbpress 2.6 breadcrumb + Enfold produces empty itemprop=name on last item #1224258
Hi Ismael,
Finally I found a solution for this:
Dev4Press BBPressToolbox have an Option (burried under 1000 others) to completely disable the breadcrumbs of the BBPress Plugin.
So the Breadcrumbs are made by Enfold without beeing fooled by BBpress.
This works….Thanks for support
and
best regards
ChristianJune 9, 2020 at 5:14 pm in reply to: bbpress 2.6 breadcrumb + Enfold produces empty itemprop=name on last item #1220905Hi Ismael,
I removed all Plugins – Well I could set up a new site with only Enfold and BBPress but I ‘m pretty shure that will wont change anything.
All html is from here:
https://test.openandromaps.org/oam-forums/topic/mapsforge-rendertheme-referenz
The itemprop=”name” is in your class-breadcrumb.php linne 559 onforeach( $trail as $key => &$link ) { if( 'trail_end' === $key ) { continue; } // $link = preg_replace( '!rel=".+?"|rel=\'.+?\'|!', '', $link ); // $link = str_replace( '<a ', '<a rel="v:url" property="v:title" ', $link ); // removed 4.7.2.1 // $link = '<span typeof="v:Breadcrumb">'.$link.'</span>'; //removed due to data testing error $position ++; $matches = array(); preg_match( "/<a ?.*>(.*)<\/a>/", $link, $matches ); $link_text = ! empty( $matches[1] ) ? $matches[1] : ''; $anchor = str_replace( $link_text . '</a>', '', $link ); $anchor = str_replace( '<a ', '<a itemprop="url"', $anchor ); $new_link = '<span ' . $markup_list . '>'; $new_link .= '<span ' . $markup_item . '>'; $new_link .= $anchor; $new_link .= '<span itemprop="name">' . $link_text . '</span>'; $new_link .= '</a>'; $new_link .= '<span itemprop="position" class="hidden">' . $position . '</span>'; $new_link .= '</span>'; $new_link .= '</span>'; $link = $new_link; } }
Thats exact what can be seen in the inspector
.. eg:<span itemscope="itemscope" itemtype="https://schema.org/BreadcrumbList"> <span itemscope="itemscope" itemtype="https://schema.org/ListItem" itemprop="itemListElement"> <a itemprop="url" href="https://test.openandromaps.org/oam-forums/forum/renderthemen" class="bbp-breadcrumb-forum"> <span itemprop="name">[DE] Renderthemen / Kartendarstellung</span></a> <span itemprop="position" class="hidden">3</span>
… and thats OK = its the Enfold Breadcrumb list – its fine so far
Only on the last (current) item in the list the BBPress template.php from line 2230 on kicks in for some reasons
<span itemscope="itemscope" itemtype="https://schema.org/ListItem" itemprop="itemListElement"> <span class="bbp-breadcrumb-current">Mapsforge Rendertheme Referenz</span> <span itemprop="name"></span> <span itemprop="position" class="hidden">4</span></span>
Its a Problem between BBPress and latest Enfold
I switched bach from buggy BBPress 2.6 to 2.5 latest but the problem persists.
I’m pretty shure that your test for empty (current) breadcrumb fails for last item because BBPress kicks in.Best regards
Christain- This reply was modified 4 years, 5 months ago by kech61.
June 5, 2020 at 8:07 am in reply to: bbpress 2.6 breadcrumb + Enfold produces empty itemprop=name on last item #1219697This reply has been marked as private.August 8, 2017 at 8:05 pm in reply to: Mega Menu does'nt unfold on Mobile if Main Item isn't a page #836040Thanks!
Will do soBest regards
ChristianAugust 3, 2017 at 11:51 am in reply to: Mega Menu does'nt unfold on Mobile if Main Item isn't a page #833833/* you can choose not to use your menu item as mega menu. */
Mega Menu Items show up right.
The problem is: If you chose an “Individual link” with no URL or “#” as URL as main/top item in the menu, the sub items do not unfold.
These top menu items are most often used when it makes no sense to link any contend to an menu item and use the main menu item only as “header item” for the menu items below.I’v solved the issue by adding dummy pages to the top menu items – however this no long term solution.
Same here.
However – only the Menu section have to be modified/synched between the languages.
And dont forget to purge the CDN if you use one.
July 31, 2017 at 3:02 pm in reply to: Mega Menu does'nt unfold on Mobile if Main Item isn't a page #832161My website is multilingual EN/DE using WPML.
The german site shows the layer of the menu with white background and black chars.
The english site shows the layer of the menu with transparent background and grey/blue chars.
NOTE: Solved by purging CDN, sorryHOWEVER: The problem with MegaMenu persists !!
- This reply was modified 7 years, 3 months ago by kech61.
July 31, 2017 at 2:32 pm in reply to: Mega Menu does'nt unfold on Mobile if Main Item isn't a page #832144Please try “Projekt” instead of “Kartenstile”
I fixed “Kartenstile” by adding a page to the main menu item ’cause I cant wait for a fixHi,
I invested an sometimes wasted a lot of time with different themes.
Enfold is the first theme I found where features promised at themeforrest and shown on the demo are _really_ working in real live.bbpress is working right out of the box
switch on WPML and the language switcher appears in the upper menu – as it should work!
code is clean, support awesome – Thanks to the Kriesi-TeamHere’s my Site, the biggest source worldwide for free vectormaps based on OpenStreetMap:
http://www.openandromaps.orgKnown problem: LangSwitcher should be disabled in BBPress for single topics, replys, views (easy to solve)
Best regards
Christian, AustriaHere too after autoupdate 4.0.1, full width slider stopped, simple slider stopped on all pages.
EG: http://www.openandromaps.org/downloads/europa and all download pages right beneath the pagetitle/breadcrumb.Happens both for sliders made in advanced layout builder and slider-shortcodes in simple editor.
A solution would be fine ;-)
… disabled autoupdate but for 4.0.1 it’s too late …Christian
November 12, 2014 at 12:28 am in reply to: combo widget (Beliebt/Kürzlich/Kommentare) shows wrong date for comments #349774Hi Eliott,
Unfortunately this does’nt solve the problem, with this version the date does’nt show up any more.
Best regards, Christian
Hi Yigit,
Solution was simple: in the new Version the includes/comments.php is missing so WP seems to use its own one.
i copied the includes/comments.php from a backup prior to the update to the server and ist working now.ALB is no solution, sorry.
Beste regards, Christian
You can mark this topic as resoved -
AuthorPosts