Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
Thanks for the help. Just as a note, the fancy search is still a little funky when used with sticky header in firefox in the newest theme version.
Since our site is now live, just want to make sure before we upgrade. We are using a child theme, so upgrading won’t affect any of the customizations we have done to the site at all correct? Should just be a seemless backend upgrade?
This reply has been marked as private.Just as a note to Ed and the rest of the staff, I tried the fix reported by @bboehm86 and it worked for me as well. This time, the bug showed up randomly on a parallax area that hadn’t had any changes done to it in over a week. Again, only in chrome, showed fine in FF and IE.
Looking at the code after I put the fix in place, it looks like the .spb_parallax_asset class may be the offender here.
This reply has been marked as private.Of course just minutes after I ask this question, I figure out the solution. For anyone else who may be searching for this solution, open up: \dante\swift-framework\page-builder\builder\team.php and around line 86, you should see this:
if ($image) {$items .= '<a href="'.get_permalink().'"><img src="'.$image[0].'" width="'.$image[1].'" height="'.$image[2].'" /></a>';}
All you need to do is remove:
<a href="'.get_permalink().'">
This did not work.
I have found the solution to changing the default alt-bg for jobs pages on my own, but still have not found a solution to changing the link taxonomy of single jobs pages.
The site is in development and not available to the public and your response does not address either of my questions in any way.
1) I am not using one page nav, I am using a button to deep link further down the page to another section. Be default, this instantly jumps to the section rather than scrolling like the one-page nav. Is there a way I can change it to scroll.
2) This question was not even acknowledged. When deep linking to a section with sticky header enabled, the top of the section starts out underneath the header. Is there a way to offset this? Also, increasing the size of the spacer I am linking to is not an option as that will create uneccesary white space and break the flow of the page.
Thanks
Oddly enough, when I did a fresh install of the theme, not even 2.5, just the same version, on a web server, I did not have the issue. Sounds like it might just be an odd bug that needs to be squashed.
Neither one of these address the questions I asked. Jobs do not show up as normal pages in this theme so the permalink settings do not affect them (I already have custom permalinks set) and there are no Meta Options available for them because again, they are not regular pages.
Could someone help here?
A little more info I just discovered while poking at it. If I do not use ‘background-attachment:fixed” then the image shows up. As soon as I enable it, the image disappears behind the alt-bg.
Unfortunately the site is still in a local dev environment and not on the web so I can’t provide a link to it. I’ve also been unable to replicate it on any of the spots on your site. The parallax section on my home page works fine, just trying to add one anywhere else seems to not work when viewed in Chrome. Again, Firefox and IE are fine. Attaching a quick screengrab so you don’t think I’m totally crazy (Chrome on the left, Firefox on the right).
I know I wasn’t able to provide much more information, but any clue you can give me to go on would be appreciated.
Thanks a lot Kyle. I haven’t upgraded to 2.5 yet so my string was on a different line, but I was able to find and change it.
-
Posted in: We hit Power Elite.