Forum Replies Created

Viewing 30 posts - 31 through 60 (of 63 total)
  • Author
    Posts
  • in reply to: Featured image opens in lightbox… #567564

    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:
    screenshot of portfolio item page
    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!

    in reply to: Caption under image in Lightbox view? #567400

    Sure.

    in reply to: Caption under image in Lightbox view? #567037

    Thanks Yigit, this is what I have done, but it still does not seem to work!

    in reply to: Caption under image in Lightbox view? #566957

    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!

    PERFECT! Thankyou :) (resolved) :)

    This 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!

    Actually, 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!!

    Sweet, thanks. Will work the different categories into the menu instead!

    in reply to: custom social icon not displaying properly… #562269

    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;
    }
    in reply to: custom social icon not displaying properly… #561632

    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!!

    in reply to: custom social icon not displaying properly… #560175

    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!!

    in reply to: custom social icon not displaying properly… #560172

    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.
    in reply to: Poor image quality in lightbox… #549479

    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!!

    in reply to: Poor image quality in lightbox… #547524

    The lightbox images are on the portfolio page of the website. I have cleared the browser cache and refreshed, still no better.

    in reply to: Poor image quality in lightbox… #545616

    Yes thanks!

    in reply to: Poor image quality in lightbox… #544974

    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!

    in reply to: Php customisations and theme updates #490513

    Thankyou, this works perfectly.

    in reply to: Remove and edit meta data under post in blog posts view #483039

    Great 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!

    in reply to: Remove and edit meta data under post in blog posts view #481865

    Thanks…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!

    Hi 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!

    in reply to: Poor image quality in lightbox… #450937
    This reply has been marked as private.
    in reply to: Poor image quality in lightbox… #441371

    Sure! how do I do that??

    in reply to: Fullscreen Slider home with Sidebar Menu Hidden #418219

    YESSS it works, thanks!!

    in reply to: Fullscreen Slider home with Sidebar Menu Hidden #417497

    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!

    in reply to: Fullscreen Slider home with Sidebar Menu Hidden #417420

    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!
    Caren

    in reply to: Cannot edit existing Portfolio Items… #343352

    Awesome. Done. Thankyou, once again.

    http://www.jollygoodfilms.com

    in reply to: Cannot edit existing Portfolio Items… #342540
    This reply has been marked as private.
    in reply to: Cannot edit existing Portfolio Items… #341954

    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.

    in reply to: Change icon in Portfolio Mouseover? #211478

    Thankyou!

    in reply to: Boxed layout on some pages and not others… #209938

    hmmm… thanks for trying, but this didn’t do it either.
    No worries – I will just adjust my design!
    Your time is appreciated!
    C

Viewing 30 posts - 31 through 60 (of 63 total)