Viewing 30 results - 95,791 through 95,820 (of 106,500 total)
  • Author
    Search Results
  • #232238
    This reply has been marked as private.
    #232235
    cavanaughb
    Participant

    Hi all,

    After searching the forums, I’m stumped. I am trying to create a fullwidth easy slider with a static height and to a certain extend, I’ve been successful… but it requires me to manually resize each image with the same height and variable width.

    I am using the fullwidth easy slider in Enfold and assigning a height value via custom css. Is there a way to automatically resize the photos inserted into the fullwidth easy slider to match?

    Thank you!

    #232209
    This reply has been marked as private.
    This reply has been marked as private.
    #232109
    #232106
    This reply has been marked as private.
    #232100

    Hi AlexanderPetznek!

    The width of the background image should be 1130px.

    Cheers!
    Ismael

    #232096

    Thanks that worked Ismael :)

    #232089

    Hey!

    The images are set to inherit the size of the container. You need to set the width of a specific image inside a column layout using CSS. You can add a unique selector for each Avia Elements. Edit functions.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    Below, add this code:

    add_theme_support('avia_template_builder_custom_css');
    

    Edit any avia elements like the IMAGE element then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “awesome-image”.

    You can add something like this on your custom.css or Quick CSS:

    .avia_image.awesome-image {
    width: 210px;
    }

    Regards,
    Ismael

    #232086

    Hi akamaxbuz!

    After you select the images and click the “Create a new gallery” button, you’ll have an option to select the number of columns for the gallery. Look for “GALLERY SETTINGS” > Columns.

    Regards,
    Ismael

    #232081
    AlexanderPetznek
    Participant

    hi there.
    I am trying to get an background image in the header… i made it 1500×88
    but it doesnt fit… sry maybe its a newbe question, but my logical way says: if i make a picture 1500 x 88 it should fit in the header like the fullscreen slider does.
    http://cms.taxi-kleinbus.at/

    thx

    #232079

    Hey!

    You need to increase the 1/4 column width in order to resize the image. Add this on Quick CSS:

    .home .flex_column.av_one_fourth.avia-builder-el-3.el_after_av_three_fourth {
    width: 25%;
    margin-left: 1%;
    }

    Regards,
    Ismael

    #232073

    In reply to: Background Texture

    Hey cdh002!

    You can add background images on Enfold > Styling > Background Image. You can apply different background images for Header, Main Content, Alternate Content etc.

    Regards,
    Ismael

    Hi!

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

    img.ls-videopreview {
    display: none !important;
    }
    

    Cheers!
    Ismael

    Hi!

    Please edit the page then switch to Advance Layout Builder. You can find the Color Section element under Layout Elements panel. Insert one color section then configure it. Insert a background image, refer to the screenshot above. Set the Background Attachment to fixed or parallax. Please try to experiment to get better results. You can watch these videos to learn more about the theme: http://vimeo.com/channels/aviathemes/

    Regards,
    Ismael

    #232048

    In reply to: Text image overlay

    Hi!

    Please post a screenshot of what you’re trying to do. Watch these videos to learn more about the theme: https://vimeo.com/channels/aviathemes

    Yigit said that you need to edit the page then switch to Advance Layout Builder. Go to the Layout Elements panel then insert the Color Section. Add 3 1/3 column layouts side by side. Inside the 3 columns layouts, insert a Text Block and an Image element each. We can apply an absolute position to the Text Block to overlap the images or apply the images as background on the actual Text Block. If you’re not sure what to do please hire a freelance developer. For further modifications, please visit Werkpress.

    Regards,
    Ismael

    #232044

    Hi!

    You can copy the whole function code on your child theme’s function.php. I think YIgit is referring to the avia_logo function:

    if(!function_exists('avia_logo'))
    {
    	/**
    	 * return the logo of the theme. if a logo was uploaded and set at the backend options panel display it
    	 * otherwise display the logo file linked in the css file for the .bg-logo class
    	 * @return string the logo + url
    	 */
    	function avia_logo($use_image = "", $sub = "", $headline_type = "h1")
    	{
    		$use_image 		= apply_filters('avf_logo', $use_image);
    		$headline_type 	= apply_filters('avf_logo_headline', $headline_type);
    		$sub 			= apply_filters('avf_logo_subtext',  $sub);
    		$alt 			= apply_filters('avf_logo_alt', get_bloginfo('name'));
    		$link 			= apply_filters('avf_logo_link', home_url('/'));
    		
    		if($sub) $sub = "<span class='subtext'>$sub</span>";
    
    		if($logo = avia_get_option('logo'))
    		{
    			 $logo = "<img src='{$logo}' alt='{$alt}' />";
    			 $logo = "<$headline_type class='logo'><a href='".$link."'>".$logo."$sub</a></$headline_type>";
    		}
    		else
    		{
    			$logo = get_bloginfo('name');
    			if($use_image) $logo = "<img src='{$use_image}' alt='{$alt}' title='{$logo}'/>";
    			$logo = "<$headline_type class='logo bg-logo'><a href='".$link."'>".$logo."$sub</a></$headline_type>";
    		}
    
    		return $logo;
    	}
    }

    Regards,
    Ismael

    Hi!\

    You didn’t apply the code. The image should resize to 800px. Please add this below to make resize the image up to 1200px:

    #top .fullsize .template-blog .post .entry-content-wrapper img.size-full {
    width: 1200px;
    max-width: 1200px;
    position: relative;
    left: -20%;
    }

    Regards,
    Ismael

    #232038

    Topic: mobile view

    in forum Enfold
    monjacq01
    Participant

    I’m having some difficulty with how the site is viewed on a mobile a device. The logo is essentially gone, images and pages cut off. Please help…here is the temporary link…
    http://rhphotos.com/testportal/gonzaga

    Ok so I did try this out and I don’t think this is going to work. The easyslider doesn’t seem to give me enough options to make tweaks for instance I don’t want the video playing right away since it defeats the purpose of having the nice preview image that is part of the youtube video. When I used this URL: http://www.youtube.com/watch?v=LbUg1N2kFfw&feature=youtu.be&hd=1 the easyslider wouldn’t even recognize the link and got an error. I did use the regular url but still it doesn’t show the nice purple image preview.

    What has me confused is under the layerslider it works in the preview mode: https://www.evernote.com/shard/s77/sh/89f828e0-124f-4f63-bf19-4819f384da03/af6af95b18df0107660d400ea47a75fa

    however as mentioned above it doesn’t work after saving. Unfortunately it is somewhat of a big deal do you know of any other options?

    Hey Ismael. Sorry but this does not work. Please help!
    Thank you

    #232021

    Can I create a new function-set-avia-frontend.php in my child theme and to the change like that or do I need to edit the original file?

    #232020

    In reply to: Text image overlay

    Thanks Yigit. I may not have understood your answer but I’m not sure it answers my question. Sorry, I’m a newbie and am either not understanding or am not properly asking my question. What I’m specifically trying to do is have static text over top of a static but clickable image. How do I do that?

    I don’t see that as an option in the admin panel and haven’t seen it in any of the pages on the demo site though it seems to be a common thing on many websites.

    Any further guidance is much appreciated!

    Nick

    Hi Jane!

    That’s a color section with a fixed background image, these are the settings:

    Regards,
    Josue

    jswebdev
    Participant

    I want to create a page like the one shown in the Enfold demo when you select Pages > Fullscreen Slider. Would you provide me with some details on how to do this? I especially like how the living room images appear in the background when you scroll down the page and the tablet below “What others say about us” (sort of like a parallax effect)
    Thanks in advance for your help with this.

    #231996

    Hey!

    Try adding this code to the Quick CSS:

    .avia-content-slider .slide-entry {
        overflow: visible !important;
    }
    

    Cheers! 
    Josue

    #231974

    In reply to: Site Settings Erased

    With plugins still disabled, when I add images to create a “Gallery,” the stock photos are only showing up rather than the ones I just added. Any ideas?

    #231969

    Thanks Yigit,
    I’m afraid that’s slightly over my head :|
    How do I know what code a particular icon uses? Is there a list or similar?
    What if I have an image that opens in a light-box, or a video – is there a way I can somehow choose the icon individually, or is the icon tied to the file type itself?
    For example, linking directly to a pdf file displays the same icon as default, which is linking to the portfolio item (an arrow).
    How would I display a file type icon for this (pdf) – as opposed to the default arrow?
    Cheers,
    Jas

    #231956
    akamaxbuz
    Participant

    I am struggling here. I am trying to understand how to add images to a blogpost.
    For multiple images in one post, I made this on my client Dev site: http://www.kennethbsmith.com/clients/abww/gallery-post/
    I didn’t understand why the thumbnails didn’t line up, three across.
    Thinking that maybe some of my CSS has caused issues, I started a fresh new test site using the Import Demo data and got this: http://www.kennethbsmith.com/clients/wprwd03/2014/03/03/hello-shortcode-blogpost/
    Shouldn’t the top two thumbnails sit side by side, not on top of each other? Am I doing something wrong or is there a something I am missing? I don’t know why the version with three works here. It doesn’t when I place the short code at the beginning of the post.

    #231949
    This reply has been marked as private.
Viewing 30 results - 95,791 through 95,820 (of 106,500 total)