Viewing 30 results - 3,631 through 3,660 (of 11,207 total)
  • Author
    Search Results
  • #1077758

    In reply to: some WOO questions

    Thank you Mike. Can you help with quick buttons like in enfold https://yadi.sk/i/MsAtob_Kcpip9Q

    Hi Rikard!
    This is an image of it
    Cornerstone
    I bought Enfold – Responsive Multi-Purpose Theme and when I clicked on the support button of this theme, I was brought here. Does Kriesi support this theme?
    Best regards,

    losting
    Participant

    Hi! We got the Enfold running on a clients site that uses custom post types and used the below code in the function.php of the Child theme to get the Advanced layout builder with no issues… until updating to 4.5.4 and WP version 5.1

    Everything that was previously done in Advanced Layout Builder is fine, and I can edit those posts with the ALB… New posts no longer have the “Advanced Layout Builder” button up near the “Publish” button.

    Any ideas where to start, or has there been a change that effects the code we used:

    add_filter('avf_builder_boxes', 'add_builder_to_posttype');
    
    function add_builder_to_posttype($metabox)
    {
      foreach($metabox as &$meta)
      {
        if($meta['id'] == 'avia_builder' || $meta['id'] == 'layout')
        {
          $meta['page'][] = 'show'; /*instead add the name of the custom post type here*/
        }
      }
      
    
      return $metabox;
    }
    #1077374

    In reply to: Gallery with links

    Hi there,

    I would really appreciate some help. I have never done a website before and it would be great if someone can help me building the team page including the long description. As I read that Enfold doesn´t support the read more button so I would appreciate some ideas maybe.
    Thanks

    #1077340

    thanks Mike, the quantity buttons are there!

    so this is a new version of enfold? Will I be ok to update if a new one comes in?

    thanks

    #1077296

    Topic: conflict with plugin

    in forum Enfold
    Uros
    Participant

    Hi,

    I have conflict with plugin but i think you can help me solve this problem.

    I am using addtoany share button and few days ago we try enfolds new function custom footer and socket, “Select a page to display footer and socket”

    everything is ok except on portfolio pages (Our Team) LINK at the bottom of every portfolio page is added share button. We did not set in settings of any share button to show on portfolio pages, only on posts.

    How can i remove “any share button” from portfolio pages?

    You can see when inspecting codes that it somehow import url of footer and socket page, and i dont know how to remove url from code.

    Peter
    Participant

    Hi Enfold support,

    I use the WP Courseware plugin. The course Unit Editor is the WordPress Gutenberg Editor. I’m using here the magic wand in Classic Editor, that add for example a Button element, but is not working.

    But i can see them in preview mode, just not when the page is live.
    Everything was working, then yesterday I updated the WordPress, the Wp Courseware plugin and the Enfold. Not working since the update.

    What can you do?

    Thanks,
    Peter

    #1077185
    luigi
    Participant

    Hello !!

    I have recently update to WordPress 5.0.3, PHP 7.0.6 and latest version of Enfold theme (installed in a different folder as original, named “enfold-child” under themes folder)

    1. Nothing is shown (again) on media library, even that we have more than 100 objects there.

    2. When I edit a page, lets use for this example INICIO in spanish section.
    a. If you scroll down where you see a blue image
    https://generagroup.com.mx/gift/1.png

    b. Edit image and click on “Inser Image” button
    https://generagroup.com.mx/gift/2.png

    c. You won’t see any object from media library
    https://generagroup.com.mx/gift/3.png

    3. When we display a page on frontend, use for this example http://fiscaltransparency.net/meettheteam
    you will get a page with images and functionality, but if you go to same page but in spanish
    http://www.fiscaltransparency.net/es/conocealequipo/
    you won’t see it and a lot of errors are shown on browser console

    4. Question. I have notice that some of my posts were created using a different editor
    https://generagroup.com.mx/gift/1.png
    Those who were created or updated with “Advanced Layout Builder” does not display as I wanted, for others I made small changes at single.php file, but for this, which file should be updated ?

    5. Page INICIO on spanish was open on URL http://www.fiscaltransparency.net/es/inicio/ and redirected to http://www.fiscaltransparency.net/es
    now on last url we got an apache error that was not there before !!!

    6. On page http://www.fiscaltransparency.net/es images and other objects on color bars are not been displayed.

    #1076998

    Topic: FontAwesome Icons

    in forum Enfold
    Digilocker
    Participant

    Hi, I’m currently reworking my site and have added a few new icons that I needed through Fontello packs. Unfortunately their copy of fontawesome is quite outdated and is missing some key new ones that would be really useful for me (like artstation for one. I am a fontawesome pro member, so have license to use, but is there any other way I can integrate the new FontAwesome icons into the Enfold theme (ideally into the dashboard) so they can be used for buttons etc?

    #1076970
    shhattori
    Participant

    Hello
    I tested woocommerce with enfold and found instead of order complete message, just get color section with no message in check out page after pushing purchase button. Because of this issue, customers cannot know if their purchase is done correctly or not. I give log-in credential and please check it.

    Thank you
    Shinya

    #1076863

    Topic: Enfold Header

    in forum Enfold
    Tree-craft
    Participant

    Hi there
    I am not a coder so you need to dumb any explanations down for me pretty please :-)

    I am trying to made a header like this example:

    I would like to have the logo on the top left and then a phone number button on the right (that you can press and make the call from a mobile)
    I would then like the page menu to be in the middle below

    I can’t seem to find these options? Please could you explain how I can achieve this

    many thanks

    #1076484

    Hey Basilis,

    Thanks for the link, I used the first suggestion as my problem has nothing to do with Woo prices. Unofrtunately, the blog category results look exactly the same.

    Please let me know if I screwed something up.

    search.php file (Enfold, site runs a child theme)

    <?php
    if ( !defined(‘ABSPATH’) ){ die(); }

    global $avia_config;

    /*
    * get_header is a basic wordpress function, used to retrieve the header.php file in your theme directory.
    */
    get_header();

    // allows to customize the layout
    do_action( ‘ava_search_after_get_header’ );

    $results = avia_which_archive();
    echo avia_title(array(‘title’ => $results ));

    do_action( ‘ava_after_main_title’ );
    ?>

    <div class=’container_wrap container_wrap_first main_color <?php avia_layout_class( ‘main’ ); ?>’>

    <div class=’container’>

    <main class=’content template-search <?php avia_layout_class( ‘content’ ); ?> units’ <?php avia_markup_helper(array(‘context’ => ‘content’));?>>

    <div class=’page-heading-container clearfix’>
    <section class=”search_form_field”>
    <?php
    echo “<h4>”.__(‘New Search’,’avia_framework’).”</h4>”;
    echo “<p>”.__(‘If you are not happy with the results below please do another search’,’avia_framework’).”</p>”;

    get_search_form();
    echo “<span class=’author-extra-border’></span>”;
    ?>
    </section>
    </div>

    <?php
    if(!empty($_GET[‘s’]) || have_posts())
    {
    echo “<h4 class=’extra-mini-title widgettitle’>{$results}</h4>”;

    /* Run the loop to output the posts.
    * If you want to overload this in a child theme then include a file
    * called loop-search.php and that will be used instead.
    */
    $more = 0;
    global $posts;
    $post_ids = array();
    foreach($posts as $post) $post_ids[] = $post->ID;

    if(!empty($post_ids))
    {
    $atts = array(
    ‘type’ => ‘grid’,
    ‘items’ => get_option(‘posts_per_page’),
    ‘columns’ => 3,
    ‘class’ => ‘avia-builder-el-no-sibling’,
    ‘paginate’ => ‘yes’,
    ‘use_main_query_pagination’ => ‘yes’,
    ‘custom_query’ => array( ‘post__in’=>$post_ids, ‘post_type’=>get_post_types() )
    );

    $blog = new avia_product_slider($atts);
    $blog->query_entries();
    echo “<div class=’entry-content-wrapper’>”.$blog->html().”</div>”;
    }

    ?>

    <!–end content–>
    </main>

    <?php

    //get the sidebar
    $avia_config[‘currently_viewing’] = ‘page’;

    get_sidebar();

    ?>

    </div><!–end container–>

    </div><!– close default .container_wrap element –>

    <?php get_footer(); ?>

    Then Quick CSS:

    .template-search .post-entry.slide-entry {
    position: relative;
    clear: none;
    }

    #top .av-main-nav > li > a {
    font-weight: normal !important;
    }

    .avia-menu-fx {
    display: none;
    }

    .avia-layerslider.avia-shadow {
    box-shadow: none !important;
    }

    .av-iconlist-small li {
    margin-bottom: 3px;
    font-family: “adelle-sans”,sans-serif !important;
    font-style: normal;
    font-weight: 300;
    }

    .avia-button {
    font-size: 18px!important;
    }

    .avia-arrow {
    display: none;
    }

    #top .av-caption-style-overlay a.av-masonry-item-with-image .av-inner-masonry-content {
    background:rgba(236,0,140,0.9) !important;
    }

    .av-masonry-sort * {
    font-size: 17px;
    }

    .avia-testimonial-content {
    background-color: #ffffff!important;
    border-color: rgba(255,255,255,0.7)!important;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    }

    .avia-testimonial-name {
    font-size: 18px !important;
    line-height: 27px !important;
    color: #000000!important;
    font-weight: 300;

    }

    .avia-testimonial-subtitle {
    font-size: 17px !important;
    #595959!important;
    }

    .home #layer_slider_1 .ls-wrapper.ls-in-out {
    text-shadow: 0px 0px 15px #000000;
    }

    @media only screen and (max-width: 767px) {
    figcaption.av-inner-masonry-content {
    display: none!important;
    }}

    span.logo {
    margin-top: 5px;
    }

    #footer .widget {
    text-align: center;
    }

    #footer {
    padding: 0;
    }

    #footer p {
    font-size: 13px!important;
    }

    #footer .widget{
    margin-bottom:0px!important;
    }

    #socket .copyright {
    text-align: center;
    width: 100%;
    }

    #socket .social_bookmarks {
    text-align: center;
    width: 60%;
    }

    #footer {
    padding-bottom: 0;
    }

    .widgettitle {
    text-transform: none;
    }

    #1076440

    Topic: Horizontal slider

    in forum Enfold
    TomasOliva
    Participant

    Hello Enfold people!
    How can I do an exactly image slider like this
    http://www.alargueta.photos/hyatt-centric-guatemala-city/y98xjsgio39mbl0x1vf9i58ej37ik6
    Its an horizontal slider with View Gallery button at the bottom

    Hey marco_b,

    Thank you for using Enfold.

    1.) Use this css code to move the second column below the first one.

    div table.shop_attributes th {
        width: auto;
        display: block;
    }

    2.) Where is the “reset selection” button located? We can’t find it anywhere in the page. Please provide a screenshot using imgur or dropbox.

    Best regards,
    Ismael

    #1076197
    MM
    Participant

    I had several issues with the fullscreen slider responsiveness, but I’ve managed to fix most of them with some media queries. However, there does appear to be a few problems in landscape with a few devices, as is apparent in one of your demos (https://kriesi.at/themes/enfold-shop/).

    Using the Chrome device simulator – using your own demo site linked above – I get problems in landscape mode with iphone X and Pixel 2XL and Nexus 7. The slider caption buttons don’t display or are partially ‘cut off’. I am having problems with my own site with this very same issue. Is there a fix please?

    I’m having the same problem here. When using Enfold shortcodes in an event description (i.e. Button), the button does not display on the published post. It will display when previewed, just not on the Live post. This problem occurred just after most recent Enfold and Tribe updates.

    #1076116

    Hey Elisha,

    Thanks for contacting us!

    I deleted following code from Functions.php file

    remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart' );
    remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 );

    and add to cart button now shows up on single product pages.

    Please do purchase a license and refer to this post – https://kriesi.at/support/topic/updating-to-enfold-4-5-and-validating-personal-token/ to update your theme :)

    Regards,
    Yigit

    #1076099

    Topic: social share buttons

    in forum Enfold
    c_srishti
    Participant

    Hello enfold team,
    Is it possible for me to have the social share buttons on the side of the portfolio page vertically lined up? and if possible, floating so as one scrolls up and down on the page , they are always visible?
    thanks
    Srishti

    #1076029

    Hi Handyann,

    Thanks for giving us the link, I don’t see the class name you mentioned, but I think you’re referring to the large and extra large buttons.
    Try adding this css code in Quick CSS (Located in Enfold > General Styling):

    #top .avia-button.avia-size-large .avia_iconbox_title,
    #top .avia-button.avia-size-x-large .avia_iconbox_title {
        font-size: 18px;
    }

    Best regards,
    Nikko

    #1075961
    Elisha Doss
    Guest

    Hi,
    I took over maintaining a site from another designer/developer for my client and we are adding a WooCommerce shopping cart. Everything works great, except I am unable to get the “Add To Cart” button to show up on the Single Product Pages. I will need to purchase a license since the previous dev had his and they’re not transferable, which is fine. I just want to make sure that when I purchase and update I will be able to solve this issue.
    Thank you!
    -Elisha

    obilus
    Participant

    Hello

    I’m using enfold with “the events calendar”. When we create a new event and we add some buttons at the eventpage, those buttons are not shown.

    About 1 month ago, everything was working fine.

    #1075690

    In reply to: some WOO questions

    Hi Mike. Thank you for helping me. Could the problem with the styles be because i installed one template first and then another?
    Became better, but the price widget still jumps, and .select2-container–default filled with text when the page reloads. Can help with this?

    Some easy questions:
    1. how can i make quick buttons like in enfold https://yadi.sk/i/MsAtob_Kcpip9Q
    2. how to make button for woocomerce filters and how to make the filters work only when the button is pressed? (Maybe topic like this has already been?)

    • This reply was modified 7 years ago by pddcoms.
    #1075521

    Hi Rikard,
    it’s complicated – it happens when I work with back end od my site, after pressing Update button. It’s visible only for me. You should be a user of admin panel of this site. Dou you practice such thing?
    We think it could be errors in few files of themplate and we maybe can change them on serwer using original files from Enfold instalation set.
    best regards
    Jakub

    #1075504

    Hi Rikard,
    it’s complicated – it happens when I work with back end od my site, after pressing Update button. It’s visible only for me. You should be a user of admin panel of this site. Dou you practice such thing?
    We think it could be errors in few files of themplate and we maybe can change them on serwer using original files from Enfold instalation set.
    best regards
    Jakub

    #1075285

    Hey blizzmarketing,

    Thanks for using Enfold :-)

    We recommend that you create separate tokens for each site, otherwise you could run into problems with updates. The updates are automatic in the sense that you will get a notification on the backend, it’s won’t actually update until you actively click on the update button.

    Best regards,
    Rikard

    Hey rmatus,

    You can add a widget area to the header.

    Then add the button code to the widget, without the body tags.

    Best regards,
    Jordan Shannon

    #1075084

    In reply to: Question

    Hi larias_transfiriendo,

    Here is how to remove the Kriesi copy text
    https://www.thewordcracker.com/en-us/remove-enfold-wordpress-theme-kriesi-enfold-footer/

    https://cl.ly/a4f070459146 The button looks fine on my end.

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (min-width:768px) and (max-width: 990px) {
        #top .no_margin.av_one_fourth {
            padding: 10px !important;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    welswebmaster
    Participant

    Order of solution events
    1- RSS content was missing were posts used ALB – you fixed it.
    2- The Events Calendar would not render ALB shortcode button – you fixed it.
    3- The solution for #2 broke your solution for #1.

    Details
    For ticket https://kriesi.at/support/topic/avia-layout-builder-not-working-in-the-events-calendar/ you provided a solution to fix shortcodes not rendering when using The Events Calendar.

    However, a previous fix you provided for ticket https://kriesi.at/support/topic/rss-missing-content-after-title-if-using-alb-in-a-post/ was then overwritten where you omitted a line of code replaced in that solution. Thus all custom post type RSS feeds where no longer displaying main body content again.

    Once I replaced this line of code in post https://kriesi.at/support/topic/rss-missing-content-after-title-if-using-alb-in-a-post/#post-1063670 / #Gunter

    if( defined( 'REST_REQUEST' ) && REST_REQUEST && ( $post instanceof WP_Post ) )
    With this line of code, all RSS worked well again.

    if( $post instanceof WP_Post )

    Please include that code replacement in your github file download here https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_5_3/shortcode-template.class.php so others benefit as well.

    HOWEVER, this FIX causes the ALB shortcode button to disappear again in the Events Calendar as seen here https://wels.net/event/simply-marriage-canton/ which you just provided a solution for.

    [av_button label='Register' link='manually,https://gf.wels.net/simply-marriage-mar-29-31-2019/' link_target='_blank' size='large' position='left' label_display='' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' av_uid='' admin_preview_bg='']

    Summary
    So – there is a conflict between the two solutions. Please provide happiness for both RSS where posts use ALB and for The Event Calendar where ALB shortcode is also used.

    #1074950
    flooduiven
    Participant

    Hi
    I am using enfold for more than a year. As of yesterday, I cannot change images !
    My wordpress is updated to version 5.1 and I updated Enfold to version 4.5.4.
    When I have a media element and want to include a new image or when I want to change an image, the ‘insert image’ button does not do anything.
    Also, when I have a text box with text in it and I open it, the text is not visible.
    Please help.
    Pascal

    #1074716

    Hi Louise_Brace,

    You can open a new thread here or use the massive blue button on the top of the Enfold sub forum.

    Best regards,
    Rikard

Viewing 30 results - 3,631 through 3,660 (of 11,207 total)