Forum Replies Created
-
AuthorPosts
-
Thanks for your help. I was able to figure out the custom post type designator and it works over there too.
No worries. That’s why we work on staging site. : )
I re-uploaded a clean functions.php and then put the code above in, with post type “job_listing” instead of job and it worked!
How did you identify the name of the custom post type? I’m going to need to do the same thing on my other site where a differnt plugin generates custom post type for downloads. I’ll provide access to that site too in case it’s easier for you to look up than tell me how to do.A related P.S. — why is the presentation of page content SO different when there’s no sidebar?
Here’s a job I was able to remove the sidebar from:
https://solace2.staging.wpengine.com/job/intermediate-full-stack-software-developerHere’s a job with sidebar:
https://solace2.staging.wpengine.com/job/human-resources-administratorI would expect/hope that the sidebar would just disappear and the content would run full width. But no…it centers the content, in a skinny page, with bigger font size. So annoying. I’ll address it by adding a new “Jobs Sidebar” with relevant content, but it’d be nice to be able to just kill sidebar and get the expect behavior.
I’d also like whatever blog layout I pick in the main settings to apply to tag archives.
I’ve got it set as Multi-Author but as you can see that’s not what they look like:
https://solace2.staging.wpengine.com/tag/geospatialI tried that, didn’t work because when I went to “set image as my profile picture” I got a white-screen-of-death. I’ve included admin access to my staging site in case there’s something you can look at or do to help.
Thanks much. Here ya go. Credentials for staging environment in private content.
When you say “replace my_custom_post_type_x and replace it with your custom post type…”
How do I know what to put there? Is that the same as the slug for the custom post type?My jobs are URL like https://solace2.staging.wpengine.com/job/senior-full-stack-software-developer
I added the code you sent tweaked as follows, but it doesn’t do anything.
add_theme_support('avia_template_builder_custom_css'); add_filter('avf_builder_boxes', 'add_builder_to_posttype'); function add_builder_to_posttype($metabox) { foreach($metabox as &$meta) { if($meta['id'] == 'avia_builder' || $meta['id'] == 'layout') { $meta['page'][] = 'job'; } } return $metabox; }
OK, this is still driving me BATTY. Never could get that plugin to work, I’ve installed a new plugin, and same thing. Still forces a dark gray blank where the profile pic should be, for example: https://solace.com/author/larry-neumann/
At the end of the day though, why is this so hard? Why should I have to use a plugin in the first place? What is the best/official/recommended way to associate profile pictures with my authors? Just doesn’t seem like such an odd thing to want to do. : (
My site is now live so easier to access/see. I’ll remind you of the admin credentials in private content below.
September 21, 2016 at 12:39 am in reply to: Why the site changed after upgrading from 3.0.4 to 3.6.1 #689575Ditto! From top to bottom, I’m having the same problem. DiscoverLink you are officially not going crazy. : )
My parallax color section backgrounds are responsive on some pages, not on others.
Site is sandboxed and secret, but I’ll provide admin access in private content so you can take a look.
http://solace2.wpengine.com/industries/energy (hosted on WPengine) — backgrounds not responsive
http://solace2.wpengine.com/industries/gaming — backgrounds, with same settings, are not responsiveHere ya go.
Hmm, good to know, I guess, but as you can see by the screenshots above it’s not working for me.
I provided admin deets above per Yigit’s request. Since you’ve worked with this plugin before and know how it’s worked for you in the past maybe you’d be better able to troubleshoot whatever’s wrong?Cool, thanks. I’m mostly hoping there’s a non plugin way to skin the cat anyway.
Admin deets in private content.- This reply was modified 8 years, 2 months ago by JeeBar.
I updated my theme to 3.71, also updated every single plugin, also tried deactivating them. Behavior persisted. I’ve added wordpress admin deets to private info.
I had wanted to do the same thing, but move the popup tip to the center of the logo.
Successfully did so by setting margin-top to 100px, but there’s a problem: When you mouse over the tooltip itself (vs. the logo) it flashes/resets. Not normally noticeable because the tooltip is in a different place than the logo. But when you’ve got the tooltip appearing over the logo, where your mouse is, it continually resets for as long as your mouse is over the tooltip. Made a quick screen capture: http://screencast.com/t/8oP9aJoQ2V
Is there a way to make it so the tooltip does not flash/reset when you mouse over the tooltip itself?
(access to sandbox page where this is happening is in private content)
Thanks.
– GregI feel like I need to clarify that last point. I don’t want help getting the plugin to work. Rather I’m wondering how I SHOULD be doing this, ideally without a plugin, because I can’t believe the theme is so absolutely locked in to assuming all authors have gravatars.
- This reply was modified 8 years, 2 months ago by JeeBar.
Yes, I know it’s an image. I provided a URL to the image in my question. : )
My question is…WHY is it an image? In my code it’s not an image, but upon presentation it becomes one.
But I’ve come to believe it’s a WordPress thing not a theme thing, though, so you can close this thread out.April 26, 2016 at 4:00 pm in reply to: Changes to Font Sizes of Special Header Not Taking Effect #622262Sure, disable away. Permission and credentials are same as above, provided again in private content here…
April 25, 2016 at 7:20 pm in reply to: Changes to Font Sizes of Special Header Not Taking Effect #621609Whatever you fixed doesn’t seem to have made a difference. Special Headings set to H1 let me adjust the font size. Text Blocks let me adjust the font size. But when I try to set the font size of Special Headings set to H2 or H3. Nothing happens.
I’ve removed all other elements from my sample page and self-described a bunch of samples to make this more apparent. (Staging URL still in private content.)
I’m looking at the CSS and nothing is even trying to override the default that is set by /enfold/css/shortcodes.css, seen here as 24px.
H1, on the other hand, has an “element style” set that does override the default.
April 23, 2016 at 4:54 am in reply to: Changes to Font Sizes of Special Header Not Taking Effect #620359Sure. Thanks. Admin credentials in private content.
FYI I did try deactivating plugins, and the behavior persisted even with every single plugin deactivated.
But feel free to deactivate plugins and add custom code as necessary.Related question, how do I just change the COLOR of those subheads. I’m having trouble identifying the CSS because my code inspector doesn’t let me inspect elements that are nested within dropdown menus.
In this image, I want to change the color of the column headings that are currently black.
Sure. It’s a staging site but I’ll give access in private info.
Worked like a charm, thanks!
October 12, 2015 at 6:41 pm in reply to: Previous and Next Post Popout Links at Edges of Window #517578Thanks, I figured there was some tiny little difference I was missing.
It’s still not working though, links still go to the next post based on publish time, across any and all categories.
In fact, it seems to have introduced a new problem. The previous post button now always links to the current post. Load up this (or any) post and note the previous post link. Next post works fine, but as you click to each next post, the previous link is always to the same post you are on.
October 11, 2015 at 6:24 pm in reply to: Previous and Next Post Popout Links at Edges of Window #516998Uh, isn’t that exactly the same code you provided before? I can’t see a single difference. Pasted it in anyway, in case I’m missing something,but it didn’t change anything.
October 8, 2015 at 11:32 pm in reply to: Previous and Next Post Popout Links at Edges of Window #516111By the way, please let me know if you do anything to the site. I’m going to be pushing my staging site to live later this evening and want to pmake sure I don’t accidentally publish any “test stuff” you might do.
October 8, 2015 at 6:15 pm in reply to: Previous and Next Post Popout Links at Edges of Window #516036Thanks, but that doesn’t quite seem to be working.
This post, for example, is in the User Group category, but the previous and next links being displayed are both to posts in different categories.
I’ve added login credentials in private content so you can log in and see for yourself.
No other users are editing the site.
In fact, that bug is popping up when no changes have been made to the site. At all. The problem just pops up out of the blue, then goes away when i clear the cache — again without making any changes to the site.
October 6, 2015 at 9:31 am in reply to: Previous and Next Post Popout Links at Edges of Window #514227I found a couple plugins that add similar edge-of-page links and they DO DO offer ability to link within categories, but hope the “built in” post nav system can do that so I don’t need to lean on yet another plugin.
October 6, 2015 at 9:29 am in reply to: Previous and Next Post Popout Links at Edges of Window #514225Oh. Wow. Sorry. Oops. Totally don’t remember doing that. Thanks for the catch/fix.
Is there any way to have those post nav links only link to posts within the same category?
Right now they link across categories which is unacceptable for my site because I use “posts” for some things that aren’t really blog posts, like integration guides and syndication of questions from Stack Overflow.
October 6, 2015 at 12:48 am in reply to: Previous and Next Post Popout Links at Edges of Window #514092That actually isn’t the case, and frankly I don’t see why or how that should matter.
These posts, along with virtually (if not actually) all of the individual posts of my blog, are built with the default editor:
http://dev.solacesystems.com/user-group/ug-recap/recap-of-singapore-user-group-september-2015/
http://dev.solacesystems.com/blog/solace-vmr-customer-choice/If the fancy post navigation arrows built into the theme were to not work on pages built with the advanced editor, then you’d have it appearing on some posts and not on others which would not be logical/acceptable behavior. : /
October 1, 2015 at 7:51 pm in reply to: Remove "Archive for Category:" from Archive Page Titles #512394Thanks Elliott. Good to know. I’m new to the use of functions.php for stuff like that. Very good to know.
I actually just came up with a different less back-end-hacky solution that I love, and probably should have thought of sooner, lol.
I created a custom “Page” that is just the way I want it — totally custom page title, page-specific sidebar, meta hidden by CSS, etc., and set up a redirect from the actual category page (http://dev.solacesystems.com/category/integration-guides/) to my custom page (http://dev.solacesystems.com/docs/integration-guides/)
Works like a charm, and gives me a lot more flexibility.
You can close this ticket, thanks.
-
AuthorPosts