webdesignerwp
Forum Replies Created
-
Hi Michael Tina, should these settings enable the blog page to show in the breadcrumb on a category page without additional code?
1. SEO –> Search Appearance — Show Blog Page –> On
2. Settings –> Reading –> Posts Page –> (select page)The breadcrumb is being displayed via a shortcode
[wpseo_breadcrumb]Thank you
Good Morning Maybellyne,
Can you please offer a generic solution of how to add the blog page to the breadcrumb on a category archive?
Thank you.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Product Variation Add to Cart Button MissingFor anyone else with this issue, the culprit was this line of code:
‘$(‘a[href*=#]:not([href=#], a.vc-carousel-control, a.vc_carousel-control, .wpb_tabs_nav a, a.acomment-reply.bp-primary-action)’).click(function() {‘
Changed to:
‘$(‘a[href*=”#”]:not([href=”#”], a.vc-carousel-control, a.vc_carousel-control, .wpb_tabs_nav a, a.acomment-reply.bp-primary-action)’).click(function() {‘Forum: Plugins
In reply to: [WooCommerce] Woocommerce Product Variation Add to Cart Button MissingHi Jrwpsolution,
The dispaly:none appears in variable.php on line 44:
‘<div class=”single_variation_wrap” style=”display:none;”>’Forum: Plugins
In reply to: [Enhanced Category Pages] Formatting not showing up on Category PageThank You, that worked.
Forum: Plugins
In reply to: [Enhanced Category Pages] Formatting not showing up on Category PageI have a page.php, no content-page.php
<?php /** * The template for displaying all pages. * * This is the template that displays all pages by default. * Please note that this is the WordPress construct of pages and that other * 'pages' on your WordPress site will use a different template. * * @package WordPress * @subpackage GoPress WPExplorer Theme * @since GoPress 1.0 */ get_header(); ?> <div id="primary" class="content-area clr"> <div id="content" class="site-content left-content" role="main"> <?php while ( have_posts() ) : the_post(); ?> <article id="post-<?php the_ID(); ?>" class="clr"> <?php if ( !is_front_page() ) { ?> <header class="page-header clr"> <h1 class="page-header-title"><?php the_title(); ?></h1> </header><!-- #page-header --> <?php } ?> <?php if ( has_post_thumbnail() ) { ?> <div class="page-thumbnail"> <img src="<?php echo wpex_get_featured_img_url(); ?>" alt="<?php echo esc_attr( the_title_attribute( 'echo=0' ) ); ?>" /> </div><!-- .page-thumbnail --> <?php } ?> <div class="entry clr"> <?php the_content(); ?> <?php wp_link_pages( array( 'before' => '<div class="page-links clr">', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>' ) ); ?> </div><!-- .entry-content --> <footer class="entry-footer"> <?php edit_post_link( __( 'Edit Page', 'wpex' ), '<span class="edit-link clr">', '</span>' ); ?> </footer><!-- .entry-footer --> </article><!-- #post --> <?php endwhile; ?> </div><!-- #content --> <?php get_sidebar(); ?> </div><!-- #primary --> <?php get_footer(); ?>Forum: Reviews
In reply to: [Enhanced Category Pages] Great Idea, but didn't workPHP 5.3
Plugins:
BackupBuddy Version 4.0.2.1
Black Studio TinyMCE Widget Version 2.2.2
Custom Team Manager Version 2.4.1
Disable Comments Enable Comments Version 1.01
Easy Code Placement Version 2.5
Google Calendar Feed Reader Version 1.0
iframe Version 3.0
iThemes Security Version 4.6.6
Nivo Slider WordPress Plugin Version 1.8.1
Symple Shortcodes Version 1.6
WP-SpamShield Version 1.7.6I don’t know why, but today it is working fine. I didn’t undo the change to the htaccess, only reverted the plugin folder name back to the orginal, then I simply tried to navigate to the new login page and it worked.
Ok thank you, I’m able to log in now. But how do I re-enable the Plugin? If I change the folder name back to the original I’m logged out and unable to navigate to the login page again.
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Security Failure ErrorFor anyone else who has this problem, I clicked the convert to Beta link at the bottom of the screen and that cleared up this and another problem.
Forum: Themes and Templates
In reply to: Can't remove background color and insert full page backgroundThank you, the important did the trick!
Forum: Fixing WordPress
In reply to: Images not showing on this page viewIn case anyone else runs into this issue–appears that someone unchecked display thumbnails in the Woocommerce Display settings. Hopefully this post will save someone else a few hours of troubleshooting.
Forum: Themes and Templates
In reply to: CSS for slider background color?Thank you so much! I honestly thought I had tried that, but I must have written something wrong!
Forum: Themes and Templates
In reply to: Help Adding a Widget Area to Genesis Magazine Child Theme HeaderThank you for your suggestion, but I don’t have an account with Studiopress. I am customizing a theme for an existing site that was built on the Genesis Framework, not a new install.
Forum: Plugins
In reply to: [Social Author Bio] social icons missingHi Nick,
It was Jetpack that was causing the rewrite. I diasbled Photon (Give your site a boost by loading images in post and posts’ featured images from the WordPress.com content delivery network. We cache your images and serve them from our super-fast network, reducing the burden on your web host with the click of a button.) and the icons now show. Any ideas how to use both concurrently?