I’ve got a problem with author boxes in a page using generate press. It always shows a “by” directly above the boxes and I can’t get rid of it.
Screenshot: https://postimg.cc/CR2mCg0c
Deactivating “Show Title” in the author box-options doesn’t help. We use the theme GeneratePress. Does anybody know, what the issue is here?
Thanks a lot!
]]>BUG already defined in /home/cluster-sites/6/c/childrenshospitalpyjamas.co.uk/public_html/wp-config.php on line 86
Warning: Constant WP_DEBUG_DISPLAY already defined in /home/cluster-sites/6/c/childrenshospitalpyjamas.co.uk/public_html/wp-config.php on line 87
Warning: Constant WP_DEBUG_LOG already defined in /home/cluster-sites/6/c/childrenshospitalpyjamas.co.uk/public_html/wp-config.php on line 88
Warning: Cannot modify header information – headers already sent by (output started at /home/cluster-sites/6/c/childrenshospitalpyjamas.co.uk/public_html/wp-config.php:86) in /home/cluster-sites/6/c/childrenshospitalpyjamas.co.uk/public_html/wp-admin/includes/misc.php on line 1431
Warning: Cannot modify header information – headers already sent by (output started at /home/cluster-sites/6/c/childrenshospitalpyjamas.co.uk/public_html/wp-config.php:86) in /home/cluster-sites/6/c/childrenshospitalpyjamas.co.uk/public_html/wp-includes/functions.php on line 6935
Warning: Cannot modify header information – headers already sent by (output started at /home/cluster-sites/6/c/childrenshospitalpyjamas.co.uk/public_html/wp-config.php:86) in /home/cluster-sites/6/c/childrenshospitalpyjamas.co.uk/public_html/wp-admin/admin-header.php on line 9
Warning: Cannot modify header information – headers already sent by (output started at /home/cluster-sites/6/c/childrenshospitalpyjamas.co.uk/public_html/wp-config.php:86) in /home/cluster-sites/6/c/childrenshospitalpyjamas.co.uk/public_html/wp-includes/option.php on line 1171
Warning: Cannot modify header information – headers already sent by (output started at /home/cluster-sites/6/c/childrenshospitalpyjamas.co.uk/public_html/wp-config.php:86) in?/home/cluster-sites/6/c/childrenshospitalpyjamas.co.uk/public_html/wp-includes/option.php?on line?1172
Can anyone help as I’m doing this for an amazing charity and really want to get it live for them. Any help or advice at all is gratefully received!
]]>i have a website and use the “posts” plugin.
Now i have 3 words/strings that are in english, but the website is german and also german is selected in backend. The website is only available in german, so i don′t use wpml/loco translate or a other translations plugin.
The words/strings that acutally in the post plugin are visibible in EN are the follows:
Categories: xxx
Published On: xxx
By xxx
How i can see this in German?
In my child theme (functions.php) for “Published On:” i try this function, but without success:
add_filter( ‘gettext’, ‘meine_beitraege_uebersetzung2’ );
function meine_beitraege_uebersetzung2( $translation2 ) {
if (‘Published On:’ === $translation2 ) {
$translation2 = ‘Ver?ffentlicht:’;}
return $translation2;}
I hope you can help me.
Yours sincerely
Tania
I′m currently use LearnPress theme with your plugin and I need two ways of payments. If the customer is from USA he pays to an Estonian company. But the rest of the world the payment is to a LLC in USA.
Do you have some add-on to do this? I think is similar to do some payments by country, right?
Thanks a lot
Alex
Thanks
]]>C’è qualche funzione presente che non attivato – ho visionato le varie guide – ma a nulla fa riferimento a questo problema. Allego screenshoot. unmanaged by wc
]]>I’ve created a woostore (https://nypeti.hu/shop/) and I’d like the functions for ordering my products by price, searching products using min and max price sliders, and so on, but those don’t work at all.
WordPress has got the widget for em, which I placed on the elementor canvas designing my store, they look nice and all, except that they don’t work at all… you can try ordering ’em by price, and nothing will happen…
What am I doing wrong?
Or if this stock woocoomerce and elementor pro is not enough to design a fully cusuizable store what kind of plugin are you recommending?
Thank you.
]]>I set that by default, all products are sorted by price – high to low.
I want to change that only for 1 category. We sell pools and pool equipment, so I want to change that everything within the Pools (Bazeni) category is sorted from low to high. I tried few codes that I found, but had no luck. Here’s an example:
add_filter('woocommerce_get_catalog_ordering_args', 'tk_woocommerce_catalog_orderby');
function tk_woocommerce_catalog_orderby( $args ) {
if( is_product_category( 'bazeni' ) ) {
$args['orderby'] = 'meta_value_num';
$args['order'] = 'DESC';
$args['meta_key'] = '_price';
}
return $args;
}
I tried changing the product category from ‘bazeni’ to a directory (subcategory) that has products inside of it, yet, still nothing changed.
Kind regards
]]>First of all, thank you so much for this great plugin! I’m starting to get a handle on it and i’m lovin’ it!
I would like to set the “Folding” option to be opened by default.
Is it possible to do? If so, how? I can add custom codes to my functions.php if necessary.
Looking forward to your replies and happy new year!
Josh
]]>