BatchHeader
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [SparkleStore] Child theme support@csib How are you trying to call the css?
I have added this in functions.php and it loads the child css directly after the main style.css
function child_enqueue_styles() { $parent_style = 'sparklestore-style'; wp_enqueue_style( $parent_style, get_template_directory_uri() . '/style.css' ); wp_enqueue_style( 'child-style', get_stylesheet_directory_uri() . '/style.css', array( $parent_style ), wp_get_theme()->get('Version') ); } add_action( 'wp_enqueue_scripts', 'child_enqueue_styles' );
Forum: Plugins
In reply to: [OpenTickets Community Edition] Check-in pages not loading stylesheet@quadshot The site isn’t live yet and I would prefer not to advertise yet. This is actually tied to a Enterprise Edition order so will drop the details on a support ticket.
Forum: Plugins
In reply to: [OpenTickets Community Edition] Manual Check-in@quadshot Thanks for the update and it would be great to see this added in the future.
Forum: Plugins
In reply to: [Sticky Element] Scrolling up on Chrome@youdaman That aside is the whole sidebar. The strange thing is that is works perfectly fine on FireFox but not on Chrome
Forum: Fixing WordPress
In reply to: Login Page had redirect loopAfter a conversation with redders887 on Twitter, I reported this to Comodo as a false positive for their ModSecurity ruleset v 1.59 where the error was occurring.
Their ruleset is now updated to 1.60 and after testing WordPress has no redirect issue on /wp-admin/
To all of those that have disabled ModSecurity entirely, as long as your system has updated I would recommend putting ModSecurity back in place.
Forum: Fixing WordPress
In reply to: redirect loop after update WordPress 4.4This is a slight tangent from the original poster but I wanted to answer the the 4.4.1 questions.
The issue is accessing /wp-admin/ if you navigate to /wp-admin/index.php the redirect issue doesn’t happen and you can access the dashboard
Forum: Plugins
In reply to: [Flexible SSL for CloudFlare] Update to v1.1.0 created redirect loop@paul G. I have updated quite a few sites to v1.2.1 and have come across no errors.
Thanks for all the updates and a great plugin.
Well, this has put me off buying an agency license!
I have found lots of errors being reported i.e.:
[27-Jul-2015 20:03:46 UTC] WordPress database error Table ‘[DATABASENAME]_wysija_queue’ doesn’t exist for query SELECT COUNT(email_id) as count FROM
ncd_9_wysija_queue
WHERE send_at < 1437854626 made by require_once(‘wp-load.php’), require_once(‘/home/encodewe/wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), call_user_func_array, init_wysija_cron, WYSIJA_help_cron->run, WYSIJA_help_cron->check_scheduled_task, WYSIJA_help_cron->run_scheduled_task, WYSIJA::croned_queue, WYSIJA_help_queue->process, WYSIJA_help_queue->clear, WYSIJA_model->count, WYSIJA_model->query, W3_Db->query, W3_DbCache->query, W3_DbCallUnderlying->query, W3_Db->query, W3_DbProcessor->query, W3_Db->default_queryForum: Plugins
In reply to: Gallery always links to attachments pageDoes anyone have thoughts on this?
Forum: Plugins
In reply to: [Yoast SEO] Yet a new type of Error in my XML SitemapsI have the same error.
The site_index.xml works fine but I then receive the error below when clicking on the page-sitemap.xml link
This page contains the following errors: error on line 71 at column 55: EntityRef: expecting ';' Below is a rendering of the page up to the first error.