Viewing 30 results - 98,851 through 98,880 (of 106,471 total)
  • Author
    Search Results
  • #202415

    The problem was resolved by upgrading to the latest version of WordPress. Thank you.

    #202413
    This reply has been marked as private.
    #202401

    In reply to: Animation

    Hey!

    On what browser are you testing this with? I tested it on Chrome and Firefox, Windows 7 but I don’t see the website move whenever I hover over the blog post and images. Please remove browser cache or test it on another browser.

    Regards,
    Ismael

    #202399

    Hey alkaithil!

    Did you set it on General Settings > Blog Style? Select the single post view layout on General Settings > Single Post Style.

    Cheers!
    Ismael

    #202398

    Hey!

    Please watch this video to learn more about the masonry element: http://vimeo.com/channels/aviathemes/77433498

    The demo uses images larger than 1030×360 for the blog overview page. You can find the thumbnail sizes on functions.php, look for these 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

    Best regards,
    Ismael

    #202385

    Hi!

    Insert the images and text elements inside the 2/3 slider below the Easy Slider.

    Best regards,
    Ismael

    #202362

    In reply to: New dummy homepage

    Hi esavvides!

    The main theme homepage hasn’t been updated in quite along time as far as I know. The layout is
    a full width layerslider,
    color section with three columns and icon boxes inside,
    color section with portfolio
    color section with 2 columns and one with a gallery the other with text and a button,
    color section with 2 columns and one with text the other with icon list
    color section with 2 columns and one with an image the other with text and a button
    color section with testimonials,
    color section with a fixed background image and 3 columns with icon boxes in them
    and finally a logo slider element

    Cheers!
    Devin

    #202342

    Devin,

    You’re an absolute champ mate, thanks for the super fast response!

    Cheers (:

    #202335

    Hey Haycreations!

    The images are all set to expand to their containers for the responsive layout changes. You can use column shortcodes to act as containers for your image (1/3 | image | 1/3 ) or add a class to the image to give your own css higher priority.

    For example, that image has the specific image class already on it from WordPress and if you add this to your Quick CSS in the styling tab of the theme:

    #top .wp-image-7954 {
    max-width: 666px;
    }

    You’ll give it a smaller max width without removing its ability to adapt for mobile.

    Best regards,
    Devin

    #202330

    I tried out the zip you sent over but didn’t have any issues or password prompts.

    Can you try using 7zip:http://www.7-zip.org/ and following along with this video: https://vimeo.com/64927356

    #202329
    Haycreations
    Participant

    Hey guys,

    Am trying to insert an image into a page and it seems this bit of code:

    img, a img {
    border: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    max-width: 100%;
    height: auto; <——–
    width: auto; <———

    Is actually making it impossible to set an image size. Is there a workaround for this? Or do I need to just make the image whatever size I want it to be in photoshop instead of changing the dimensions via code?

    You can see what I mean here:

    http://melaniehay.com.au/about/

    The dimensions of that main image are set to 666×337 but the image is showing at its original size of 952×482.

    Any help would be appreciated!

    Cheers (:

    #202328
    pelyon
    Participant

    Hi,

    Is there a way to reduce the width of an easy slider to say 90%? It is currently in a 2/3 column layout element, and I need to reduce it further. I have tried applying this style to “avia-slideshow-wrap”, and “.avia img li a” , to no avail. The image size changes, but the background or box it resides in does not.

    I note the div class involved is: <div class=”avia-slide-wrap” data-rel=”slideshow-1″> Does this suggest a .php fix may be needed? Thank you,
    http://www.glennbrassington.com

    -Pelyon

    zerozendesign
    Participant

    Guys,

    Have a client with a few requirements that I am exploring mostly to do with the Masonry Blog.

    1. The ability to have a single larger image at the top left as a featured post. I was thinking that a separate category could get assigned this identifier and any post added to that category would be placed at that location. Is this possible?

    2. The client wants it so the title, excerpt and and read more text appears on hover over each featured image on the masonry blog image layout. Similar to http://peacheyphotography.co.uk/

    Are these two things possible? What is the starting direction for getting there?

    #202308
    This reply has been marked as private.
    #202307
    katana
    Participant

    I bought layer slider as standalone plugin, unfortunately something in the theme preload the image and they appear in bad quality for the retina ? apparantly that s something in the theme and not the in the plugin… because their slide show appear properly in my display.
    If i use the Layout Builder builder to charge layer slider, it appear with a definition little more big that the original picture, it is for that the quality is poor..
    Could you fix it please to keep the same size of picture that i create in layer slider ?

    I hope my issue is clear.

    i put already add_theme_support (‘deactivate_layerslider’); on function to disable the version of Enfold

    thx for your answer

    • This topic was modified 12 years, 4 months ago by katana.
    #202294
    zerozendesign
    Participant

    Hey guys,

    It seems that the image on the individual post page associated with the masonry layout is being restricted. how would I go about adding an image and having it show its actual dimensions vs cropping, etc?

    http://codelessme.com/embody/2013/12/19/jenna/

    #202272
    This reply has been marked as private.
    #202270

    re downloaded from themeforest, same issue.
    using xp – its starts with ‘dark_rounded’

    Mike

    #202265

    Hi emeraldmedia!

    That definitely shouldn’t be the case. Does it mention which files? Can you try re-downloading the files from themeforest and see if it happens again?

    This is typically how an install should go: https://vimeo.com/64927356

    Regards,
    Devin

    #202263
    emeraldmedia
    Participant

    i recently downloaded the latest version of enfold and when unzipping its is saying some files are password protected. where do i find the password for these files?
    thanks
    Mike

    #202258
    tekpal
    Participant

    Hi there —
    Seems like an easy question but I can’t figure out how to do it! : (

    I have a couple color sections one after the other and I’d like to adjust the height more precisely than the padding option you have in the settings for color section.

    Can you tell me what custom CSS to use and where to put it, if I had multiple color sections and wanted to adjust the height for each one?

    Here’s an example:
    question about css heights for color sections

    #202228
    pelyon
    Participant

    Hi there,
    I have a page where, using the avia layout builder, I have a 2/3 column easy slider, next to a 1/3 column with a blog posts content element. Below the slider, I have three “1/5” columns with /images/text elements. The problem is, the blog posts element forces my three “1/5” column elements to the bottom of the page. When i remove the blog posts element, they sit underneath the slider as they should. Is there something with the blog element that takes up more room than it should? Is there an adjustment you can suggest?

    Lastly, if I get the 2/3 1/3 issue figured out, I’d like to adjust the padding between the 1/5 columns so that they line up vertically with the 2/3 column slider. Can you suggest a css fix for this?

    Thanks so much,

    Pelyon

    Hey!

    Because you are using an image size that is larger than the default supported size (explained in the text next to where you upload and set the logo in the theme options) it needs a bit of extra css.

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    
    .responsive .logo img {
    width: 100% !important;
    }
    

    That may do the trick without anything else but I’ve not tested it cross browser or with past versions of anything.

    Cheers!
    Devin

    #202191
    rikeswon
    Participant

    I am having some issues with viewing my site http://www.harperdb.com on an iphone

    1. The logo is showing up stretched out.
    https://www.dropbox.com/s/txz6a037ngyvox4/photo%201.PNG

    2. The portfolio image is fitting top to bottom and I need the entire image to fit side to side.
    https://www.dropbox.com/s/5uskqxx9jbcj5wi/photo%202.PNG

    3. I also wanted to fix or shrink the ajax control arrows over the portfolio image.

    thanks

    • This topic was modified 12 years, 4 months ago by rikeswon.
    #202188
    This reply has been marked as private.
    #202167

    Ok, please close..

    #202125
    lizybloom
    Participant

    Hi. I don’t know if this questions is for Enfold, or Woo. But either way, I can’t figure it out. I would like help with two similar things: Making the product images on my main shop page and also my related products smaller and a tad more spread out. Here is what it looks like now: http://lizybloomdesigns.com/zemasfoods.com/madhouse-shop/

    I have tried changing the size of the images in woocommerce and regenerating my thumbnails, but nothing seems to work. I know I am just missing something silly.

    Thanks for any help.

    Lizy Bloom

    #202117

    Thanks for the reply Ismael!

    Here is the shortcode I am using,

    [av_blog blog_type='posts' link='category' blog_style='single-small' columns='3' contents='excerpt' content_length='excerpt' preview_mode='custom' image_size='thumbnail' items='5' offset='0' paginate='yes']

    Here is what it looks like with a sidebar, http://postimg.org/image/lcgd4j989/

    And here is what it looks like without a sidebar, http://postimg.org/image/hr2ky0t4n/

    The shortcode is the same on both pages except for pagination and number of posts.

    • This reply was modified 12 years, 4 months ago by Yeowza.
    #202106
    nini_bacher
    Participant

    Dear kriesi-team,

    I use the ajax portfolio for the site http://www.christinbacher.at/.

    The images of every portfolio item are displayed in a list.

    By clicking on a picture from the list it opens in a separate “kind-of-light-box” image window. I would like to disable that possibility on enlarging by clicking on pictures (remove the links), and just link special pictures to other website.

    How can I change this?

    I look forward to your response,

    Christin

    #202071

    Topic: Mobile theme options

    in forum Enfold
    ruthnapal
    Participant

    Hi all,

    I was wondering if there are options to change the way the mobile theme displays, or will I need to do the following things in CSS?

    I currently have the following issues:
    – Images load slowly as the full sized image loads, is there a way to detect a mobile device and load a smaller version?
    – The header images and other banners resize to a tiny size proportionally to the other content
    – The slide out menu button overlaps the logo, is there a way to move the button or make the logo smaller to accommodate?
    – Is there a way to switch off the responsive layout for smartphones?

    It’s fine if there’s no way to do this without CSS, if there are any threads or ideas for modifying the CSS, tips or code would be appreciated, as I couldn’t find much when searching the forums.

    Thank you! :-)

    Kind regards,

    Andreas

Viewing 30 results - 98,851 through 98,880 (of 106,471 total)