daniish
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp-login inaccessiblewould it help if i displayed the whole file?
here is a link to the file on dropbox:
https://www.dropbox.com/s/grgpbotre7fw475/broken_functions.php?dl=0Forum: Fixing WordPress
In reply to: wp-login inaccessible/////* Disable fancybox in the woocommerce shop pages */ function disable_fancybox() { if (is_page('shop')) { remove_action('wp_print_scripts', 'mfbfw_load'); remove_action('wp_print_styles', 'mfbfw_css'); remove_action('wp_head', 'mfbfw_init'); } } add_action('wp_head', 'disable_fancybox', 1);
Forum: Fixing WordPress
In reply to: wp-login inaccessiblethe login page i am trying to access is:
https://www.artbytereska.co.uk/wp-login.php
or
https://www.globexposure.net/artbytereska/wp-login.phpYehudah can you confirm that you are seeing these login pages please?
Forum: Fixing WordPress
In reply to: wp-login inaccessiblePresumably up until now i have been viewing a cached version of my website, because this morning i get the following message when viewing my site:
Parse error: syntax error, unexpected end of file in /home/sites/globexposure.net/public_html/artbytereska/wp-content/themes/tarali/functions.php on line 486
I don’t have a backup! how do i figure out what’s gone wrong?
Forum: Fixing WordPress
In reply to: wp-login inaccessibleI tried renaming the wp-content/plugins folder but even this didn’t fix the problem.
Forum: Fixing WordPress
In reply to: RSS FeedHow peculiar! Well thanks anyway Paul.
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] display post thumbnails between date rangeIs there a shortcode for ‘the current date’
i.e. How do I display all posts up to but not including the current date?
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] Specific pages or exclude specific pagesHello Adrian,
What shortcode should i use to exclude a particular category?
Many thanks
Forum: Themes and Templates
In reply to: How to change font size of a plugin output on a particular pageBrad Davis you’re a star!
Thank you for explaining this to me so clearly, it’s really helpful.
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] Changing Font SizeOk Thanks.
I stopped using this plugin when i found WP Masonry, which suited my needs better.
Forum: Plugins
In reply to: [WooCommerce] Product Expiry DateBrilliant. Yes it seems to be working properly today.
Lorro thank you ever so much for your help, its much appreciated!!!
Forum: Plugins
In reply to: [WooCommerce] Product Expiry DateNow it seems to be working! Yipee ??
Perhaps i just need to decrease the cron interval to make the changes occur quicker on the website. If you think that sounds plausible perhaps you can explain how to do this?
Forum: Plugins
In reply to: [WooCommerce] Product Expiry DateSeem to have fixed that error by adding:
define( ‘ALTERNATE_WP_CRON’, true );
to wp-config.php
but main problem still persists, hope you can help?
Forum: Plugins
In reply to: [WooCommerce] Product Expiry DateI have activated WP Control and notice that i have a problem:
There was a problem spawning a call to the WP-Cron system on your site. This means WP-Cron jobs on your site may not work. The problem was:
Failure when receiving data from the peerWhat does this mean and how do i fix this?
Forum: Plugins
In reply to: [WooCommerce] Product Expiry DateHi Lorro,
Thanks again for your help with this.
OK so i set the following post (post_id 3476) to expire at 15:53 today:
https://www.willowgalleryoswestry.org/colour-exploration/It did not expire and is still visible despite navigating away from the site.
In the Post Expirator Diagnostics tab i have just searched for the post_id 3476 and here is what it says:
Tue, 14 Apr 2015 14:53:00 +0000 postExpiratorExpire 0 => 3476 Single Event
According to the Post Expirator plugin CRON is enabled, however, i note that the standard plugins that bundle with wordpress: WP-Cron Control and WP Control are not Activated. When i activate these plugins, they disable CRON in the Post Expirator plugin.
So what would you suggest i try next?