Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
Hi… actually no, that didn’t work. It allows us to update the Permalinks, but then when you click on a team member you get a 404 error.
Which may be something to do with the way the slider itself is set up.
Please assist 🙂
cheers
Dennis
Awesome, thanks Mohammad, thats great!!!!
Cheers
This reply has been marked as private.Thanks. Will need to setup a development environment since the site is now live as is…
I will respond shortly with details.
This reply has been marked as private.Thanks Kyle,
I have actually tried to use that plugin and the URL rewrite works perfectly for what we want, the issue is the link from the Team carousel end up to a 404 error.
Can you advise how I can fix the linking issues?
Thanks
Never mind. Figured it out. Strange that there is no page title for that page though…
Thanks for the reply. Issue I have is that at present I would have to overrite the CSS with !important because of all the inline styles being generated. Where can I go to edit those inline styles? Need to set the overflow, height, width and floating.
Happy to do it knowing that updates will be difficult to manage but I just need to know where the styles are added in. I have gone to the posts-carousel.php file so I know where the HTML code is, but the inline styles aren’t here.
Just a push in the right direction would be really helpful.
Thanks
I figured it out… In the header add is_single to the class check where you currently have is_page.
looks like this:
if (is_page() || is_single()){ ?>
Then in the meta_box file (includes/meta-boxes.php), copy the revolution slider array details from page to post. I did this and I now have the revolution slider working on all pages where body.single is called.
Only issue is that you now have to be very careful when updating the theme as these will be over-written if you aren’t careful.
Can you tell us where the meta information can be edited? I have added the bit in the header to add is_single() and added in the array information but the meta options do not show the field to enter the revolution slider alias… If you can point in the right direction, I can do the rest…
Of course this can be used for all post types using body.single
-
Posted in: We hit Power Elite.