kansas3d
Forum Replies Created
-
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Possible to add REJECT Button?Thanks a lot @aahulsebos!
Great I didn’t know it does the same function.
Thank you I’ll rename it there.Have a great day.
- This reply was modified 5 years, 7 months ago by kansas3d.
Forum: Plugins
In reply to: [Responsive Tabs] How to get CSS removed?Thanks WP Darko, it worked.
That’s what I did:add_action('wp_print_styles', 'mytheme_dequeue_css_from_plugins', 100); function mytheme_dequeue_css_from_plugins() { wp_dequeue_style( "rtbs" ); }Forum: Plugins
In reply to: [Responsive Tabs] How to get CSS removed?Hi WP Darko,
thanks for your answer.
I am using this code in my theme’s twentyseventeen functions.php.
I want to remove the complete css of “responsive-tab” plugin.Doesn’t your code integrate CSS?:
add_action( 'wp_enqueue_scripts', 'remove_stylesheet', 20 ); function remove_stylesheet() { /* Here */ }Thanks
Forum: Plugins
In reply to: [AWP Classifieds] AWPCP Search Ads Widget ResultsI just sent you the details again via contact form.
Did you get it?
Thanks
Forum: Plugins
In reply to: [BP Profile Search] Profile fields not appearing in BP profile search BackendThank you so much Andrea Tarantini!
That fixed it.
Thanks a lot
Forum: Plugins
In reply to: [amr users] User search results on different pageThank you for your quick response!
Yes that’s it almost thanks 🙂
Is it also possible to remove the empty list, the dropdown field and buttons?
I would like to have just a keyword search field and a search button.
After searching for a keyword it should lead to a different page with the results.On the new loaded results page there can be the list and all the dropdown fields and buttons. I just would like to have the search on the sidebar then.
Is it also possible to get checkboxes for the search, not only dropdown fields?
Thank you
Forum: Plugins
In reply to: [AWP Classifieds] Two user types – Only one user type can create classifiedsGreat thank you for the respond!
I’ll try to handle it with a membership plugin and restricted access to the Place Ad page.
Thanks a lot!
Forum: Plugins
In reply to: [PayPal Responder] Email Auto ResponderThanks Maeve for the response!
Yes I checked everything and tried to use different email addresses but sadly nothing works.
Sadly I still don’t get any email out.Forum: Plugins
In reply to: [Hupso Social Media Share Buttons] remove "Share" hrefThank you kasal for that awesome plugin!
It works and I could change the URL the share button is leading to.
Is it also possible to remove the share button too?
I just want to start with the tweet button and don’t need the Share image in front of it.
Thanks a lot!
Forum: Plugins
In reply to: [PayPal Responder] Email Auto ResponderI now also installed the plugin WP Mail SMTP with the settings from the tutorial (http://www.fastsecurecontactform.com/godaddy-email) but still no luck.
My contact form works with all these settings in this tutorial but paypal responder still doesn’t want to work 🙁
Forum: Fixing WordPress
In reply to: Blog post page with different templateThank you Rajavenkateshwaran and alchymyth for your responses.
I’m using Buddypress as Childtheme.
I tried to put blogs-loop.php in my child folder but nothing happens.If I select the own created php-File and add is as template in the Page it’s working and using it noW 🙂
But Only when I’m leaving Settings > Reading empty under static page > Post page.
But how do I get the an overview of all posts on this site now?
The code I’m currently having in doen’t show anything:
<?php if ( have_posts() ) : ?> <?php /* Start the Loop */ ?> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content', get_post_format() ); ?> <?php endwhile; ?> <?php twentytwelve_content_nav( 'nav-below' ); ?> <?php else : ?> <article id="post-0" class="post no-results not-found"> <?php if ( current_user_can( 'edit_posts' ) ) : // Show a different message to a logged-in user who can add posts. ?> <header class="entry-header"> <h1 class="entry-title"><?php _e( 'No posts to display', 'twentytwelve' ); ?></h1> </header> <div class="entry-content"> <p><?php printf( __( 'Ready to publish your first post? <a href="%s">Get started here</a>.', 'twentytwelve' ), admin_url( 'post-new.php' ) ); ?></p> </div><!-- .entry-content --> <?php else : // Show the default message to everyone else. ?> <header class="entry-header"> <h1 class="entry-title"><?php _e( 'Nothing Found', 'twentytwelve' ); ?></h1> </header> <div class="entry-content"> <p><?php _e( 'Apologies, but no results were found. Perhaps searching will help find a related post.', 'twentytwelve' ); ?></p> <?php get_search_form(); ?> </div><!-- .entry-content --> <?php endif; // end current_user_can() check ?> </article><!-- #post-0 --> <?php endif; // end have_posts() check ?>Thanks a lot
Forum: Plugins
In reply to: [Theme My Login] Password typing protectionI was pretty sure that I didn’t save the password in the browser.
I now tested it with another user and it’s not saved there.
So looks like it was my fault 😛
Sorry for that.
If it will show up the next days with the other user account i’ll let you know. But I hope that’s it.Thank you for the help Jeff!
Forum: Plugins
In reply to: [BP Profile Search] Profile Search refineGreat thanks aldereteka for the information 🙂
I appreciate itForum: Plugins
In reply to: [BP Profile Search] Profile Search refineThanks Andrea and Aldereteka for the information and help!
I really appreciate it a lot!
@andrea thanks the plugin is great!
@aldereteka do I understand it right that BPUAT PRO does provide several forms? Can it be on the same page or just on different pages? And does it have to be the PRO version or does BPUAT Lite provide that too?
Thanks you both