Viewing 30 results - 1,201 through 1,230 (of 11,204 total)
  • Author
    Search Results
  • #1344360

    No probably it is not clear the bug. Sorry for my english.
    I’ve ever use contact form on my website and I never had problems.
    From last update all my contact form (Enfold and Contact form7) has issue.

    Try please to fill contact form called FREE in this page:

    You can write request. But you have not confirmation about ok send and also you will not recive any answer automatic mail. The circle continue to run without says nothing. But I have set an answear authomatic mail.

    My clients in contact form of hotel reservation for example send request but the mail set they would recive doesn’t start. They continue to push button send 10 times. I receve 10 request from the same guest and he doesn’t recive nothing.

    Also in this page for axample I have set 2 mails in contact form:
    1 mail arrive to me and it advices me that one guest requests free guide.
    1 mail has to arrive to my guest in automatic and he recives the guide attached. This mail doesn’t start. So from some time they are reciving nothing.
    Please try this form to understand:

    All contact forms has the same issue: Mail 2 doen’s work and contact form circle continue to run when push SEND.

    Hi again

    If you click on “Kontakt oss” menu, you see that the “Like” and “Share” buttons are shown in english (not in Norwegian “Lik” and “Del”. The same goes for the Messenger Chat, which also is shown in english.
    I accidently resetted the enfold Theme to defaults, and then both those buttons and the Messenger chat was shown in Norwegian. But when I restored a backup, it is only showing english again. I tried resetting to defaults once more (after making note of all settings), but then it only shows english again.

    #1344260
    smarta-brett
    Participant

    I am working on the site at
    https://ineedhelp-nr.com.au
    front end pw = helpme
    to assist flood victims here in Australia

    the directory listings I am using have a Title field – this is showing up on the Map Listing but it is not showing once you click the link to view the Full Listing page
    Looking at the support forums this is often caused by the theme – I cant see any relevant settings in Enfold bit wondered if you have an info on this?

    the docs for the site say this string can be added to the template (copied to the child theme)
    <?php Sabai::_h($entity->getTitle())?>
    I have added it (line 23) but it is still no showing up

    here is the template file code

    <?php if (!$IS_EMBED) $this->Action('directory_before_single_listing', array($bundle->addon, $entity));?>
    <?php $has_photos = $entity->directory_photos && ($photos = $this->Entity_RenderField($entity, 'directory_photos'));?>
    <div id="<?php echo $id;?>" class="<?php echo $class;?> sabai-clearfix<?php if (!$has_photos):?> sabai-directory-no-image<?php endif;?>" itemscope itemtype="http://schema.org/gLocalBusiness">
        <meta itemprop="name" content="<?php Sabai::_h($entity->getTitle());?>" />
        <link itemprop="url" href="<?php echo $this->Entity_Url($entity);?>" />
    <?php if ($labels = $this->Entity_RenderLabels($entity)):?>
        <div class="sabai-directory-labels"><?php echo $labels;?></div>
    <?php endif;?>
        <div class="sabai-row">
    <?php if ($has_photos):?>
            <div class="sabai-col-sm-4 sabai-directory-images">
                <?php echo $photos;?>
            </div>
    <?php else:?>
            <link itemprop="image" href="<?php echo $this->NoImageUrl();?>" />
    <?php endif;?>
            <div class="<?php if ($has_photos):?>sabai-col-sm-8<?php else:?>sabai-col-sm-12<?php endif;?> sabai-directory-main">
    <?php if (!empty($entity->voting_rating['']['count'])):?>
                <div class="sabai-directory-rating" itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
                    <?php echo $this->Entity_RenderField($entity, 'voting_rating', array('link' => $this->Entity_Url($entity, '/reviews'), 'count_formats' => array(sprintf(__('%s review', 'sabai-directory'), '<span itemprop="reviewCount">%d</span>'), sprintf(__('%s reviews', 'sabai-directory'), '<span itemprop="reviewCount">%d</span>')), 'summary_url' => $this->Entity_Url($entity, '/ratings')));?>
                </div>
    <?php endif;?>
    <?php Sabai::_h($entity->getTitle());?>
    <?php if ($entity->directory_category && ($categories = $this->Entity_RenderField($entity, 'directory_category'))):?>
                <div class="sabai-directory-category">
                    <?php echo $categories;?>
                </div>
    <?php endif;?>
                <div class="sabai-directory-info sabai-clearfix">
    <?php if ($entity->directory_location):?>
                    <div class="sabai-directory-location">
                        <?php echo $this->Entity_RenderField($entity, 'directory_location');?>
                    </div>
    <?php   if ($entity->directory_location[0]['street']):?>
                    <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress" class="sabai-directory-address sabai-hidden">
                        <span itemprop="streetAddress"><?php Sabai::_h($entity->directory_location[0]['street']);?></span>
    <?php     if ($entity->directory_location[0]['city']):?>
                        <span itemprop="addressLocality"><?php Sabai::_h($entity->directory_location[0]['city']);?></span>
    <?php     endif;?>
    <?php     if ($entity->directory_location[0]['state']):?>
                        <span itemprop="addressRegion"><?php Sabai::_h($entity->directory_location[0]['state']);?></span>
    <?php     endif;?>
    <?php     if ($entity->directory_location[0]['zip']):?>
                        <span itemprop="postalCode"><?php Sabai::_h($entity->directory_location[0]['zip']);?></span>
    <?php     endif;?>
    <?php     if ($entity->directory_location[0]['country']):?>
                        <span itemprop="addressCountry"><?php Sabai::_h($entity->directory_location[0]['country']);?></span>
    <?php     endif;?>
                    </div>
    <?php   endif;?>
    <?php endif;?>
                    <div class="sabai-directory-contact">
                        <?php echo $this->Entity_RenderField($entity, 'directory_contact');?>
                    </div>
                    <div class="sabai-directory-social">
                        <?php echo $this->Entity_RenderField($entity, 'directory_social');?>
                    </div>
                </div>
    <?php if ($listing_body = $this->Entity_RenderField($entity, 'content_body')):?>
                <div class="sabai-directory-body" itemprop="description">
                    <?php echo $listing_body;?>
                </div>
    <?php endif;?>
                <div class="sabai-directory-custom-fields">
                    <?php $this->displayTemplate('directory_custom_fields', array('entity' => $entity));?>
                </div>
            </div>
        </div>
    <?php if (!empty($buttons)):?>
        <div class="sabai-navigation sabai-navigation-bottom sabai-entity-buttons">
            <?php echo $this->ButtonToolbar($buttons);?>
        </div>
    <?php endif;?>
    <?php if (!empty($links)):?>
        <div class="sabai-entity-links">
            <?php echo $this->ButtonLinks($links);?>
        </div>
    <?php endif;?>
    </div>
    <?php if (!$IS_EMBED) $this->Action('directory_after_single_listing', array($bundle->addon, $entity));?>

    Good Morning Nikko,
    thank you for the quick reply. Maybe I did express this the wrong way.
    On every page of this website the menu is hidden because I had to build my own menu within the layerslider. There will be a second Layerslider containing just a (self built) Burgermenu-Button. I need a way to trigger the (enfold)-mobile menu with this button if this is possible at all. If you want to take a look I‘ll provide you with the website-data.
    I also put a (temporary) big Burger-Button in the Layerslider…

    best regards,
    Wolfram

    #1344037
    NorthcoastProject
    Participant

    Hallo,
    I have two problems.

    First one belongs to youtube videos. On my video-page only the first video is working normally.
    1) Borlabs is working fine
    2) and I can start the video with the play button.

    The second video below isn’t working fine: no Borlabs cover on the video and no play button, just a link on top of the video.
    Why?

    Second: Then I realized that because of the special enfold form on every page the reCaptcha code runs, not just on the contact page. How can I disable this?

    Thanks

    #1343965

    Hey Jak,

    Please add this CSS code in Enfold > General Styling > Quick CSS:

    #top .mejs-overlay-button {
        background: url(mejs-controls.svg) no-repeat;
        background-position: center center;
        height: 80px;
        width: 80px;
    }

    replace mejs-controls.svg with the URL of the image you would like to use then change also the height and width value.
    Hope this helps.

    Best regards,
    Nikko

    #1343934

    In reply to: Add Buttons to Top Bar

    Hi,
    Thanks for your patience, perhaps it would be easier to go back to the step were we used a shortcode to add the button to the topbar, so to add a phone number to the left side and the button to the right we assume you are using the setting Enfold Theme Options ▸ Header ▸ Extra Elements ▸ Header Phone Number/Extra Info ▸ Display in top bar at the left and your phone number is in the Phone Number or small info text field.
    Now we will add your button wrapped in a span with the class top-right link this:

    2022-03-09_002.jpg
    Now we will use this css

    #header_meta .phone-info,#header_meta .phone-info > div {
    	width: 100%;
    }
    #header_meta .phone-info .top-right {
    	float: right;
    }

    and the result should be like this
    2022-03-09_003.jpg

    Best regards,
    Mike

    jotronsdal
    Participant

    Hi
    I have installed the Facebook Chat Plugin – Live Chat Plugin for WordPress (Messenger), but it is only shown in english in Enfold.

    The same goes for the embedded Enfold Like and share box. The buttons are only shown as “Like” and “Share”, event though my site is in norwegian.

    Could you please help?

    Best regards

    Jo

    Hi Tim,

    Please try the following in Quick CSS under Enfold->General Styling:

    .avia_cart_buttons {
        opacity: 1;
    }

    Best regards,
    Rikard

    #1343574

    Hi,

    Thank you for the update.

    You can try this css code to adjust the font size of the sort buttons.

    #top .sort_by_cat a .inner_sort_button span {
        font-size: 100px;
    }

    Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

    ewenning
    Participant

    1. Before migrating to Enfold, the buttons were styled fine, but now they are above the addon option – is there a quick CSS way to align these left, in line with the text?

    You can see the issue I am having here under “Model-Options”: https://wenningbranding.com/product/advance-premium-retractable-banner-stand/

    2. Also, when adding these addon options, it doesn’t affect the total. When going to check out, the customer isn’t charged correctly for the addons. This was working before installing enfold, so I am confused about what the issue is with Enfold and Woocommerce.

    Thanks!

    on fontello you can upload svg files ( they have to meet a few conditions there, but then you can also make an iconfont out of any monochrome svg).
    you can upload to fontello svg’s by drag&drop into that custom icons field.

    after adding all your wanted svg files – mark them on fontello and give a name to the new icon-font.
    Upload that icon-font to enfold ( import/export – Icon font manager )

    after that – go and read on the docu how to get for an existing icon a different one.

    #1343501

    Hi,

    Thanks for that. I created a test page and I removed the less than characters in the table, and it's rendering as it should after that. Please see private. I wanted to install this plugin: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#troubleshoot, but the choose file button is not reacting when I try it on your installation. Could you try from your end, or upload it via FTP please? After that, then you can replace the less than characters with this code instead:

    ###gt###

    Best regards,
    Rikard

    • This reply was modified 4 years ago by Rikard.

    Hi,

    Did you check the documentation that @Guenni007 provided above? This is the link again.

    // https://kriesi.at/documentation/enfold/social-share-buttons/#how-to-add-custom-social-icons-to-enfold-options

    You can convert the svg file to an actual icon font on fontello.com and upload it to the theme using the Enfold > Import/Export > Iconfont Manager.

    Best regards,
    Ismael

    you can replace these enfold predefined icons by quick css
    Then you can even use multicolor images
    f.e. a different telegram icon: see docu
    scroll to: “In case of using an image”

    #top #wrap_all .av-social-link-telegram a:before{
        content: "";
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        background: url(/wp-content/uploads/custom-telegram.png) no-repeat center center;
        background-size: contain;
    }
    
    #top #wrap_all .av-social-link-telegram:hover a {
      /*** if needed ***/
    }

    Hi,
    There are two ways to do this, the first is outlined in our documentation here: How to add Custom Social Icons to Enfold options
    Or if you are going to use an image you caan replace the rss-feed-icon with this css in your Quick CSS:

    .social_bookmarks_rss a:before{
        content: "";
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        background: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png) no-repeat center center;
        background-size: contain;
    }

    just adjust the image to suit and clear your browser cache.

    Best regards,
    Mike

    #1343232

    Hey terishka1,

    Please try the following in Quick CSS under Enfold->General Styling:

    .sort_width_container .inner_sort_button span {
      font-size: 18px;
      color: red; 
    }
    
    .sort_width_container .inner_sort_button span:hover {
      color: blue; 
    }
    
    div.sort_by_cat {
      background: #262626;
    }

    Best regards,
    Rikard

    #1343212
    34oldcat29
    Participant

    I created a secondary menu and have it located at the top right, next to social media icons. I made the two links “button styles colored”, but they will not change. Is there a different location where Enfold is over-riding this styling?

    #1342940

    In reply to: Add Buttons to Top Bar

    Hi,

    You can add a widget inside the header containing the button shortcode instead of using the phone number field. Please check this documentation for more info.

    // https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area

    You may need to replace the action hook with avia_meta_header.

    Example:

    add_action("avia_meta_header", function() {
        dynamic_sidebar("header");
    }, 10);
    

    The code above will render a widget area called “header” inside the top bar.

    Best regards,
    Ismael

    #1342900

    Hey Eleina_Shinn,

    The bypass link is not working, I’m only seeing a coming soon page. The problem might be that the button is pushing the header down though, did you try to adjust the size of your header under Enfold->Header?

    Best regards,
    Rikard

    #1342694

    Hey,

    Thanks for contacting us!

    I tested cart icon on my test site running Enfold 4.9 and WooCommerce 6.2.1 using Safari on my iphone but it works fine for me. View Cart and Checkout buttons work as well. I attached a screenshot in private content field below.

    Could you please post a link of your page so we can look into it? :)

    Regards,
    Yigit

    Hi,

    I went to Enfold theme options > Advanced Styling and edited “Menu Item Button” for each language and that worked. Could you please review your website and confirm?

    We will test it on our local installations and will report to our devs if we can reproduce the issue :)

    Best regards,
    Yigit

    #1342369

    In reply to: Add Buttons to Top Bar

    Hey Eleina_Shinn,
    Thanks for your question, you can add html or shortcode in the topbar via the Phone Number or small info text option and the topbar will increase to show the element. For example this is a medium button shortcode created with the shortcode wand

    2022-02-26_002.jpg

    Best regards,
    Mike

    UFreeman
    Participant

    Hey.

    1. Frage: In der mobilen Version meiner Seite erscheinen oberhalb der Absätze leere Felder. Ich weiß, die Felder sind die Layoutelemente, die ich zur Aufteilung der Seite verwende und dann mit Inhalt befüllt habe — in der Webversion sieht das aus wie beabsichtigt, in der mobilen Version sieht man sie als leeres Feld oberhalb des Inhalts. Wie unterbinde ich diese Darstellung in der mobilen Version?

    2. Ich möchte einen Nach-oben-Button integrieren, der unten rechts erscheint sowie man anfängt nach unten zu scrollen, und der einen wieder ans obere Ende bringt (wie hier im Forum, Standard). Alle früheren Fragen diesbezüglich hier schicken einen an eine Stelle in den Theme Optionen, die es bei mir nicht gibt bzw die vielleicht auch komplett anders heißen. Zum aktuellen Enfold: Wo muss ich was tun?

    Ich verstehe Antworten auch auf Englisch, ich frage hier auf Deutsch, weil mein Enfold in den Optionen etc. ein völlig wirrer Mix aus Deutsch und Englisch ist und ich daher nicht mehr nachvollziehen kann, worauf sich welche Tipps beziehen. Auf Deutsch kann ich das konkreter formulieren.

    Danke!

    Rike

    Edit: Warum sind Optionen etc. von Enfold eigentlich überhaupt so willkürlich gemixt auf Englisch und Deutsch? mEA macht das ein ansonsten sehr gutes Theme sehr umständlich für die Umsetzung von Seiten.

    #1342308

    Topic: Add Buttons to Top Bar

    in forum Enfold
    Eleina_Shinn
    Participant

    Hi, I have a question about modifying the top bar in Enfold. I have a client that would like a top bar like this site: https://traditionsurgerycenter.com/

    The top bar is a bit larger than Enfold’s at 50 px, which they like, and it also has two buttons on the right. Can this be done in Enfold?

    Hi,
    the button is now green in German language because thats the language in which I last saved the enfold theme settings. Like you can see above there are different CSS added via quick CSS in each language. There should be no child theme but I tried to add the CSS in custom.css (because in style.css is mentioned: “* PLEASE DO NOT EDIT THIS FILE!”) but it didn’t work neither.

    Best regards

    #1342187

    Hi,

    Please use the code as following

    #top #wrap_all #menu-item-105 .avia-menu-text {
      background-color: yellow;
      border-color: green;
      color: red;
    }

    Please make sure that you chose to display your menu item as button – https://kriesi.at/documentation/enfold/menu/#toggle-id-41

    Best regards,
    Yigit

    #1342155
    LoyalCustomer
    Guest

    Thank you for your prompt response. I immediately went to work the night you responded as soon as I saw your message and I think your helpful instructions above worked to update the Enfold theme. Your input is appreciated more than you know. At first, the site appeared to be working fine since updating the Enfold theme. Then the site became extremely slow* and many pages titles changed in color instead of the original dark teal, the “contact us” button language moved to the far left instead of in the middle, and other various styling altered which I did not change. *Most importantly, now when viewing the website on mobile, the navigation box in the top right to get to the other pages on the website is all white when clicked on so the mobile visitor cannot see any of the other pages or navigate to them unless they hover over each hidden page name then it highlights them in teal and you can see the letters in white. The same navigation box works and looks fine when the website is viewed on Desktop, so I do not know how the Enfold theme update affected/changed only the mobile navigation box or how to fix it?

    I also received a new error/critical issue that says “your site is set to log errors to a potentially public file” It says the value “WP_DEBUG_Log has been added to this website’s configuration file and may be written to a file which is potentially available to all users”.

    *Can you please briefly look at the site to see if the coding looks ok/fix if possible to help make sure that nefarious code was not somehow added when the Enfold theme was out of date because I was unable to update it? (I think the above new issues since updating are probably something that may take someone who knows what they are doing less than a minute or two to fix.) Thank you again.

    #1341423
    Giuseppe Tagliaferri
    Guest

    I’ve to buy your theme.
    If I click your button, price on themeforest is 59 euro.
    But if I searche online i can buy it from
    Buy Enfold Theme For Only $24 Today – WP Discount Club
    https://wpdiscountclub.com
    or https://themeorion.com/discount-multipurpose-wordpress-themes/enfold-responsive-multi-purpose-theme/ at $9
    Why?
    Thanks

    #1341337

    Hi!

    1- Semi colon is missing after border-radius property and that is causing the issue – https://imgur.com/a/JcTI9P5. If I add it in dev tools, it works correctly – https://imgur.com/a/IChWNpp.

    You are using Block Editor and this is not a CSS conflict with Enfold so I would recommend you to contact WordPress support regarding the issue.

    As a temporary workaround, I added following code to Quick CSS in Enfold theme options > General Styling tab

    .wp-block-button__link.has-col-ffffff-color.has-col-ff-6600-background-color.has-text-color.has-background {
      border-radius: 0;
      background-color: #f60;
    }

    2- You can add it to functions.php file of Enfold parent theme however when you update the theme, file would be overwritten so you would need to add it again. That is why we would recommend you to use a child theme :)

    Regards,
    Yigit

Viewing 30 results - 1,201 through 1,230 (of 11,204 total)