Viewing 30 results - 215,791 through 215,820 (of 244,456 total)
  • Author
    Search Results
  • #303888

    Hey Francesco!

    Thank you for using our theme.

    It seems like the server can’t start a session. Please contact your hoster and ask them to check the server configuration (session data folder is writable & exists, etc.).

    Enfold uses sessions to build the breadcrumb.

    Regards,
    Günter

    Hey Marc!

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

    @media only screen and (max-width: 768px) {
    .slideshow_caption { display: none !important; }}

    Best regards,
    Yigit

    #303866

    Hey Anthony

    You are most probably using an older version of the theme. Please update Enfold to the latest version 2.9.1 via FTP – http://vimeo.com/67209750

    Regards,
    Yigit

    Hi PaintedMidget!

    You can define your own CSS class and put the code in custom.css or enfold->styles->Quick-CSS field, eg:

    
    .customer_red{
    color: #c30a20 !important;
    }
    

    and assign this class to the tags like <p>, <span>, …. that need this color, e.g.:

    
    <p class="customer_red">........</p>
    <span class="customer_red">........</span>
    

    Regards,
    Günter

    #303851

    Hey mhauslaib!

    Responsive layout should be enabled by default. If not, you can always enable it in Enfold theme options.

    Cheers!
    Yigit

    #303844

    Hey Lucas!

    Currently it is not possible on Easy Slider. You can use Layer Slider and use keyboard to navigate through your slides.
    Feel free to request such feature here – https://kriesi.at/support/enfold-feature-requests/

    Best regards,
    Yigit

    #303839

    In reply to: Team Member Icons

    Hey blankonblank!

    Thank you for using our theme.

    There is no way to do this by CSS.

    You will have to change the php code. You find it in:

    enfold\config-templatebuilder\avia-shortcodes\team.php
    line 227ff.

    You also will have to do CSS styling.

    But this customization and is beyond the scope of support.

    Regards,
    Günter

    #303832

    Merhabalar Orhan!

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

    @media only screen and (max-width: 768px) {
    #top .social_bookmarks li a, #top .social_bookmarks li { height: auto; }}

    Regards,
    Yigit

    #303827

    Hi Jorge!

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

    #header_main_alternate, #header {
    -webkit-transform: translateZ(0);
    }

    Regards,
    Yigit

    StuWeTueHo
    Participant

    I just found this topic about renaming the labels of the search results.

    While @Ismaels solution works perfect with my custom post types, it doesn´t work for my portfolio items. I am using the german version of enfold and here “portfolio items” are translated to “Portfolio Einträge”. The problem is that the solution doens´t work if a german umlaut (in this case “ä”) is inside the label name.

    add_filter('avf_ajax_search_label_names','avf_ajax_search_assign_label_names', 10, 1);
    function avf_ajax_search_assign_label_names($label) {
    	if($label == 'Portfolio Einträge') {
    	$label = 'Mitarbeiter';
    	} 
    	else if($label == 'Produkte') {
    	$label = 'Downloads';
    	} else {
        $label = $label;
    	}
    	
    	return $label;
    }

    If I change the translation (.po / .mo files) to a name without “ä” (e.g. from “Portfolio Einträge” to “Portfolio Eintraege”), it works without a problem. Do you have any idea of how to get the code to work with the german translation? Thanks.

    Hey!


    @alexmasica
    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .header_color .main_menu ul:first-child > li > a {
    color: green;
    }

    Best regards,
    Yigit

    #303808

    Hey JulieDesigns2!

    Thank you for using our theme.

    It seems, that the image had not been uploaded correctly. Normally WP creates different sizes of an uploaded image.

    Either try to upload the image again or use a plugin like https://wordpress.org/plugins/regenerate-thumbnails/ to rebuild all the sizes (make sure, that enfold is the activated theme).

    Cheers!
    Günter

    #303805

    In reply to: Menu on ipad too large

    Hi!

    You can use Responsive Large Layout in Enfold theme options and it should help. If not, padding value should be adjusted

    Regards,
    Yigit

    #303801

    Hey!

    Enfold version you are currently using is not compatible with WordPress version you are using. Updating the theme should solve the issue :)

    Best regards,
    Yigit

    #303796
    heufti65
    Participant

    Hi

    I have some problems with the blog layout.

    There is a function in the Blog Layout section of Enfold called “Blog Style”.
    In the grid layout the pictures are too small and there is not enough text and information.

    If i choose “Single author, big preview pic” there is the whole content of all blogs in the preview.

    If I use a page for the layouting this section it works better with the “blog post” widget.
    But that´s not a good soultion because if the users use the breadcrum section in the title they always hop on the generic blog archive overview. And there is the grid layout – because the single preview with big image works only i the blogs post widget.

    #303781

    Hey Alan!

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

    span.post-to-page-date, .post-to-page-author, .post-to-page-categories, .post-to-page-readmore, .post-to-page-comment-count {
    display: none;
    }

    P.S.: These elements are not Enfold elements.

    Regards,
    Yigit

    #303778

    Topic: Warnings in the output

    in forum Enfold
    HIO2014
    Participant

    Hello there,
    I’m using Enfold theme for the second time … the first one it worked perfectly, but now I have lots of problems when I move the website from locale to remote.
    You can find all the errors at: see private content.

    As you can see, there are lots of Warnings. The LOGIN page seems to be even worst…
    I have tried to change theme and no errors were displayed.

    May you help me, please?
    Tnx in advane.

    #303777

    In reply to: Mobile Menu Overlay

    Hi Paul!

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

    #mobile-advanced { z-index: 1000001; }

    Regards,
    Yigit

    #303771

    Hi Jan!

    There are few ways of doing it. You can find “CSS way” below
    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust it as needed

    .page-id-59 .logo img { opacity: 0; }
    .page-id-59 .logo a { background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); background-repeat: no-repeat; background-size: contain; }

    and apply it to your page differently using page ID. You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg

    Best regards,
    Yigit

    #303769
    Munford
    Participant

    The “editor” option missing from my Appearance menu – this happened a while ago but I don’t’ remember how I fixed it. I have reinstalled the latest WP 3.9.2 and the latest Enfold update. Any idea what’s going on?
    thanks
    Nancy

    #303767

    In reply to: Menu on ipad too large

    Hey Monique!

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

    @media only screen and (max-width: 1140px) {
    .av-main-nav > li > a { padding: 0 6px; }}

    Cheers!
    Yigit

    #303758

    Hi Marc!

    You are welcome :)
    Feel free to request such feature or vote if already requested here – https://kriesi.at/support/enfold-feature-requests/

    Cheers!
    Yigit

    #303752

    In reply to: CSS ID

    This reply has been marked as private.
    #303750

    Topic: Menu on ipad too large

    in forum Enfold
    boemedia
    Participant

    Hi,

    I wonder why the menu doesn’t resize properly on the ipad/tablet in landscape modus. (see screenshot). I’ve installed Enfold 2.9

    KR
    Monique

    #303748
    Diomaiuta
    Participant

    Hello
    Yesterday is WP automatically updated. After, this message is diplayed on top from Header:

    Warning: session_start() [function.session-start]: open(/tmp/sess_fd42e0c653660759bfbef7164d5a84b7, O_RDWR) failed: Permission denied (13) in /home/httpd/vhosts/caffechiriatti.ch/httpdocs/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33

    under the Footer this Message is displayed:

    Warning: Unknown: open(/tmp/sess_fd42e0c653660759bfbef7164d5a84b7, O_RDWR) failed: Permission denied (13) in Unknown on line 0

    Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0

    Since 1 hour the Admin interface is NOT displayed! i have a blank screen…

    here the Link to Homepage: http://www.caffechiriatti.ch

    Any suggestions oder ideas?

    Than you for your Help
    Diomaiuta

    #303735

    Hey Schutreclame!

    Can you please post the link to your website?
    Please make sure that you are using the latest version of Enfold 2.9.1, WordPress 3.9.1 and all of your plugins are up-to-date. If you are not using the latest version of Enfold, please update it via FTP – http://vimeo.com/67209750

    Best regards,
    Yigit

    #303726

    In reply to: Twitter Account

    Hey farbcoach!

    Please go to Enfold theme options > Header Layout > Extra Elements and add your social network URL’s

    Cheers!
    Yigit

    #303717

    Hey Arne!

    You are currently using Enfold version 2.7.1. Please update the theme to the latest version 2.9.1 via FTP – http://vimeo.com/67209750
    You can take a quick look on what is new on newer versions here on blog – http://kriesi.at/blog

    Regards,
    Yigit

    #303711

    In reply to: LayerSlider Update

    Hi mwalker420!

    It should be included in Enfold update, which will come soon. No ETA though

    Best regards,
    Yigit

    #303705

    Hi Ismael,

    thanks for the fast respond:

    I tried the ID / fixed-bg css addon and it doesnt work:

    Effect 1: on the normal Firefox browser there is no BG-Image visible
    Effect 2: on the iOS Device (iPad) there is a fixed image, but the layout is completly changed and many more

    Changed the z-index: to 1 : it is visible on the firefox browser and ios Browser but the layout is also destroyed.
    (no breadcrumbs visible etc., position of the fixed image is not right etc.)

    I think this workaround is to sensible because of the z-index rendering of a relative complex layout. So .. :-(

    Is there any timeline when the fixed “fixed (and parallax) BG Images” is coming back in Enfold ?

    Best regards
    Jochen

Viewing 30 results - 215,791 through 215,820 (of 244,456 total)