Forum Replies Created
-
AuthorPosts
-
November 13, 2024 at 12:19 pm in reply to: remove no products found on woocommerce Taxonomy. #1471212
Hi Ismael,
if i have categories in woocommerce without porducts it shows me the following Text:i dont want to deactivtate this https://imgur.com/03eJ43c
Editing the 404 page is not an option for me. The 404 page should remain there.
Thanks
Chris
thanks! That worked!
cheers
Chris
April 24, 2024 at 9:38 pm in reply to: remove prev/next link from source code for full width slider #1440733Hi Isamael, thanks! i would like to remove it from the full width slider. When i disable the Navigation the prev/next link is still in the source code. Is there a solution to get rid of these links.
Thanks
ChrisApril 12, 2024 at 12:41 pm in reply to: Prevent Scroll to top after Sorting products in Productview #1439819thanks! this worked well! Thanks for the good support :-)
function custom_post_slider_entry_excerpt( $excerpt, $prepare_excerpt, $read_more, $entry, $obj_post_slider = null ){ $modify = true; if( $modify ){ $new_excerpt_length = 150; $excerpt = substr( $excerpt, 0, $new_excerpt_length ) . $read_more; } return $excerpt . '...'; } add_filter( 'avf_post_slider_entry_excerpt', 'custom_post_slider_entry_excerpt', 10, 5 );
this works :-)
Thanks for the good support
Hi Guenni007,
thanks a lot! That works! one other thign: How can i make the excerpt end with 3 dots?
Thanks!
Hi Mike, thanks for your answer!
Yes, of course, I can understand and I am aware that the changes to the HTML DOM can cause functions to fail. With einfold, however, all elements work except for the horizontal gallery and the accordion gallery with the picture tag. So maybe you can help me with the horizontal gallery and the picture tag?
The Rewrite Rule option is not working. I dont know why… iam in contact with the plugin support.
Thanks Chris
thanks :-)
hello?
yeah, worked!
Hey Guenni,
thanks :-) No i checked… good works :-) I will try to use you code to trigger the lightbox to hard coded images… thanks :-)
Hi Guenni,
thanks for your answer. You see another way to add a lightbox manually?
Beste regards
Chris
January 19, 2022 at 10:14 am in reply to: remove enfold language switcher and use wpml language switcher #1336150thanks, is working now :-) thank you for your help! So the remove filters didn’t work, right?
January 19, 2022 at 8:31 am in reply to: remove enfold language switcher and use wpml language switcher #1336137Hi Ismael,
this is still the language switcher from enfold. so we can’t find a solution here. Please take a closer look at the problem. I just want to disable the enfold language switcher and use the WPML language switcher.
Thanks
Chris
January 18, 2022 at 5:46 pm in reply to: remove enfold language switcher and use wpml language switcher #1336076Hi Ismael,
thanks for your answer. Nothing changed with the remove_filter. The flags are still there and the wpml language switcher is not shown. Can you have a closer look plz?
best regards
Chris
January 17, 2022 at 5:46 pm in reply to: remove enfold language switcher and use wpml language switcher #1335903Hi Ismael,
thanks for your answer. I dont want to use the CSS solution. Unfortunately the filters don’t work. When I use the filters, the flags are shown twice in the header. I would like to turn off the enfold flags and use WPLM’s language switcher, please.
Best regards
Chris
Hi Isamel,
i did this. But the result is the same. Can you have a closer look plz?
Best regards
Chris
Hi Ismael,
the map is always there: https://imgur.com/GVqw8Wy Hope the screenshot helps
Oh… Thanks Yigit! Your are the best. Have a nice day.
Best regards
Christhe thing with image i solved. Was a porblem with svg images …
Hi Ismael,
i removed the old theme completly. I had already deactivated all plugins. Nevertheless, the CSS merge does not work. Furthermore, the logo that I set in the enfold settings has also disappeared. There’s a bug somewhere. Unfortunately, I cannot find it. You can deactivate the plugins if you reactivate them after your work. Thanks!Hi Ismael,
i also cant find the problem. Also after updating enfold to the latest version nothing changed. CSS Merge is not possible. Can you dive deeper in this issue?
Best regards
Chris
Hi Ismael,
that was the issue. i deleted the old enfold theme folder, than srcset was included.
I wouldn’t have thought of that because the old theme folder was renamed and the theme was not active either. Strange why a conflict arises then?Best regards
Chris
Hi,
i added the theme editor to wordpress. You can have a look now. I also deactivated the Plugin “imagify”.
is the scrset function available by default for this type of slider?Best regards
Chrisyou can find the credentials in the private section. Plz. let me know how to use SCRSET in a slider full width…
Thanks
I also tryed this. There i have the same issue, no SCRSET Tag is added.
Thanks,
Chris
Hi, thanks for your answer.
i had acitvated the responsive Imgages in the global settings. I also have different image sizes to downscale imagesizes. But it is not working.
I look forward to got some help with this request.
ThanksHi,
thank you very much for your response.
Can you send me a screenshot of this setting. I dont have it. i use the enfold version 4.8.3
Thanks,
Chris
thanks for your answer!! I take a look and responsive images are activated in enfold settings. I also use the Full width Slider. But the Srcset-Tag is not loaded. (Screenshot). Any ideas?
- This reply was modified 3 years, 3 months ago by Chris_85.
thanks! it has something to do with the custom post type changes. I made changes so that this custom post type is called “lexikon” and no longer Portfolio. Is it possible for both to work? Maybe change the permalinks first, then make the changes in the ChildTheme?
Best regards
Chris
-
AuthorPosts