megart04
Forum Replies Created
-
There are no orders in my Paypal account.
But even though the Paypal email was wrong I was surprised no emails showed up in “View Cart” via the plugin. It means I don’t know who bought what. I know an order was made because I received an email from a customer about their order.
I’m trying to look through databases now to find any information.
Forum: Networking WordPress
In reply to: Asking for Opinions if I should have a multi-site installkjodle
Whoa! Thank you for the amazing feedback.
I just posted about this issue again forgetting I tried to tackle it four months ago.
The biggest issue we’ve run into with Multisite is that the videos we posts at blog posts on our core site and the news site should all be searchable under one database and are not because they’re hosted on different sites. That would be the biggest push for change.
Also – I always use a child theme and I wish I had enough time to mess around making a theme or plugin but someone else always is doing it better than me so I usually start from there. I am on Github but intimidated since I don’t feel like a proficient coder but more a designer.
Thank you so much for your time!
Forum: Fixing WordPress
In reply to: Two loops in a PHP file? Featured Image in a sidebar and postAs I was trying to figure this out I inserted a basic post loop (below) above the sidebar-area.. and for whatever reason this fixed my issue. If someone happens to read this and wants to enlighten me to why that fixed things / send a link I would love to know still. Otherwise, thanks.
<?php if ( have_posts() ) : ?> <?php while( have_posts() ) : the_post() ?> <!-- Display Post Here --> <?php endwhile ?> <?php else : ?> <!-- Content If No Posts --> <?php endif ?>
I started to do this but I was fearing that all the advanced custom fields are in the XML file and I only want the one field for description.
Also when I import them won’t that create new posts?
I need them to import into the already created posts that contain all the other categories/field information etc.
Let me know if I’m wrong – and thanks for the response!
Forum: Plugins
In reply to: [Secure Custom Fields] Advanced Custom Fields in RSS FeedHi there! I have several posts created using ACF and none of them are showing up in my feed. I need a little help understanding how to pull the user meta directly into the WP templates – any more information you could provide would be so helpful!
Forum: Fixing WordPress
In reply to: Fatal Error on /wp-admin but rest of site works fine!I had the same exact problem again after a recent wp update to the site. I just deleted the wp-admin and wp-includes directories and this resolved the problem. Thanks for the advice, James. I hope this doesn’t keep occurring on every update.
Forum: Fixing WordPress
In reply to: Cannot modify header information during loginSo I restored a back up from 9 days ago as it’s the last time I remember making changes to the site. My main site, meaganobrien.com, is now completely fine and fixed.
The other four sites on my hosting when visiting wp-admin or wp-login.php show a white screen that only says “Could not connect to server” with no more information.
I am now looking into this issue.Forum: Plugins
In reply to: Website hacked, can't access login or restoreHey, your blog looks good. How did you fix this issue?
I am experiencing a hack right now.
ThanksForum: Fixing WordPress
In reply to: Cannot modify header information during loginThanks for the responses. I tried renaming the plugin in directory just now and this did not work.
I host about 5 wordpress sites from the same hosting. All five sites have this issue and have been hacked into. The post area is flooded with spam. You can see this at these sites:
https://pushevolve.com/
https://portraitforastory.com/
With headlines like “Whats A Good Website To Get Instagram Followers quality”I didn’t notice it before because my site doesn’t prominently feature a blog area and those do.
This is clearly a spammer hacker problem and I have a feeling it’s not meant to be easy to fix. Any help from the community would be welcome. I hope not to lose all my sites.
Forum: Fixing WordPress
In reply to: Cannot modify header information during loginI turned on debug which I hadn’t done before. Everything it lists looks pretty irrelevant (though I’m not a pro). Will list below.
I increased memory about a month ago for another issue.
I just increased my memory again for good measure to
define( 'WP_MAX_MEMORY_LIMIT', '256M' );
This had no effect.
Debug info:
Deprecated: Assigning the return value of new by reference is deprecated in /home/content/42/5269742/html/wp-content/plugins/audio-player/audio-player.php on line 903 Notice: Undefined index: HTTPS in /home/content/42/5269742/html/wp-content/plugins/audio-player/audio-player.php on line 127 Notice: Undefined index: SERVER_PORT_SECURE in /home/content/42/5269742/html/wp-content/plugins/audio-player/audio-player.php on line 127 Notice: Use of undefined constant ’the_date’ - assumed '’the_date’' in /home/content/42/5269742/html/wp-content/plugins/date-exclusion.php on line 36 Notice: Use of undefined constant ‘the_time’ - assumed '‘the_time’' in /home/content/42/5269742/html/wp-content/plugins/date-exclusion.php on line 36 Notice: Use of undefined constant ‘get_the_time’ - assumed '‘get_the_time’' in /home/content/42/5269742/html/wp-content/plugins/date-exclusion.php on line 36 Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the "Sidebar" sidebar. Defaulting to "sidebar-1". Manually set the id to "sidebar-1" to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /home/content/42/5269742/html/wp-includes/functions.php on line 3622 Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use __construct() instead. in /home/content/42/5269742/html/wp-includes/functions.php on line 3457 ? Notice: Undefined variable: slider_arr in /home/content/42/5269742/html/wp-content/themes/MeaganMiniPortfolio/index.php on line 36
Shortcode is not working to remove date, I can’t add a length/excerpt to the post, and no reaction to adding a read more.
Hi! As someone else just mentioned (since I am looking for answers to this to) consider using Google Calendars for all your event planning and having both website calendars pick up a feed from your Google Calendar. Just an idea that I have not yet tested!
Forum: Plugins
In reply to: [Constant Contact for WordPress] Plugin Breaks Hyperlink FunctionYES there is a fix to this I found in another thread.
On the main constant contact page you will see that
Enable EventSpot Integration is automatically checkmarked.
Uncheck this and your issue should resolve itself.Forum: Plugins
In reply to: [WooCommerce] WooCommerce CSS broken product page floatThanks, this worked though I’m not sure why!
In my code in the content/summary area clear both was actually /*clear:both;*/ taken out.Thank you both for your speedy responses, so helpful!
Forum: Plugins
In reply to: [Constant Contact for WordPress] cannot add hyperlinksMarisav – there is a work around. I thought I couldn’t use it but I could. Go to the constant contact tab. Whatever screen the tab opens on the first checkbox is whether or not you’d like to be using EventSpot. Uncheck this box, save options, activate the Constant Contact account and you’ll be good to go.