Viewing 30 results - 99,061 through 99,090 (of 106,459 total)
  • Author
    Search Results
  • #199517

    Hi!

    I’m not sure there is anything we can do to change that. The script needs to have some flexibility with images and how it re-sizes and sorts them. If you just want the two static images in the same row consistently your best route would be to just hard code it into a text widget’s text tab with html.

    Best regards,
    Devin

    #199501
    #199500

    Hi again!

    No difference Im afriad. I have cleared chache and reloaded but Im still not able to click to switch image.

    Regards,
    Tomas

    Hi Devin!

    To clarify, the issue is when after first loading the site in portrait (mobile menu is displayed – no problem). Then turn 10″ tablet / iPad to landscape and the theme switches to regular menu – this is when the over lapping occurs.

    Does that help?

    Appreciate your for continued assistance!

    -Les

    #199492
    awilson3rd
    Participant

    Hello,

    I am testing a plugin which uses some elements of the enfold css. The problem I have is that a certain icon/image is adopting the ‘primary color’ from the main content css which is causes me problems with viewing the image link. So, is it possible to set the primary color (main content only) to transparent on certain pages only by using the page id? The custom css for this would be greatly appreciated!

    Thanks

    Andrew

    #199490

    Hi!

    You can use this plugin: http://wordpress.org/plugins/wp-resized-image-quality/ to change the thumbnail quality of the uploaded images – i.e. you can set the compress quality level to 100% for the best jpg compression quality.

    The images should re-size properly if
    1) The gdimage library is installed: http://www.php.net/manual/en/book.image.php (otherwise wordpress can’t generate the thumbnails)
    2) The original image dimension (WIDTH AND HEIGHT) exceed the thumbnail size. If i.e. the width/height of the original image is smaller than the defined thumbnail width/height wordpress won’t generate a thumbnail version of the image.

    Regards,
    Peter

    #199464

    That removed the link… but unfortunately it also removed the possibility to switch between images in the slider, both with the arrows and with the circles at the bottom of the slider… :)

    #199462

    Hey!

    You could select the “Don’t show the images at all and display the preview text only” option: http://www.clipular.com/c/6453051829256192.png?k=5TIdSdjsRn87CQytVuQeUU4899A

    By going this way Enfold will stretch the content area of the ajax preview to 100% width and you can use the new space to build your custom layout. I.e. use the 1 column shortcode and the “Easy Slider” shortcode to build the layout/template you requested in your last post.

    Regards,
    Peter

    #199460

    Hey!

    Strange – please try to use following code instead

    
    jQuery('.portfolio_preview_container .portfolio-preview-image .avia-slideshow .avia-slideshow-inner').find('a').addClass('avianolink noLightbox');
    $('a.avianolink').on('click', function(){return false;});
    
            //activates the prettyphoto lightbox
            $(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});
    

    I’ll move the “avianolink” function into the ajax callback function with the next theme update – then you just need to use the code I posted here: https://kriesi.at/support/topic/remove-lightboxlink-from-ajax-preview-slider-again/#post-199447

    Best regards,
    Peter

    #199457

    Hi!

    That code removes the lightbox and don’t cause any problems with the slider. But the slider images is still a link (opens up in a new window). I would like the link to be removed completely.

    Regards,
    Tomas

    #199456

    Topic: GALLERY ANIMATION

    in forum Enfold
    silviouk
    Participant

    Hi there,

    Can the site wide image animation be placed on images in a gallery? At present there is no animation available when you hover over images in a gallery.

    Thanks! Silvio

    #199447

    Hey agarkitekter!

    If the code doesn’t work for you please remove it and replace

    
            //activates the prettyphoto lightbox
            $(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});
    

    with

    
    jQuery('.portfolio_preview_container .portfolio-preview-image .avia-slideshow').find('a').addClass('avianolink noLightbox');
    
            //activates the prettyphoto lightbox
            $(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});
    

    Best regards,
    Peter

    #199441

    Hey!

    I applied the background image again on Global Settings. Please add this on your custom.css or Quick CSS:

    .ls-inner {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    }

    Cheers!
    Ismael

    #199429

    Hello fantastic support people!

    I hope you can help me fine-tune the blog page of my new website. If you could please explain your directions in basic language (I’m new to web building), that would be much appreciated!

    Okay, here goes:

    (1) I’m trying to make some changes to my blog, but when I go to “Blog” under “Pages,” I can create changes all I want, but they don’t actually show up on the website. What am I missing here?
    http://naturaintegrativehealth.com/?page_id=731

    (2) I’m trying to embed a video from YouTube, but all that’s loading on my blog post is the HTML.
    Here’s what I mean: http://naturaintegrativehealth.com/?p=1

    (3) How do I make the featured image look smaller at the top of the blog post? This picture is HUGE!
    Here’s what I mean: http://naturaintegrativehealth.com/?p=1

    I appreciate all your help. You guys are great!

    #199423

    Topic: Full Screen Slider

    in forum Enfold
    MaxMyBody1
    Participant

    Hello Team,

    I have a question, my full screen slider on my home page is converting images in two way that I would like to fix.
    1. FSS demnsion sizing is cutting my home page images omitting the upper 1/3
    https://maxmybodyllc.box.com/s/9c9rpcodz0v8qpnoi1p4

    2. The FSS is altering my mobile images as well
    https://maxmybodyllc.box.com/s/jonvyrmrak7pk2vgqh62

    Any ideas on how to fix this?
    maxmybody4me.com is the home page so you can see for your self, I know I’m doing something wrong?

    Thanks Team

    #199419

    Hi Ismael,
    The trouble with doing what you suggested is that then the background image slides in and out, which doesn’t look quite as nice as having it be solid, with the other layers sliding across it.
    Is there any other advice you have to offer to create this effect?
    Thanks,
    Erica

    #199403

    Hey!

    Please don’t set a Background image on Global Settings. Set the background image on each slide, look for Slide options > Image. I added a background image on the first slide. You can do the rest.

    Cheers!
    Ismael

    #199399

    Hi,
    thanks, this works.
    Are there other attributes I can display, the description or label?
    (I don’t know if these are the right names for it, I’m using WordPress in German, there it is “Beschriftung” and “Beschreibung”)
    Is it just possible to have “title” and “alt”?

    #199398

    In reply to: AJAX Gallery in Posts

    Good morning Josue,

    thx works perfectly.
    But, could you explain me why the pics in the gallery looks so bad in the portfolio small preview and in the big Image below? since i open it the pics are in a good quality.

    Reagards
    Sebastien

    #199395

    Thanks! Slowly getting it.

    Is there any way to move the text from the right side to underneath the image?

    http://adventurer.webhost4life.com/ef2/new-listings-2/

    #199372

    Hi Ismael

    i am aware i can change the size, what i am saying is that they are not resizing properly

    and could you please tell me why there is a loss in image quality when uploaded to the theme as asked previously

    thank you Ismael
    Anu

    #199369

    Hey!

    You can change all the thumbnail sizes on functions.php, find these line of codes:

    $avia_config['imgSize']['widget'] 			 	= array('width'=>36,  'height'=>36);						// small preview pics eg sidebar news
    $avia_config['imgSize']['square'] 		 	    = array('width'=>180, 'height'=>180);		                 // small image for blogs
    $avia_config['imgSize']['featured'] 		 	= array('width'=>1500, 'height'=>430 );						// images for fullsize pages and fullsize slider
    $avia_config['imgSize']['extra_large'] 		 	= array('width'=>1500, 'height'=>1500 , 'crop' => false);	// images for fullscrren slider
    $avia_config['imgSize']['portfolio'] 		 	= array('width'=>495, 'height'=>400 );						// images for portfolio entries (2,3 column)
    $avia_config['imgSize']['portfolio_small'] 		= array('width'=>260, 'height'=>185 );						// images for portfolio 4 columns
    $avia_config['imgSize']['gallery'] 		 		= array('width'=>710, 'height'=>575 );						// images for portfolio entries (2,3 column)
    $avia_config['imgSize']['masonry'] 		 		= array('width'=>705, 'height'=>705 , 'crop' => false);		// images for fullscreen masonry
    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>710, 'height'=>270);		                 // big images for blog and page entries
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 );						// images for fullsize pages and fullsize slider

    Regards,
    Ismael

    #199368

    Hi yes that’s just for the woo commmerce sizes right, what about all the other options that came with your theme please

    thanks !
    Anu

    #199367

    Hi!

    Please edit config-woocommerce > config.php, find this code:

    $avia_config['imgSize']['shop_thumbnail'] = array('width'=>120, 'height'=>120);

    Replace it the width and height:

    $avia_config['imgSize']['shop_thumbnail'] = array('width'=>300, 'height'=>300);

    Regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Remove browser cache then reload the page.

    Regards,
    Ismael

    #199365

    and the preview image loses quality too… thanks so much for having a look, here is the link

    http://i.imgur.com/MppsdQh.png

    #199361
    This reply has been marked as private.
    #199359
    This reply has been marked as private.
    #199358
    Mono14
    Participant

    Hi,
    I have 2 image galleries in a page and there are some blank spaces in both grids.
    Take a look at the link in my next message.

    #199357
    theworldawaits
    Participant

    Hey there,

    I’m just wondering if I can add a download link to the lightbox of portfolio items?

    For example, if you click on an image at http://godsfingerprints.net/artwork/ .. is it possible to include a download button or link next to the “X” close button, or perhaps next to the 2/100 text?

    Alternatively, is it possible to create a download link/button on the rollover in the gallery?

    I’d like to provide downloads to all the images listed there — and just wondering the best way to accomplish it.

    Thanks so much!

    Jason

    #199353

    Hi tobylove!

    1) It is an element that you can add to your page template
    2) You can use images that are more than 318pixel in width
    3) You can add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired

    .av-large-gap.av-flex-size .av-masonry-entry .av-inner-masonry { margin-right: 15px; }

    15px is default value

    Regards,
    Yigit

Viewing 30 results - 99,061 through 99,090 (of 106,459 total)