Viewing 30 results - 215,281 through 215,310 (of 244,458 total)
  • Author
    Search Results
  • #306951

    Hey Peter!

    You can enable debugging mode ( please refer to tutorial here – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ ) and see the shortcodes of elements you have created using Advanced Layout Builder

    Regards,
    Yigit

    #306947

    In reply to: Meet The Team

    Hi!

    Please add Color Section element ( under Layout Elements ) to your page and then edit it and give it a background image. Then you can place any element ( except for fullwidth elements ) on it.
    You can import dummy content in Enfold theme options > Import & Export. I believe it will help you figure out how to use Advanced Layout Builder easier and faster :)

    Best regards,
    Yigit

    #306945

    Hi William!

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

    .av-main-nav > li > a, div#header_main_alternate {
    border: none!important;
    }

    Regards,
    Yigit

    #306942

    Hi Marcelo!

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

    @media only screen and (min-width: 1140px) {
    .page-id-2890 div#av_section_1 .container { width: 1140px; }}

    Cheers!
    Yigit

    #306938

    Hi understandchristianity!

    You can use following code in Quick CSS in Enfold theme options under General Styling tab to apply the changes only on lightbox on that certain page

    .page-id-2465 img.mfp-img { background-color: white; padding: 10px; }

    Cheers!
    Yigit

    #306936

    Hi Stan!

    Thank you for choosing Enfold and welcome to our forum! :)
    I have just checked your blog page and i can see two blog posts “Google Adwords are too expensive” and “We have just implemented SSL Security on our website”. If you have more in total, please edit your Blog Posts element on your blog page and increase “post number” – http://i.imgur.com/ug3Wa9q.png

    Regards,
    Yigit

    #306929

    In reply to: Logo

    Hey kimogroup!

    Please go to Enfold theme options > Header Layout and choose to display “Logo center, menu below”.
    If this is not what you would like to have, please post a screenshot and show the changes you would like to make

    Regards,
    Yigit

    Problem solved now but I ended up starting a new WP site from scratch, installing Enfold and then attaching the database from the previous hosting (modified with wp migrate db) . All worked but don’t know what was missing before. Sorry to waste peoples time.

    #306918

    Hey!

    Great!
    FYI, you can request features and vote the ones already requested here – https://kriesi.at/support/enfold-feature-requests/ and find Enfold documentation here – http://kriesi.at/documentation/enfold/
    For any other questions or issues, feel free to post them here on the forum :)

    Regards,
    Yigit

    #306913

    Hey blankonblank!

    You can add your image element into a color section element with a unique ID ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) and then add following code to Quick CSS

    @media only screen and (max-width: 990px) {
    #your-custom-id .container { width: 100%; }}

    Cheers!
    Yigit

    This reply has been marked as private.
    #306871
    JulieDesigns2
    Participant

    Hi there fab Enfold peeps,

    I’ve created a table on this Support page for a client: http://carolinadesignercraftsmen.com/support/

    It looks great everywhere except phones where the all the elements are put into a single column so they’re no longer connected by level and the “Add to Cart” button doesn’t show up at all so there’s no apparent way to join via phone.

    I have set up an Enfold Child theme on this site and wondered if you have some media queries or other CSS styles I could add to ensure that this table is legible and sensible on smaller devices and phones?

    Thank you for your help and all the best,

    Julie

    #306858
    ottingius
    Participant

    Hello

    I been testing the Enfold theme for a while and are now planning to switch to Enfold. My plan is to rebuild all pages I have on a developing site I have. Change my existing themes short code to the one Enfold using etc.

    But when I am finished and want to copy every page code to my production site. My plan was just to copy and paste from the default editor on both site. But when I have rebuild or change a page in advanced layout editor, the code are no longer visible in the default editor.

    I have read in this forum that advanced layout editor is saving the content to another database field and after that cannot be seen in the default editor. But you can force the source code to be visible by using the debug mode. Is that a way for me to go or is it another way to copy content from one page to another, on to different sites.

    Peter

    sweetbabyj
    Participant

    Hello,

    Great theme!! I’m hoping you can point me to a solution to my problem. Can you tell me which features are possible with Enfold or which combinations or possible plugin solutions?

    1. – Create a grid of images – (Easy – Done)
    2. – I need text and links to be centered under each image – (only been able to do this by creating individual 1/5 elements for each image with a text box under each)
    3. – Sort and/or filter options – (masonry elements only show featured images which get applied to all) (I also would like to avoid making unneeded blog/portfolio posts)
    4. – Would prefer to have images linked to a URL instead of lightbox or a blog/portfolio post – (???)

    Possible solutions:
    5. – Will nextgen gallery do these things? – (I’m hesitant to rely on this plugin. I’ve read about conflicts when nextgen or themes get updates)
    6. – Thought of making a crude filtering system by putting the items in “Tabs” or “Accordians” but it seems difficult to create a grid with text centered under each image
    7. – I tried putting the images in tabs and accordians but…- Inserted image (aligned left) with caption text underneath but the images are “stair-stepped” or staggered downward. How can I keep the images in a straight line accross the Tab/Accordian and keep the row of images centered in the Tab/accordian?

    Thanks for your time :)

    • This topic was modified 11 years, 7 months ago by sweetbabyj.
    #306842

    Hi georgecorneliuspf!

    Please try installing Enfold via FTP – http://kriesi.at/documentation/enfold/portfolio-item/install-enfold-theme-with-ftp/

    Regards,
    Yigit

    #306840
    georgecorneliuspf
    Participant

    I have just purchased a new copy of Enfold and have tried to install it but it just will not install – any body know why this should happen – WP
    3.9.2

    #306834

    In reply to: Google Map CLuster

    Hey!

    1) No, Google map clusters are not supported and unfortunately it would require quite a lot of work to add this feature. You can suggest it here: https://kriesi.at/support/enfold-feature-requests/ though and if enough users vote for it we’ll look into it. Afaik this plugin: http://www.wpgmaps.com/gold-add-on/ supports map clusters.

    2) Yes, I’ll ask Kriesi to add it to the next update. If you need a quick solution open up and replace:

    
    infowindow.open(map,marker);
    

    with:

    
    infowindow.close();
    infowindow.open(map,marker);
    

    Regards,
    Peter

    #306827

    Hi twaelde!

    Please insert JS file inside Enfold/js folder and then add following code to Functions.php file in Appearance > Editor

    function scroll_magic_script() {
    	wp_enqueue_script( 'ScrollMagic', get_template_directory_uri() . '/js/jquery.scrollmagic.min.js', array(), true );
    }
    add_action( 'wp_enqueue_scripts', 'scroll_magic_script' );

    Then add your codes inside Code Block element.
    Please keep in mind that we cannot guarantee that it would work flawlessly

    Cheers!
    Yigit

    #306820

    Hi!

    Maybe Enfold can’t regenerate the dynamic stylesheet for one (or more) languages. Please use a ftp client and connect to your server. Navigate to wp-content/uploads/dynamic_avia/ and set the folder permission to 777. Then delete the enfold.css file inside the dynamic_avia folder. Afterwards go to Enfold > Theme Options to regenerate the dynamic stylesheets (hit the green “Save all changes” button).
    Cheers!
    Peter

    #306815
    twaelde
    Participant

    Hi,

    Is it possible to integrate the Javascript jQuery Plugin SCROLLMAGIC within Enfold?

    http://janpaepke.github.io/ScrollMagic/

    I need some Scrolling effects and transitions within one page and I think, Scrollmagic is a good choice for that.

    Any ideas? Thanks in advance!

    #306812

    Hey Elise!

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

    .html_header_top.html_header_topbar_active.html_header_sticky.html_large #top #main {
    padding-top: 118px;
    }

    Cheers!
    Yigit

    #306810

    Hey Welmoed!

    Please firstly turn on Custom CSS field for ALB elements ( please see – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give your text block element a unique class and then add following code to Quick CSS

    .your-custom-class strong { color: inherit!important; }

    Best regards,
    Yigit

    #306800

    Hi Linda!

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

    .avia-fullwidth-slider.avia-shadow {
    box-shadow: none;
    }

    Best regards,
    Yigit

    #306799

    Hi!

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

    .iconbox_icon.heading-color {
    color: red;
    }

    Regards,
    Yigit

    #306793

    Hi Welmoed!

    Please go to Enfold theme options > Advanced Styling tab and edit “Main Menu Links”

    Best regards,
    Yigit

    #306791

    Topic: WooCommerce & WPML

    in forum Enfold
    elbnetz
    Participant

    Hi There,

    we are using Enfold with WooCommerce & WPML.
    Now we have the problem, that no matter what we do and if we sync product categories or not, on the second language pages (English) your short code or element “Product Raster” doesn’t show any product.

    On the first language (German) everything runs well.

    Any idea, what we are doing wrong?

    Thanks for your support, Thorsten

    #306788

    Hey Welmoed!

    To change it, please see – http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/
    To remove it on post slider, please add following code to Quick CSS in Enfold theme options under General Styling tab

    .slide-entry-wrap .image-overlay {
    display: none!important;
    }

    Best regards,
    Yigit

    #306775

    In reply to: Other mobile menu

    Hi fskupin!

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

    #advanced_menu_toggle, #advanced_menu_hide { background-color: white; }
    a#advanced_menu_toggle:before { content: 'Menu'; font-size: 12px; }

    Regards,
    Yigit

    #306770

    Topic: Other mobile menu

    in forum Enfold
    fskupin
    Participant

    Hi!

    I am using Enfold and I am quite happy with the theme – just with regard to the mobile menu button, there is a small issue:

    1. As my header is black, I want to have it with a white background.
    2. I would really like to replace the menu button with the word “Navigation”. Is it possible

    #306768

    In reply to: WP- Feed Not Working

    Hey!

    Ok – I submitted a patch to Kriesi. With the next update you’ll be abe to remove the pingback, feed, etc. tags with this code:

    
    add_action('after_theme_setup','avia_remove_feed');
    function avia_remove_feed()
    {
          remove_action( 'wp_head', 'avia_set_rss_tag', 10, 1 );
    }
    

    You can add it to the functions.php file of your child theme or into enfold/functions.php.

    Cheers!
    Peter

Viewing 30 results - 215,281 through 215,310 (of 244,458 total)