Thomas
Forum Replies Created
-
Forum: Plugins
In reply to: [FooGallery Owl Carousel Template] Responsiveness?no worries, you got your well deserved stars 😉
Looking forward the new update!
Forum: Plugins
In reply to: [WP Job Manager] Want to Hide Some Field on Submit Form (Front End)Hello
I would like to hide a few fields from the Job Submission form as well. I tried to follow those instructions above but I still getting an error message. What am I missing?
add_filter( 'submit_job_form_fields', 'custom_submit_job_form_fields' ); function custom_submit_job_form_fields( $fields ) { unset( $fields['company']['company_twitter'] ); unset( $fields['company']['company_video'] ); return $fields; }Thanks in advance for your help
Forum: Plugins
In reply to: [Cyclone Slider] Version 2.9.0 – no more Cyclone Slider 2 WidgetsMy widget is gone too!
Forum: Themes and Templates
In reply to: [Celestial - Lite] Adding more Widgets to front pageThank you for the hint. I’ll give it a go 😉
I think this code has been added automatically by a caching plugin which I’m not using anymore. I can’t tell you which one exactly because I have tried a few…
However, I deleted the code and now everything works fine.
Regards
ThomasHi Tim,
I found the source of the problem. The following code in the wp-config.php caused the problem:
define('ADMIN_COOKIE_PATH', '/'); define('COOKIE_DOMAIN', ''); define('COOKIEPATH', ''); define('SITECOOKIEPATH', '');Thanks
ThomasHi Tim,
nothing works… I also tried Worfence Assistant but wasn’t able to use that either – same error message when I tried to select “Delete all Wordfence data in your database”.
I deleted all data in the database manually, installed it fresh – but the problem still exists.I guess I have to look for alternatives here and replace yuor plugin which would be sad, I really like Wordfence, it works fine on all my clients website except on my own… http://jobshubnct.org.au/.
Cheers
ThomasHi Tim,
it’s so frustrating. As soon as I click on any of the Wordfence links the popup window shows up. Even if I refresh the browser it comes right back. Is the another way to uninstall/remove it completely? via ftp or so?
ThanksYes, activating it through the network is the only way.
I’ll follow your instructions and let you know.Thanks
ThomasHi Tim,
are there any ideas or solution to my problem? Deactivated all plugins, un- and re-installed Wordfence – still can’t use Wordfence. It is actually a multisite website, this might be important to know.
Thanks
ThomasThanks Tim, but I can’t do anything. As soon as I go on Wordfence, or what ever heading I chose under Wordfence the error message pops up… no chance to click on anything.
Thanks
ThomasForum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Resolved!!!???No, as long as I know you’re working on it, I’m happy! But to see that my topic as being ‘resolved’ with no reaction at all seemed a bit strange 😉
Thanks for clarifying!Forum: Networking WordPress
In reply to: Link between network sitesThanks Paul, I used a plugin to clone most of the sites but that’s not what I need.
What I need is to display is a link that links to the same page on another school (because the content is different between the schools). The visitor should be able to jump between all the school websites more easily. And I want something that can create those links automatically and also if I update one link it should update all pages with that link!
(sometimes you see those functions on multi-language sites)Forum: Networking WordPress
In reply to: Link between network sitesYes, I could do it manually! Like as you said ‘a link is a link’…
but I’m looking for something that would do that automatically.Forum: Plugins
In reply to: [Easy Bootstrap Shortcode] Settings for Theme using Bootstrap v 2.1.1Hello
I lost almost every function on my landing page!! But please have a look at my post here: http://ww.wp.xz.cn/support/topic/multi-site-problem-1?replies=4
Thanks