specialgart
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] When yo go back, you loose the filters in the listHi James.
We’ve not found a solution yet, we are recommending our users to use Firefox.
It’s a shame, but we do not know what else to do about it.
Sorry.Forum: Plugins
In reply to: [WP Job Manager] Mark the page number that you are inThank you Adam.
Forum: Plugins
In reply to: [WP Job Manager] Mark the page number that you are inMy site is http://sanysad.com/encuentra-empleo/
I’m using Jobify theme.Forum: Plugins
In reply to: [WP Job Manager] When yo go back, you loose the filters in the listHi Adam.
FYI, people in Jobify support tell me that it could be a Chrome issue, supporting HTML5 history.Using Firefox it works fine.
Thanks!
Forum: Plugins
In reply to: [WP Job Manager] When yo go back, you loose the filters in the listHi Adam.
This is my site:
http://sanysad.com/encuentra-empleo/Forum: Plugins
In reply to: [WP Job Manager] Register Form doesn't appear, is gone.Hi Adam.
Yes, it was a bug in Jobify theme. They worked quickly in a new version of the theme and now the shortcode works fine.Thank you.
Forum: Plugins
In reply to: [Regions for WP Job Manager] I am having issues with the mobile versionHi!
Same problem here.I can´t see the Region Filter when I access to my site from iPhone.
Desktop version is ok.
Why?Forum: Plugins
In reply to: [WP Job Manager] Unable to see Region filter in MobileOk thank u.
Forum: Plugins
In reply to: [WP Job Manager] How to embed search module in sliders widgetOk, thank you Adam.
Forum: Fixing WordPress
In reply to: Warning: require_once(/home/mysite/public_html/wp/wp-load.php)My website is ok now. My hosting company solves the issue, they say it was a malware incident. Thanks.
Forum: Fixing WordPress
In reply to: Warning: require_once(/home/mysite/public_html/wp/wp-load.php)Thank you.
Version 4.2.2Forum: Fixing WordPress
In reply to: Warning: require_once(/home/mysite/public_html/wp/wp-load.php)The code of my wp-blog-header.php is exactly like this.
<?php
/**
* Loads the WordPress environment and template.
*
* @package WordPress
*/if ( !isset($wp_did_header) ) {
$wp_did_header = true;
require_once( dirname(__FILE__) . ‘/wp-load.php’ );
wp();
require_once( ABSPATH . WPINC . ‘/template-loader.php’ );
}
I cant remember the version of WP installed, is there any way to see that without enter in admin panel (because I can,t)?