Viewing 30 results - 132,901 through 132,930 (of 142,577 total)
  • Author
    Search Results
  • #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 11 years, 10 months ago by zerozendesign. Reason: forgot bracket
    #229743

    Hey!

    Please refer to this topic:
    https://kriesi.at/support/topic/google-fotns-with-extended-latin-subset/

    Regards,
    Josue

    Trender
    Participant

    Hi,

    Some time ago, I posted this problem:
    https://kriesi.at/support/topic/breadcrumbs-doesnt-work-correct-after-portfolio-sorting/

    I thought this solved it, but it’s not working correct. The breadcrumbs are now linking to the categories, instead of linking to the page (as before adding these lines to functions.php).
    So when people click these links, they get a ‘Achrive for’ page instead of the normal page.

    Do you know a solution? Before, it worked correct, it only didn’t show the correct pages after sorting.

    Thank you!

    #229708

    Hello

    It would be great if you could add the ability of adding a side menu (i mean the same kind as WordPress backoffice). So that, we could choose beetween a side menu or the classic top menu.

    Regards

    #229702

    No effect. I have this in quickCSS:

    #top .price span {
    float: left;
    clear: left;
    }
    #top .price {
    display: table!important;
    }

    But if I add only this:

    #top .price span {
    display: table!important;
    }

    Prices looks like THIS. Stupid incl.excl.VAT text isn’t next to price.

    #229691
    This reply has been marked as private.
    #229690

    Hi!

    Please see Ismael’s post here https://kriesi.at/support/topic/avia-advanced-layout-builder-for-posts/#post-211670
    Keep in mind that we do not support it

    Best regards,
    Yigit

    #229672

    Hi!

    It typically takes Kriesi quite a while to get through his queue of topics. If it holding up development I would suggest using shortcodes on any page where you need to use the upload form shortocode instead of using the Avia Layout Builder.

    Regards,
    Devin

    #229666

    Hey!

    I’ll tag the topic for Kriesi as I don’t know for sure if the theme will recognize the icons just by their file location. I believe they need to be uploaded through the uploader so that they can integrated in with the builder elements. So you would need to install locally and then copy over the the database and theme files on to your server.

    Regards,
    Devin

    Hi!

    What that user did was put the widget area inside of a color section. The color section is called “map” without quotes in the developers field when editing the color section. This allows you to then set its width with css.

    For example:

    #map .container {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    #top #main #map.avia-section .template-page {
        padding: 0;
    }

    Regards,
    Devin

    #229644
    pako69
    Participant

    I need to build my own template page.
    I lnow how to do it on a standard way (create a php file named template-blabla.php and in this file write some php lines to declare this page as a template)
    Ok, so i make a copy of Enfold page.php, add thoses lines at the very top:

    <?php 
    	/*
    	Template Name: candidature
    	*/
    

    Now, this template is available, but when i apply it, it do not look…

    What’s the right way to build a template page with Enfold?
    thanks

    Fred1969
    Participant

    I use the Enfold theme with the WooCommerce plugin & the dutch translation of WooCommerce. If I, or somebody else, pushes the check out place order after ordering and selecting a payment, WooCommerce does’nt stop running in Enfold. The order is administered in WooCommerce itself after sometime, but the costumer & myself don’t get the mail that the order is given. If I switch tot the basic Twenty Twelve theme everything works wel. Can please somebody help me… The site is http://www.tafellunch.nl

    Button:
    <input type=”submit” class=”button alt” name=”woocommerce_checkout_place_order” id=”place_order” value=”Bestelling plaatsen” data-value=”Bestelling plaatsen”>

    • This topic was modified 11 years, 10 months ago by Fred1969. Reason: Better subscription
    #229628

    And… Topic Favorited! Thanks Yigit, you’re the best man

    #229605

    In reply to: Header color

    Hi Raph!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
    1-

    #top .social_bookmarks_mail:hover a {
    color: #fff;
    background-color: #9fae37;
    }

    these are default values.
    2-

    .social_header .phone-info { font-weight: normal; }

    Cheers!
    Yigit

    #229591

    Hey!

    Please try adding following code to Quick CSS as well

    #top .price {
    display: table!important;
    }

    Regards,
    Yigit

    • This reply was modified 11 years, 10 months ago by Yigit.
    webfordj
    Participant

    Hi,
    in the thread “Enfold | Header Transparency with Full Page Slider.” and here are already answers, but i still struggle.

    QUESTION: how to set the “fullscreen slider on full screen”? http://www.jiamode.com

    The frontpage should be only the fullscreen slider with a transparent header menu. to create this effect i been only able to push the top margin of main up, which leaves a space of couse. How to have the fullscreen slider in full, without the 90 gap?

    thank you in adavance.

     .header_bg {
        background: rgba(255,255,255,0.3) !important;
    }
    #header_meta{
        background: transparent !important;
    }
    .avia-menu a{
        color: rgba(0,43,88,1)  !important;
    }
    .main_menu, .main_menu * {
        background: transparent !important;
    }
    #header *{
        border: 0 !important;
    }
    .home #main {
        margin-top: -90px;
    }
    • This topic was modified 11 years, 10 months ago by webfordj.
    #229589

    Hi InvestFinanceGroup!

    Please try one of the plugins under “Membership Plugins” here https://kriesi.at/support/topic/recommended-plugins-last-update-04-09-2013/

    Cheers!
    Yigit

    #229581

    Topic: Search in Top Header

    in forum Enfold
    indrahalim
    Participant

    Dear Enfold,

    help me please:

    1.How to make search avaliable in top header visible before the HOME link. currently the search button only popup after click. i would like the Search avaliable before the home link.

    2. why in the mobile version i could not find the search button at all? any code i need to put so i could search when im in mobile version?

    thank you
    indra

    #229577
    xilopix
    Participant

    Hi,

    I’m trying to embed a HTML5 video but Enfold keeps reformatting my code. How can I make it stop doing that?

    Thanks :)

    • This topic was modified 11 years, 10 months ago by xilopix.
    #229574

    Hi nicolasweh!

    Mobile devices scroll to top when you touch the topbar that is why it was hidden on mobile. But you can display it by adding following code to Quick CSS in Enfold theme options under Styling tab

    @media only screen and (max-width: 767px) and (min-width: 480px) { 
    .responsive #scroll-top-link {
    display: block;
    }}

    Best regards,
    Yigit

Viewing 30 results - 132,901 through 132,930 (of 142,577 total)