cluesew
Forum Replies Created
-
Forum: Plugins
In reply to: [Change Prices with Time for WooCommerce] Didn’t change the priceIt did not change it in both the frontend or backend. Probably the server setup? It’s Godaddy WordPress hosting.
Forum: Plugins
In reply to: [WordPress Page Builder - Beaver Builder] Beaver Builder + Woocommerce = NOPEActually, I think it’s a combination of BB + Woo + Revolution Slider. If I only deactivate BB, everything works. If I only deactivate Woocommerce, everything works. If I only deactivate Rev Slider, everything works. I have no idea which is the problem. I’m just going to forego Rev Slider for this site.
- This reply was modified 1 year, 6 months ago by cluesew.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce messing up WordPress adminG’day!
Since WordPress 5.2 there is a built-in feature that detects when a plugin or theme causes a fatal error on your site, and notifies you with this automated email.
In this case, WordPress caught an error with one of your plugins, WooCommerce.
Error Details
=============
An error of type E_COMPILE_ERROR was caused in line 16 of the file /home/fixxedd/public_html/test/mentour/wp-content/plugins/woocommerce/includes/wc-widget-functions.php. Error message: require_once(): Failed opening required ‘/home/fixxedd/public_html/test/mentour/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-widget.php’ (include_path=’.:/usr/lib64/php:/usr/lib/php:/usr/share/pear’)- This reply was modified 1 year, 6 months ago by cluesew.
Perfect, thank you!
I don’t want to force 4 columns. I want it to be responsive but I want it to display correctly on all browsers. Currently, it only displays correctly on Safari.
Sorry, wrong place. I posted here: https://wordpress.org/support/topic/password-protect-page-template-to-show-only-posts-from-one-category-1-post?replies=1#post-7017520
Forum: Fixing WordPress
In reply to: Sort loop by meta value, then split results into 2 divsThank you so much, vtxyzzy. This works great! I’ll keep the filter functions as it’s easier to enter the date traditionally. Cheers!
Forum: Fixing WordPress
In reply to: Sort loop by meta value, then split results into 2 divsThank you. I implemented your code, changed the post_meta name to the correct one of “event_date” and the output on the page is this:
Past Events
Wig Out! Get Your Wig On!’s 9th Year Anniversary Show Event Date: 2014/11/10 SORT KEY:
New Site Launch! Event Date: 2014/08/25 SORT KEY:
Calendar test post Event Date: 2014/10/01 SORT KEY:It doesn’t seem to be grabbing the data from the meta key “event_date”
I changed 2nd line of code to this but no difference
$today = date('yyyy/mm/dd');
Forum: Fixing WordPress
In reply to: Sort loop by meta value, then split results into 2 divsThank you for this excellent article vtzyzzy. Since this is a new site, it’s not a problem to input the date in this format: yyyy/mm/dd (or any format for that matter).
But to then split the results into UPCOMING & PAST divs by that same meta key is beyond my capabilities.It seems logical to me to have 2 loops and use a statement in the loop similar as this:
if ($event_date >= time() )
however I think I need to add some code to the functions.php that somehow formats the custom meta key to the $unixtime format.I’ve tried but no results show up.
I’ve been borrowing code from this article but, again, it is beyond my capabilities. All of the custom meta keys from this article are available when creating standard post and I can get them to show up utilizing his shortcode, but the dates for the event_date meta key always come out to be January 01, 1970.
Forum: Themes and Templates
In reply to: [BlankSlate] get_template_directory_uri() not workingThanks, I will in the future. There is no need for this issue. It appears that I left out the all important “=” after src.
Forum: Fixing WordPress
In reply to: Blog page emptyThat solved it, esmi!
I renamed home.php to page-home.php, then the posts showed up on the blog pageThank you.
Forum: Fixing WordPress
In reply to: Blog page emptyI have a custom home page (home.php).
But what is strange to me is that in the settings for Static Front Page, I have to choose ‘latest blog posts’ to work correctly.If I choose Static, then select the designated home page for the home and the blog page for the blog, then clicking on blog takes you to the home page.
Forum: Fixing WordPress
In reply to: Blog page emptyThis is a custom theme I created. I started with a framework.
Activating Twenty Thirteen produces the same result.
Would a plugin be causing this, I wonder?Forum: Hacks
In reply to: link to newest post, excluding 2 categoriesFantastic Ross!