Thomas
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] Doesn't show up in settingsHi Frank,
good news, it works now. I deleted it via ftp, uploaded the newest version, also via ftp, and activated it.
One last question. When you say it works perfectly in MU, does that mean I can configure it for the entire network or do I have to do it for each sub-page individually?
Thanks
ThomasForum: Plugins
In reply to: [Autoptimize] Doesn't show up in settingsHi Frank,
thanks for your reply. I’m hosting the site myself.
But it might be important to know that it is a multi-site website. Could that be a problem? Not every plugin is suitable for multi-sites.
I’ll remove it via ftp.Regards
ThomasForum: Plugins
In reply to: [FooGallery Owl Carousel Template] CSS overrideHey yes, it works, Thank you very much. But it’s actually:
#foogall-12 .owl-caption {} – double ll is important.You may put that into your new update.
Thanks again, great stuff
Forum: Plugins
In reply to: [FooGallery Owl Carousel Template] CSS overrideoh, sorry. my bad.. should work now.
Forum: Plugins
In reply to: [FooGallery Owl Carousel Template] CSS overrideForum: Plugins
In reply to: [WP Job Manager] changing breadcrumpsthat’s actually a good idea too. Thank you ??
okay, thank you. Are you planing to implement features like that in the near future (1 & 2)?
Forum: Plugins
In reply to: [WP Job Manager] changing breadcrumpsI’m using Dimox breadcrumbs (without a plugin). Couldn’t find anything there either… I will keep messing around with it. Thanks anyway
Forum: Plugins
In reply to: [YOP Poll] Results not showing from what page?Thanks YOP Team,
because I broadcast pages from one campus to many other campuses it would overwrite the code every time I update the main page. Maybe I could use the widget to get the results I want.
Anyway, thanks for your help.Best regards
StoetzmanForum: Networking WordPress
In reply to: Export function not workingHi guys,
thanks for all your help. The Proxy Server at work was causing the problem…Problem solved, thanks again for your help!
Forum: Plugins
In reply to: [FooGallery Owl Carousel Template] Responsiveness?Thanks webdevmattcrom,
to disable the Owl Carousel version under extensions did the trick. Everything works fine now!
I’ll defiantly recommend your plugin to friends and colleagues ??
Thanks again…
Forum: Plugins
In reply to: [YOP Poll] Results not showing from what page?Thanks YOP Team,
my hope was that there would be another option. I’m running a multisite network for a school with 17 campuses. That means I would have to create heaps of polls – for each sub-page on each campus page. If I could extract the URL somehow that would be great.
Please let me know if you have an idea or advice.
Thank you!
Forum: Plugins
In reply to: [FooGallery Owl Carousel Template] Responsiveness?Hi @webdevmattcrom,
Thanks, it’s working great and I would give you another 5 stars if I could ??
Two things are a bit funny. First: you see a little bit of the next image when you resize the screen, but that could be my settings and doesn’t bother me that much.
Second, when I edit or create a new gallery I get all the options/settings twice (underneath each other). I did a screenshot of the gallery settings. It would be nice if you could have a look.
https://jobshubnct.org.au/gallery/Thanks!
Forum: Plugins
In reply to: [WP Job Manager] Hide fields from submission formGreat, thank you. That works perfectly!!!
Forum: Plugins
In reply to: [WP Job Manager] Hide fields from submission formI tried the new code and I’m still getting the same error:
Fatal error: Cannot redeclare custom_submit_job_form_fields() (previously declared in /home/…/…/…/wp-content/themes/celestial-lite-child/functions.php:241) in /home/…/…/…/wp-content/themes/celestial-lite-child/functions.php on line 256
Could it be because I have the following code snipped. I use this to change a lable before:
‘
add_filter( ‘submit_job_form_fields’, ‘custom_submit_job_form_fields’ );
function custom_submit_job_form_fields( $fields ) {
$fields[‘job’][‘job_title’][‘label’] = “Job Title”;
return $fields;
}
‘