Forum Replies Created
-
AuthorPosts
-
Hey Basislis,
thanks for info.Best Regards,
Hans-GerdSeptember 12, 2018 at 9:14 pm in reply to: The Events Calendar Pro not working in mobile view #1009071Hi Nikko,
thanks again.I checked it again and after disabling “Javascript file merging and compression” in “performance” it seem to work fine.
Indeed, seems like an issue with caching. Now I have activated WP Rocket and Autoptimize.
In the next days I will check this further, also regarding performance (GT Metrix and Pingdom tools).If there are any problems, I will get back here.
Thanks a lot and best regards,
Hans-GerdSeptember 12, 2018 at 7:22 am in reply to: The Events Calendar Pro not working in mobile view #1008757Hi Nikko,
seem to be an issue regarding with “performance” of enfold:After disabling “CSS file merging and compression” and “Javascript file merging and compression” it seem to work fine.
However, this would not be an ideal solution in terms of performance.
Unfortunately, only the problem with the slider, which does not always appear, remains.I’ll run more tests next days.
Best Regards
Hans-Gerd- This reply was modified 6 years, 2 months ago by hagege.
September 12, 2018 at 7:10 am in reply to: The Events Calendar Pro not working in mobile view #1008745Hi Nikko,
thanks a lot for advice and patience.I have just moved 2 child themes outside the themes folder – but unfortunately without solving the problem.
I’ve just noticed that even if the parent theme is activated, the mobile menu is only shown the first time. If you then select an option in the menu, nothing happens. So there are similar problems as with the child theme.
I downloaded the complete parent theme again and replaced it via FTP (binary)
I also looked at this in the developer tools of Chrome, but couldn’t find the problem. Maybe this is also due to the error messages shown in the developer tools.
I have now activated the parent theme on our development environment.Best regards
Hans-Gerd- This reply was modified 6 years, 2 months ago by hagege.
September 11, 2018 at 6:16 pm in reply to: The Events Calendar Pro not working in mobile view #1008484Hi Nikko,
thanks for the information.
Now the mobile menu on the development environment works at least at the events, but not on the other pages. I couldn’t find a reason yet.
I am surprised that the child theme works with exactly the same files in the live version, but after updating TEC there seems to be a conflict between enfold and TEC. For this I had copied the complete childtheme.
It’s also strange that the slider on the main page doesn’t always work in the mobile view. That has not been changed either.Best regards,
Hans-Gerd- This reply was modified 6 years, 2 months ago by hagege.
September 11, 2018 at 8:48 am in reply to: The Events Calendar Pro not working in mobile view #1008251Hi Nikko,
thanks a lot for advice.I just ran my first tests. It seems that at least the events are shown. However, we have another problem, which also occurred after the update of TEC: In the mobile view, the mobile menu (hamburger) is shown for the first time. If you then select another menu item, the mobile menu disappears.
I will investigate this further (in the afternoon), but of course I would be happy about a tip.
Best regards,
Hans-GerdSeptember 10, 2018 at 3:43 pm in reply to: The Events Calendar Pro not working in mobile view #1007952Hi Nikko,
same issue here:
Using wordpress 4.9.8. Everything is ok up to “The events calendar” pro 4.4.29.2.
We then tested the following versions (for example latest release 4.4.31) in our development environment with the result that no events are displayed in the mobile view (List view). Same problem using the parent theme from enfold. So it can’t be due to settings or rules in the childtheme (functions.php or style.css).
If we activate twentyseventeen or another theme, everything is ok and the events are displayed.
May be helpful to have a look at the following thread (TEC Forum):
https://theeventscalendar.com/support/forums/topic/issue-with-tribe-events-ajax-calendar-min-js-mobile/#post-1616952I send you the access data in the private area
Best Regards
Hans-Gerd- This reply was modified 6 years, 2 months ago by hagege.
Hi Mike,
yes – seem to work fine.
Thanks again
Best regards,
Hans-GerdHi Mike,
thank you so much.
I found and corrected the error (one “}” was missing).
I wouldn’t have thought of that, because lately I’ve been working on the rule, where I don’t know where that was missing.
But now it all seems to be working and just needs to be tested.Thanks again for the quick help
If I have any further questions, I will contact you here.Best regards,
Hans-GerdJune 6, 2018 at 4:05 pm in reply to: I need child's style.css file set to overrule generated \uploads\*.css output… #967925Hi,
same issue here. Additionally there is the difficulty that we use WP Rocket as cache plugin. I’m not sure it won’t cause conflict. In any case we could observe that when compression was turned off in enfold the pages had worse values in GTMetrix than in last version.
GTMetrix
We also had the issues with the style.css mentioned here and could only solve them with the (really relatively complicated) workaround already described here.Best regards,
Hans-Gerd- This reply was modified 6 years, 5 months ago by hagege.
Hi Victoria,
I think that is the best solution which is possible.
Thanks for your advice.Best regards,
Hans-GerdHi Victoria,
thanks.Can you disable caching and minification for now?
just done: deactivated WP Rocket
The code that you posted in working up to the screen of 989px and it is not the code I gave you.
yes, I wrote, that this is the code using in live version.
But on developemnt environment I have used your code:@media only screen and (max-width: 1250px) { #header_main_alternate { display: none; } .html_header_top.html_header_sticky.html_bottom_nav_header #main { padding-top: 88px; } .html_header_top #top .av_menu_left .main_menu { left: auto; right: 0; } #avia-menu li#menu-item-search.menu-item { display: block; } }
UPDATE: just seen the reason for the issue with the word “menue” – see screenshot 4 – but dont’t know, to solve it
UPDATE 2: Just find the reason for the issue with the word “menue” and solved: Design->Customizer->Additional CSS (I remember, that we insert it long time ago in July 2017 because of an issue with the mobile menu)
UPDATE 3: It seems as if I have found (not optimum) solution. See dev environment:@media only screen and (min-device-width : 990px) and (max-device-width : 1100px) { /* Container (Inhalte) werden 100% angezeigt, allerdings nicht unter 767px - Regel aus grid.css*/ .container { max-width: 100% !important; } /* Damit der Content (Inhalt) über die Breite gezeigt wird und nicht die sidebar frei gehalten wird */ .content { width: 100% !important; border: none !important; } /* Wenn die Schriftgröße auf 90% verringert wird, wird das Menü komplett gezeigt: */ .avia-menu-text { font-size: 90% !important; } } @media only screen and (min-device-width : 1101px) and (max-device-width : 1250px) { /* Wenn die Schriftgröße auf 90% verringert wird, wird das Menü komplett gezeigt: */ .avia-menu-text { font-size: 90% !important; } }
Thanks for advice.
Best regards,
Hans-Gerd- This reply was modified 6 years, 7 months ago by hagege. Reason: potential solution for menu issue, see UPDATE 3
Hi Victoria,
thanks a lot for your assistance, but unfortunately it doesn’t work properly for example on iPad Pro (developer tools) in portrait modus and on iPad in landscape modus. See attached screenshot in private content.
I have tested it in developer tools and also on iPad.In live-version we use the following code:
/*------------------------------------------------------------------------------ */ /* Fix for: Menu doesn't appear landscape mode on iPad, Enfold, 3.9.2017 */ /* geändert: 1.4.2018 - 4.4.2018, hgg */ /* Geklärt: Menue soll als mobiles Menü bis 989px angezeigt werden. */ /*------------------------------------------------------------------------------ */ @media only screen and ( max-width: 989px ) { .container #advanced_menu_toggle, .container #advanced_menu_hide { display: block; } /* .responsive .main_menu { display: none; } .responsive #mobile-advanced { display: block; } */ /* Anzeige Menue und Suche: */ nav.main_menu { display: block !important; } #avia-menu .menu-item { display: none !important; } /* Anzeige Menue*/ .av-burger-menu-main.menu-item-avia-special { display: block !important; } /* Container (Inhalte) werden 100% angezeigt, allerdings nicht unter 767px - Regel aus grid.css*/ .container { max-width: 100% !important; } #top #main .sidebar { width: 100% !important; } /* Damit die grüne Leiste mit dem Menü und der Suche nicht unterhalb des Logos gezeigt wird */ #header_main_alternate, #header_main_alternate .sub-menu a { display: none !important; } /* Damit der Content (Inhalt) über die Breite gezeigt wird und nicht die sidebar frei gehalten wird */ .content { width: 100% !important; border: none !important; } /* Sonst wird die Suche nicht richtig als Icon gezeigt */ #top #menu-item-search { width: 20px; display: block !important; } /* Damit das Word "Menue" unter dem Hamburger-Menue nicht gezeigt wird */ .av-hamburger strong { display: none!important; } }
This works, but not showing all items of the menue in landscape modus on iPad Pro – I have send you a screenshot before.
Moreover the word “menue” below Hamburger should not be shown – don’t know why the rule in code doesn’t work.Best regards,
Hans-Gerd- This reply was modified 6 years, 7 months ago by hagege.
Hi Rikard,
thanks for answer and your advice.I’m very sorry, but the solution doesn’t work properly.
From 990px to 1250px the menue will not be shown – see screenshot 1 in private content.May be, you have another solution for the issue (showing not all menue items for example on 1100px device) – see screenshot 2
Best regards,
Hans-GerdHi Victoria,
yes indeed – thanks for answer.
I will send you links to websites in private content.
Best regards,
Hans-Gerd- This reply was modified 6 years, 7 months ago by hagege.
Hi Basilis,
thanks for answerBest regards,
Hans-GerdHey Basilis,
thanks for answer.
The issue is the same, which is described in the post above:
“Hi I have several sites using Enfold, and I have noticed, on all of them, even though all plugins are up-to-date, the left toolbar is always showing 1 plugin update (1 in red circle next to plugins). This is on all my sites running Enfold. When I check the plugins, there are none needing updating.”
Issue with LayersliderUnfortunately, this is a very confusing situation because a long time I didn’t know that the problem connected with Layerslider.
I would be glad about a permanently solution.Cheers,
Hans-GerdHi Rikard,
thanks for this information.Best regards
Hans-GerdHey Rikard,
but when editing the layer slider the following announcement appears:
“An update is available for LayerSlider WP!You have version 5.6.8. The latest version is 6.0.5.
New releases contain new features, bug fixes and various improvements across the entire plugin. Set up auto-updates to upgrade to this new version, or request it from the author of your theme if you’ve received LayerSlider from them. Click here to learn more.”Best regards
Hans-Gerd- This reply was modified 7 years, 11 months ago by hagege.
August 31, 2016 at 6:13 pm in reply to: Sidebar not visible after updating "the events calendar" to 4.2.5 #680251Hi Ismael,
thank you very much – it works fine. Great solution and advice.Best regards
Hans-GerdAugust 26, 2016 at 10:04 am in reply to: Sidebar not visible after updating "the events calendar" to 4.2.5 #678030Hi Andy,
thanks for answer and your assistance.We have used the code snippet until now from your first link in our funtcions.php:
https://kriesi.at/support/topic/how-to-display-the-sidebar-in-events-calendar-pages/#post-356399add_action('tribe_events_template', 'avia_events_tempalte_paths', 10, 2); function avia_events_tempalte_paths($file, $template) { $redirect = array('default-template.php' , 'single-event.php' , 'pro/map.php' ); if(in_array($template, $redirect)) { $file = AVIA_EVENT_PATH . "views/".$template; } return $file; }
since updating to TEC 4.2.5, the code snippet no longer works as it did before.
We could find out that the access on the changed files with sidebar ‘default-template.php’ and ‘single event.php’ in the path of our enfold childtheme doesn’t work like before (…/views/).
It seems in such a way that ‘default-template.php’ and ‘single event.php’ from parent theme enfold will be executed.It works, when deleting the following code in TEC version 4.2.5. In 4.2.4 this was not yet in ..\the-events-calendar\src\Tribe\templates.php
} else { $file = apply_filters( 'tribe_events_template', $file, $template ); }
Additional information:
If I exchange the file default-template.php in the Parent theme of Enfold (wp-content/themes/enfold/config-events-calendar/views)
against the file from our childtheme (with sidebar), it works.
So it has to do with the fact, that default-template.php from child theme is not executed as before.<?php /* default-template.php with sidebar in child theme*/ global $avia_config; /* * get_header is a basic wordpress function, used to retrieve the header.php file in your theme directory. */ get_header(); $title = tribe_is_month() ? __('Calendar of Events', 'avia_framework') : tribe_get_events_title(false); $args = array('title'=> $title, 'link'=>''); if( !is_singular() || get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title($args); do_action( 'ava_after_main_title' ); ?> <div class='container_wrap container_wrap_first main_color fullsize'> <div class='container'> <main class='content <?php avia_layout_class( 'content' ); ?> units' <?php avia_markup_helper(array('context' => 'content'));?>> <div id="tribe-events-pg-template"> <?php tribe_events_before_html(); tribe_get_view(); tribe_events_after_html(); ?> </div> <!-- #tribe-events-pg-template --> <!--end content--> </main> <!--display sidebar --> <?php get_sidebar( $name ); ?> </div><!--end container--> </div><!-- close default .container_wrap element --> <?php get_footer(); ?>
Best regards
Hans-Gerd- This reply was modified 8 years, 3 months ago by hagege. Reason: Additional information
August 24, 2016 at 5:41 pm in reply to: Sidebar not visible after updating "the events calendar" to 4.2.5 #677155Hey Andy,
thanks for your answer and advice.I have deactivated all plugins one by one and checked if one is causing the issue. Unfortunately this doesn’t solve the problem.
I had already written in my previous post that on this side everything can be changed. Plugins can be also deactivated of course (however, this has already happened up to the TEC-plugins).
Very Important additional information – please read this:
https://theeventscalendar.com/support/forums/topic/sidebar-not-visible-after-updating-tec-to-4-2-5/#post-1154113Best regards
Hans-Gerd- This reply was modified 8 years, 3 months ago by hagege.
Hi Vinay,
thank you for answer.
This is very unfortunate: If I have a look in this forum, there are problems with google maps and enfold. Hence, I think that there is possibly a connection with enfold.
But OK, I will write to the producer of Pronamic Google Maps.Best regards,
Hans-GerdJuly 4, 2016 at 6:13 pm in reply to: navigation bar is not shown: tribe-events-sub-nav{display:none;} – TEC #656676Hey Vinay,
thanks for your answer.
The workaround seems to be no problem, although of course the settings in the called original file irritate me because the lower navigation bar is not shown then.
Best regards
Hans-GerdMay 18, 2016 at 8:02 pm in reply to: Oben gehaltene Beiträge erscheinen auf jeder Schlagwortseite #634751Hi,
ok – schade, kann ich aber nachvollziehen.
Vielleicht ergibt sich ja noch eine Lösung des Problems
Danke auf jeden Fall für die Hilfe
Viele Grüße
Hans-GerdMay 17, 2016 at 12:56 pm in reply to: Oben gehaltene Beiträge erscheinen auf jeder Schlagwortseite #633715Hi,
sorry für die Umstände.
Ich bin z. Zt. ratlos und habe keine Ahnung, was ihr noch tun könnt, um das Problem zu reproduzieren.
Bezüglich caching: Die beiden Seiten liegen bei unterschiedlichen Providern.
Ich kann mir nicht vorstellen, dass das eine Ursache sein kann.
Ich habe gerade bei dem Hoster, wo die Testseite liegt, nachgefragt. Da ist Caching auf jeden Fall serverseitig ausgeschaltet.
Gestern habe ich auch die Datenbank noch mal optimiert, auch das hat nicht geholfen.
Alles sehr seltsam…
Vielen Dank noch mal für die Unterstützung bis dahin.
Viele Grüße
Hans-Gerd- This reply was modified 8 years, 6 months ago by hagege.
May 17, 2016 at 9:42 am in reply to: Oben gehaltene Beiträge erscheinen auf jeder Schlagwortseite #633583Hi,
gerade habe ich
– noch mal enfold (parent theme) komplett gelöscht,
– neu bei envato runtergeladen,
– per FTP (Binär) übertragen.
Leider keine Änderung. Die Fehler bleiben leider. Trotz Browser Cache löschen, mehrerer hard refreshs, …
Dann habe ich sicherheitshalber noch mal auf twentyfourteen umgestellt: Da ist alles ok.
Auf logger (unser vorheriges theme) umgestellt: alles okViele Grüße
Hans-GerdMay 16, 2016 at 10:00 pm in reply to: Oben gehaltene Beiträge erscheinen auf jeder Schlagwortseite #633320Hi,
das ist alles sehr seltsam.
Aber ok, ich habe zwar bereits das theme schon mal per FTP gelöscht und komplett neu kopiert (siehe oben, Antwort May 10, 2016 at 4:13 pm), werde das aber morgen nochmals machen.
Vielen Dank schon mal für Deine Hilfe
Ich werde mich dann morgen noch mal dazu melden.Viele Grüße
Hans-GerdMay 16, 2016 at 4:03 pm in reply to: Oben gehaltene Beiträge erscheinen auf jeder Schlagwortseite #633061Hallo Andy,
danke für Deine Mühe.
Ich verstehe nicht, warum bei uns Probleme auftauchen. Hast Du auch mal getestet, ob ein Beitrag von z. B. “Schwimmen”, den Du über quickedit als “oben gehalten” definiert hast, dann auch bei der Auflistung von der “tag”-Seite “Lesen” erscheint – das ist ja hier auch ein Problem (habe ich gerade auch noch mal getestet) ?
Außerdem werden “Oben gehaltene” Beiträge nicht auf der Startseite gehalten.Wir werden das hier aber auch noch weiter testen.
Viele Grüße
Hans-Gerd- This reply was modified 8 years, 6 months ago by hagege. Reason: Startseite
May 12, 2016 at 4:52 pm in reply to: Oben gehaltene Beiträge erscheinen auf jeder Schlagwortseite #631461Hallo Andy,
es geht mir keineswegs um ein verändertes Layout der Archive- bzw. Tag-Seiten.
Sorry, vielleicht habe ich mich ja missverständlich ausgedrückt, daher fasse ich hier noch mal alles zusammen:- Es werden Beiträge aufgelistet, die nicht das gewählte Schlagwort “Lesen” haben. Bei diesen Beiträgen habe ich aber “Diesen Beitrag oben halten” (Quickedit bei dem Beitrag) angeklickt. Diese Beiträge (siehe screenshot) sollen natürlich bei der Auflistung nicht erscheinen. Bei einem Standard WP-Theme (getestet mit twenty fourteen und twenty sixteen) erscheinen diese Beiträge korrekterweise nicht.
http://i.imgur.com/Ggt0Ijz.jpg - Es werden unter enfold (Rasterlayout) weit weniger Beiträge aufgelistet als bei einem Standard WP-Theme (getestet mit twenty fourteen und twenty sixteen). Ich habe gerade bei enfold 23 Beiträge gezählt, wobei die drei oberen Beiträge auf jeder Seite erscheinen.
Bei twenty fourteen habe ich gerade 55 Beiträge mit dem Schlagwort “Lesen” gezählt. Laut “Beiträge”->”Schlagwörter” gibt es 59 Beiträge mit dem Schlagwort “Lesen” – da kann ich mich auch verzählt haben. Auch bei dem “alten” theme (logger) war die Anzahl der Beiträge größer. - Das Problem taucht nur beim Raster-Layout auf. Wenn ich unter “Blog-Gestaltung” auf “Einzelner Autor, kleines Miniaturbild” umschalte, dann erscheinen alle Beiträge (ca. 59) und die “oben gehaltenen” Beiträge erscheinen wie gewünscht nicht.
Das betrifft natürlich alle Tag-Seiten.
Mir scheint, dass das also tatsächlich mit enfold (insbesondere mit dem Rasterlayout) zusammenzuhängt.
Ich hoffe, ich habe mich jetzt klarer ausgdrückt.
Danke für Deine Hilfestellung und Dein Verständnis (der Punkt ist leider nicht unwichtig für uns – SEO, etc.).Viele Grüße
Hans-Gerd- This reply was modified 8 years, 6 months ago by hagege.
-
AuthorPosts