Viewing 30 results - 106,111 through 106,140 (of 106,281 total)
  • Author
    Search Results
  • #116819

    Hi,

    Please try to setup a test installation and import the dummy data. It works fine on my end. Featured image full width on blog posts if the layout is set to No Sidebar.

    Can you give us a link to your website?

    Regards,

    Ismael

    #116834

    Sure, just hover over any of the images on these pages, or anywhere on my site:

    http://polettofit.com/2013/what-is-ultimate-reset/

    http://polettofit.com/about/

    #116833

    Hi,

    Can you give us a link to the issue? I can’t seem to reproduce the issue.

    Regards,

    Ismael

    #22693
    nuv
    Participant

    Hi.

    Having some issues with slider elements not centering like the theme preview.

    see original here: http://cl.ly/image/3B2d3B0P0E3n

    and mine here: http://cl.ly/image/2z4701203d2z

    In the theme preview elements auto center if I resize my window. In my instalation the elements stay aligned to the left and don´t move.

    Appreciate the help, this is very annoying

    #22692
    Pappasdg
    Participant

    Hello,

    I am having some problems with the 1210px layout. When I center headline images they are not correctly being centered and the responsive is not working on the iPhone.

    Thanks,

    #22690
    jaypopsu
    Participant

    No matter if I have an image aligned left or right, as soon as I hover over the image in a post/page it breaks the word wrap and the text drops below the image.

    #22686
    joe88
    Participant

    Hello. How can you configure the Multi-Author Blog to show a featured image? Right now, I see the author pic on the left side and featured image on the right. However, when I select the blog post, the featured image is appearing to the left of the post, with very small dimensions. Why is the image not displaying as a full width featured image? Thanks.

    #116082

    Sorry, This isn’t really a solution. That would only work if the image that was being opened in the lightbox was actually 320 px and smaller. But as a photo might be any height. That won’t solve the issue.

    It can’t just be me. Look at the sample of the theme on this site. Go to the blog. and look at any image in the lightbox. me experience is whatever size the image is, it looks like the above sample. imho the error has to be in the native code somehow. However that height is being set. The default height needs to be 10 px taller than what is being generated by default.

    #116620

    Hey Matt,

    It’ll take a bit of time to find the exact cause of some of these sometimes-happens-sometimes-not bugs so if you do find a specific way to re-create it let us know so we can dig into it a bit further :)

    Regards,

    Devin

    #116335

    Hey silviouk,

    Glad it was a simple fix and Ismael could point you in the right direction :)

    Regards,

    Devin

    #116650

    In reply to: Images look blurred !!

    Hi dweb,

    Try saving your larger images to 694px wide and 562px tall for those images. The current size is larger than that space and I think the slight loss of quality is due to the compression to fit the smaller space.

    Regards,

    Devin

    #116430

    In reply to: Blurred Thumbnails

    Hi Alexia,

    If these are images that were already on your server (not newly updated) they may just need to have their thumbnails regenerated. Try using this plugin to do that and see if it helps: http://wordpress.org/extend/plugins/regenerate-thumbnails/

    Regards,

    Devin

    #116731

    Hi Nick,

    Yes, I know I can add a caption to the gallery images that will show up as a tooltip when the thumbnail is hovered over. But I was wondering if I could have that same caption appear on the lightbox image that appears once you click on the thumbnail and also if that caption could appear permanently underneath each thumbnail (in addition to the tooltip).

    Thanks,

    Matt

    #116619

    Hi Nick,

    I am using the latest theme. It seems to be an intermittent problem though, so it’s not an issue at the moment! I can’t reproduce the problem currently.

    I distinctly remember commenting out line 260 (not 261, from memory) of avia.js was one of the workarounds for fixing the ‘tooltip not displaying’ problem, which I used at first but then found another post where the moderator had given the following CSS fix:

    .avia-gallery-thumb .image-overlay.overlay-type-image {
    display: none !important;
    }

    so I used that instead and uncommented line 260. The overlay still appears on hover but the link symbol doesn’t, which fixes the tooltip problem, but didn’t sort the problem that is the subject of my initial post. I have now uncommented line 260 aswell and will keep an eye out for the issue again…

    Thanks,

    Matt

    #22401
    jawes
    Participant

    Hi,

    I set the header background image in the styling settings but nothing happens in the frontend.

    Although the preview is working in the settings.

    Any idea how I can resolve this?

    Thanks

    #116618

    Hi,

    Please make sure you are using the latest theme because almost every day or so an update has been released and 1.31 is the current version from a day ago.

    You can try opening up /js/avia.js and find line 261 and add // (two slashes) in front of that line so it would look like the code below

    //overlay = $("<span class='image-overlay "+span_class+"' style='opacity: 0;'><span class='image-overlay-inside'></span></span>").appendTo(link);

    Thanks,

    Nick

    #116028

    Hi,

    I am looking at your pages, and am still trying to figure out what exactly the problem is.

    On this page http://www.northeastbarristers.com/barristers/ , i see the portfolio is working. I would do something about that area above the portfolio since it looks strange and nearly empty.

    Please point to specific problems, and if you would, please use imgur.com to post screen captures with arrows, because perhaps we are seeing different pages or are using different browsers, because everything looks good from here.

    I would just use this css to get rid of that square box during mouse over on the portfolio item pages

    #top .avia-team-member .team-social {
    border: 0px solid rgba(0, 0, 0, 0.1) !important;
    }

    Thanks,

    Nick

    Hi,

    It is possible yes but you need to add a lot of css modification. This is the closest I can get. I used a 1500x640px image with the text or whatever elements already included on image itself.

    Create a new page. On the Layout Option select “No Sidebar”, “Don’t Display the Header”, “Don’t Display the socket & footer widgets” respectively.

    Go to Advance Layout Editor > Media Elements > Insert Full Width Easy Slider > Select the Splash Image.

    On your custom.css insert this code

    .page-id-1380 #header {
    display: none;
    }

    .fixed_header.social_header .page-id-1380 #main {
    padding-top: 0;
    }

    Notice the .page-id-1380? That is the unique id for my own splash page. You need to inspect your page then find the body class and use that instead.

    Regards,

    Ismael

    #116765

    Hi,

    For the meantime you can add this on your custom.css to fix the alignment.

    .avia_image.avia-builder-el-4.el_after_av_imageavia-align-center, .avia_image.avia-builder-el-12.el_after_av_imageavia-align-center {
    margin-left: 30px;
    }

    Regards,

    Ismael

    #116764

    Hi,

    Yeah, I can reproduce the problem. Somehow the second image produce this class

    class="avia_image avia-builder-el-2 el_after_av_imageavia-align-center "

    It should be

    class="avia_image avia-builder-el-2 el_after_av_image avia-align-center "

    I’m not sure why it is doing this so let me tag the rest of the support team.

    Regards,

    Ismael

    #116334

    OK thanks, feel a bit stoopid now, doh…

    #116333

    Hi,

    Did you create a portfolio item for each member? You need to upload an image for each portfolio items.

    Try to regenerate the thumbnails http://wordpress.org/extend/plugins/regenerate-thumbnails/.

    Regards,

    Ismael

    #116091

    In reply to: mega menu bug

    Hi,

    Please make sure you install the recent theme update since lots of functionality is now even better.

    Please add this to you css

    .header_color .header_bg {
    background-color:initial;
    }

    If you have a custom background image, this css will make the image show up. I don’t see transparency in the drop down menus right now. However there is a transparent bg color in play also though i don’t see on my end any difference one way or another changing it. You can change the last 0 to 100 to make transparent black become fully visible, and tell us the results. Though try this as a separate test from the one above

    #header {
    background-color: rgba(0, 0, 0, 0);
    }

    Thanks,

    Nick

    Hey!

    Thanks NaRanJiTo78 for helping us out :)

    Regards,

    Peter

    #116555

    You can add html code into the menu title/menu description field. If you want to add an image to the title just insert a img tag into the title field:

    If you want to insert an icon use following code:

    An overview (unicodes) can be found here: http://www.entypo.com/characters/

    #22664
    MM
    Participant

    Hi,

    I have some requirements for the gallery element and wonder if they are possible, and if so how:

    1) Add a caption to the larger lightbox image when a thumbnail is clicked on a gallery.

    2) Put a title or short descriptive text underneath each gallery thumbnail

    Thanks,

    Matt

    Hi Monsoon,

    Yes at the moment its an all or nothing change unless you targetted the individual images. I’ll put it on our ever growing list of things to look at as options however :)

    Regards,

    Devin

    #22656
    jeffcrain
    Participant

    I am trying to place identical size images into a layer slider layer. They come in at different sizes. Why?

    #22653

    Topic: Images look blurred !!

    in forum Enfold
    dweb
    Participant

    Please take a loook here :

    http://www(dot)gt-motors(dot)eu/car/porsche-997-cabriolet-s/

    Is there any zoom effect ? How to fix please ?

    Thank you

    #22644
    MM
    Participant

    Hi,

    Please forgive my ignorance, but I’m struggling to achieve what I would like to do. Let me explain…

    I have around 120 photos of our entertainment agency performers. They need to be split into one of 2 types, ‘male performers’ and ‘female performers’. I also need the performers to be split into one of 8 geographical region (i.e. London, The South, The North, East Anglia, The Midlands, Wales, Scotland, Ireland).

    I have been trying to use a combination of a portfolio and gallery to achieve this, but I must be misunderstanding which should be portfolio categories, which should be portfolio items and which to display using the layout builder gallery.

    I want to ensure I do it the most efficient way, using the least amount of pages but without having too many images and therefore links on any one page (possibly affecting my seo). I want the final selection (for example, ‘male performers in London’, or ‘female performers in London’) to be displayed as an 8 column gallery (as I need to have captions with the perfomer name and details) that then uses the lightbox to display the fullsize image.

    The nearest I got to what I wanted was to create 16 portfolio item pages (8 items, one for each area, for the males and 8 for the same areas for the females), with 2 portfolio categories as ‘male performers’ and ‘female performers’ and then create 2 ordinary pages (male performers, female performers) and have a portfolio item limited to its specific category. Each portfolio item page then contained a gallery of those performers.

    This seems a really inefficient way of doing it, but I can’t get my head around how best to organise it, or even if I understand the whole purpose of the portfolio items etc.

    I also then had to add the code below to functions.php (as advised in a post about using multiple portfolios) just so they didn’t interfere with each other (but I then lost the previous/next functionality with this code addition):

    /*
    * add multiple portfolio workaround m meaney
    */
    add_filter('avia_post_nav_categories', 'use_same_category_filter');
    function use_same_category_filter($same_category)
    {
    $same_category = true;
    return $same_category;
    }

    Can anyone advise me, in a clear way, on how best to achieve what I want? Should I even think about using a separate plugin?

Viewing 30 results - 106,111 through 106,140 (of 106,281 total)