asky09
Forum Replies Created
-
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] How can I delete the header of the adsOh perfect! Thank you!
ahhh thank you very much!! You are the best!!
Ahhh thank you!! But I have only one problem.
The users are registered with WP-Members, so when they are registered and this code is active they still can’t see the email address.
How do I have to adjust the code?Thank you very much for your help!!
best regards
LuisaForum: Themes and Templates
In reply to: [OceanWP] How can I delete the sidebaryou are my hero
Forum: Themes and Templates
In reply to: [OceanWP] How can I delete the sidebarouu thank you very much!!
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] New add only with an accountadd_filter( ‘register_url’, ‘my_register_url’ );
function my_register_url( $url ) {
if( is_admin() ) {
return $url;
}
return “https://link/to/your/registration/url/”;
}
add_filter( ‘login_url’, ‘my_login_url’, 10, 2 );
function my_login_url( $url, $redirect = null ) {
if( is_admin() ) {
return $url;
}
$r = “”;
if( $redirect ) {
$r = “?redirect_to=”.esc_attr($redirect);
}
return “https://link/to your/login/url/”.$r;
}Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Design of highlighted Adshmm unfortunately, the shortcode doesn′t work.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Change price to a mandatory itemperfect thank you very much!
You are my hero ??Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Change the designcool, thank you very much!!
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Change the designcool, thank you very much!
My last question: how can I change the size of the buttons?Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Change the designHey,
thank you for your fast response!
Our website isn′t online yet. So I try to describe my problem.
The buttons have a grey background and the icons are red, can I change the colours and the size of the buttons?best regards