ruven
Forum Replies Created
-
Forum: Plugins
In reply to: [PHP Everywhere] only works for logged in user?i think this is caused by elementor plugin..
a client brought this up just now. to be honest my first response was, so what. market share is at 3% last time i checked. i state my clients that i dont support IE unless they want to pay extra. screw people using that sad excuse of a browser. IE has always been a joke and a pain in the ass
is this what you mean?
https://developers.elementor.com/custom-query-filter/
// Posts Widget
add_action( ‘elementor_pro/posts/query/tags_only’, function( $query ) {
// Modify the posts query here
$query->set( ‘tag’, get_the_title() );
} );make the text smaller?
im new here but i dont think this is possible. i would love the option to add content and layers over an image element as well. maybe i can via query id?
your link uses flexbox. you can add this feature with some custom css i suppose