Viewing 30 results - 97,711 through 97,740 (of 106,490 total)
  • Author
    Search Results
  • #214580

    Hi jmikhail!

    Its possible but it will take more than css. The prettyPhoto skin would need to be customized for whatever you wanted to change about it. If you aren’t familiar with skinning an element with css+images (images being used in the corners) its about an hour of time to do by a freelance developer from somewhere like Microlancer or Codeable.

    Best regards,
    Devin

    #214573
    jmikhail
    Participant

    Hi guys,

    Is it possible to have a custom background color after clicking the gallery to enable a popup window?

    The reason I ask is because we’re using .PNG images with transparent backgrounds so when we do the popup it makes them sit on a white background which is not good for the statues.

    Please view the gallery on this page here: http://bit.ly/1iuixzE

    Thanks!

    #214559

    Hi.

    Thanks. That fixed the image size issue.
    But the thumbnails are not displaying in the fake-light-box (big-thumb?).

    #214556

    Topic: Product image size

    in forum Enfold
    dhuet
    Participant

    Hi,

    Is there a way to resize the product image without touching the css? The woocommece image resize does not resize anything. even using the thumbnail generator.

    Also, I have noticed that using a sidebar on a single product page does not appear on the left or right but rather under the product. Is this normal?

    Thanks,
    D

    #214552
    This reply has been marked as private.
    #214509

    yeah, I tried that, I’ve given the section a unique name, referred to it in the custom css, but it only seems to apply on smaller viewports, like ipad or mobile width… when my browser is in desktop it just shows the default height I choose in the editor (for instance 25% height)…
    when I make the browser smaller, it refers tot the height in the custom css.

    as for the background image: found out that this css did some of the trick for smaller viewports, but not exactly what I wanted…
    .avia-section
    {
    background-size:360%;
    }

    • This reply was modified 12 years, 3 months ago by maggie247.
    #214490
    zerozendesign
    Participant

    Hi guys,

    I am starting this as its own thread since the other has apparently fallen off the radar. If you take a look at http://codelessme.com/casey/abstracts/ and /figures, on tablet and smartphone, the 4th row center image is displaying with a different height than the others. This is causing 2 white spaces to appear on tablet and smartphone. Ismael helps resolve on desktop, but these two issues still exist.

    I was provided with

    @media only screen and (max-width: 767px) and (min-width: 480px) {
    #top div .avia-gallery img {
    max-height: 132px;
    }
    }

    on the 21st by Ismael, but it did nothing. Any more help would be greatly appreciated. This is the only speed bump keeping this project from completion.

    Thanks,
    David

    #214478

    Hey,

    Forget to do that …. the link here

    #214457

    new video (shorter) with the error in the image gallery

    #214436
    This reply has been marked as private.
    #214419

    Hey leplusweb!

    Can you post the link to your website so we can take a look?

    Best regards,
    Yigit

    Thanks Devin,

    i found this option, but it has no effect so far.

    I did select “Define custom link” and put the Link to the portfolio entry.. No effect so far.
    I Use “slideshow” to display an image there (only one would be enough)

    http://www.virtuelle-touren.de/portfolio/

    Is there a way to set it generaly to usw the portfolioentrylink from the headline for the image shown in ajax?

    Best wishes
    Arne

    #214392
    leplusweb
    Participant

    Hello,

    I have an other problem on my site with the image. I think it’s a JS problem.

    The image doesn’t open in large properly as you can see

    What’s the solution ?

    Thx for your help

    #214391
    leplusweb
    Participant

    Hi,

    i have a problem to display an Easy slider on this page .

    The image are in the HTML but are display : hidden in the CSS class(.js_active .avia-slideshow li:first-child)

    But the main problem it’s the JS doesn’t word. It’s impossible to slide.

    Thanx for your help and response

    Here the code in BACK

    • This topic was modified 12 years, 2 months ago by Yigit.
    • This topic was modified 4 months ago by Yigit.
    • This topic was modified 4 months ago by Yigit.
    #214375
    tusing
    Participant

    Hi Guys,

    Trying to reduce the space between columns created using Layout elements and images.

    See attached file (need to reduce the white space)
    http://imgur.com/O2PHKZC

    Thanks so much

    #214373

    Topic: Gallery for post

    in forum Enfold
    studiotopo
    Participant

    Hi,
    sorry, how can I insert a multiple image gallery in a post?

    #214340

    In reply to: Post grid

    Perfect!!
    Thank you!

    This is my custom css, including a margin-top control:

    div .av_one_third {
    margin-top: 2%;
    margin-left: 2%;
    width: 32%;
    }

    I have a last thing to adjust, that is the margin-top of a slideshow:
    it is on one column, above of slideshow (710px) I have an image (710px, that is one column bar).

    I found a couple of css to do it, but these css increase also the distance from the top of the content area…
    Have you a suggestion?

    #214333
    Pixelbits
    Participant

    I was looking for a different onhover effect for the Enfold portfolio. With the help of some Googling I changed the arrow to a slideover-excerpt-text effect.

    To change this you have to know how to code – preferably in a child theme that you can download here:http://bit.ly/enfold-child

    Example of onhover effect:
    http://i40.tinypic.com/ndvqpz.jpgimage effect example

    What did i change:
    PORTFOLIO.PHP (Version: 2.4.5)

    New code:
    somewhere from line 395 (fullwidth portfolio) I changed some settings and added some classes. This is not very clean code but it can help you achieve this very easily.

    else
                    {
                        $extraClass .= ' default_av_fullwidth ';
    
                        $output .= "<div data-ajax-id='{$the_id}' class=' rozepitem grid-entry flex_column isotope-item all_sort {$style_class} {$post_class} {$sort_class} {$grid} {$extraClass}'>";
    	                $output .= !empty($excerpt) ? "<a href='{$title_link}' title='".esc_attr(strip_tags($title))."'><div class='rozeptxt grid-entry-excerpt entry-content' ".avia_markup_helper(array('context'=>'entry_content','echo'=>false)).">".$excerpt."</div></a>" : '';
        
                        $output .= "<article class='main_color inner-entry' ".avia_markup_helper(array('context' => 'entry','echo'=>false)).">";
    					
                        $output .= apply_filters('avf_portfolio_extra', "", $entry);
                        $output .= "<".$link_markup[0]." data-rel='grid-".avia_post_grid::$grid."' class='grid-image avia-hover-fx'>".$custom_overlay.get_the_post_thumbnail( $the_id, $image_size )."</".$link_markup[1].">";
                        $output .= !empty($title) || !empty($excerpt) ? "<div style='z-index:100;box-shadow: 0px -5px 20px #888888;' class='grid-content'><div class='avia-arrow'></div>" : '';
    
                        if(!empty($title))
                        {
                            $markup = avia_markup_helper(array('context' => 'entry_title','echo'=>false));
                            $output .= '<header style="z-index:100;" class="entry-content-header">';
                            $output .= "<h3 class='grid-entry-title entry-title' $markup><a href='{$title_link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>";
                            $output .= '</header>';
                        }
                        $output .= !empty($title) || !empty($excerpt) ? "</div>" : '';
                        $output .= '<footer class="entry-footer"></footer>';
                        $output .= "</article>";
                        $output .= "</div>";
                    }
    
    				$loop_counter ++;
    				$post_loop_count ++;
    				$extraClass = "";
    
    				if($loop_counter > $columns)
    				{
    					$loop_counter = 1;
    					$extraClass = 'first';
    				}
    			}

    Then i added a jQuery part in a JS file (e.g. shortcodes.js):

    $('.rozeptxt').animate({
          opacity:'0',
          top:'300px',
        });
    
    $('.rozepitem').hover(  
      // Over
      function(){     
    	$(this).find('.rozeptxt').animate({
          opacity:'0.9',
          top:'0px',
        });
    
      }
      ,  
      // Out
      function(){
    	$(this).find('.rozeptxt').animate({
          opacity:'0',
          top:'300px',
        });
    
      }
    );
    

    In the custom CSS-field I added this:

    
    .image-overlay { display: none!important; } 
    
    .entry-title {font-weight:bold;font-size:13pt;}
    
    .rozeptxt{color:#7c6853;font-size:13pt;position: absolute;top:0px;left:0px;
        background: rgba(255,255,255,0.9);width: 100%;height: 100%;z-index:50;padding:20px;}
    
    .rozepitem{display: block;float: left;
        position: relative;overflow:hidden;}
    

    I know the code can be a lot cleaner, but i saw other people wanting this – so maybe this helps them create something awesome.

    • This topic was modified 12 years, 3 months ago by Pixelbits. Reason: example image effect added
    #214316

    I got the same bug. Then I update theme and it’s disapper. Try to backup your own files (for exsample custom.css in css folder or images in images folder) and then just update your theme.

    #214297

    Topic: megamneu column width

    in forum Enfold
    KingConga
    Participant

    I have put images at the column heads in a megamenu. They look good when the site is fullscreen, but as it gets smaller the four columns that I have resize unevenly and my images end up with different dimensions. The two central columns are shrinking more than the two outside columns.
    Do you have a line of magic css for this pleeeaase
    Tim

    #214286

    Hey maggie247!

    If you give the color section a unique ID in the field available for that on the color section editor you can then target that ID and give it a specific pixel height. Ex:

    
    #mycolorsection {
    height: 50px;
    }
    

    The background image is a bit more complex. By itself, you are under the constraints of the background property with css. For your question this means that no, you can’t make it adapt to the screen size because its fixed in the background with regard to the viewport.

    Best regards,
    Devin

    #214267

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    a.grid-image { opacity: 1!important; }

    Best regards,
    Yigit

    #214265

    Topic: LayerSlider WP

    in forum Enfold
    Jagrav
    Participant

    I’m trying to have a paragraph Fade in then out over a layer image. I can get it to fade in but not out.

    Any ideas?

    #214254

    Ignore that align right navigation question. Instead, I just noticed something. Is it normal that I have fancy round image that appears when you mouseover a lightbox image in every browser EXCEPT for Chrome? Seems to work fine in all the other. Actually, I had no idea it even did that until I tested in another browser. :)

    mouseover

    Thanks

    #214240

    Hey cally423!

    Post title and preview image is also giving error 404. Do you mind creating a temporary admin login and posting it here privately so we can take a look?
    P.S.: I have checked the threads you have started and this the only one you have started since last week.

    Best regards,
    Yigit

    #214225

    hi Devin.

    1. -The first piece of code did the job :-)
    -Second piece, I cant see any effect ? -But nevermind i’m happy as it is !

    2. -i’m fine now that it’s gone !

    3+4. – i might post the scrollfunction in the theme feature request topic…

    5. I managed to partially solve the question myself, by simply changing the images in every one of the 8 pages :-) -Now i just miss the hoovereffect, but thats OK. (try clicking this button on my front page: click this one on my page

    6. OK :-)

    Thank you for your great support.

    #214209

    Hi!

    Please add following code to Quick CSS as well

    #top .portfolio-preview-image .avia-gallery-thumb img { height: 80px;
    width: 80px;
    }

    Best regards,
    Yigit

    eternalko
    Participant

    Hi,

    This is a question to somebody, who has obtained wisdom and mastered the sorcery of Enfold and Avia Building Framework.

    The Story

    We needed a nice and flexible template for a content oriented website that described our products in photos, videos and texts. Lots of landing pages. Enfold seemed like a perfect candidate. And I loved it.

    However, right now, we understand that we may require some changes in the way the website looks.
    For example, we need a 3 level menu system. Enfold sorts that out via an AWESOME mega menu, but we cannot do it that way.
    You get an idea what we need from this picture.

    The structure is similar to a famous fruit company website.
    And we really like the way how Avia Layout Builder works, because we will have a lot of content to put online and ALB is a perfect tool.
    The problem is, that Enfold doesn’t look the way we want.
    So the change is coming Mr. Wayne.

    The Dilemma

    Basically, we want to prepare a set of building blocks and then build our website like one does using Avia Layout Builder.
    And we are not sure what path we should choose.
    1. Adapt Enfold. Try to decompose Avia Layout Builder and Enfold and adapt to our needs.
    2. Find something alike. Find a WP component or anything that would allow us to do similar to ALB and make our own template.
    3. Forget about it and just make our own template without awesome page builder.

    What would you do, a wise sorcerer?

    • This topic was modified 12 years, 3 months ago by eternalko.
    #214185

    Topic: From Testing To Final

    in forum Enfold
    blackdogllc
    Participant

    Hello there!!!
    First off, I LOVE this theme and so does our client.
    Super simple and easy for everyone!

    One issue we are having is just with the final step, exporting all the content from the testing site and importing it to the actual domain.

    Testing:
    http://blackdogwebtest.org/

    Actual:
    http://www.mountainviewch.com/

    Ideally, we would want ALL the content including the images to upload but it fails to do so.
    Any answers?

    YOU GUYS THE BEST!
    -Lyssa

    #214175

    Hey!

    Please try setting it to 755. For more information please see http://codex.wordpress.org/Changing_File_Permissions
    Thank you :)

    Cheers!
    Yigit

Viewing 30 results - 97,711 through 97,740 (of 106,490 total)