Forum Replies Created

Viewing 30 posts - 91 through 120 (of 227 total)
  • Author
    Posts
  • in reply to: Portfolio grid with excerpt to right #666532

    Thanks Kriesi,

    Please see below login details in the private area below.

    You have my permission to temporally disable plugins if necessary.

    Please note that I only wish to have the images and text side by side on the News page, not other pages that use the portfolio grid.
    It would be good to be able to set this as an option in the portfolio grid settings in a future version of Enfold.

    Best wishes,
    Richard

    in reply to: Portfolio grid with excerpt to right #665351

    Thanks Kriesi,

    Please see below private link.

    I would like the portfolio posts in the portfolio grid (in the bottom part of the page) to display with their title and excerpt next to their images rather than below. As the images are vertical format it would be much better displayed like this.

    So instead of displaying four portfolio posts like this:

    Image Image Image Image
    Text Text Text Text

    The four portfolio posts would display like this:

    Image Text Image Text
    Image Text Image Text

    Thanks, Richard

    in reply to: Video #621148

    Thanks, it seems to have resolved itself now…

    in reply to: Column order in mobile layout #619885

    Thanks Josue, that is a real pity there is no way to do this without having to create duplicate elements on the page. There is no way to do this in code?

    Best w, Richard

    in reply to: Responsive logo size #617454

    That’s great, thanks Yigit

    Do you know how I can remove the grey bar that appears above the logo at small screen sizes?

    Also, how can I reduce the spring below the logo at small sizes? There is too much space below the logo when it is smaller.

    Best w, Richard

    in reply to: Responsive logo size #617402

    Thanks Yigit,

    I tried this but it made the logo small even at full screen sizes?

    Best w, Richard

    in reply to: Masonry Grid category filters #603068

    Thank you Günter,

    Will this mean that if we add the code to functions.php in the WordPress admin, that I can updated future versions of Enfold without affecting this change?

    The custom order for the ‘Size’ categories should be All, S, M, L, XL

    I’m posting a login below

    Thanks, Richard

    in reply to: Masonry Grid category filters #602120

    Hi Günter,

    There was a new version of Enfold released today but I don’t see anything that changes the way the masonry grid category filters are displayed. Perhaps this will be in the next version?

    I’m having some problems implementing the code you suggested. In helper-masonry.php there is no code that matches the code you say I should replace?

    Also, I’ve also not been able to find IDs displayed anywhere in the admin to specify a custom order for the category filters as you said.

    Thanks, Richard

    in reply to: Masonry Grid category filters #601855

    Thank you Günter,

    So in the next Enfold release there will be an option to re-order the category filters from within the Portfolio Grid? That sounds excellent. When will the next version be released do you think?

    Another question – in the portfolio categories you allow categories to be nested in a parent category, but all categories assigned to a post appear in one block when category filters are turned on for a portfolio grid.

    Is there some way that the categories nested within one parent could be displayed together, say on one line, and categories nested within another parent could be displayed separately on another line.

    This is because I want to filter projects by two different criteria – location and size, something like this:

    Europe / North America / Asia / Africa
    Small / Medium / Large / Extra Large

    Thanks, Richard

    in reply to: Masonry Grid category filters #600322

    Thanks Ismael, but I get syntax errors when I add that code.

    I’m copying here the section of code immediately before and after lines 148, from line 135 – 151.
    Could you insert the code you in the correct place within these sections, so I can copy and paste back into helper-masonry.php

    Thanks, Richard

    foreach($sort_terms as $term)
    {
    $show_item = in_array($term->term_id, $current_page_terms) ? ‘avia_show_sort’ : ‘avia_hide_sort’;
    if(!isset($term_count[$term->term_id])) $term_count[$term->term_id] = 0;
    $term->slug = str_replace(‘%’, ”, $term->slug);

    $output .= “<span class=’text-sep {$term->slug}_sort_sep {$show_item}’>/</span>”;
    $output .= ‘slug.’_sort” class=”‘.$term->slug.’_sort_button ‘.$show_item.'” ><span class=”inner_sort_button”>’;
    $output .= “<span>”.esc_html(trim($term->name)).”</span>”;
    $output .= “<small class=’avia-term-count’> “.$term_count[$term->term_id].” </small></span>”;
    $output .= “
    “;
    }

    //$output .= “</div>”;
    $output .= “</div></div>”;
    }

    in reply to: Single column portfolio grid #598945

    Dear Kriesi,

    I used this css to make my portfolio grid change down to 1 column when viewed on small screen sizes,
    but how can I make it also apply to the masonry grid?

    Thanks, Richard

    in reply to: Vimeo autoplay, loop etc. #597762

    Hi, I’m sorry but I don’t see how this link helps me.

    Is there no way you an include an option in your video element to set vimeo videos to autoplay and loop?

    These are available in the vimeo embed settings, but their iframe embed code does not work when added in your code block element.

    Best wishes,
    Richard

    in reply to: Single column portfolio grid #558432

    Thanks Rikard,

    I have made quite a lot of visual modifications in the Quick CSS to customise my site.

    The main change I made to the layout was to add some spacing between items in the portfolio grid.
    However, as the padding is added to the right of each item this is not ideal, as it means there is more space to the right of items
    than to the left meaning that content is not centred, especially noticaeable when viewed on smaller screen sizes.

    What in particular looks wrong to you?

    I’ve posted an admin login in the private section below.

    Best wishes,
    Richard

    in reply to: Set Social Share Icons manually #557769

    Thanks Josue

    in reply to: Set Social Share Icons manually #557225

    Dear Kriesi,

    This was working fine for me, but now for some reason (I updated WordPress and Enfold) the social share icons are appearing at the top of the page (rather than at the bottom as they were before) and overlap with the image and title at the top of my portfolio post, so that they cannot be clicked.

    I am including a link below to a post on my website to show this.

    How can I move them back to the bottom of the page?

    Thanks, Richard

    in reply to: css background image to either side of main section #543365

    Thanks, I have added you as admin, details below

    in reply to: css background image to either side of main section #543363

    OK, thanks Drake

    I will try that, but I also have another solution:

    Please look again at the home page. I have created separate background images for the Header, Main and Socket, and set these as the background images for each section in your settings.

    However, only the header background image is displaying. The main and socket background images are not appearing?

    Thanks again!

    in reply to: css background image to either side of main section #543339

    Thanks Dake,

    I’ve shared a link in the private box below.
    I have tried using this css:

    div #main {
    background-image: url(http://richardwilding.co.uk/nicoladonati/wp-content/uploads/2015/11/Shop-Left.jpg), url(http://richardwilding.co.uk/nicoladonati/wp-content/uploads/2015/11/Shop-Right.jpg);
    background-position: left top, right top;
    background-repeat: repeat-y, repeat-y;
    }

    in reply to: Paragraph breaks in excerpt texts #524218

    Great, thanks

    in reply to: Paragraph breaks in excerpt texts #522658

    Thanks Elliott,

    Yes, I’m already using excerpts. But my question was how to get the paragraph breaks I am adding in the excerpt box to display in the excerpts below my posts in the portfolio grid.

    The excerpt are currently stripping out any formatting I add to text in this box (see link below)

    Best w, Richard

    in reply to: Portfolio Post tags #509710

    Thanks Kriesi, what email should I use for your login?

    in reply to: Portfolio Post tags #509544

    You mean adding this?

    —–
    echo ‘<span class=”blog-tags minor-meta”>’;
    the_tags(‘‘.__(‘Tags:’,’avia_framework’).’<span> ‘);
    echo ‘</span></span>’;
    —–

    I have tried this, but tags don’t show.
    See a link below for a portfolio item where I have added some tags

    Thanks, Richard

    in reply to: Lightbox for EasySlider images #501346

    Hi Basilis,

    I’m using the ‘EasySlider’ element to create slideshows like on the first link below.
    I’d like to click on one of the images to launch a lightbox image, like I can with the ‘gallery’ images on the second link.

    Best wishes,
    Richard

    in reply to: Social media icons in socket #501249

    Great, thanks Elliot

    in reply to: Boxed layout height #500348

    Yes, I already removed the following code:

    #socket { position: fixed; width: 100%; bottom: 0; }

    The problem is that now the white box is always min height 900px, which is good, but the footer does not sit at the bottom, it moves up and down under content.

    Thanks, Richard

    in reply to: Boxed layout height #499784

    Thanks Ismael,

    Unfortunately this is really not working. With this min height on the box, the footer now moves up and down, leaving white space underneath.

    Could you take another look (link below)

    Best wishes,
    Richard

    in reply to: Boxed layout height #499343

    Thanks Yigit,

    This doesn’t seem to be working correctly. Could you take another look.

    Best w, Richard

    in reply to: Nested layout elements #499182

    That’s perfect. Thanks Ismael

    in reply to: Post not found #498406

    Hi Josue, it’s ok, I went to settings / permalink and reset it there. It’s now working fine

    Thanks

    in reply to: Post not found #498304

    Dear Josue,
    If you could see what can be done to fix this I’d appreciate it, as I’m presenting this new website in 2 hours.

    Many thanks,
    Richard

Viewing 30 posts - 91 through 120 (of 227 total)