Viewing 30 results - 133,171 through 133,200 (of 142,866 total)
  • Author
    Search Results
  • #230116

    In reply to: Search in Top Header

    Hey indrahalim!

    Please go to Appearance > Editor and open Header.php file and find

    if(strpos($headerS,'social_header') !== false && strpos($headerS,'bottom_nav_header') !== false) avia_social_media_icons($social_args);

    then add following code right below it

    get_search_form();

    Then you can position it by adding following code to Quick CSS in Enfold theme options under Styling tab

    #header #searchform { float: right; }

    You can remove default search icon from main menu in Enfold theme options > Header > Append search icon to main menu

    Regards,
    Yigit

    #230076

    Hey!

    I do understand you, you should follow the instructions i have posted here https://kriesi.at/support/topic/how-i-can-create-a-layer-full-width-with-advanced-editor/#post-229798 nad it should work fine.

    Best regards,
    Yigit

    #230062
    #230026

    thanks, and what about the place in which I would like to display: at the top of the page in the small menu or at the rightend of the main menu?

    #230022

    Might be a good idea (if technically possible) to offer the ability to “Like” feature requests in this topic. This way it would allow us to “+1” requests from others that we would like as well and for you it would be easy to figure out what the most popular requests are.

    I’ve seen several requests that I would find very interesting as well, but I find it quite messy to just request that again (lack of overview).

    #229999

    Hey!

    Unfortunately it’s a WPML bug and the plugin devs are apparently not going to fix it – see http://wpml.org/forums/topic/wpml-and-ajax-calls/. We now created a workaround which is not very user friendly but the only solution we can provide from our end and we added a filter which helps the user to translate the text. Copy the code I posted here: https://gist.github.com/InoPlugs/f6e551f9aaf5ff33a9c6 to your functions.php file and replace the language shortcodes (i.e. en or fr, etc.) with your language shortcodes. Then translate the text strings (“Sorry, no posts matched your criteria”, “Please try another search term”, etc.) for each language and save the functions.php file.

    Cheers!
    Peter

    #229998

    In reply to: Issues with AddThis

    #229996

    Hi!

    Request it as a feature here:
    https://kriesi.at/support/topic/enfold-feature-requests/

    Best regards,
    Josue

    #229983

    Topic: Strange Table Behavior

    in forum Enfold
    mike.rav
    Participant

    Hello,

    I am having a really strange problem when adding HTML tables inside Accordion.

    When adding a standard issue HTML table, save the changes, exit and then go edit it again, spaces are added on top of it.

     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     
    
     

    The same code above is everywhere i add an html table.

    Why is that and how to fix this?

    Thanks in advance

    #229977

    In reply to: Blog question

    Hi Ismael,
    thanks a lot for your answer. That will help me.

    I have one further question.

    All of a sudden a grey “section/line” popped up at the top of my homepage. I can’t figure out what it is and how to get rid of it.. Can you please help me?

    #229967
    This reply has been marked as private.

    Hi Fred1969!

    Please try to increase the allocated php memory to 128M: http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/ – currently it’s set to 64M and maybe the checkout process requires more memory in combination with Enfold and the ajax call on the checkout page then fails.

    Best regards,
    Peter

    #229935

    Hi Richard!

    Testing 2.5.4 right now on my own personal site, having downloaded the version from ThemeForest just before that I’m getting a youtube video playing fine in Chrome, FF and IE . Safari is not a valid Windows browser as Apple hasn’t supported it for some time.

    Mobile is still iffy and as far as I know Kriesi is still working on additional updates to help with mobile browsing since it is a bit more touchy. iOS for example will not play a video without user input so you can’t force autoplaying.

    I’ll leave my example up here: http://devinvinson.com/video-testing/

    Best regards,
    Devin

    #229928

    Hey!

    Sorry for the color change. Use this instead:

    @media only screen and (max-width: 767px) {
    #top .header_color select {
    border-color: #e1e1e1;
    background-color: #969696;
    color: white;
    }
    }

    The background looks fine on my end. Can you please post a screenshot of the issue?

    Regards,
    Ismael

    #229914

    In reply to: Wpml Flags

    Hi romano2!

    You can use the header with social icons and top navigation. The language selector should be displayed beside the top menu showing only the flags.

    Cheers!
    Ismael

    #229887

    Hi Kim!

    Refer to this topic:
    http://en.support.wordpress.com/images/image-editing/

    Best regards,
    Josue

    #229880
    D5WDesignGroup
    Participant

    I have currently made the header transparent when viewing on a desktop by adding the following code to Quick CSS:

    .fixed_header #main {
    padding-top: 0;
    }

    .header_color .header_bg, #header_main {
    background: transparent !important;
    border: none;
    }

    .header_color div {
    border: none;
    }

    This works great, but when viewed on a mobile device the header goes back to its default color and is no longer transparent.

    Hey crazyflx!

    Add it to the top of your functions.php file just under: if(isset($avia_config['use_child_theme_functions_only'])) return;

    Regards,
    Devin

    crazyflx
    Participant

    I’m in the process of finishing up a development site before I move it to a live environment. I absolutely love the Enfold theme and have been able to, thus far, build a beautiful site using it (still have a lot left to finish unfortunately).

    EDIT: I’m using the newest/latest version of Enfold, Version 2.5.2

    Anyway, I installed Relevanssi and now my “instant search” results that Enfold serves up via Ajax do not match those results on the actual search results page. Within the Relevanssi settings I input specific page ID’s that I do not want returned in the search results. On the search results page, those pages I don’t want to appear in the search results don’t appear, which is great.

    However, they are still appearing within the “Instant Search” results. This is very bad, because I have pages that should only be seen by customers of mine (like “Thank you for purchasing”, “Reduced Special Pricing Pages” and so on).

    After searching the forums, I found a few posts detailing similar issues. I included the following code which I found on this post: https://kriesi.at/support/topic/enfold-code-update-for-2-2-to-use-relavanssi-plugin/ within my themes functions.php file (at the very bottom of it, beneath everything else within the file)

    add_filter('avf_ajax_search_function', 'avia_init_relevanssi', 10, 4);
    function avia_init_relevanssi($function_name, $search_query, $search_parameters, $defaults)
    {
        $function_name = 'avia_relevanssi_search';
        return $function_name;
    }
    
    function avia_relevanssi_search($search_query, $search_parameters, $defaults)
    {
        global $query;
        $tempquery = $query;
    
        $tempquery->query_vars = $search_parameters;
        relevanssi_do_query($tempquery);
        $posts = $tempquery->posts;
    
        return $posts;
    }

    Unfortunately, that doesn’t work. I still am seeing pages that I specified within the Relevanssi settings as pages to not be returned in search results within the “Instant Search” results returned (but again, the pages I specified within the Relevanssi settings to not be returned in search results DO NOT appear on the actual search results page, which is correct…but they’re still appearing within the instant search results).

    • This topic was modified 12 years, 1 month ago by crazyflx.
    #229829

    Hey!

    Have you flushed browser cache? It does work fine on my end http://i.imgur.com/tgzeVc2.jpg
    If you would like to change the color of dropdown as well, add following code to Quick CSS as well

    #top .main_color select { color: white; }

    Cheers!
    Yigit

    #229825

    Hi shtumpa!

    Please add following code to Quick CSS as well

    .fixed_header #main {
    padding-top: 160px;
    }

    Best regards,
    Yigit

    #229824

    Hey William!

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

    #top .main_color input[type='text'], .main_color tr:nth-child(even), table a { color: white!important; }

    Regards,
    Yigit

    #229811

    Hi!

    Add following code to Quick CSS

    #top .fullsize .template-blog .blog-meta {
    float: left; } 
    .entry-content {
    width: 80%;
    margin-left: 30px!important;
    }
    #top .fullsize .template-blog .post .entry-content-wrapper > * { margin-left: 30px; }

    Best regards,
    Yigit

    #229810

    And how can I decrease space between lines in post titles.

    Again, I’m speaking about the title, on top of permalinks when you’re on the dashboard of WordPress.

    Many thanks!!

    Miguel

    #229809
    openpotion
    Participant

    Icon Box – Apply Link to Icon & Title Broken link on Icon outputs code like this:

    <article class="iconbox iconbox_top main_color  avia-builder-el-5  el_before_av_textblock  avia-builder-el-first " itemscope="itemscope" itemtype="http://schema.org/CreativeWork">        <div class="iconbox_content">        <header class="entry-content-header">            <a href="Lease Only" title="Lease Only" class="iconbox_icon heading-color" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a>            <h3 class="iconbox_content_title" itemprop="headline"><a href="http://dev.openpotion.com/rpmcoast.com/types/lease-only/" title="Lease Only">Lease Only</a></h3>        </header>        <div class="iconbox_content_container" itemprop="text"><p>When you just need to get it rented.</p>
            </div>    </div>    <footer class="entry-footer"></footer></article>

    Notice the icon link: <a href=”Lease Only”

    Please fix your shortcode.

    #229804

    Hey Yigit.

    I try deactivate all plugins. No better.
    This is my costume css:

    .logo {
    margin-top: 14px;
    }
    .header-scrolled .logo{
    margin-top: 0;
    }
    .page-id-2539 #av_section_2 .template-page.content.twelve.alpha.units {
    padding: 20px 0;
    }
    .avia-icon-list-container {
    margin-bottom: -20px;
    margin-top: 10;
    }
    .function mytheme_fonts() {
    $protocol = is_ssl() ? ‘https’ : ‘http’;
    wp_enqueue_style( ‘essentials-opensans’, “$protocol://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic&subset=latin-ext”);
    }

    Page looks better as it adds to the bottom of the page whitespace 120 px.

    #229797

    Yigit – it needs to be LEFT OF SNIPPET CONTENT not over the top. I see the same thing right now.

    #229778
    zerozendesign
    Participant

    Hey guys –

    I am using the Simple Youtube Gallery on the site at http://codelessme.com/weightlossrebels/rebel-control-panel/video-library/. I can’t figure out why, or how to stop, the videos titles from being pushed down on hover. Can you give me a little help to:

    1. Have the titles remain in the same place on hover
    2. Give the titles a bottom margin to create more space between the video below it.

    Thanks in advance
    David

    #229775
    #229755

    Hi Yigit,

    There is still 1 thing not right. The Image still is not to the LEFT of the content.

    Also – for anyone else wanting to push things left in your blog, you will also need:

    #top .fullsize .template-blog .post-meta-infos {text-align: left;}
    #top .fullsize .template-blog .post-title {text-align: left;}
    • This reply was modified 12 years, 1 month ago by zerozendesign. Reason: forgot bracket
Viewing 30 results - 133,171 through 133,200 (of 142,866 total)