Viewing 30 results - 96,721 through 96,750 (of 106,495 total)
  • Author
    Search Results
  • #223891
    silviouk
    Participant

    Hi there,

    I’ve installed (and now un-installed) the latest version of Woo Commerce. I uninstalled it because it removed two easy sliders that are on the home page (you could see the previous/next icons and dots), it also deactivated the image blocks used in the page builder so any images held in an image block disappeared.

    Any ideas why?

    Thanks

    #223889

    Thanks! The featured image displays below the post title now.

    There is an interesting bug with The featured image. I add the feature image to one post and the image also displays on the post below.
    http://www.smtdp.com/index.php/blog/

    • This reply was modified 12 years, 2 months ago by jacobsever.
    #223878

    That code removes also the white clear over the image… I figured out how to…

    	.image-overlay .image-overlay-inside:before{content: none !important;}
    	.image-overlay.overlay-type-extern .image-overlay-inside:before{content: none !important;}
    	.image-overlay.overlay-type-video .image-overlay-inside:before{content: none !important;}

    Thank you anyways :)

    #223850

    Hey!

    Ah ok – open up wp-content/themes/enfold/js/avia.js and search for:

    
    					imgParent.css({height:'auto'}).each(function(i)
    					{
    						var currentLink = $(this);
    
    						setTimeout(function()
    						{
    							currentLink.animate({opacity:1},1500);
    						}, (100 * i));
    					});
    

    Replace it with

    
    					imgParent.css({height:'auto'}).each(function(i)
    					{
    						var currentLink = $(this);
    						currentLink.animate({opacity:1},1500);
    					});
    

    Best regards,
    Peter

    #223846

    In reply to: Modify Masonry Gallery

    Hey mgerenser!

    1) You can try to add an opacity effect to the masonry images – insert this code into the quick css field

    
    .av-masonry-image-container:hover img {
    opacity: 0.6;
    }
    

    2) See https://kriesi.at/support/topic/question-about-the-full-width-masonry-gallery/

    Regards,
    Peter

    Hey AlexKK!

    1) No, the lightbox on the portfolio page can’t display all portfolio images but just the featured images.

    2) You can add a nextgen shortcode to a post, page or portfolio entry to display the nextgen image gallery(ies). You can either create a portfolio page (which just shows the featured images) and then on the single portfolio entry pages show the nextgen galleries or you can use the menu editor (Appearance > Menus) to link to a single portfolio entry or page directly. By going this way you don’t need a portfolio page and you can bypass the limitation of the portfolio page if necessary (see 1)).

    Cheers!
    Peter

    #223838
    mike.rav
    Participant

    Hello,

    I am currently using the following header:

    “Header with Social Icons and bottom Navigation”

    and i would like to remove the social icons part completely from the right side of the header, in order for my image to cover the whole now. Now it justs leaves some space for the social icons and the logo is not aligned.

    Any chance i can remove them completely? or maybe place them in the top bar?

    I know there are other types of headers, but this is the onyl one with bottom navigation

    Thank you in advance.

    Website

    Screenshot

    #223829

    In reply to: Fullscreen 3 columns

    Hi bleepstudio!

    Edit the page then look for Page Attributes > Template > choose the Blank – no footer, no header template. Add a color section then add “awesome-section” on For Developers: Section ID. Place 3 1/3 columns inside the color section and an Image element for each. Add this on Quick CSS:

    #awesome-section {
    width:100%; height:100%; position:fixed; top: 0;
    }
    
    #awesome-section .container, #awesome-section .avia_image {
    height: 100%;
    }

    Cheers!
    Ismael

    #223826
    pako69
    Participant

    Hello :-)
    I use 3 Easy Slider on my homepage.
    When i select a post, they are sorted alphabetically, but with more than 1 500 posts it’s a nightmare to find my latest post…
    Is there a way to change it? I would like this Select list show me my post sorted by date – the latestthe first in the list?

    — Request feature —
    Would be great to have a choice like :
    [x] by date
    [ ] by name

    Sort posts

    #223811

    Hey!

    The image is just too tall, you should place it on a square canvas first to match the ratio of other product images.

    Cheers!
    Ismael

    #223802

    Hi Pedro!

    You can add the css code on the child theme’s style.css file.

    .image-overlay {
    display: none !important;
    opacity: 0 !important;
    }

    Cheers!
    Ismael

    #223801

    Hey!

    Edit includes > loop-index.php, remove everything then replace it with this code: http://pastebin.com/GnKTRD1G

    This should place the featured image below the post title and post meta infos.

    Cheers!
    Ismael

    #223800

    In reply to: Image Quality

    Hey!

    You have the same issue with these threads and setting the image-rendering property to auto fix it for all of them:

    https://kriesi.at/support/topic/small-bug-report-logo-scaling-in-ff25osx/
    https://kriesi.at/support/topic/image-scaling-issues-in-enfold/
    https://kriesi.at/support/topic/issue-regarding-quality-of-responsive-images-and-more/
    https://kriesi.at/support/topic/table-bug-fix-and-improved-image-scaling-in-firefox/

    Please remove browser cache then reload the page a few times.

    Best regards,
    Ismael

    This reply has been marked as private.
    #223768

    Hi andri7luck!

    You can add this on Quick CSS or custom.css to remove the small preview image:

    .small-preview {
    display: none;
    }
    
    .template-blog .entry-content-wrapper {
    margin-left: 80px;
    }

    Regards,
    Ismael

    #223766

    Hi Ismael,

    http://www.naturaloutlook.com/

    Between the First image and the second, so could I add a white line between the two, or if I added images in succession within colour sections, so there would be a white line between images?.

    Thankyou to you and the team for all your hardwork, best regards

    Gary

    Hi,

    For now until support yet to respond or acknowledge for the first time, I am just going to use the below thus removing the effects which is not what I wanted and the issue is not resolved :

    .grid-image.avia-hover-fx {
    opacity: 1;
    }

    Please respond or acknowledge someone will be looking into this?

    I found that on mobile version the menu doesn’t exit too when the above issue is happening and actually the above doesn’t actually solve the issue since people cannot navigate to the pages on mobiles.

    I therefore think something is cause these effects / scripts to malfunction whether it’s the menu on mobile or the portfolio grid or post slide effects when viewed as general public but once logged in as admin they work fine.

    Thanks

    • This reply was modified 12 years, 2 months ago by pureoption.
    #223737

    Hi Yigit,

    Very sorry about the duplicate topic, I was worried that I threw too much into this one so thought I’d at least find out the most important answer I needed quicker on it’s own. Won’t do again.

    I dug through the forum a bit as I needed to fix everything in short order and I at least found working solutions, but not sure if they were the best.

    For 2) I used the css .image-overlay { display: none!important; }

    For 1) and 4) I just created a custom class and used the following code – is this the best way to accomplish this or is there a better way to align everything middle vertically and move left/right as needed?

    .avia_image.asseen1 {
    top: -8px;
    right: -160px;
    }
    
    .avia_image.asseen2 {
    top: -38px;
    }
    
    .avia_image.asseen3 {
    top: -21px;
    left: -160px;
    }

    Thank you,
    Jonathan

    #223734
    tlow87
    Participant

    I’m having an issue with using the Team Member in combination with a hover element.

    Page: http://carveskateshop.us/team/

    Code:
    .avia-team-member{margin:30px 0; clear:both;}

    .team-member-name{margin-top:20px;}

    .team-member-job-title{margin-top:-7px; font-size: 10px; }

    .team-social a{text-decoration: none; position: relative; border-radius: 30px; padding: 0 16px; background: #fff;margin: 3px; display: inline-block; height:53px; line-height:54px; width:53px; }

    .team-img-container{ position: relative; overflow: hidden; border-radius: 3px; text-align: center;}

    .team-img-container img{ display:block; margin:0 auto; }

    .avia-team-member .team-social{
    border: 7px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    font-size:100px;
    background: #fff;
    background: rgba(153, 7, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    top:0; left:0; right:0; bottom:0;
    text-align: center;
    border-radius:350px;
    }

    .team-social-inner{
    width:100%;
    padding:0 5%;
    position: absolute;
    top:50%;
    margin-top:-26px;
    left:-20px;

    }

    .team-img-container:hover .team-social {
    visibility: visible;
    background-clip: padding-box;
    opacity: 1;
    height: 90%;
    margin: 4%;
    overflow: hidden;
    padding: 4.5%;
    width: 90%;
    -moz-transition: background-image 200ms ease-out;
    -o-transition: background-image 200ms ease-out;
    -webkit-transition: background-image 200ms ease-out;
    transition: background-image 200ms ease-out
    -moz-transform: 1s;
    -ms-transform: 1s;
    -o-transform: 1s;
    -webkit-transform: 1s;
    transform: 1s

    }

    .avia-tooltip{
    position: absolute;
    z-index: 9999999;
    padding:12px;
    margin-top:-18px;
    margin-left: -4px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    color:#fff;
    width:140px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 18px;
    text-align: center;
    }

    .avia-tooltip .avia-arrow{
    background: rgba(0, 0, 0, 0.8);
    border:none;
    }

    .avia-tooltip .avia-arrow-wrap{
    width:20px;
    height:20px;
    position: absolute;
    bottom:-20px;
    left:50%;
    margin-left:-7px;
    overflow: hidden;
    }

    • This topic was modified 12 years, 2 months ago by tlow87.
    #223729

    Topic: Blog Post View

    in forum Enfold
    pjump
    Participant

    How can i show the articles of my home page, like the image in the link below, without having the sidebar?
    blog

    Thanks

    • This topic was modified 12 years, 2 months ago by pjump.
    #223717

    In reply to: Masonry shop

    There are 2 different masonry elements in the Avia Layout Builder:
    – Fullwidth Masonry in the Content Elements tab which can output posts based on any taxonomy
    – Fullwidth Masonry Gallery in the Media elements tab which is only for images

    You *can’t* use the Fullwidth Masonry Gallery for the shop. You must use the Fullwidth Masonry element instead.

    See: https://vimeo.com/channels/aviathemes/77433498

    AlexKK
    Participant

    Hello everyone

    New user here and I had a couple of questions.
    I’m trying to design a page for photographers. The idea is that each photographer has his own subpage, showing a few portfolios. Each portfolio consists of some photos and a description.

    I understand that for each photographer I should make a portfolio item for each one of his galleries, assign them to the same category, then create a page to display the portfolios

    So I wanted to ask, could I have the preview image (“featured image”) link to a slideshow lightbox instead of linking to a portfolio page with thumbnails? I mean viewing the whole gallery in the lightbox, not just the featured image. The latter already exists as an option.

    Secondly, can I direct portfolios to source the images from a nextgen gallery instead of the media outlet provided by wordpress?

    Thanks in advance

    #223697

    It’s one of the built-in slider, not LS. Looking forward to hearing from you when you go live :)

    Regards,

    Josue

    #223694
    andri7luck
    Participant

    Hello,

    This might be silly question but please help
    I put several blogposts on my blog and after I publish it, there is like a featured image on the left side,
    see this:
    this is in mysite.com/blog
    http://imgur.com/edvcPT8

    this is in mysite.com/the-article
    http://imgur.com/NPWhOP8

    in your demo page: http://kriesi.at/themes/enfold/2012/01/14/this-is-a-nice-post/
    I can’t find the image on the left site like in my site.

    Please help. Thanks

    #223690

    That looks like the Advanced Layer Slider to me. It is full-width, but not full screen. I’m using the one that’s labeled Fullscreen Slider in the Avia Page Builder. I’ll post a link when I move the site from local to a dev server.

    #223688

    Topic: Broken SSL

    in forum Enfold
    lawyerly
    Participant

    There’s only one item breaking my SSL lock. I got the following feedback at http://www.whynopadlock.com/check.php:

    Insecure URL: http://lawdeal.com/ld/wp-content/themes/enfold/images/background-images/diagonal-thin-light.png
    Found in: https://lawdeal.com/ld/wp-content/uploads/dynamic_avia/enfold.css?ver=1

    I took a look at ‘/dynamic_avia/enfold.css?ver=1’ and didn’t see any reference to ‘diagonal-thin-light.png’.
    Please help, thx

    #223684

    Hey!

    The slider is now here:
    http://bit.ly/1gApmuU

    It’s a Fullscreen Slider.

    Regards,
    Josue

    #223682

    Thanks, Josue.

    I click on the other users link from the thread you linked to and the page is no longer there. Was he using the Fullscreen Slider or the Layer Slider?

    #223679

    In reply to: Image Quality

    This reply has been marked as private.

    Hey jmikhail!

    Trying using this plugin to regen your thumbnails and see how that effects things: http://wordpress.org/extend/plugins/regenerate-thumbnails/

    Best regards,
    Devin

Viewing 30 results - 96,721 through 96,750 (of 106,495 total)