joelbrock
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sydney] List All EmployeesHey, thanks a ton!
Forum: Themes and Templates
In reply to: [Sydney] List All EmployeesI added this to my child theme functions.php when you provided that bit of js:
function my_custom_javascript() { wp_enqueue_style('extra', get_stylesheet_directory_uri().'/js/extra.js', array('jquery'), '1.0', 'screen, projection'); } add_filter('child_add_javascripts','my_custom_javascript');
Does it not appear to be working? Should i replace it with the code you sent me?
Forum: Themes and Templates
In reply to: [Sydney] List All EmployeesWow, that’s super-helpful. THank you! I dropped the CSS and JS into files in my Sydney child theme and it worked a treat.
THere do seem to be some gaps in the grid layout however. See the page i’m working on, https://rootstorise.apano.org/supporting-partners/honorary-committee/ , about 2/3 down the page there are 2 gaps in the grid, cant quite figure out why…..
Forum: Themes and Templates
In reply to: [Sydney] List All EmployeesOK, i found the template file “archive-employees.php” and was able to rename the slug of my page to “employees” which allowed the template to load.
So my follow-up question, which i can start in a new thread if you’d like, is how to RENAME the employees page/template. On our particular site employees is not an appropriate label.
FYI: I’m now working in a child theme of Sydney and have copied the archive-employees.php file into the child theme directory and have tried re-naming the file to match the page slug. but no luck.
Forum: Plugins
In reply to: [EG-Attachments] Attaching docs to multiple posts/pagesFWIW, still having the issue. Is more info or detail needed from me?
Forum: Plugins
In reply to: [User Photo] Cannot update User PhotosThanks for the reply. Dreamhost is the host, specifically their DreamPress hosting service.
You might be right since a few days later all the user photos i had changed started showing up finally.
Server-side: I had disabled WP Super Cache.
Client-side: cleared all my browsers caches, also tested in incognito mode.Forum: Plugins
In reply to: [News-Ticker] [Plugin: News-Ticker] Ticker Freezingdarrenbond’s instructions above worked like a charm.
Thank you kind sir or madam, your post was exactly what i was looking for.
um. Thank you VERY much!
steps to recovery for me:
- rename
wp-content/plugins/
towp-content/__plugins/
- create an empty
plugins
folder - load up the plugins mgmt page
- delete empty
plugins
folder - rename
wp-content/__plugins/
towp-content/plugins/
- refresh plugins mgmt page
THANK YOU!!!
In settings > Misc. resetting the upload dir to the default
wp-content/uploads
worked for me!
ThnQ
- rename