Forum Replies Created
-
AuthorPosts
-
No, I am talking about the “feature image” that you have to add when adding a new portfolio item in order for the item to show up in portfolio grid view or masonry view. I have my portfolio grid on my page set to open the items in a lightbox. I add each item in Portfolio Items as below:
As you can see the image I have in the “post” is different to the one I have in the featured image box. The featured image shows in my portfolio grid as it should, but when I open it up in lightbox, I would have expected the image in the “post” area would be the one that shows, but it is the “featured image” that shows. Is this what it is supposed to do? Or should I be posting my portfolio items differently for the lightbox view?
Thankyou!Sure.
Thanks Yigit, this is what I have done, but it still does not seem to work!
Hey, so all my images have titles, I have added alt text to the first couple in the portfolio to test – and none are showing up in lightbox. Any ideas why? THankyou!
January 12, 2016 at 5:20 am in reply to: Would like to view filtered images ONLY (instead of entire portfolio) #563680PERFECT! Thankyou :) (resolved) :)
January 12, 2016 at 4:53 am in reply to: Would like to view filtered images ONLY (instead of entire portfolio) #563665This is great thanks (I made padding-top 4px as this seemed to line up better) – although it changes the styling on the main menu as well. How do I make it only change on the portfolio sorting menu? Thanks again!
January 11, 2016 at 3:11 am in reply to: Would like to view filtered images ONLY (instead of entire portfolio) #562871Actually, perhaps you could assist me with my solution. I have instead, set each category up in a different portfolio on separate pages. I have then added a widget area in the advanced layout builder, and added a custom menu to this widget area, allowing the user to click between each category almost as they could before with the sorter, just doesn’t look quite as nice ;)
I made some tweaks to the css so that it would display how I wanted it to, (see below), but my remaining challenges are:
1: the “currently active” menu item drops down so that it is no longer in line with the rest – how do I fix this?
2: this menu does not work for smaller mobile devices, it just disappears off the page. I don’t think its necessary to show it at all on smaller devices, instead they could just view the entire portfolio – so how do I make it disappear for the smaller mobile size?These are the changes I have made so far to css for menu…
/*CHANGES TO PORTFOLIO-SORTING MENU WIDGET*/ #top .widget_nav_menu ul { display: -webkit-inline-box; font-size: 11px; letter-spacing: 0.5px; font-family: 'Quicksand', 'Helvetica Neue', Helvetica, Arial, sans-serif; } .main_color a { color: #808080; } .entry-content-wrapper li { margin-right: 1.5em; margin-left: 0em; } .widget_nav_menu .current-menu-item>a, .widget_nav_menu .current_page_item>a { color: #ab860c; }
THANKS!!
January 10, 2016 at 2:33 am in reply to: Would like to view filtered images ONLY (instead of entire portfolio) #562565Sweet, thanks. Will work the different categories into the menu instead!
Ah worked this one out too, just had to play. For anyone wondering…
create a new font and new unicode for each symbol, and enter as below!
You can mark this RESOLVED now thanks :)add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); function avia_add_custom_icon($icons) { $icons['vsco'] = array( 'font' =>'social-new', 'icon' => 'ue888'); $icons['mail'] = array( 'font' =>'mail-new', 'icon' => 'ue800'); $icons['ello'] = array( 'font' =>'ello-new', 'icon' => 'ue801'); return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1); function avia_add_custom_social_icon($icons) { $icons['vsco'] = 'vsco'; $icons['mail'] = 'mail'; $icons['ello'] = 'ello'; return $icons; }
Sorry – I may need you to spell this out a bit for me…how do I then add it to the above code? I tried repeating the above with just the font name and unicode changed and I broke it and had to fix in cpanel – oops. Not that familiar with how PHP functions!
I have two characters I’d like to add to social icons:
1. font = ‘mail-new’ unicode = ‘ue800’
2. font = ‘ello-new’ unicode = ‘ue801’Many thanks!!
Hmm actually have partially resolved.. I started again with font and code, renaming my font and adjusting code, which now reads;
add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); function avia_add_custom_icon($icons) { $icons['vsco'] = array( 'font' =>'social-new', 'icon' => 'ue888'); return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1); function avia_add_custom_social_icon($icons) { $icons['vsco'] = 'vsco'; return $icons; }
All I want to know now is how to add another social icon (from within the same font). Icon name is “ello”, and number is “ue817”. Do I need to create a separate font altogether? Thanks!!
Thanks Vinay for the sizing change, I will try it. This doesn’t answer my question though, I have followed adding custom icons as per instructions (which I want added to my social profiles options, not just the font icons in template builder). It worked at first and the icon displayed correctly, but now just shows a “pen” icon which seems to be a default icon. Link to site is in private content so you can see for yourself.
I also want to know how to add TWO icons to social profiles, but unsure how to add this into the provided code.
So far I have added:// Register new icon as a theme icon function avia_add_custom_icon($icons) { $icons['vsco'] = array( 'font' =>'entypo', 'icon' => 'ue888'); return $icons; } add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); function avia_add_custom_social_icon($icons) { $icons['vsco'] = 'ue888'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
- This reply was modified 8 years, 10 months ago by carendavis.
Oh great – that plugin is a legend! It seems the “large” size that was being generated was a different max size to what I had been trying to add, and the resulting downsized version was not at all sharp. I need to refine the thumbnails further now to suit our needs, but I think this will (hopefully) get us there. Thanks that, appreciated.
Question: for the php change that I have made (see above instructions on May 29 2015), where should I put these so that the change is not overwritten in subsequent updates? Thankyou!!The lightbox images are on the portfolio page of the website. I have cleared the browser cache and refreshed, still no better.
Yes thanks!
hey guys, been a while, but I am still not satisfied that this is resolved. I tried the above suggesting, but this has not worked. The images should be super sharp, right? They are lovely sharp images when uploaded, but there is just a slight pixelation to all of them once opened in the lightbox. Really need to resolve this as its the only thing stopping me from moving forward with the site now!
Thankyou, this works perfectly.
August 5, 2015 at 12:48 am in reply to: Remove and edit meta data under post in blog posts view #483039Great thanks! Again, this ALMOST works…it only shows the authors first name though, and in lowercase. Would prefer full name and with each first letter being Caps (ie John Smith). See previous link to page to see what I mean!
Thankyou!August 3, 2015 at 5:44 am in reply to: Remove and edit meta data under post in blog posts view #481865Thanks…it kinda worked, only – it is only showing one author for all posts, when all three of my posts have different authors assigned.
Any ideas? (Have included link to website, if you click into each post you will see each is by a different author, but only one of them is being displayed in grid view).
Thanks!July 27, 2015 at 4:58 am in reply to: Remove and edit meta data under post in blog posts view #478874Hi there – I would like to do this same thing – although I don’t need to remove comment count as I have disabled the comments on my posts, but I would love to show the author of each post on grid-view. What are the changes I would need to make? The lines mentioned above are different in my postslider.php
Thanks!This reply has been marked as private.Sure! how do I do that??
YESSS it works, thanks!!
Oh actually, I can see that it is a border which I have set in the Enfold General Styling tab under Main Content (I have made this magenta so it can be seen better). I just can’t find how to get rid of this border altogether! Your help is appreciated – thanks!
Thankyou! This nearly works… there just seems to be the thinnest little border or line or something going on to the right (ie – doesn’t sit as nice and flush to the edge as it does when menu is at top.) Do you know a solution for this?
Thanks so much!
CarenAwesome. Done. Thankyou, once again.
This reply has been marked as private.Actually, it seems the page builder is doing this everywhere on the site. None of the pages are loading either! Thanks in advance for your help.
Thankyou!
hmmm… thanks for trying, but this didn’t do it either.
No worries – I will just adjust my design!
Your time is appreciated!
C -
AuthorPosts