brudi
Forum Replies Created
-
I got it working by editing the plugin files.
Would be great if you add the option for {{order_number}} email-shortcode in the next release.
I noticed something:
its only the last part of the url parmareters that causes the problem.
?activation_key=XXXXXXXXXXXXXXXXXXXXXX&user_verification_action=autologin
If i detlete the “autologin” from the url – everything works fine.
DEBUG mode is now turned on, but theres no error message. As is said if i remove the url-parameters (?activation_key=xxxxxxxx&user_verification_action=autologin) that are added by the plugin, its working.
greets
The URL is: http://battle.vanbruda.de/join/
After verification User gets redirected to http://battle.vanbruda.de/dashboard
There you can upload a picture.
Greets
think about it like post owners.
Every post has two individual post owners that change from post to post.
But i dont want every “Editor” to be able to edit every post.
Lets say there are 100 editors.
Every post has exactly two Editors/ authors (call it what you want).
The next post can have 2 totaly different Editors. But its alwasy two per Post and they change dynamically.
Only these two Editors should be able to edit the post, that is associated with them.
The other 98 editors/authors dont should be able to edit this specifc post.
Maybe now you get what i mean.
Forum: Plugins
In reply to: [Make Column Clickable for Elementor] Plugin das not work with ajax filteringI found a solution – Replace the the js code in the assets folder “make-column-clickable.js” with this code ->
jQuery( function( $ ) {
$( document ).on(“click”, “body:not(.elementor-editor-active) .make-column-clickable-elementor”, function( e ) {
if ( $( this ).data( ‘column-clickable’ ) ) {
if ( $( e.target ).filter( ‘a, a *, .no-link, .no-link *’ ).length ) {
return true;
}window.open( $( this ).data( ‘column-clickable’ ), $( this ).data( ‘column-clickable-blank’ ) );
return false;
}
});
});After that,dont forget to purge your cache.
Hey Mazhar,
I just realized, that i missed to add some critical information.
I´m not trying to add Woocommerce Product Gallery. Im trying to ad a regular Image-Gallery (mapping to ACF Gallery Field).
But the Problem is the same – Only the first Image apperas in the ACF Gallery.
I dont know if thats a whole nother issue.
“if only one image, show perfect on frontend but if more than one images not showing on frontend”
I have exactly the same problem. This really needs to be fixed!
Im not 100 % sure but i thougt , that it worked some weeks ago but changed with one of the last updates.
@spandipants go for it and start a new thread – i think its a good idea
this really shoud not be marked as resolved. I also use the paid elementor pro version and it worked fine at the beginning.
Please fix this. I get lots of traffic through some images – if the title tag is missing thats really bad.
Same here! I have added a title tag in the media library for every image but it does not work.
For example on this page:
http://brudiletten.de/adiletten-damen-herren-badelatschen/
It seems to have happend with one of the latest Updates
- This reply was modified 8 years, 4 months ago by brudi.