Viewing 30 results - 212,431 through 212,460 (of 244,517 total)
  • Author
    Search Results
  • #323103

    Hey Yigit !
    Thank you very much. It works except for the bottom-border, still there…

    Good news for Enfold. Thanks !

    Kind regards,
    Marie

    #323095
    ultramixer
    Participant

    Hey there,

    does anone know how to create reusable layout/design blocks? I can save “vorlagen” in the enhanced layout editor, but I cannot edit these things they are like stamps not templates. Maybe there is a plugin that supports creating templated layout/design blocks?

    kind regards
    Matthias

    PS.: what kind of forum is this, I cannot search with the enfold subtopic.

    #323093

    Hi!

    There have been quite a few updates since the version you are running. The most current version which was released to work with WordPress 4.0 is Enfold version 2.9.2.

    You are on version 2.7.1 so if you are having an issue you would first need to update your theme files for us to see if its a bug with the current version.

    Cheers!
    Devin

    #323087

    In reply to: Make logo bigger

    Hi!

    Header configurator was covered briefly in this video – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/
    Glad it is working fine now! Let us know if you have any other questions or issues :)

    Regards,
    Yigit

    #323077

    In reply to: Editor doesn't work

    Hey!

    You can add your custom CSS code to Custom.css file inside Enfold/css, please do not edit Style.css file

    Regards,
    Yigit

    #323076

    Hey!

    Please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    .av-masonry-entry { width: 20%; }

    If that does not work, please post the link to your website

    Cheers!
    Yigit

    #323068

    Topic: Hardcoded text

    in forum Enfold
    jfufspv
    Participant

    Hello,

    how can I translate the hardcoded strings of the Enfold Template?
    I tried using the Codestyling plugin but I can’t seem to find my pt_PT file in the list of languages (that’s the only language I’m using in my wordpress 4.0).

    Some of the strings I’m trying to translate are the following:
    you are here
    search
    home
    archive
    categories
    Blog – Latest News

    Best regards,

    [Nuno Martins]

    • This topic was modified 11 years, 6 months ago by jfufspv.
    #323056

    In reply to: Make logo bigger

    Hi dwg2014!

    Please go to Enfold theme options > Header Layout > Header Layout and set it to custom pixel value = 170px and it should work fine

    Regards,
    Yigit

    Thanks, Ismael. I figured that was the case regarding the Press Permit plugin.

    What about my second question–regarding bbPress? Can we now update to 2.5x without issue? I know it’s a third party plugin also,, but since it comes with Enfold, I thought you folks might be able to answer that one.

    Thanks again!

    #323047

    Topic: font change

    in forum Enfold
    talelie
    Participant

    Hi,

    When changing a font on the Enfold theme, when the font is not installed at the user pc, the user won’t see the font,

    I have defined a google font ‘Open Sans Hebrew’ for a client site, is there way to show this font, also for user whom do not have it on their devices?

    Thanks
    Tal

    #323029

    Topic: Google Reviews Plugin

    in forum Enfold
    dweddell
    Participant

    I notice the Location Lookup element of the Google Places Reviews plugin does not work with the Enfold Theme. Is there any way of resolving this proplem?

    Kind regards

    Duncan

    #323028
    chilli-mind
    Participant

    Hi guys,

    I would like to have a hover effect like http://kriesi.at/themes/enfold/portfolio/masonry-portfolio/ in demo but I cannot find the setting or menu in the theme. Really appreciate if you help me with that.

    by the way How can I edit the padding between items.

    Thanks

    • This topic was modified 11 years, 6 months ago by chilli-mind.
    #323027
    Jens
    Participant

    Hi,

    I use the Enfold theme and the within delivered Google Maps Plugin.
    But I’ve customised the gMaps behaviour to serve my own needs.
    My Question: How to move those customisation into a child theme?

    Background:
    Within the “/wp-content/themes/enfold/framework/php/class-framework-widgets.php” at line ~1200 I customised some JS values to have a own color styling for gMaps. This is done within the PHP variable “$avia_maps_config” within the PHP function “avia_printmap”. And at the end, as you know, all things will be written to “$output” and than in the JS-Setup which gets written to HTML of the page. Works all well.

    But what do I need to do, if I want this customised thin into child theme?
    (So I could update your theme easy on a regular basis.)

    Example:

    
    $avia_maps_config = "
    		var directionsDisplay;
    		directionsDisplay = new google.maps.DirectionsRenderer;
    		var directionsService = new google.maps.DirectionsService;
    		var map;
    		var latlng = new google.maps.LatLng(".$lat.", ".$lng.");
    		var directionsto = '".$directionsto."';
    
    		var customGMapStyle = [
    					{
    						'featureType': 'landscape',
    						'stylers': [
    							{'hue': '#A4FF00' },
    							{'saturation': -8.5 },
    							{'lightness': 5.4	},
    							{'gamma': 1	}
    						]
    					},
    					{
    						'featureType': 'road.highway',
    						'stylers': [
    							{'hue': '#A8FF00'},
    							{'saturation': -79.3},
    							{'lightness': 28.3},
    							{'gamma': 1}
    						]
    					},
    					{
    						'featureType': 'road.arterial',
    						'stylers': [
    							{'hue': '#A8FF00'},
    							{'saturation': -79.3},
    							{'lightness': 19.5},
    							{'gamma': 1}
    						]
    					},
    					{
    						'featureType': 'road.local',
    						'stylers': [
    							{'hue': '#A8FF00'},
    							{'saturation': -79.3},
    							{'lightness': 19.0},
    							{'gamma': 1}
    						]
    					},
    					{
    						'featureType': 'water',
    						'stylers': [
    							{'hue': '#007FFF'},
    							{'saturation': 2.0},
    							{'lightness': 21.5},
    							{'gamma': 1}
    						]
    					},
    					{
    						'featureType': 'poi',
    						'stylers': [
    							{'hue': '#A1FF00'},
    							{'saturation': -15.0},
    							{'lightness': 6.2},
    							{'gamma': 1}
    						]
    					}
    		];
    
    		var myOptions = {
    		  
    		  zoom: ".$zoom.",                          /* Zoom stat value by Widget */
      		  maxZoom: 14,								/* Max Zoom in (15) */
      		  minZoom: 5,								/* Max Zoom out (0) */
    		  zoomControl: true,                        /* Zoom UI on */
      		  zoomControlOptions: {style: google.maps.ZoomControlStyle.SMALL},
    
    		  navigationControl: true,					
    		  navigationControlOptions: {style:google.maps.NavigationControlStyle.SMALL},
    
    		  scrollwheel: false,						/* Mouseweel support on */
    		  keyboardShortcuts: false,					/* Shortcuts on */
    
        	  panControl: false,                        /* Move UI on */
        	  scaleControl: false,                      /* Zoom UI on */
        	  streetViewControl: true,					/* Streetview on */
    
    		  mapTypeId: google.maps.MapTypeId.".$type.",
        	  mapTypeControl: false,                    /* MapType UI on */ 
    		  mapTypeControlOptions: {style:google.maps.MapTypeControlStyle.DROPDOWN_MENU},
    
    		  center: new google.maps.LatLng(".($lat - 0.03).", ".$lng."), /* Fake center by (~70px) to custom css setup */
    
    		  styles: customGMapStyle
    
    		};
    		
    		var map = new google.maps.Map(document.getElementById('avia_google_maps_$unique'), myOptions);
    
    		if(directionsto.length > 5)
    		{
    		  directionsDisplay.setMap(map);
    		  var request = {
    		     origin:directionsto,
    		     destination:latlng,
    		     travelMode:google.maps.DirectionsTravelMode.DRIVING
    		};
    		  directionsService.route(request, function(response, status) {
    		     if(status == google.maps.DirectionsStatus.OK) {
    		        directionsDisplay.setDirections(response)
    		     }
    		  })
    		}
    		else
    		{
    		  var contentString = '".$content."';
    		  var infowindow = new google.maps.InfoWindow({
    		     content: contentString
    		  });
    		  var marker = new google.maps.Marker({
    		     position: latlng,
    		     map: map,
    		     icon: '".$icon."',
    		     title: ''
    		  });
    
    		  google.maps.event.addListener(marker, 'click', function() {
    			  infowindow.open(map,marker);
    		  });
    		}";
    

    Hope you could help me out.
    As all my trying failed. Thanks.

    Greez Jens

    #323025

    Hey marienoisette!

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

    .avia-layerslider.avia-shadow {
    box-shadow: none !important;
    }

    It will be released within a week i guess but to be on the safe side, we say, two weeks :)

    Best regards,
    Yigit

    RobWu
    Participant

    Hi,

    Sorry if this has been covered before, but I’m getting some issues with all the media Enfold is generating when importing images.
    The clients web space is running out of disk space, and this is before we even started on building a (Woocommerce) web store ;-)

    So, How can I reduce the amount of images generated? Can I easily change this in the functions.php file, and if so, what effects will this have on further adding images? And of the existing images in the Media Library?

    cheers for any tips, web links and such.

    rob

    anilkumar1261
    Participant

    Hello Sir,
    How can I use Video in any Post at the place of Image in Enfold theme’s categories Page

    #323012

    Hi jalmz!

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

    .menu li > a:after { content: ' ▾'; } 
    .menu li > a:only-child:after { content: ''; }

    Best regards,
    Yigit

    #323010

    Hi!

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

    .page-id-1117 p.form_element:nth-child(4) { width: 100%; text-align: center; }
    h3.avia-form-success { text-align: center; }

    Best regards,
    Yigit

    #323005

    Hi sarahed!

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

    .av-main-nav > li > a { font-weight: normal; }
    li#menu-item-53 { position: relative; right: -40px; }
    li#menu-item-53 .avia-menu-text { color: red; }

    Regards,
    Yigit

    #323003

    Hey!

    You can firstly turn on debugging mode on – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
    and then add this shortcode to your page to replicate home V11 – http://pastebin.com/FDHvGRKD

    Cheers!
    Yigit

    #322991

    malesef işe yaramadı benim sorunum zaten taxonomy-portfolio_entries.php sayfasıyla
    örnek olarak http://kriesi.at/themes/enfold/portfolio_entries/css/ burada istediğim kadar ürün göstermek istiyorum

    #322984
    This reply has been marked as private.
    #322983
    mrwerner
    Participant

    Helllo, I have created a button on one of my menu items and it moves with the menu header shrink. But it is no quite in sync with the menu and social icons when i scroll.
    When I scroll the “my Flights icon does not snap into thin header like menu and social icons. Its like there is a delay before the menu/background jumps up
    Any help would be appreciated

    li#menu-item-2644 a {
    padding: 5px 5px;
    background-color: #f58020!important;
    color: white!important;
    height: 25px!important;
    line-height: 15px!important;
    margin-top: 33px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-decoration: none;
    }

    regards
    Michael

    #322981

    In reply to: Editor doesn't work

    Hey pimpelwit!

    You are currently using an old version of Enfold which is not compatible with WordPress 4.0. Please update Enfold to the latest version 2.9.2 via FTP – http://vimeo.com/67209750
    Many new features were added to the theme, you may need to re-configure header options after updating the theme. Please see – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/

    Best regards,
    Yigit

    #322980

    Hey!

    Lutfen Enfold/config-templatebuilder/avia-shortcodes klasorune gidip portfolio.php dosyasini acin ve assagidaki kodu bulun

    "name" 	=> __("Post Number", 'avia_framework' ),
    							"desc" 	=> __("How many items should be displayed per page?", 'avia_framework' ),
    							"id" 	=> "items",
    							"type" 	=> "select",
    							"std" 	=> "16",

    ve assagidaki kodla degistirin

    "name" 	=> __("Post Number", 'avia_framework' ),
    							"desc" 	=> __("How many items should be displayed per page?", 'avia_framework' ),
    							"id" 	=> "items",
    							"type" 	=> "select",
    							"std" 	=> "100",

    sonrasinda assagidaki kodu bulun

    "id" 	=> "paginate",
    							"type" 	=> "select",
    							"std" 	=> "yes",

    ve degistirin

    "id" 	=> "paginate",
    							"type" 	=> "select",
    							"std" 	=> "no",

    varsayilan olarak sayfalandirma kapatilacak ve urun adedi 100 olucak.

    Regards,
    Yigit

    #322977

    Topic: Editor doesn't work

    in forum Enfold
    pimpelwit
    Participant

    I used the Avia Layout builder (within Enfold) to create al my pages on http://www.pimpelwit.nl.
    Now I can’t do any changes in the pages because it’s not loading the content within the avia Layout builder. (the loader only appears and just keeps on loading) If I open a new page it only possible to use the standard builder and if I click on the Avia Layout Builder nothing happens. I updated WordPress to 4.0 NL. Hopefully you can help us soon. Kind Regards.

    #322971
    This reply has been marked as private.
    #322969
    anilkumar1261
    Participant

    Hello Sir,
    Please help me to change the sidebar of the Forum Page : http://www.digibuzzin.com/discussions/ ,
    I changed the sidebar of this page from sidebar setting, but it has not changed..
    For Screenshot, Please go to the Link: http://imgur.com/ajIxKOm

    • This topic was modified 11 years, 6 months ago by anilkumar1261.
    #322955

    In reply to: Image in menu item?

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and replace menu item ID

    li#menu-item-2935 {
    background-image: url(https://www.solveigmalvik.com/wp-content/uploads/2014/09/Danish-flag-300x171.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    }
    li#menu-item-2935 a {
    opacity: 0;
    }

    You can right click on Chrome or Firefox to inspect elements to find menu item ID’s http://i.imgur.com/HyPTCRg.jpg
    This code i posted will change Contact menu item

    Regards,
    Yigit

    #322952

    Hi!

    Kriesi first tests updated LayerSlider versions and then include it into the theme. Current LayerSlider Version that comes with Enfold is 5.2.0. If you would like to use LayerSlider as a standalone plugin and to use auto-update feature, you are going to need to purchase it separately – http://codecanyon.net/item/layerslider-responsive-wordpress-slider-plugin-/1362246
    then you can add following code to Functions.php file in Appearance > Editor to deactivate bundled version of Layerslider

    add_theme_support('deactivate_layerslider');

    Best regards,
    Yigit

Viewing 30 results - 212,431 through 212,460 (of 244,517 total)