Tagged: not clickable, portfolio grid
-
AuthorPosts
-
December 5, 2013 at 8:17 pm #196746
I have two issues…
1. How do I remove the grey keyline around the images in the portfolio grid view?
2. How do I make an image in the portfolio grid view not clickable i.e. I don’t want it to link through to another page?
Hopefully this makes sense!December 6, 2013 at 7:35 am #196890Hi creativeyes!
1.) Add this on your custom.css or Quick CSS:
.grid-entry .inner-entry { box-shadow: none; }
2.) You can add this on your custom.css or Quick CSS:
.grid-image.avia-hover-fx { pointer-events: none; cursor: default; }
Cheers!
IsmaelDecember 9, 2013 at 1:37 pm #198016This reply has been marked as private.December 10, 2013 at 4:30 am #198385Hi!
I already provided the solution for 2 and 3. Please refer to the post above.
1.) What type of header style do you have?
Cheers!
IsmaelDecember 10, 2013 at 11:16 am #198478This reply has been marked as private.December 10, 2013 at 1:22 pm #198522Hi!
You should add custom CSS code that Ismael posted in his first post to Quick CSS in Enfold theme options under Styling tab. And you can find all video tutorials here http://vimeo.com/channels/aviathemes/videos
Can you post the link to your website?Regards,
YigitDecember 10, 2013 at 1:49 pm #198530This reply has been marked as private.December 10, 2013 at 3:28 pm #198554Hey!
That is not possible at the moment. You can hire a freelance developer to modify the theme for you.
Best regards,
IsmaelDecember 10, 2013 at 4:17 pm #198571Hi Ismael
Thanks for getting back to me, can you recommend someone who knows the theme and would be able to do this?
I also want to close the gap between Synopsis and the two panels above on every portfolio page http://www.cambridgeespana.com/portfolio-item/portfolio-big/ is this possible?
Many thanks
Rupert
CreativeyesDecember 10, 2013 at 4:25 pm #198574This reply has been marked as private.December 10, 2013 at 5:26 pm #198612Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
body .column-top-margin { margin-top: 20px; }
You can hire a freelance developer from Microlancer or you can also request quote here.
Cheers!
YigitDecember 10, 2013 at 5:35 pm #198613This reply has been marked as private.December 10, 2013 at 5:46 pm #198620This reply has been marked as private.December 10, 2013 at 6:34 pm #198646This reply has been marked as private.December 10, 2013 at 7:15 pm #198663This reply has been marked as private.December 11, 2013 at 10:24 am #198920Hi!
1.) If you want to change the style of a specific element on a certain page or post, you can use the Google Chrome Inspect Element. Look for the unique css body class.
On the example above, the page’s unique selector is .page-id-2251. We can use it to change the element within that page. The page id on your end might be different.
.page-id-2251 .column-top-margin { margin-top: 20px; }
2.) Add this on your custom.css or Quick CSS to fix Peter’s picture:
.avia-team-member { margin: 0; clear: both; }
3.) Use this to remove the content slider heading:
.avia-content-slider .slide-entry-title { display: none; }
4.) Use this to move the button:
.page-id-1212 .avia-button-wrap { margin-top: -20px; }
Regards,
IsmaelDecember 11, 2013 at 11:45 am #198963That’s fantastic Ismael, the support service you guys provide is awesome.
Many thanks
Rupert -
AuthorPosts
- The topic ‘Portfolio grid queries’ is closed to new replies.