Forum Replies Created
-
AuthorPosts
-
November 27, 2019 at 12:09 pm in reply to: Warning: Division by zero av-helper-slideshow.php #1160600
Hi Nikko, thanks for fast answer,
i take this solution to hide the PHP Warningin wp-config.php
/* Fehlermeldung anzeigen + PHP Warnings ausblenden */
ini_set(‘display_errors’,’Off’);
ini_set(‘error_reporting’, E_ALL );
define(‘WP_DEBUG’, false);
define(‘WP_DEBUG_DISPLAY’, false);since it is only a warning, I think that i can simply disable it or am I wrong?
The shop is online and therefore a bit difficult to test
- This reply was modified 4 years, 11 months ago by siteraum.
November 14, 2019 at 2:54 pm in reply to: Relevanssi not showing results in the search form / on Search Page is working! #1156808Find a temporary solution from Yigit (replace class-avia-relevanssi.php): https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_6_3/class-avia-relevanssi.php now everything is working, So you can close the tread
Thank you
November 14, 2019 at 11:09 am in reply to: Relevanssi not showing results in the search form / on Search Page is working! #1156703Hi Ismael, thanks for answer,
the snippet I removed- is not in the child function.
the first site is working with the snippet (old Version Enfold)the second domain is with new enfold and WordPress and without the snippet. But ist still not working. I remove the Plugin Relevanssi and install it again and build new index- but still not working and I get admin-ajax.php error (see screenshot privat)
when i deactivate the Plugin the live search box is working
Thank you
- This reply was modified 5 years ago by siteraum.
Hi Rikard, thank you
October 31, 2018 at 3:17 am in reply to: Google Structured Data hcalender "Location" Error & The Event Calendar #1028344Hi Ismael,
yes i have put the whole “config-events-calendar” folder int the child-theme and delete the “vevent hentry” entry in the css instruction <div id=”tribe-events-content” class=”tribe-events-single vevent hentry“> in the single-event.php. And now is working- the markup hcalandar is removed.
Thank you allOctober 28, 2018 at 11:13 am in reply to: Google Structured Data hcalender "Location" Error & The Event Calendar #1027233i Yigit,
i paste your code- but still shows hcalender- !before i change this <div id=”tribe-events-content” class=”tribe-events-single “> you see in the post before- so the hcalander is not showing. And when i dont do any changes in single-event.php <div id=”tribe-events-content” class=”tribe-events-single vevent hentry“> and paste your code insight the function- it still show the hcalendar please have a look…the reason why hclander not show was that i change this <div id=”tribe-events-content” class=”tribe-events-single vevent hentry“> to this <div id=”tribe-events-content” class=”tribe-events-single“>
October 28, 2018 at 10:29 am in reply to: Google Structured Data hcalender "Location" Error & The Event Calendar #1027228I think the Problem is here:
<div id=”tribe-events-content” class=”tribe-events-single vevent hentry“>
and wen i remove in the <div class vevent hentry (in single-event-php)- the markup up hcalendar is going away. So the css class vevent hentry give the automatic Markup- is that right?
(Sorry for my bad english :))October 27, 2018 at 8:11 pm in reply to: Google Structured Data hcalender "Location" Error & The Event Calendar #1027188i send you (privat),
October 27, 2018 at 6:44 pm in reply to: Google Structured Data hcalender "Location" Error & The Event Calendar #1027157see privat please- i put the script at the end of my function
October 27, 2018 at 6:39 pm in reply to: Google Structured Data hcalender "Location" Error & The Event Calendar #1027149Hi mike, i get a blank page with this code- sorry still not working
October 27, 2018 at 5:38 pm in reply to: Google Structured Data hcalender "Location" Error & The Event Calendar #1027121here on the Demo from Enfold (used the Enfold Shema Markup)
https://search.google.com/structured-data/testing-tool?hl=de#url=https%3A%2F%2Fkriesi.at%2Fthemes%2Fenfold-church%2Fevent%2Fcorn-crop-festival%2F
you can see the same Error with hcalenderOctober 27, 2018 at 5:36 pm in reply to: Google Structured Data hcalender "Location" Error & The Event Calendar #1027120ah there was a mistake in add_fillter (double l) – but Nevertheless is not working
October 27, 2018 at 5:33 pm in reply to: Google Structured Data hcalender "Location" Error & The Event Calendar #1027119Hi Mike,
i get a error with this code- i put at at the end of the function (Child-Theme)
sorry :)October 27, 2018 at 5:20 pm in reply to: Google Structured Data hcalender "Location" Error & The Event Calendar #1027109Hi Mike,
you can see (privat) on the Google Structure Data Tool, that we have 3 entries:
– henty (coming from enfold-> markup)
– Event (my custom json-ld)
– hacalendar (coming from Enfold -> markup)and when you click on Event, there you can see that the Location ist correct fetching so I have a Location on my site an with json-ld every things works correct, only the markup entries not working.
and the Location input on my side is under <dd class=”tribe-venue”> and the Adress is inside <dd class=”tribe-venue-location”>- so it cant be a missing Location on my site- becauce you can see on Google Structure Data that Event (json-ld) Location fetching is correct.
So the only thing is complete remove the Markups from Enfold- because when you deactivated it under Theme Oprions- not all Markups are deactived and i told before i make a test with another theme – and every thing is fine. So i think the only way to correct this to remvove complete the markups from Enfold.October 27, 2018 at 4:37 pm in reply to: Google Structured Data hcalender "Location" Error & The Event Calendar #1027084Hi Mike, thank you very much !
October 27, 2018 at 4:17 pm in reply to: Google Structured Data hcalender "Location" Error & The Event Calendar #1027073Hi Mike,
in this file, \single-event.php, i have try to find the markup- but is cant find it, i work 4 days to find the Problem and how i can remove the markup from then Enfold single-event.php – also i try to find it in the helper-markup.php..
When i paste the orginal single-event.php from the Event Calendar inside the enfold single-event.php the markups are away- only the style is missing. So many Themes and sites who use the Enfold Theme has the Problem with the Schema markup (hcalendar-> missing Location) when they use Event. when i use twenty Theme for example – everything is fine- So there must be a solution to completly remove the markups from the Events- the other markups for Example Blog Page, are away when you disable the Automated Schema.org HTML Markup only for the Events is the Markup not correct….- This reply was modified 6 years ago by siteraum.
October 27, 2018 at 3:18 pm in reply to: Google Structured Data hcalender "Location" Error & The Event Calendar #1027049Hi Mike, thanks for anwser,
i disable the automated Schema org ! :),
i only want to remove the generated Markup from the Enfold-Theme- the hcalendar ect is showing for events- you see it in the example. (privat) and i don`t need a json-ld plugin- – only want to disable the complete markups , and this markup for events is generated from EnfoldThank you
October 12, 2018 at 5:56 am in reply to: Hide the checkbox privacy policy text on the sent email (autoresponder)? #1020596Hi, this solution is work to hide the long privacy policy message in the autoresponder E-Mail
add_filter(‘avf_form_message’, ‘avf_form_message_mod_checkbox’, 10, 3);
function avf_form_message_mod_checkbox($message, $new_post, $form_params) {
$message = str_replace(‘COPY HERE THE WHOLE MESSAGE YOU WROTE UNDER Message below template builder contact forms ‘, ”, $message);
$message = str_replace(‘true’, ‘Ja’, $message);
return $message;
}The result you get in the Autoresponder is only:
Datenschutzerklärung: Ja(script idea from Ismael- thanks)
Hi Rikard,
a wonderfull update Enfold 4.4!! Great Work- thank you very muchperhaps a little Google Map bug? when go to the backend and want to put the Google Map API inside-> the field is for them Mailchimp API not Google API
Google Map
Google recently changed the way their map service works. New pages which want to use Google Maps need to register an API key for their website. Older pages should work fine without this API key. If the google map elements of this theme do not work properly you need to register a new API key.Register an API Key | Tutorial: How to create an API key
Geben Sie einen gültigen Mailchimp API Schlüssel benutzen um alle Funktionen im Zusammenhang mit dem Newsletter zu nutzenhi Basilis,
thanks for answerhi ismael,
thanks for answer,
you are a hero :)i had some mistakes in my function.php- that was the reason- thanky you an sorry about this!!
any help please :)
i make 3 Api Key with this:
i Ismael,
i disable the cache- but same error.
when i put the adress inside and try to fetch koordinaten i get evertime this errori Rikard, i have enter a Adress in the element on the page, but i get everytime this message when i enter an adress and want to get the Kooridinations
Hi Rikard, thank you for answer
but i want to remove the hole block (<figcaption class=”av-inner-masonry-content site-background”>) with Title and price under the image (see link example). so you can see the full square image and the title and price is under the image.thank you Rikard
Hi Ismale,
i have no html tags on page (see private link)Hu Yigit, thanks for answer,okay i understand, but i have the same problem on another demo page and there i dont use any tag, i have make a small video (privat). this Problem i have on 3 sites from clients
thanks Yigit, and again THE BEST THEME!!
Hi Mike, sorry i dont understand what you mean? When you want to delete something in the Google Account you can do this.
Thank you
Hi mike, thank you for answer!
-
AuthorPosts