Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)
  • Thread Starter kansas3d

    (@kansas3d)

    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.
    Thread Starter kansas3d

    (@kansas3d)

    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" ); 
    }
    Thread Starter kansas3d

    (@kansas3d)

    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

    Thread Starter kansas3d

    (@kansas3d)

    I just sent you the details again via contact form.

    Did you get it?

    Thanks

    Thread Starter kansas3d

    (@kansas3d)

    Thank you so much Andrea Tarantini!

    That fixed it.

    Thanks a lot

    Thread Starter kansas3d

    (@kansas3d)

    Thank 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

    Thread Starter kansas3d

    (@kansas3d)

    Great 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!

    Thread Starter kansas3d

    (@kansas3d)

    Thanks 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.

    kansas3d

    (@kansas3d)

    Thank 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!

    Thread Starter kansas3d

    (@kansas3d)

    I 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 🙁

    Thread Starter kansas3d

    (@kansas3d)

    Thank 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

    Thread Starter kansas3d

    (@kansas3d)

    I 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!

    Thread Starter kansas3d

    (@kansas3d)

    Great thanks aldereteka for the information 🙂
    I appreciate it

    Thread Starter kansas3d

    (@kansas3d)

    Thanks 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

Viewing 14 replies - 1 through 14 (of 14 total)