Forum Replies Created

Viewing 30 posts - 50,431 through 50,460 (of 66,288 total)
  • Author
    Posts
  • in reply to: Multi language Menu #395067

    Hi benjaminbreton!

    Thank you for using Enfold.

    You can install the WPML plugin to create a multi language site.

    Cheers!
    Ismael

    in reply to: Add code in page title container #395063

    Hey!

    Add this to the Quick CSS field:

    .transposh_flags {
    float: right;
    padding-right: 5px;
    width: 100%;
    text-align: right;
    background: red;
    }

    Change the background color.

    Best regards,
    Ismael

    in reply to: Page-Image doesn't show, when using google maps in content #395062

    Hey!

    Did you use the advance layout builder when creating the page without the image? Note that featured image on pages built using the ALB will not actually show the image. You have to manually add it using an Image element or text blocks. Please post the login details here so that we can take a look.

    Cheers!
    Ismael

    in reply to: Header area in boxed layout #395058

    Hey suchfin!

    Thank you for using Enfold.

    You can edit header.php, find this code:

    <div id='wrap_all'>
    

    Create a new container above:

    <div class="container_wrap header-widget"><div class="container">YOUR WIDGET HERE</div></div>
    

    Cheers!
    Ismael

    in reply to: edit tag TITLE on social image profile changed by myself #395047

    Hey Nicola!

    Thank you for using Enfold.

    Instead of using the vimeo social icon, use this filter on functions.php to add your own social icon:

    function avia_add_custom_icon($icons) {
    	$icons['tripadvisor']	 = array( 'font' =>'fontello', 'icon' => 'ue800');
    	return $icons;
    }
    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
    
    function avia_add_custom_social_icon($icons) {
    	$icons['Tripadvisor'] = 'tripadvisor';
    	return $icons;
    }
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);

    Look for the trip advisor icon on fontello.com then upload it using the Enfold > Import/Export > Iconfont Manager. Select the Trip Advisor icon inside the Social Profiles panel.

    Cheers!
    Ismael

    in reply to: Anchor destination hidden under header graphic #395041

    Hey!

    Instead of using the code block element, add the anchor name inside the text block:

    <div id="adele_ohama"></div>
    <h3>ADELE OHAMA</h3>
    <p><strong>YIM, YAA-TTP</strong></p>
    <div class="team-member-description">
    <p>Adele was introduced to the benefits of yoga in 1996, and she became certified to teach Ashtanga Yoga in 2001. Later that same year, Adele broke her back in a severe horseback riding accident but, thanks to her practice of yoga, she was not confined to a wheelchair. During a lengthy recovery and rehabilitation process, Adele gained insight into herself, the practice of yoga and, in particular, about starting yoga from the beginning – a second time around. As an instructor, her goal is to encourage balance, awareness, self-practice and self-responsibility.</p>
    <p>Adele is part of the group of founding members, instructors and board members that was responsible for establishing YARD back in 2002. Over the years, Adele has been inspired by great yoga teachers such as David Swenson, Doug Swenson, Nancy Gilgoff, Rameen Peyrow, Troy Lucero, Thomas Ashley Ferrand (Namadeva), Maya Margo Balog, Susi Aldous, all the great YARD instructors and particularly the ever effervescent Ann Waschuck. Being surrounded by wonderful students at teachers at YARD, Adele is constantly motivated to develop her yoga practice and teachings not only physically, but engages in yogic practices that promote mental and emotional clarity.</p>
    <p>Adele works full time as a senior research technician for Agriculture Canada by day but is a yoga teacher at night!&nbsp; Adele is available to teach customized yoga classes or workshops to groups or individuals and specializes in introducing beginners to the dynamic practice of Ashtanga/Power Yoga using an eclectic but practical mix of awareness activities.</p>
    </div>

    Same goes with the other instructors’ text block. I edited the first instructor for you.

    http://yard.heuerdesign.ca/about-us/instructors/

    Regards,
    Ismael

    in reply to: Main Menu Navigation Styling #395017

    Hey dcarlsondesign!

    Thank you for using Enfold.

    You can change the menu or sub menu styling on Enfold > Advanced Styling panel.

    Regards,
    Ismael

    in reply to: 1, Center Separator Lines 2. One-Page Navigation #395009

    Hey Eleina_Shinn!

    Thank you for using Enfold.

    1.) Add this to the Quick CSS field to fix the hr element:

    .hr-short .hr-inner {
    width: 32% !important;
    }
    
    .hr-short .hr-inner-style {
    width: 9px !important;
    }

    This custom code broke the default styling:

    .responsive, .responsive span, .responsive span iframe[style], .responsive span img {
    width: 100% !important;
    }

    2.) I’m sorry but I can’t reproduce the issue on chrome. Make sure that you’re using the latest browser version.

    Best regards,
    Ismael

    in reply to: Layout issue #394999

    Hey nectsolutions!

    Thank you for using Enfold.

    Looks like there’s a blank color section on top of the button element. Is that correct? Or the layout is just messed up? Please switch the builder to debug mode: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Copy the actual shortcode of the fullwidth button on pages with correct layout. Use it to replace the broken fullwidth button.

    Best regards,
    Ismael

    Hi!

    Thank you for using Enfold.

    We usually recommend the WP Migrate DB plugin whenever a user migrate or transfer a website to keep the database intact.

    Please refer to these links for more info on how to properly migrate your Enfold website from production to development and vice versa:

    http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
    https://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684

    Cheers!
    Ismael

    in reply to: Color Section Background Image Not Working #394994

    Hey clcintx!

    Thank you for using Enfold.

    The background-image property is missing inside the style attribute of the .av-parallax container. Please try to deactivate all plugins then test it again.

    Regards,
    Ismael

    Hi!

    Yes, you can try this:

    #top .av_header_glassy.av_header_transparency .header_bg {
    background-color: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
    }
    
    .header_color .header_bg {
    background-color: rgba(255,255,255,0.9);
    }

    Cheers!
    Ismael

    in reply to: Display always on PLUS image overlay rollover FX #394989

    Hey!

    Replace the code with this:

    .av-image-caption-overlay:hover .av-image-caption-overlay-position {
    -webkit-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    }

    Regards,
    Ismael

    in reply to: Full width masonry gallery with fixed main content #394985

    Hi dawiditaxi!

    Thank you for using Enfold.

    We need authentication to visit the site but the login credentials are not working. The masonry gallery should be full width by default. Can you please elaborate further?

    Cheers!
    Ismael

    in reply to: I need a transarent box behind the caption on an image #394982

    Hey infobahncreative!

    Thank you for using Enfold.

    We would like to inspect the actual website. Please post the url here.

    Cheers!
    Ismael

    in reply to: How to reduce spacing between sections? #394981

    Hi!

    Where can we find that particular page? It’s not included on the list of pages you provided above.

    Best regards,
    Ismael

    Hi!

    Are you open to the idea of reverting the header styling back to its original state when viewing on smaller screens? You can place the modification inside a media query:

    @media only screen and (min-width: 768px) {
    #header_meta {
    background-color: #ffffff;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-top: medium none;
    font-family: "Droid Serif",Georgia,Times,serif;
    font-size: 1.1em;
    font-weight: normal;
    margin-bottom: -1px;
    min-height: 30px;
    position: absolute;
    right: 0;
    top: 15px;
    z-index: 10;
    }
    }

    Best regards,
    Ismael

    in reply to: I DO NOT want the header to be transparent. #394970

    Hi YaelGold!

    Thank you for using Enfold.

    You can add this to the Quick CSS field:

    .header_color .header_bg {
    opacity: 1 !important;
    }

    Regards,
    Ismael

    in reply to: Layout issue with widgets on a page #394969

    Hey!

    Yes, please contact the plugin author for more info. I noticed that you place the embedded code inside a single text block on the first column. Aren’t you suppose to embed the other on a separate text or code block inside the second column? Or you already did this but it keeps pushing the second embedded code inside the first column?

    Regards,
    Ismael

    in reply to: Category archive page: change layout to show excerpt #394967

    Hi kristenangel!

    Thank you for using Enfold.

    There’s an available filter to change the default blog style of archive pages. Please refer to this link: http://kriesi.at/documentation/enfold/change-archive-categorytag-blog-style/

    Cheers!
    Ismael

    in reply to: Hide Avia Layout Builder from select users #394965

    Hi tippingpointus!

    Thank you for using Enfold.

    If it’s ok to ask, which theme builders have this role/user option? Personally, I don’t know any builders with that option included by default. Anyway, you can try this on functions.php:

    add_filter('avf_builder_boxes','custom_post_types_options');
    function custom_post_types_options($boxes)
    {
    	$user_info = get_userdata(1);
    	$user_login = $user_info->user_login;
    	if ($user_login == 'admin') {
    	$boxes[] = array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('page'), 'context'=>'normal', 'expandable'=>true );
    	$boxes[] = array( 'title' =>__('Layout','avia_framework' ), 'id'=>'layout', 'page'=>array('page'), 'context'=>'side', 'priority'=>'low');
        $boxes[] = array( 'title' =>__('Additional Portfolio Settings','avia_framework' ), 'id'=>'preview', 'page'=>array('page'), 'context'=>'normal', 'priority'=>'high' );
    	}else {
    		$boxes[] = array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array(), 'context'=>'normal', 'expandable'=>true );
    	$boxes[] = array( 'title' =>__('Layout','avia_framework' ), 'id'=>'layout', 'page'=>array('post','page'), 'context'=>'side', 'priority'=>'low');
        $boxes[] = array( 'title' =>__('Additional Portfolio Settings','avia_framework' ), 'id'=>'preview', 'page'=>array('post','page'), 'context'=>'normal', 'priority'=>'high' );
    	}
    	
    	return $boxes;
    }

    Change the $user_login comparison to the your login username.

    Regards,
    Ismael

    Hi!

    I flagged the rest of the support team to check the site on their end. If I may ask, what is the screen resolution of your monitor?

    Cheers!
    Ismael

    in reply to: Custom CPT widget #394957

    Hey!

    Alright. Use this to hide the category:

    span.blog-categories.minor-meta, .text-sep-cat {
    display: none;
    }

    Best regards,
    Ismael

    in reply to: show submenu on click instant hover #394954

    Hi!

    Try to use this code instead:

    currentLink.bind('click', function(event)
    					{
    						event.preventDefault()
    						sublist.stop().css({visibility:'visible'}).animate({opacity:1});
    					});

    Remove browser cache then reload the page.

    Cheers!
    Ismael

    Hi!

    Search for the Ninja Pop-Up plugin’s css stylesheet then copy all codes inside the child theme’s style.css. That should work. Or use the same selector on the Quick CSS field:

    #top .input-text,
    	#top input[type="text"],
    	#top input[type="input"],
    	#top input[type="password"],
    	#top input[type="email"],
    	#top input[type="number"],
        #top input[type="url"],
        #top input[type="tel"],
        #top input[type="search"],
    	#top textarea,
    	#top select {
    		 -webkit-appearance: none;
    		border: 1px solid #e1e1e1;
    		padding: 8px 6px;
    		outline: none;
    		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    		color: #777;
    		margin: 0;
    		width: 210px;
    		max-width: 100%;
    		display: block;
    		margin-bottom: 20px;
    		background: #fff;
    		border-radius: 0px;
    		}

    Replace the values of the css properties.

    Best regards,
    Ismael

    in reply to: wpml confusion #394944

    Hi!

    WPML will NOT do the translation for you. You need to manually translate the content to spanish.

    Regards,
    Ismael

    in reply to: 3 or more buttons possible in full width easy slider? #394940

    Hey!

    Move the codes on above this line:

    @media only screen and (min-width: 768px) {
    

    Regards,
    Ismael

    in reply to: Back to Top button arrow not showing up in IE8 #394935

    Hi dogooder!

    Thank you for choosing Enfold.

    I checked the demo on IE 8 emulation and the back to top button arrow shows up fine. Can you please provide a link to the actual website?

    Best regards,
    Ismael

    in reply to: Socket / Footer Not Showing up #394932

    Hey!

    Oh.. Unfortunately, no, you can’t add the footer using that template without major modification on the theme. You can edit template-blank.php and footer.php. Or just set the template to Default then hide the header for that particular page using CSS.

    .home #header { display: none !important; }
    

    Regards,
    Ismael

    in reply to: Layerslider and responsive navigation disapear on sfari iphone #394928

    Hi!

    Thank you for using Enfold.

    I checked the site on Safari mobile and it works fine. What is the version of the safari browser installed your phone? I’ll ask the rest of the support team to check it.

    Cheers!
    Ismael

Viewing 30 posts - 50,431 through 50,460 (of 66,288 total)