Viewing 30 results - 138,181 through 138,210 (of 142,547 total)
  • Author
    Search Results
  • #173639

    Still the same….

    div.main_menu { position: absolute; right: 34.5%; top: 57%; }
    strong.logo { left: 40%; }
    #header_main { padding-bottom: 34px; }
    .fixed_header.social_header #main { padding-top: 181px; }
    .current-menu-item>a>.avia-menu-fx { display: none;}
    li:hover .avia-menu-fx { display: none; }
    .main_menu .menu ul { margin-top: -32px; }
    body { font-size: 14px !important; }

    #173627

    Hi!

    Please refer to this post and change the width of switching to mobile menu https://kriesi.at/support/topic/collapsable-menu/#post-165144

    Best regards,
    Yigit

    #173623

    Hi bivvo!

    Please add this code to Phone Number section in Enfold theme options and adjust as desired http://i.imgur.com/C8FXNCk.jpg

    Cheers!
    Yigit

    #173613

    Hi lpfa!

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

    #header_main_alternate { z-index: 2; }
    .single-product #top .price { display: none; }
    li.additional_information_tab { display: none; }

    Regards,
    Yigit

    #173607
    #173603

    Hi Josue,

    The code you gave me stopped the scroll over effect from gray to black, but now the sidebar divider stops halfway down the page…please see at http://www.thepsychreport.com. Any thoughts?

    -Evan

    #173590
    FBDesign21
    Participant

    Hi,
    i’ve read several posts treating of this subject but i still can’t use this custom font in my website :

    http://www.fontsquirrel.com/fonts/TeX-Gyre-Adventor

    Maybe 2 leads which may help you to understand my problem :

    I’ve copied all the font in the CSS folder and add all the line of the style.css in the custom.css file. I use the “font family” in custom CCS field in the administration, command but there is no effect in the website.

    Plus, the custom CCS field in the administration tools doesn’t seem to work… When i put some command line they don’t appear in the custom CSS file. (or i don’t understand how it works…)

    The font i want to use is not a google font so i can’t use the solution given neither in this post :
    https://kriesi.at/support/topic/new-custom-font/#post-121900
    nor in this one :
    https://kriesi.at/support/topic/how-to-add-a-custom-font/

    Hope you can understand me despite my awful english….

    Cheers

    Fred from France

    • This topic was modified 12 years, 3 months ago by FBDesign21.
    #173578

    Hi mathysjp!

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

    #top .fullsize .template-blog .post_delimiter { visibility: hidden; }

    Best regards,
    Yigit

    #173560

    Hi!

    Please add the position: absolute property.

    div.main_menu { position: absolute; right: 34.5%; top: 57%; }

    Cheers!
    Ismael

    #173540
    Menj
    Participant

    Please check this links for bugs.

    Browser BUGS

    desktop
    link remove

    tablet
    link remove

    • This topic was modified 12 years, 3 months ago by Menj.
    bongoman
    Participant

    HI there

    All of a sudden I’m having issues with javascript on the Edit Page in the wordpress backend.

    Neither the “Add media”, “Advanced Layout Editor” nor the Gravity Forms “Add form” button are working — the browser console gives the error:

    [Error] Error: cannot call methods on sortable prior to initialization; attempted to call method ‘toArray’
    error (jquery.js, line 3)
    (anonymous function) (jquery.ui.widget.min.js, line 4)
    each (jquery.js, line 3)
    each (jquery.js, line 3)
    (anonymous function) (jquery.ui.widget.min.js, line 4)
    (anonymous function) (postbox.min.js, line 1)
    each (jquery.js, line 3)
    each (jquery.js, line 3)
    save_order (postbox.min.js, line 1)
    place_top (avia-builder.js, line 121)
    set_up (avia-builder.js, line 104)
    AviaBuilder (avia-builder.js, line 93)
    (anonymous function) (avia-builder.js, line 1303)
    c (jquery.js, line 3)
    fireWith (jquery.js, line 3)
    ready (jquery.js, line 3)
    q (jquery.js, line 3)

    I’ve tried disabling plugins and note that this does not happen on the Edit Post or Edit Porftolio screen, just the Edit page screen.

    I see this issue has arisen in these forums previously but no real fix was given, apart from updating wordpress, which I’ve tried.

    I’ve turned off all caching and deleted all caching plugins and caching folders on the server.

    #173524
    tinagianna
    Participant

    Hey Kriesi Team!

    1. For some reason my related products slider is being hidden by the footer. Why is this happening and how do I fix this? – http://s13.postimg.org/w948qkx0n/enfold1.png

    2. I recently purchased the Woocommerce Professor Cloud and it doesn’t look like it is working properly with the Enfold theme. The Zoom only works when I choose it to display inside the product image. In other words it won’t let me display it on the ‘right’, ‘left’, ‘top’ or ‘bottom’. Is there a Quick CSS code I can use to fix this?
    Also I wouldn’t mind changing the style of the zoom box. Currently its quite thick. Can I reduce the thickness to half of what it currently is? – http://s12.postimg.org/5j3luqcy5/enfold2.jpg

    3. Out of curiosity.. is there any way I can hide this header title? This is not a big deal but I would love if it disappeared  – http://s24.postimg.org/wo9e9m9xx/enfold3.png

    Thanks guys! :)

    #173510

    Hey PPCHound!

    Both issues will be fixed in the next version. To fix the google maps issue see: https://kriesi.at/support/topic/enfold-doesnt-work-in-internet-explorer/#post-170437 and you can fix the menu issues with following code

    
    a {max-width:none\9;}
    

    – insert it into the quick css field.

    Regards,
    Peter

    #173506

    Hi!

    Ok, please try following – open up wp-content\themes\enfold\css\dynamic-css.php and at the very top of the file replace

    
    <?php
    

    with

    
    <?php
    if(!function_exists('av_icon_css_string')) require_once( AVIA_BASE.'config-templatebuilder/avia-template-builder/php/font-manager.class.php' );
    

    Cheers!
    Peter

    #173504

    Hey!

    The issue is caused by the rtl layout. Try to insert following code into the quick css field

    
    #top.avia-blank {
    right: 0 !important;
    }
    

    Cheers!
    Peter

    #173503
    Michael Oeser
    Participant

    Hi there,

    a few weeks ago I was able to solve the issue (see: https://kriesi.at/support/topic/using-the-fonttype-social-media-icons-in-single-posts/) but after upgrading to the latest Enfold version it doesn´t work anymore.

    Look for example at this post: http://www.der-prinz.de/statische-social-media-sharing-buttons-wordpress/

    Below the post you see the three social media buttons but there are no icons anymore. I´m sure it´s something that changed in the CSS class but I can´t find it. Can you tell me how I can use the icons here?

    Thanks in advance
    Michael

    #173499

    Hi Ismael,

    thanks for answering.

    thats the code i put in… But the menu is still on the right.

    body { font-size: 14px !important; }
    strong.logo { left: 40%; }
    #header_main { padding-bottom: 34px; }
    .current-menu-item>a>.avia-menu-fx { display: none;}
    div.main_menu { right: 34.5%; top: 57%; }

    #173485

    Hey SonicCube!

    Ich kenne derzeit keine bessere Lösung, da Enfold kein Video-Galerie Element unterstützt. Du könntest möglicherweise mit dem Ajax Portfolio und diesem Hack: https://kriesi.at/support/topic/ajax-portfolio-opened-at-the-start/ etwas Brauchbares umsetzen – ich würde aber persönlich den LayerSlider bevorzugen. Vielleicht findet sich auch hier: http://wordpress.org/plugins/ ein passendes Plugin.

    Cheers!
    Peter

    #173476

    Hi!

    1) Please create me an admin account and post the login credentials as private reply. I’ll look into it and test the contact form first hand. Right now I can’t access it and I just see a “coming soon” page.

    2) The contact form does not support default field values at the moment (like default text for textboxes/textareas or checked checkboxes, etc.). You can suggest the feature here: https://kriesi.at/support/topic/enfold-feature-requests/page/11/ but afaik nobody else requested this feature yet and it can take some time. You might want to try an advanced contact form plugin like: Formidable or Contact Form 7.

    Regards,
    Peter

    #173473
    davidrk
    Participant

    I’m hoping you can assist with a few navigation issues. You can view the development page here.

    1) How do I align the menu items in the side navigation to the left, and remove everything other than the menu items?
    2) How do I reduce the width of the side navigation and the size of the text?
    3) With the side navigation, is there a way that all ‘child’ items can be hidden except those relevant to the section?

    Thank you

    • This topic was modified 12 years, 3 months ago by davidrk. Reason: Top Menu items resolved
    #173462

    Please add to the Easy Slider and the Full Width Easy Slider media elements the option to set the number of loops for the autorotation, as you do for the Advanced Layerslider — rather than being forced into an infinite loop.

    in particular, at least allow the autorotation to be set to just one loop, so people aren’t forced to have the slideshow going without stop as they read the page. It drives many people crazy.

    This option for setting the number of loops is in the Advanced Layerslider, but not the the Easy Sliders and Full Width Easy Slider.

    Thanks.

    #173435

    Hi, thanks for your answer, I managed to do it copy pasting some html taken from revision pages… a bit tricky though.
    I was wondering why we could not get all the short code from the editor when we are inside a tab?
    Thanks

    #173431
    AlexiaNin
    Participant

    Hello,
    I want to fix my header: The top where is the logo with an Image, I would like more high to show better the image, but then, the menu part appears also really high and I want to show the menu part less high. Is it possible?
    I’m using this CSS also to centered the logo.. I would like to send you a screenshot but I cant find the way.

    #header_main .container, .main_menu ul:first-child > li > a {
    height:170px !important;
    line-height: 100px !important;
    }

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

    div .logo {
    float: left;
    position: absolute;
    left: 20%;
    }

    Thank you very much.
    Alexia.

    #173430

    In reply to: Search bottom

    Hey alkross!

    You can add this on your custom.css or Quick CSS:

    #header_main {
    position: relative;
    z-index: 9999;
    }
    
    #top #menu-item-search {
    top: -65px;
    }
    
    .sub_menu {
    right: 40px;
    }

    Cheers!
    Ismael

    #173409

    Hi simonac!

    You didn’t add the menu position:

    div.main_menu { right: 34.5%; top: 57%; }

    Before you insert the logo image, you can select which size you want. Please upload the logo image again.

    Cheers!
    Ismael

    Hi placewrightdesign!

    Add the css changes on the anchor tag enclosing the image. Give it a unique css selector or use this:

    .avia_image.avia-builder-el-6.el_after_av_section.avia-builder-el-first.avia-align-right {
    position: relative;
    z-index: 9999;
    top: -749px;
    }

    Regards,
    Ismael

    #173395

    In reply to: Changing iPad Layout

    Hi!

    Please try this:

    @media only screen and (min-width: 768px) and (max-width: 989px) {
    .responsive #top #main .sidebar {display:none; }
    }

    Regards,
    Ismael

    #173388

    In reply to: new social icons

    Hello!

    Edit css > layout.css, find the code:

    #top .social_bookmarks_instagram:hover a{color:#fff; background-color:#a67658; }

    You can add the new social icons selector:

    #top .social_bookmarks_qq:hover a{color:#fff; background-color: #a67658; }

    Regards,
    Ismael

    #173386
    #173375

    Hey leifhansen!

    In the top right corner of the advanced layout editor there is a Template button where you can save a page as a template and then on another page load all of that content in.

    There isn’t currently an option to pull out an individual element but you can enable debug mode to reveal the shortcodes that make up the advanced layout editor. You just need to be careful editing the field and its contents because its directly saved in the database and if the data gets corrupted from a mistype or something like that it may not be recoverable.

    Add the following to your functions.php to enable it:

    //set advanced layout editor to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    	return "debug";
    }

    Best regards,
    Devin

Viewing 30 results - 138,181 through 138,210 (of 142,547 total)