edtwodth
Forum Replies Created
-
And if uou start a new site with the Hello Plus setup wizarrd, you get a blank screen in “Choose your website template kit”?
It’s happens both on local server and live website, clean install
Forum: Themes and Templates
In reply to: [Twenty Twenty-Four] Is this grid layout possible?thanks @jordesign, do you have som links to something I could look at?
Forum: Themes and Templates
In reply to: [Twenty Twenty-Four] margin between footer and post templatefooter.wp-block-template-part {margin-top:0}
Forum: Themes and Templates
In reply to: [Twenty Twenty-Four] Boxed layoutSucces, thanks @jordesign!
- This reply was modified 2 years, 4 months ago by edtwodth.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Four] Boxed layoutHi, @jordesign, can’t really get it to work unfortunately. Where do I do this “set the group to be ‘Wide’ aligned” thing? If I set a background color, the entire page gets the color.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Four] Boxed layoutHi @jordesign – Thank you!! I will take a look at it π
Hi @keraweb thanks, but that’s not working either …
Ok, found this …
A better documentation maybe?
https://ww.wp.xz.cn/support/topic/custom-taxonomy-not-shown-in-document-panels/
Hi
I have only elementor installed? but when I disable elementor it’s the same
And my settings?
https://www.dropbox.com/s/r2pfaufrnzwk7aw/Sk%C3%A6rmbillede%202020-09-30%20kl.%2020.42.50.png?dl=0
and
https://www.dropbox.com/s/dj7z44m6rdq2zw2/Sk%C3%A6rmbillede%202020-09-30%20kl.%2020.42.58.png?dl=0
Hi, yes in the query settings of the posts widget
I found the solution:
add_action( ‘elementor/query/arkiv_nyhed’, function( $query ) {
$query->set( ‘meta_key’, ‘content_type’ );
$query->set( ‘meta_value’, ‘news’ );
} );