Viewing 30 results - 217,891 through 217,920 (of 243,648 total)
  • Author
    Search Results
  • #284544

    Hey!

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

    .logo, .logo a, .logo img {
    position: relative;
    left: 0;
    height: 120px;
    overflow: visible;
    max-height: 120px!important;
    padding: 0;
    }

    Cheers!
    Yigit

    #284539

    Hey kops!

    1) The Enfold page builder doesn’t support posts. You can just use it with portfolio entries and pages.

    2) There’s no real template engine but you can save a group of shortcodes as “template”. Click on the template button in the top right corner of the template builder ( http://www.clipular.com/c/6270636808732672.png?k=kV7fkxLNRMJu1Q0iOZCAxaguJAk ) and then click the “Save Entry as Template” button to save the builder elements as template. If you want to restore the template click the “Template” button again and then click on the name of the template.

    Cheers!
    Peter

    #284529

    Hey!

    I corrected Ismaels code and updated your loop-index.php file: http://afa.862.myftpupload.com/wp-admin/theme-editor.php?file=includes%2Floop-index.php&theme=enfold&scrollto=3490&updated=true

    Just copy it into your child theme (wp-content/themes/enfold-child/includes/loop-index.php) and then it’s update safe and the parent theme will not overwrite it.

    Best regards,
    Peter

    Hi!

    Ich konnte den Fehler nicht reproduzieren und bei mir funktioniert der Code. Bitte verbinde dich mit ftp auf deinem Server, gehe zu wp-content/themes/enfold/functions.php und lade die Datei herunter. Dann öffne diese, lösche den gesamten Code und füge diesen Code ein: http://pastebin.com/raw.php?i=ehaGyWRF . Dann lade die Datei wieder hoch und es sollte funktionieren.

    Best regards,
    Peter

    #284513

    In reply to: Enfold Showcase

    @jansthh
    Yes, it’s ShiftNav Pro but to do that you’ll have to do some PHP/CSS customizations to completly remove the default Enfold menu…
    php > it”s in includes/helper-main-menu.php
    css > look at my source code :)

    #284509

    In reply to: Contact Form / Gravity

    Hi Alex!

    There are many Enfold users using Gravity Forms. Some CSS adjustments may be needed and i believe you can find them if you simply search “Gravity Forms” on search, if not, we do not mind having a quick look

    Cheers!
    Yigit

    #284504

    Topic: Contact Form / Gravity

    in forum Enfold
    Finlando
    Participant

    Hello!

    I would like to use Gravity Forms with Enfold… but that is what Gravity Forms support is saying:

    “We have more trouble with Themeforest themes than any other theme provider, so we cannot say with certainty that Gravity Forms will work with Enfold.”

    Do You have experience with this plugin?

    Thank You very much!

    Regards,
    Alex

    Hi glooadvertising!

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

    .page-id-734 div#av_section_1.avia-section {
    min-height: 20px;
    height: 20px;
    }

    Best regards,
    Yigit

    #284497

    Hi glooadvertising!

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

    span.breadcrumb-title {
    display: none;
    }

    Regards,
    Yigit

    #284496

    Hi!

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

    .archive .big-preview.single-big { display: none !important; }

    Best regards,
    Yigit

    #284487

    In reply to: Logo Sizing

    Hey!

    Can you please once again set header height to 300px in Enfold theme options > Header Layout > Header Layout > Header Size = Custom Pixel Value > Header Custom Height and then add following code to Quick CSS in Enfold theme options under General Styling tab

    .logo img {
    padding: 0;
    }

    I have tried uploading your logo on my local installation with this configuration and it does look fine :)

    Regards,
    Yigit

    #284486

    In reply to: Portfolio title center

    Hey hh33tt!

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

    .grid-entry-title.entry-title {
    text-align: center;
    }

    Cheers!
    Yigit

    #284485

    Hey!

    I am getting redirected to under development page but i adjusted options in Enfold theme options and header should look like this example here – http://kriesi.at/themes/enfold/homepage/home-v6-classic-4-column/
    Cheers!
    Yigit

    Hi!

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

    .html_header_transparency #top #wrap_all #main {
    padding-top: 0!important;
    }

    Regards,
    Yigit

    #284482

    Hi Katharina!

    Please go to Enfold/Config-templatebuilder/avia-shortcodes and open Magazine.php file and find

    $titleAttr		= "title='".__('Link to:','avia_framework')." ".the_title_attribute('echo=0')."'";

    and change it to

    $titleAttr		= "title='".get_the_title($entry->ID)."'";

    Regards,
    Yigit

    #284464

    Topic: Button styling

    in forum Enfold
    WasDarfsDesign
    Participant

    Hi guys,
    I’m using the incredible Enfold-theme at a customer’s website. Now the customer wants me to change the style of the buttons (Quote:”Can I have more fancy buttons? Like 3D or something…” :-D).
    I’ve tested several selectors for the new styling, but it seems I can’t find the right one. Would you please tell me the right selector?

    Thanks in advance for helping me!
    Marion

    #284462

    In reply to: Enfold Showcase

    Hello everybody:

    Here is my last two “Enfold babies”:
    http://www.wax-interactive.com
    http://www.sqli-enterprise.com

    They are pretty new and because it was urgent to put them online, all is not yet optimised.

    #284461
    pako69
    Participant

    Hello
    I use the Fullscreen Slider to only display a YouTube video, nothing else, no other images slides and because I do no want to show a fallback image on mobile devices, I chose to show a simple Youtube video instead.

    To do that I use two simple CSS class:

    .hidden-desktop {display:none !important;}
    .visible-desktop {display:block !important;}

    In my page I have two elements:
    1 – The Fullscreen Slider (the video) with this class: visible-desktop
    2 – A simple YouTube Enfold element with this class hidden-desktop

    Now my Media Queries:

    /* Mobile Styles */
    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
    	.hidden-desktop {display:block !important;}
    	.visible-desktop {display:none !important;}
    }
    

    This one is perfect and works both on an iPhone and Desktop (if you reduce the with of the page) but I can’t make it work with my iPad 2, i always show the fallback image of the Fullscreen Slider?
    I have tried a ton of media queries without any chance…

    Thanks

    #284451
    #284449
    salai_com
    Participant

    In Enfolds Color Section Element appears an option to set anchors (ID Section)…
    I have been trying doing that but had no success: can you help me? Or is there any tutorial available?

    Thanks in advance!

    Safet Salai

    #284442

    In reply to: Portfolio excerpt

    Hey Richard!

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

    .grid-entry .inner-entry { box-shadow: none; }
    div.grid-content { text-align: left; }

    Best regards,
    Yigit

    #284437
    This reply has been marked as private.
    #284426
    BarkProductions
    Participant

    When I create a form in Enfold, there is no option for the field to be a password field.
    Do you know a way to make this happen? I want the characters in my field to be masked like a normal password field.

    #284425
    edfossie
    Participant

    Hello

    Is there a generally accepted way of building one page websites in Enfold? I currently have a number of colour sections and layersliders to divide up my content but have a couple of issues which I have listed below.

    – When using anchors or a names for my navigation, quite often the text, particularly the heading, is hidden behind the navigation and therefore unreadable. Is there a way round this, so that whole colour section is on view?

    – Secondly, text in colour sections always sits vertically aligned to the middle. When images are placed next to the text and images are shorter in height than the text, the image aligns to the top. Is there a way round this other than sizing the image so that it is a similar height to the text?

    Thanks

    Ed

    #284421
    HuxburyQuinn
    Participant

    The Demo

    http://kriesi.at/themes/enfold/blog/blog-single-small/

    I’m using AVIA LAYOUT BUILDER BLOG POSTS
    Display entries from a custom taxonomy
    Display entries from custom post-type category

    On my site the text flows around the icon – all the way to the left – over the vertical dotted line.

    attached link to screen shot

    I have used FIREFOX firebug compare the DEMO site and my site.

    I have to add “padding-left: 150px; ”
    to
    .content .entry-content-wrapper {

    to make it look like your DEMO

    however I shouldn’t need to do this – right ?

    ;)

    #284419

    Found a missing string. New files attached.

    Download

    • This reply was modified 11 years, 5 months ago by webpress.
    #284413
    FlyAss
    Participant

    Guten Morgen allerseits…

    im Ordner: wp-content/themes/enfold/lang sehe ich die deutschen Sprachdateien, aber wie aktiviere ich die?

    in der wp-config steht korrekt: define(‘WPLANG’, ‘de_DE’);

    Danke..

    • This topic was modified 11 years, 5 months ago by FlyAss.
    #284408

    In reply to: Tables

    Sorry Josue,

    I’m not following. How can we apply the Enfold pricing formatting to the plugin table?

    Thanks,

    Robert

    #284406

    Hey mikel!

    Thank you so much for choosing Enfold!

    Please use this on Quick CSS or custom.css:

    .togglecontainer .single_toggle:first-child .toggler {
    margin-bottom: 10px;
    }
    
    .main_color .toggler, .main_color .toggler.activeTitle:hover {
    color: #fff!important;
    background-color: #27CFC3;
    }
    
     .main_color .toggle_content {
    background: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    }
    

    Cheers!
    Ismael

    #284396

    Hi!

    Thank you for the update.

    Please edit the DIET / SUPPLEMENT PLAN icon then remove any spaces or if possible, please create it from scratch. A br tag has been generated on the process but I’m not entirely sure where it’ comes from. If you want to change the color of the links to yellow, go to Enfold > General Styling > Main and Alternate Content. Change the Highlight color value. You can also add this on Quick CSS or custom.css:

    .main_color a, .alternate_color a {
    color: yellow;
    }

    Best regards,
    Ismael

Viewing 30 results - 217,891 through 217,920 (of 243,648 total)