ToddWelch
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Pages Will Not LoadNever mind working now
Forum: Plugins
In reply to: [Yoast SEO] Pages Will Not LoadYes I am updated to the newest version. Yes everything is updated and I am using the highest level of shared hosting from siteground.com so that is not an issue. I just switched in fact from Bluehost to Siteground and same issue on both hosts. I have another site on Siteground on the same plan using YOAST without an issue.
If I remove the Top 10 widget from the side bar the error goes away and I have the same list on the home page and no error there.
Good news though the error has vanished this morning and I have done nothing on my end so not sure. very strange.
Similar issue but my editors can not see pretty links at all even if I enable all options in User Roles
- This reply was modified 4 years, 2 months ago by ToddWelch.
Same issue. Unable to allow editors to create pretty links.
Forum: Plugins
In reply to: [EasyAzon - Amazon Associates Affiliate Plugin] Links No Longer WorkI found that my AWS key had been inactive, once I marked as active again everything worked.
Forum: Themes and Templates
In reply to: [OceanWP] Hide Featured Image on Video PostsNever mind figured it out
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Jumping fixed widgetI am having this same issue with the Cherry framework with my widget jumping to the left side of the screen:
https://tcteks.com/how-to/how-to-secure-protect-your-computer-in-7-steps/
Any help would be greatly appreciated.
Forum: Plugins
In reply to: [WP-Members Membership Plugin] WP-Knowledgebase & WP-MembersThanks that seems to have worked
Forum: Plugins
In reply to: [WP-Members Membership Plugin] WP-Knowledgebase & WP-MembersThanks that seems to have worked
Forum: Plugins
In reply to: [WP-Members Membership Plugin] WP-Knowledgebase & WP-MembersChad the plugin updated to version 3 but I am still not seeing an option to block the custom posts
I see this in the release notes “Content blocking now includes Custom Post Types. If you do not have any CPTs, you may not notice this. But if you do, you should see these as a selection under “Content Blocking”.”
I look there and the only options are posts and pages. Any suggestions?
Forum: Themes and Templates
In reply to: [Tidy] SliderI enabled the GMO Show Time plugin and disabled maintenance mode but I am still not finding any way to activate the slider and make changes to it. I want it to look like it does in the theme preview.
Any insights?
Forum: Plugins
In reply to: [WP Job Manager] Remove Sidebar from Job Listing PagesI want to get rid of the side bar here: https://www.changingworldexchange.org/job/office-assistant-volunteer/
Here is the code that I pasted into wp-job-manager/templates/content-single-job_listing.php
I even tried removing the section <?php get_sidebar(); ?> with no effect.
<?php /** * The default template for displaying Single posts * * @package WordPress * @subpackage Charitas * @since Charitas 1.0 */ ?> <?php get_header(); ?> <?php $parallax_image = get_post_meta(get_the_ID(), 'wpl_parallax_image', true); ?> <?php while ( have_posts() ) : the_post(); // start of the loop.?> <?php if( $parallax_image ) { ?> <div class="item teaser-page" style="background: transparent url(<?php echo $parallax_image ?>) 0px -100px fixed no-repeat; "> <?php } else {?> <div class="item teaser-page-list"> <?php } ?> <div class="container_16"> <aside class="grid_10"> <h1 class="page-title"><?php the_title() ?></h1> </aside> <?php if ( ot_get_option('wpl_breadcrumbs') != "false") { ?> <div class="grid_6"> <div id="rootline"> <?php wplook_breadcrumbs(); ?> </div> </div> <?php } ?> <div class="clear"></div> </div> </div> <?php endwhile; // end of the loop. ?> <div id="main" class="site-main container_16"> <div class="inner"> <div id="primary" class="grid_11 suffix_1"> <?php get_template_part( 'content', get_post_format() ); ?> </div><!-- #content --> <?php get_sidebar(); ?> <div class="clear"></div> </div><!-- #primary --> </div> <?php get_footer(); ?>
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Forum: Plugins
In reply to: [WP Job Manager] Remove Sidebar from Job Listing PagesUnfortunately that did not work. No option to disable the side bar.
I do not have a live link as I was working on WAMP. I ended up switching themes a couple times until I found one that worked. I think it was an issue with https://mythemeshop.com free themes not including something because multiple of there themes did not work. I ended up switching to Rundown By Kharis Sulistiyono and that one works fine.