nfischer83
Forum Replies Created
-
Forum: Plugins
In reply to: [Randomize] Shortcode ErrorOkay, I fixed this. The problem is that I’m hosted at WP Engine.
For anyone hosting at WP Engine, you have to manually enable the option for posts to be in random order:
https://wpexplorer-themes.com/total/docs/random-order-wpengine/Forum: Plugins
In reply to: [10WebSocial] My Instagram Got Hacked From ThisI have already taken necessary steps to secure my account again.
You saying that my claim is baseless is false. It’s not a coincidence that I have never experienced a security issue with any online account, ever… but then within minutes of connecting to this plugin, my account becomes compromised.
I posted this to inform of a potential security issue with the plugin to have investigated. If you don’t believe me, then whatever.
Forum: Plugins
In reply to: [Yoast SEO] “Connection Lost” Error when Yoast SEO is ActivatedThanks for the additional info.
a) I re-saved permalinks, no change.
b) Installed and ran, no change.
c) Problem persist even when all other plugins / add-ons are turned off. Only YOAST and VC activated.
d) Problem persist even when all other plugins / add-ons are turned off. Only YOAST and VC activated.Yes, I understand that the problem goes away when I turn off VC. But the problem also goes away when I turn off YOAST and leave VC on. So it goes both ways. Them being activated together is causing the issue.
I have checked the hosting account and there are no issues on that end.
For the first link you provided: I’ve added a php.ini file to increase allotted memory there as well. No change.
For the second link you provided: I ran a test on pingdom and didn’t notice any abnormal results that would indicate any issues.Forum: Plugins
In reply to: [Yoast SEO] “Connection Lost” Error when Yoast SEO is ActivatedThanks for the info. I tried your suggestion of increasing the memory limit and it didn’t seem to resolve the issue. Same behavior occurs.
The problem must be related to Yoast in some way, as the error DOES NOT occur when Yoast SEO if turned off. It only occurs when they are both turned on. I do not experience this on any other site that I manage with these same plugins (numerous) so I’m kind of stumped as to why this specific site is experiencing this problem. They are all on the latest versions and I did fresh installs as well.
I have already searched thoroughly through the VC support and comments sections, which is why I thought posting here to see if anyone else had experienced a similar issue.
I am having the same problem. Need a fix asap.
Thanks
Warning: include_once(aftership-fields.php) [function.include-once]: failed to open stream: No such file or directory in /home/content/49/9502349/html/nxgenemployees/wp-content/plugins/aftership-woocommerce-tracking/aftership.php on line 117 Warning: include_once() [function.include]: Failed opening 'aftership-fields.php' for inclusion (include_path='.:/usr/local/php5_3/lib/php') in /home/content/49/9502349/html/nxgenemployees/wp-content/plugins/aftership-woocommerce-tracking/aftership.php on line 117
Forum: Themes and Templates
In reply to: Prevent Featured Image on Single Post page<?php ?> <?php if (has_post_thumbnail()): ?> <div class='post-img'><?php ts_the_resized_post_thumbnail_sidebar(array('full', 'one-sidebar', 'two-sidebars'),get_the_title()); ?></div> <?php endif; ?> <?php if (get_post_meta(get_the_ID(), 'show_page_content',true) != 'no'): ?> <?php the_content( ); ?> <?php wp_link_pages( array( 'before' => '<div class="page-links">' . __( 'Pages:', 'sentiment' ), 'after' => '</div>' ) ); ?> <?php endif; ?>
Forum: Fixing WordPress
In reply to: WordPress Admin Directory ErrorOkay. So after I just confirmed to you like 4 times that I have followed each step, you telling me that I missed a step? lol
I have done this before. It’s not like I’m brand new to doing this.
Forum: Fixing WordPress
In reply to: WordPress Admin Directory Erroryes.
Forum: Fixing WordPress
In reply to: WordPress Admin Directory ErrorStep 14. Sometimes you would need to restart your server, otherwise your server may give out an error. (happens in MAMP software (Mac)).
Forum: Fixing WordPress
In reply to: WordPress Admin Directory ErrorBesides “restarting your server”. I have no idea how to do that. It’s not my server. It’s on GoDaddy.
Forum: Fixing WordPress
In reply to: WordPress Admin Directory ErrorYes. I followed all of those steps. I’ve done this multiple times on many different sites and have never had this problem. This is the first time I have ever seen this.
Forum: Fixing WordPress
In reply to: WordPress Admin Directory ErrorYes. I’m pretty sure. I selected every singe file and did a move into the root directory. Unless there is something that I’m not understanding about this process?
Forum: Plugins
In reply to: [Contact Form 7] Email notification text turns into HTMLI’m still looking for a resolution. Please respond….
I seemed to have noticed that I could just apply this to each column individually by using
.tablepress-id-1 .column-1 {
white-space: nowrap;
}
and then just do that for every column.So I think I’ve got it! Unless you have a more efficient idea?
Thanks again!This worked perfect. Thanks for the advice!
Now I am wondering, is there a way this can be applied to the entire table as well? This code applied directly to the table headers which is exactly what I was looking for, but it did not apply this to each column. Any advice to apply this to every cell? Or row? Or column?
Thanks again!