-
AuthorPosts
-
October 16, 2015 at 10:09 am #519746
Hi, I’m using bloggposter to display a series of available job positions with an image (graphic) in the Chosen image. I would like to use a blogg poster for the positions that are no longer open. But with just the title and excerpt, no image and no link. I’ve tried to set this up on this page: https://www.youtube.com/watch?v=MpdYytlGTFU
I’ve tried using Custom CSS Class to be able to turn of the image and link but I can’t figure it out. Hope you can help with this.Thanks
/MichaelOctober 16, 2015 at 5:53 pm #520195Hi musklick!
Your link is to youtube so I’m not sure I understand. Perhaps you mixed the links up.
Cheers!
Elliott- This reply was modified 9 years, 1 month ago by Elliott.
October 16, 2015 at 6:01 pm #520202Sorry, this is the right link: http://www.nobelheadhunting.se/avslutade-uppdrag/
Best regards /Michael
October 16, 2015 at 6:49 pm #520235Hey!
Drag a codeblock element to that page and add this inside.
<style type = "text/css"> .slide-entry a { pointer-events: none !important; } .slide-entry > a { display: none !important; } </style>
Cheers!
ElliottOctober 16, 2015 at 7:11 pm #520250Thanks Elliot, that works great on the single page, but if I want to use it on the start page together with the bloggposter displaying available jobs, they also lose their image and link.
Thanks
/MichaelOctober 18, 2015 at 7:03 am #520523Hi,
I can see the CSS Elliott gave you in plain text, did you put it in a code block? Send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.
Thanks,
RikardOctober 18, 2015 at 8:12 am #520545Hi Rikard, the code from Elliot works fine on the single page but I need to use it site wide and then it breaks the bloggposter that is supposed to show both image and be linkable. So while experimenting i checked “Escape HTML Code”, that’s why you see the code in plain text :)
This section is going to be placed on the homepage when it works, beneath the section “Pågående uppdrag”
Thanks
/MichaelOctober 19, 2015 at 9:35 am #520773Hey!
We use the custom css class of the blog post element then modified the code a bit. Please check it now.
Best regards,
IsmaelOctober 20, 2015 at 6:43 pm #521957Hey Ismael, thank you! It works flawlessly :) One more question: is it possible to add something like a bullet point in front of each entry?
Thanks again /Michael
October 21, 2015 at 8:30 am #522168Hi Michael,
Not sure if that would be an easy fix, will the content be static or dynamic? You might want to explain a bit further as well, I’m not 100% sure I understand your intentions.
Best regards,
RikardOctober 21, 2015 at 12:02 pm #522251Hi Rikard, it’s just a design issue now. The client would like to have it like a bulleted list, like:
• Projektledare inom Husbyggnad, Stockholm
• Kvalitets-och Miljöchef till precisionsgjuteri, Hallstahammar
• Kalkylator Bygg till entreprenadbolag, SkåneI would prefer it if it could be dynamic, but if it is hard to accomplish I guess the simple solution would be to just write it manually. Let me know if you have any ideas.
Thanks /Michael
October 22, 2015 at 3:28 pm #523038Hi!
the bullets you are talking about can be achieved by this button when editing a text block element:
Best regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.