Viewing 30 results - 215,491 through 215,520 (of 244,458 total)
  • Author
    Search Results
  • #305776

    In reply to: add a class to a div

    Hi codecreative!

    How did you add the carousel to the page template? Did you try to use the custom class feature (see http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) to apply a custom class to the surrounding div?

    Best regards,
    Peter

    #305766

    Hi marienoisette!

    If you want you can add the Varela Round font to the admin page body font dropdown – insert this code into the enfold or child theme functions.php file:

    
    add_filter('avf_google_content_font','avia_add_new_heading_font');
    function avia_add_new_heading_font($fonts)
    {
        $fonts['Varela Round'] = 'Varela Round';
    	return $fonts;
    }
    
    

    and then go to the admin page and select the font from the dropdown.

    Regards,
    Peter

    #305729

    In reply to: Enfold Showcase

    Hei Guys,

    just using Enfold in many Genertions. Here you can see my customized work:

    http://www.temp-workers.de/ // XML Jobofferinclusion // Included a Dynamic Map preview (SVG)
    ——————————————-
    http://www.terminal-11.de/ // Terminal 11 – Immobilien Website // Big Design customicing
    ——————————————-
    http://www.desitherm.com // Marketingwebsite für a new Product for Siphon Desinfection (WPML included)
    ——————————————-
    http://www.reifen-roller.de // coming soon
    ——————————————-

    #305720

    Hey etheravion!

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

    .av-main-nav > li > a > span.avia-menu-text {
    border-right: 1px solid #e2e2e2;
    padding-right: 15px;
    }

    Best regards,
    Yigit

    #305716

    In reply to: A couple questions

    Hey gtj007!

    Thank you for choosing Enfold and welcome to our support forum! :)
    1- Please go to Appearance > Menus and change Home as needed
    2- Please edit your page and add Color Section element to your page with a custom ID ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) and add your image inside your Color section. Then add following code to Quick CSS in Enfold theme options under General Styling tab

    #your-custom-id .container { width: 100%; }

    3- Please add following code to Quick CSS as well

    @media only screen and (max-width: 480px) {
    .av-image-caption-overlay-center {
    font-size: 16px!important;
    }}

    and adjust as needed
    4-

    span.post-meta-infos {
    display: none!important;
    }

    5- Please go to Enfold theme options > Advanced Styling and edit “Main Menu links”

    Regards,
    Yigit

    Hi!


    @macatokio
    Please request such feature here – https://kriesi.at/support/enfold-feature-requests/
    And feel free to vote other feature requests

    Regards,
    Yigit

    #305713

    Hey Ed!

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

    #top .fullsize .template-blog .post .entry-content-wrapper, #top .fullsize .template-blog .post .entry-content-wrapper > * { max-width: 845px; }
    

    Cheers!
    Yigit

    #305709

    Hi,
    devin
    Thanks for your answer,
    but as I’m not an expert developer I didn’t understand so well if is possible to remove #top , if yes how, or if is better not to remove.
    I saw in other site done with enfold this problem doesn’t appear…
    Thank you again for your help.
    G.

    • This reply was modified 11 years, 7 months ago by sirgiulia.
    #305708

    Hey!

    1- http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/
    2- Seems like you have already figured it out
    3- Please go to Enfold theme options > Advanced Styling and edit “Small bar above Main Menu”
    Please add following code to Quick CSS in Enfold theme options under General Styling tab
    4-

    header#header { background-color: white; }

    5-

    #av_section_2 .av-image-caption-overlay-position:hover { opacity: 0.8; }

    6- Please go to Appearance > Menus and create a new menu and add your pages to it. Then choose to display it as Enfold footer menu under Menu Settings section
    7-

    #top .av-main-nav > li > a { text-transform: uppercase; }

    Regards,
    Yigit

    #305707

    Hey Josue,

    how do I update the theme? In Enfold > Theme Update is written that no Updates are availiable. We are runing the I-Security Plugin, is it blocking the file access ?

    Greetings
    amannr

    #305702

    In reply to: Modify search result

    Hey dalboslampen!

    Can you post the link to your website please?
    You can change default search to Relevanssi ( http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/ ) or SearchWP ( http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/ ) easily by referring to these tutorials

    Regards,
    Yigit

    #305699

    Hi Kayzel!

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

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

    Regards,
    Yigit

    #305692
    Jamie A
    Participant

    Is there anyway to log in (via iPhone) to enfold support, I cant seem to find the log in, am I missing something

    jamie

    #305689

    Hey gabytivi!

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

    .woocommerce .main_color .button:hover {
    color: black;
    background-color: white;
    }
    .woocommerce .main_color .button {
    background-color: black;
    color: white; 
    }

    If that is not what you wanted, please post a screenshot and show the changes you would like to make
    2- Can you please elaborate? Not sure if i understood you correctly :)

    Best regards,
    Yigit

    #305686

    Hey crevlon!

    Danke, dass Sie unser Theme benutzen.

    Fügen Sie in custom.css oder Enfold->Styles->Quick-CSS Feld folgenden Code ein und ersetzen Sie bei page-id-2632 2632 durch die gewünschte id Ihrer Seite.

    
    .page-id-2632 #avia-menu .menu-item.menu-item-top-level {
        display: none;
    }
    

    Best regards,
    Günter

    #305685

    In reply to: Strange link behavior

    Hey buddhafish!

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

    #footer .fots a {
    display: inline-block!important;
    }

    Regards,
    Yigit

    #305678

    Hey Martin!

    Your content is saved on your database, so no, it will not impact your content. But if you have modified theme files and not using a child theme, you are going to lose those changes. Please see – http://kriesi.at/documentation/enfold/portfolio-item/create-a-child-theme/

    Best regards,
    Yigit

    #305656

    Hey kenwae!

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

    .mfp-zoom-in.mfp-ready.mfp-bg, .mfp-zoom-in.mfp-ready .mfp-preloader {
    opacity: 1;
    }

    If that does not work, please post the link to your website

    Best regards,
    Yigit

    #305634

    Hey debenm!

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

    .logo img {
    width: 100%;
    }

    Best regards,
    Yigit

    #305631

    Hi Martin!

    Thank you for using our theme.

    You have to modify the following file:

    wp-content\themes\enfold\includes\loop-author.php

    Goto line 32 and replace

    
    $current_post['content'] 	= get_the_excerpt();
    

    with

    
    $current_post['content'] 	= get_the_content();
    

    Best regards,
    Günter

    • This reply was modified 11 years, 7 months ago by Günter.
    #305629

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Stlying tab and change image url

    .blog-meta span.iconfont {
    background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    }
    .blog-meta span.iconfont:before { display: none; }

    Regards,
    Yigit

    #305621

    Hi Frank!

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

    #top .avia-post-nav { display: none !important; }

    Best regards,
    Yigit

    #305617

    Hi Mervyn!

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

    div#layer_slider_1 {
    height: auto!important;
    }

    Best regards,
    Yigit

    #305616

    Topic: Voucherpress plugin

    in forum Enfold
    Cloudspace
    Participant

    Hi Kriesi Team,

    We tried to install Voucherpress but the shortcode is not coming up on Enfold theme? Is the plugin compatible with enfold theme? If yes, can you please suggest any voucher plugins?

    Thank you! :)

    • This topic was modified 11 years, 7 months ago by Devin. Reason: moved to enfold forums
    #305608

    Hey rpl_admin!

    Thank you for using our theme.

    The default image size on the single blog page ist 180*180px.

    You can change it to a smaller size. Put the following in enfold/css/custom.css or Dashboard->Enfold->Styles->Quick-CSS field and adjust the values:

    
    .single-post .single-small .small-preview{
        height: 80px !important;
        width: 80px !important;
    }
    

    Cheers!
    Günter

    • This reply was modified 11 years, 7 months ago by Günter.
    #305589
    #305582

    Hi David!

    Thank you for using Enfold.

    Are you referring to the bubble talk image? Looks like you managed to fix it.

    Best regards,
    Ismael

    #305573

    Hi Denis!

    Thank you for using the Enfold theme.

    Please add this on functions.php to change the layout of the single product page:

    add_action( 'init', 'half_single_product_page', 1);
    
    function half_single_product_page() {
    
    remove_action( 'woocommerce_before_single_product_summary', 'avia_add_summary_div', 25);
    add_action( 'woocommerce_before_single_product_summary', 'avia_add_summary_div_six', 25);
    
    if(!function_exists('avia_add_summary_div_six'))
    {
    	function avia_add_summary_div_six()
    	{
    		echo "<div class='six units single-product-summary'>";
    	}
    }
    
    remove_action( 'woocommerce_before_single_product_summary', 'avia_add_image_div', 2);
    add_action( 'woocommerce_before_single_product_summary', 'avia_add_image_div_six', 2);
    if(!function_exists('avia_add_image_div_six'))
    {
    	function avia_add_image_div_six()
    	{
    		echo "<div class='six units single-product-main-image alpha'>";
    	}
    }
    }

    Cheers!
    Ismael

    #305567

    Josue,

    َAwesome! I think using your answers together with Enfold rtl.css file, one can say Enfold supports RTL languages. You are definitely doing a great job in this forum.

    Thanks for all of your help in the past days. Please let me know if I can be a help for you.

    Amir

    #305566

    Hi bemofunny!

    Thank you for using Enfold.

    Change the bar thickness with this on Quick CSS or custom.css:

    .avia-menu-fx {
    height: 5px;
    }

    You need to set the Blog as parent page of the pages with the masonry element.

    Cheers!
    Ismael

Viewing 30 results - 215,491 through 215,520 (of 244,458 total)