Forum Replies Created
-
AuthorPosts
-
I just uploaded the new version of Enfold and now i get this weird message:
https://jeroch-verlag.de/screens/enfold-weird.jpg
?????October 4, 2019 at 10:54 pm in reply to: URGENT – New Cookie Verdict- technical solutions needed #1145161May i PLEASE have a link to an example??
I am an artist, not a nerd/techie.
Thanx for understanding
MarcusOctober 3, 2019 at 12:29 am in reply to: URGENT – New Cookie Verdict- technical solutions needed #1144316The link you provided is from 2018 and refers to the GDPR.
But 2 days ago there was a verdict from the EuGH which is very new and quite very diffferent from all which has been valid the last year.
Example:
Its not allowed to set any cookies before the user opt in.
This is totally different to the last year.So please confirm that your feature fullfills the actual law – made at 1.10.2019 by EuGh and provide me with a link to a best practice example
Thanx
PS: here is an example of how it should be regarding to what my lawyer said:
Can this be done with Enfold?
You could help with another related topic
1: I got products which have a certain tag assigned
2: All products with this tag should have a borderI cant figure out what the correct selector is.
I tried these:
li .product_tag-tagname {border: 10px solid #000000 !important;}
or
li .product .product_tag-tagname {border: 10px solid #000000 !important;}
or
product_tag-tagname li {border: 10px solid #000000 !important;}
and some others but i dont get itI cant give you acces on my localhost.
You got all informations you need: Name of the plugin, description of the issue – even a statement of the plugin-author.
You dont add Forms to categories.
You just say that this form should be used on all products which belongs to a certain category and yes – this is the case (maybe you should loook what the plugin does?)I did not asked for an explanation how it works actually. I am not stupid.
I asked for a solution to bring the cart button in the masonry element
“How can i add the “Show Detail” button in the masonry shop view?”I am not sure if its correct what i did – but at least its centered now.
But i am not good enough in CSS to know if it is the correct “syntax” and that it does not have effect on other places.
Thats why i ask you.What about this?
#top .avia_cart_buttons .button {
width: 100%;}at least it works.
PS:There is no other custom CSS.
Next one:
How to remove the line-break between “zzgl.” and “Versandkosten”?I GAVE you steps!!
You was the one giving me an absolutely unmatching demo as an explanation.
This clearly states that you didnt even read my initial post.
So dont tell me that you try to help!Once again:
You demo does NOT CONTAIN shipping cost .
How can there be a gap between the price and the shipping cost if you dont even have shipping cost in your demo????1. Now the correct button is visible – but still its not perfectly centered
2: Please note that we are talking about two different product types (“Variable” & “simple & downloadable”)
The problem with having two buttons (weird enough) is only on “simple & downloadable” products. Simply create a poduct like that in your testarea and you will see.
3: Like i already said i C-A-N-T tell you an URL since i i moved it to my localhostby the way.
You demo does NOT CONTAIN shipping cost .
How can there be a gap between the price and the shipping cost if you dont have shipping cost in your demo????
This is so resprectless how you behave !!!!!- This reply was modified 5 years, 9 months ago by MarcusJeroch.
Why are you so uncooperative and unwilling?
I gave you an explanation, i gave you a screenshot and i gave you HTML.
So whats wrong with you?Your screenshot is wrong too
“Show Detail” is exactly the button that should NOT been DISPLAYED.
please read my postNo – i cant.
Didnt work. Now its worse.
Result:
https://marcusjeroch.de/screens/shopbuttons.jpgRemember what the task is:
– Remove “Zeige Details”-Button
– Center “Details”-Button
Btw: Whey are there two buttons anyway??In case you need the HTML:
<div class="avia_cart_buttons "><a href="http://shop.xxxxxx.de/shop/option-test/" class="button"><span aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span> Details</a><a class="button show_details_button" href="http://shop.xxxxxx.de/shop/option-test/"><span aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span> Zeige Details</a> <span class="button-mini-delimiter"></span></div>
January 15, 2019 at 8:52 pm in reply to: Speed values went down the gutter after updating Enfold #1054336and one more:
I ALREADY DID all this work described in the article
It took me half a working day to finetune.
AFTER that i HAD these good values.
Directly AFTER THE UPDATE the values went down the gutter.Did you realize the problem now?
And here is one more problem:
Whatever i try – (even your hints) – i cant get better values.January 15, 2019 at 8:46 pm in reply to: Speed values went down the gutter after updating Enfold #1054330No – i dont.
Please dont tell me not to bother.
Specially not if all values were “Grade A” before the update and are “Grade F” after.I shouldnt bother about having probably the lowest value ever measured?
https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fmarcusjeroch.de%2Fand this tool does say the same
https://tools.pingdom.com/?_ga=2.147351167.994274777.1547577822-1788660672.1547577822#5a14b4f7c3800000
For example it says that there is no compression although there isJanuary 4, 2019 at 5:10 pm in reply to: Speed values went down the gutter after updating Enfold #10500471: I did nothing except updating
2: The fact that gzip is issued althought gzip is active has nothing to do with any thirdpartyscripts. This parameter had an A grade before updating – now it has an F grade.
3: The same with defer javascript & levering browser cache
4: i toggled everything in Enfold > Performance and cleared the cache but still it has the same very bad values1: Good news
2: bad news is that the old code to keep the Combo-widget crashed my my whole website after i updated Enfold.
The code i used was recommended by you and if you do so you should at least mention that in your changelog.
Below you see the the code you gave me.
Now i need to know how i remove the Tag & Comment-tabs from your Widget.
Thanks//entfernt den Kommentarblock und die Datumsangaben aus dem Combo Widget // class avia_combo_widget extends WP_Widget { function avia_combo_widget() { //Constructor $widget_ops = array('classname' => 'avia_combo_widget', 'description' => 'A widget that displays your popular posts, recent posts, recent comments and a tagcloud' ); $this->WP_Widget( 'avia_combo_widget', THEMENAME.' Combo Widget', $widget_ops ); } function widget($args, $instance) { // prints the widget extract($args, EXTR_SKIP); $posts = empty($instance['count']) ? 4 : $instance['count']; echo $before_widget; echo "<div class='tabcontainer border_tabs top_tab tab_initial_open tab_initial_open__1'>"; echo '<div class="tab first_tab active_tab widget_tab_popular"><span>'.__('Popular', 'avia_framework').'</span></div>'; echo "<div class='tab_content active_tab_content'>"; avia_get_post_list('cat=&orderby=comment_count&posts_per_page='.$posts); echo "</div>"; echo '<div class="tab widget_tab_recent"><span>'.__('Recent', 'avia_framework').'</span></div>'; echo "<div class='tab_content'>"; avia_get_post_list('showposts='. $posts .'&orderby=post_date&order=desc'); echo "</div>"; echo '<div class="tab last_tab widget_tab_tags"><span>'.__('Tags', 'avia_framework').'</span></div>'; echo "<div class='tab_content tagcloud'>"; wp_tag_cloud('smallest=12&largest=12&unit=px'); echo "</div>"; echo "</div>"; echo $after_widget; } function update($new_instance, $old_instance) { $instance = $old_instance; foreach($new_instance as $key=>$value) { $instance[$key] = strip_tags($new_instance[$key]); } return $instance; } function form($instance) { //widgetform in backend $instance = wp_parse_args( (array) $instance, array('count' => 4) ); if(!is_numeric($instance['count'])) $instance['count'] = 4; ?> <p> <label for="<?php echo $this->get_field_id('count'); ?>">Number of posts you want to display: <input class="widefat" id="<?php echo $this->get_field_id('count'); ?>" name="<?php echo $this->get_field_name('count'); ?>" type="text" value="<?php echo esc_attr($instance['count']); ?>" /></label></p> <?php } }
Hi
Since the option in the video does not exist anymore the initial question is still not answered:
” I would like to show the Categories, not the Products on the shop landingpage:”
How?regards marcus
August 4, 2018 at 12:37 pm in reply to: Images still on the server although deleted from media-library #993501Hallo Rikard
Since i now deleted the files manually i cant give you any more infos. Ill come back the next time and try to collext as much data i can.
marcusAugust 4, 2018 at 12:35 pm in reply to: Speed – how to remove query strings from static resources #993500Hi Rikard
Please dont recommend me plugins in the first place. Every plugin slows down a bit.
I use a child theme and i need a solution via functions.php (or similar)
thanx marcusAugust 3, 2018 at 9:12 pm in reply to: Images still on the server although deleted from media-library #993355It happens only sometimes and i couldnt figure out under what circumstances it happens
Me too.
I spended a lot of money and time for my website and really dont want to start from scratch.Did not change anything.
Code:<?php /* * Add your own functions here. You can also copy some of the theme functions into this file. * WordPress will use those functions instead of the original functions then. */ function enqueue_parent_theme_style() { wp_enqueue_style( 'parent-style', get_template_directory_uri().'/style.css' ); } add_action( 'wp_enqueue_scripts', 'enqueue_parent_theme_style'); /* Proper way to enqueue styles and scripts */ function theme_name_scripts() { wp_enqueue_style( 'style-name', get_stylesheet_uri() ); } add_action( 'wp_enqueue_scripts', 'theme_name_scripts' ); /* Activate Avia debug mode */ add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; } add_action('tribe_events_single_event_after_the_content', 'tribe_events_single_event_after_the_content_mod'); function tribe_events_single_event_after_the_content_mod() { echo ""; echo do_shortcode("[av_social_share title='Teile diese Veranstaltung' style='' buttons='' custom_class='shareva']"); } add_theme_support('avia_template_builder_custom_css'); add_filter( 'wc_gzd_revocation_admin_mail', 'my_child_set_revocation_admin_mail', 10, 1 ); function my_child_set_revocation_admin_mail( $mail ) { return ' (Email address hidden if logged out) '; add_filter('avf_title_args', 'fix_single_post_title', 10, 2); function fix_single_post_title($args,$id) { if (is_single) { $args['title'] = get_the_title($id); $args['link'] = get_permalink($id); $args['heading'] = 'h1'; } return $args; } }
You want a link?
Just click on this HUGE and BIG link i already gave youMay i please have an answer?
May 31, 2018 at 12:06 am in reply to: Enfold not GDPR compliant – Video with NoCookie from Youtube impossible #964568Sorry but this is not true.
Please read the Hashtag #Abmahnungen on Twitter and you will find out that there are a lot of lawsuits going on since friday – also with Youtube as a reason. -
AuthorPosts