Viewing 30 results - 229,441 through 229,470 (of 244,586 total)
  • Author
    Search Results
  • #221352

    In reply to: icon box styling

    hi Yigit

    here is a temporary admin login for you:
    Usr: Yigit
    Pass: enfold1212

    the icons i want to be in different color from the othere icons on the site are on the following page:
    http://indiatravelz.com/newsletter/

    thank you in advance
    indiatravelz

    eaglehood
    Participant

    Hell Dear Kriesi Team,
    hoping you can help me in achieving this functionality with ENFOLD:

    If a user enters a predefined password in a simple frontend submission field
    i want to redirect to a certain content (post or category). Content should be hidden.
    This is supposed to replace the complicated membership plugins on the market.
    There will be several groups of password for different content.

    Do you know of any plugin that can do this?
    Or can the contact form do this for me?

    Your help really is appreciated. Many THX!!!

    #221333

    In reply to: Enfold Logo Location

    Sure, its http://kstudios.wpengine.com/ (hosted on WPengine) (just getting started on it.)

    • This reply was modified 12 years, 2 months ago by Skierarc.
    #221326

    In reply to: Rearranging header

    Hi!

    This setting will make the Enfold header look like the Choices one:

    Cheers!
    Josue

    #221319
    #221314

    Hello William!

    You can request a quote here (WerkPress).

    Cheers! 
    Josue

    #221313

    In reply to: Enfold Logo Location

    Hi Dan,

    It’s possible, can you post the link to your website please?

    Regards,
    Josue

    #221286

    Topic: Enfold Logo Location

    in forum Enfold
    Skierarc
    Participant

    HI I am trying to locate our Logo in the center of the header above the menu. I figured out how to place it above the menu but it does not center and I also prefer that the menu stays there when scrolling. Is this something you can help with? I am trying to achieve a look similar to http://strasseforged.com/
    Thanks
    Dan

    #221285
    justmind
    Participant

    Hi, so I have enfold and recently used it for my website Justmind.org and I want someone to help me really use the 3D slider and some other more technical aspects of the theme. I figured posting this in the support section might be a good idea since you all are already using this theme as well. If you are interested, please email me at hello at just mind dot org and let me see examples of your work. Also let me know how much you think it would cost to implement the 3D slider and your thoughts for other things that could be done to make the implementation better (plus the cost). Thank you!

    William

    #221264
    atomicdreamz
    Participant

    Hi ,

    This is actually not an issue as such but more of a request. I wanted to buy the incarnation theme but stayed away due to lack of wp 3.8 support and the events calendar issues. Is there any way I can make the event calendar list widget look like incarnation theme in enfold? (Just a line separating the list events would do just fine)

    #221263

    Topic: Page Transition Effect

    in forum Enfold
    CloudChoice
    Participant

    Hi,

    Have enfold some builtin configuration related with page transition?

    I noticed a strange behavior where the pages had a “fade in” transition effect in google chrome.
    But the same disappear without reason.

    Thanks.

    #221261
    dalen550
    Participant

    Dear support team,

    I saw a fellow enfold user showcasing her website and I would like to know how she made her header in a different colour and without the usual lines and borders.
    Her website is this : http://blackouthair.fi/

    Please pardon my ignorance as I am very new to this.

    Any help is appreciated.

    Thank you.

    #221258

    Topic: fallback menu

    in forum Enfold
    yogaboy
    Participant

    Small fix for WPML compatibility. The “Home” item on the fallback menu needs to be wrapped for string translation in framework/php/class-megamenu.php line 624:

    reads:
    echo "<li $current><a href='".get_bloginfo('url')."'>Home</a></li>";
    and should read:

    echo "<li $current><a href='".get_bloginfo('url')."'>".__("Home",'enfold')."</a></li>";

    • This topic was modified 12 years, 2 months ago by Yigit.
    #221256

    In reply to: woocommerce 2.1

    Hey Spiv!

    We didn’t test Enfold 2.4.5 with WooCommerce 2.1 yet. We’ll test it with the final version and release a theme update if necessary.

    Best regards,
    Peter

    #221253

    Topic: YouTube Post Embed

    in forum Enfold
    peluso91
    Participant

    Hello,

    I’m having trouble embedding a YouTube video into a post. I pasted the embed code of the video I wanted into the “Embed” section of a video post, but the video will not show up at all.

    Here is the embed code:
    <iframe width=”560″ height=”315″ src=”//www.youtube.com/embed/gaM04OUdYP8?rel=0″ frameborder=”0″ allowfullscreen></iframe>

    Is there anything setting I need to change in Enfold for this to work?

    Thanks!

    #221252

    Topic: woocommerce 2.1

    in forum Enfold
    Spiv
    Participant

    Hi,

    Is the latest Enfold 2.4.5 ready for woocommerce 2.1, which is coming out any day?

    Cheers

    S

    #221250

    Hey joesulak!

    You can watch a quick how-to on installing the theme here: http://kriesi.at/documentation/enfold/install-enfold-over-ftp/

    Cheers!
    Devin

    #221248

    Topic: Home page slider depth

    in forum Enfold
    aliquill
    Participant

    I am struggling to decrease the size of the home page full width slider. Do I need to amend functions.php or is there a simpler way I am missing. I have uploaded the less deep image and enfold has made it big again. Thanks in advance

    Hi there,
    Thanks for your continued help on this. So close… but neither of these snippets or putting it into Enfold Child> style.css worked. And now the Reserve Now button which had been working on the smartphone, is no longer appearing at all.
    I hate to do this (because it gets so long) but I’ve pasted all my code in the style.css below. Can you see anything wrong, conflicting or have any ideas on what to do next? Thanks again, Lynn

    /*
    Theme Name: Enfold Child
    Description: A Child Theme for the Enfold WordPress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
    Version: 1.0
    Author: Kriesi
    Author URI: http://kriesi.at
    Template: enfold
    */

    /*Add your own styles here:*/
    /* Hide layerslider on Smartphones and protrait Tablets */
    @media only screen and (max-width: 768px) {
    .avia-layerslider { display: none; }}
    /* Place Reserve now on tablets */
    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .header_color .header-button a { left: -40%!important; }}
    /* Add Reserve Now button to Header-added code to header.php*/
    .header-button {
    position: absolute;
    border: none;
    top: 0;
    left: 255px;
    right: 180px;
    }
    .header_color .header-button a {
    display: block;
    padding: 2px 5px 10px 12px;
    font-size: 22px;
    text-align:justify;
    font-weight: bold;
    float: left;
    color: #f8d699;
    border-radius:0px 0px 15px 15px;
    }
    .header-button a.header-chat { background-color: #985e06; left center no-repeat; }
    .header-button a.header-chat {link: href=”http://reservation.worldweb.com/hotel/1227&#8243; target=”_blank” }
    }
    /* Remove from home page only (right side)#, */
    .breadcrumbs { display: none; }
    .page-id-2 .entry-title { display: none; }
    .sub_menu {
    right: 175px !important;
    }
    /* Added TripAdvisor to ‘register-admin-options.php’ file, then to child functions.php Moves social icons to right of page */
    #top .social_bookmarks li {
    float: right !important;
    }
    /*Dropdown menu on top of LayerSlider*/
    .container_wrap, #header_main { z-index: 1; }
    /* Sizes/styles phone#, */
    #top .social_bookmarks li a { font-size: 18px; }
    .social_header .phone-info span {
    font-size: 18px;
    color: #f8d699;
    font-style: italic;
    padding-right: 28px;}
    }
    /* Change color of header social fonts*/
    .header_color .social_bookmarks a { color: #f8d699; }
    /*size main menu font*/
    #avia-menu a {
    font-size: 17px !important;
    }
    /* Color hover of TripAdvisor*/
    #top .social_bookmarks_tripadvisor:hover a {
    color:#fff;
    background-color: #29A959!important;
    }
    /* Color main menu dropdown font*/
    #top .main_menu .menu li ul a {
    color: #f8d699 !important;
    opacity: .7;
    }
    .header_color .main_menu ul:first-child > li > a { color: #f8d699; }
    .slide-meta {display: none;}
    .blog-categories.minor-meta {display: none;}
    .text-sep.text-sep-cat {display: none;}
    .header-buttons {
    position: absolute;
    right: 0;
    border: none;
    }
    /* Get Reserve Now button on iPhone*/
    @media only screen and (max-width: 480px) {
    .header-button {
    position:absolute;
    top:90px;
    left:30px;
    right:20px;
    }
    }
    /*Dropdown menu on top of LayerSlider*/
    .container_wrap { z-index: 1;
    }
    /* Sidebar styling -latest portfolio widget*/
    #portfoliobox-2 .news-headline {
    font-size: 16px !important;
    }
    #portfoliobox-2 .news-excerpt {
    font-size: 12px !important;
    }
    .image_size_widget .news-thumb {
    height: 50px;
    width: 50px;
    }
    .image_size_widget .news-thumb img {
    width: 46px;
    height: 46px;
    }
    }
    add_theme_support(‘avia_template_builder_custom_css’);

    #221234
    rixi
    Participant

    Hello,
    I bought ne the enfold theme and now i have the problem that my computer doesns show me any text in the backend of the theme. There are just a few letters "v" and "w" or ">>" all over the sides. I cant put letters in the formulars, looks like they are transparent and just the photos look ok.
    It would be great if somebody could help me, I asked lots of people know and noboda knows what it is.
    Its the same with this Forum, just over the Safari Browser I can see text with the other browsers I am not able to write something in the forum.
    The strange thing is, that it must have something to do with that theme and with my computer because from everywhere else the side looks ok in the backend.

    Here is a link to a side that looks similar like mine.
    http://www.texto.de/komische-zeichen-angezeigt-78/

    Would be great to get in answer :))

    #221233
    joesulak
    Participant

    I uploaded the Enfold theme yet it was not showing up on my WP Manage Themes screen. I had my hosting provider look into it and he said “I have checked your concern in detail and could see that there is no issue with WordPress but the Enfold-Theme folder has No Theme Files Within it so it cannot located anything to display in WordPress. So I suggest you to upload a Valid theme Folder and see you can access it from WP-admin.

    Please help…thanks

    Thanks Ismael!
    This does not work.
    We have a right sidebar – default, set in Enfold Child under Theme Options

    Would still like to understand how to get those photos/slideshows to be in the color section without padding etc…..

    Also the logo in the HEADER still sometimes sits flush when in scroll mode (thought it was fixed)
    Vertically in the iPod the logo is squished (width) – have not yet checked on the mobile.

    Thanks – nearly finished with the visual and have to check the browsers and W3 verification.

    • This reply was modified 12 years, 2 months ago by DaraEmerson.

    Thanks, that worked!

    I have two questions left:

    1. Will this change persist Enfold updates?

    2. Now it seems like the post was created on that day. Is it possible to display “Last edited on” instead of just the date?

    #221206

    Hey sandboxes!

    I don’t know if LayerSlider supports this script and we can’t provide support for this customization. However you can try to place the html code into the “html” field of a layer

    
    <span class="hsjs">Each line in this code&rsquo;sHTML</span>
    <span class="hsjs">is set off with a</span>
    <span class="hsjs"><span></span>
    <span class="hsjs">element, & HatchShow adjusts the font size</span>
    <span class="hsjs">automatically.</span>
    <span class="hsjs">Each line should end up</span>
    <span class="hsjs">(roughly) the same width.</span>
    

    and then insert this code at the very bottom of enfold/js/avia.js:

    
    (function($){
       $(window).load(function(){
          $().hatchShow();
        });		
        jQuery.fn.hatchShow = function(){
          $('.hsjs').css('display','inner-block').css('white-space','pre').each(function(){
            var t = $(this);
            t.wrap("<span class='hatchshow_temp' style='display:block'>");
            var pw = t.parent().width();
            while( t.width() < pw ){t.css('font-size', (t.fontSize()+1)+"px"),
              function(){while( t.width() > pw ){t.css('font-size', (t.fontSize()-.1)+"px")}};
            };
          }).css('visibility','visible');
        };
        jQuery.fn.fontSize = function(){return parseInt($(this).css('font-size').replace('px',''));};
    })( jQuery );
    

    Cheers!
    Peter

    #221205

    Hi justinfinocchiaro!

    Please see https://kriesi.at/support/topic/enfold-conditional-menu/

    Regards,
    Peter

    #221200

    In reply to: Link Post Format

    Hi!

    Open up wp-content/themes/enfold/includes/helper-post-format.php and replace

    
    $current_post['title'] = "<a href='$link' rel='bookmark' title='".__('Link to:','avia_framework')." ".the_title_attribute('echo=0')."' $markup>".get_the_title()."</a>";
    
    

    with

    
    $current_post['title'] = "<a href='$link' target='_blank' rel='bookmark' title='".__('Link to:','avia_framework')." ".the_title_attribute('echo=0')."' $markup>".get_the_title()."</a>";
    
    

    Cheers!
    Peter

    #221198

    In reply to: Menu on mobile device

    Hey!

    Can you please post a link to your enfold website? This website: http://www.floatingflooradelaide.com.au/ does not use Enfold.

    Regards,
    Peter

    #221196

    Hey!

    I suggest to try the portfolio ajax previews (you can select this option when you add a “portfolio grid” element to a page). The portfolio preview can show any type of content (slideshow, toggle, columns, etc.). Just select “Don’t show the images at all and display the preview text only” option: http://www.clipular.com/c/6453051829256192.png?k=5TIdSdjsRn87CQytVuQeUU4899A on the portfolio entry editor page and insert your shortcode(s) into the text editor field.The preview content will load when the user clicks on a portfolio entry: http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/

    Cheers!
    Peter

    #221188

    Topic: Forum search

    in forum Enfold
    Vermishelle
    Participant

    BTW, can you implement search in forum within a specific WP theme thread, Enflod for instance? Browsing through search results where it’s not obvious if it’s Enfold or not is not convenient. I have even tried to google “xxx site:https://kriesi.at/support/forum/enfold/&#8221; but it didn’t work, because topics are not within the enfold folder.

    #221170

    In reply to: UberMenu Integration

    Hi Erdogan!

    Dieses Seite ist nicht für Entwickler bestimmt, sondern für Personen wie dich. Einfach der Anleitung folgen (Einstellungen, etc. so wählen wie beschrieben) und dann den Code in das Quick CSS Feld (Enfold > Theme Options > Styling) einfügen oder in die Child Theme style.css einfügen. Genauer/besser kann ich die Anleitung auch nicht verfassen…

    Cheers!
    Peter

Viewing 30 results - 229,441 through 229,470 (of 244,586 total)