Viewing 30 results - 6,271 through 6,300 (of 11,218 total)
  • Author
    Search Results
  • #741860

    Hi,

    It seems like you added your button into your content. Please add following code to Functions.php file in Appearance > Editor instead

    add_action('avia_before_footer_columns','avia_footer_top_column');
    function avia_footer_top_column(){ 
              dynamic_sidebar( 'footertop' );
    }

    Then go to Appearance > Widgets and create a new widget area called “footertop” and then place your button shortcode inside it.

    You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Or, You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
    then you can create any of them and copy/paste shortcode into any other content element or into text widget.

    Best regards,
    Yigit

    #741805

    In reply to: size icon button

    Hey Pas7o,

    Yes this is possible, please enable custom css class name support and add the class name “icon-xl” to the button with icon.

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    .icon-xl .avia_button_icon   {
        font-size: 30px;
        transform: translateY(50%);
        float: left;
    }
    

    Best regards,
    Vinay

    #741766

    Hey!

    You are currently using an older version of the theme. Please update Enfold to the latest version 3.8.5 – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh

    Updating the theme should fix read more button issue. If it does not, please post a link to your page where we can see the issue

    Cheers!
    Yigit

    #741591

    In reply to: Enfold: Adding Blog

    Hey Annie!

    Thank you for using Enfold.

    1.) Are you using the Blog Posts element? Please set the Blog Content length to “Excerpt”.

    2.) Did you switch to the advance layout builder? If you did, you have to insert the Content Elements > Social Share Buttons element manually.

    Regards,
    Ismael

    #741588

    Hi!

    Thank you for using Enfold.

    1.) Please add the [nolink] tag in the copyright field.

    2.) Add the following filter in the functions.php file then go to the Settings > Permalinks panel then click the “Save” button.

    add_filter( 'post_type_link', 'ava_remove_custom_slug', 9999, 3 );
    function ava_remove_custom_slug( $post_link, $post, $leavename ) {
        if ( 'portfolio' != $post->post_type || 'publish' != $post->post_status ) {
            return $post_link;
        }
    
        $post_link = str_replace( '/' . $post->post_type . '/', '/', $post_link );
    
        return $post_link;
    }

    Cheers!
    Ismael

    #741587

    In reply to: Gap Between Buttons

    Hey mooshonov,

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

    .slideshow_align_caption .avia-slideshow-button {
      margin-right:10px;
    }

    Best regards,
    Rikard

    #741380
    tomasderrig
    Participant

    Hi I would like to add a clickable button to the same line as the telephone number in the header and increase the size of the telephone no. text

    can i do this within the wp-admin within the theme functions?

    or must i do it in the back end using a code software?

    #741325
    Steffen
    Participant

    Hallo,

    seit dem Update auf Enfold 3.8.4 lassen sich keine Links mehr zu Bildern, Icons oder Buttons hinzufügen. Das Feld ist einfach leer.

    Woran liegt das und wie kann ich zukünftig wieder Links hinzufügen?

    Vielen Dank!

    #741294

    In reply to: Problem with Shop

    Hey!

    Regarding footer menu, please refer to this post – http://kriesi.at/documentation/enfold/display-footer-menu-scroll-to-top-button-on-mobile/

    Then add following code to Quick CSS

    @media only screen and (max-width: 480px) {
    .cart_dropdown .dropdown_widget { right: -20px; }}

    Best regards,
    Yigit

    #741276
    David Vincent
    Guest

    Hi,
    We need to re-build a website for a big company, we made it with Jupiter theme, but had many issues with heartbeat CPU and WPML.
    The support of ArtBees (Jupiter) is terrible, 2-5 days, and do not answer our question and fix issues.
    So we decided to change, maybe the Enfold.
    Our client have conditions, like support time and real help to fix issues if happen.
    We need to know how your support work, is there a live chat ?
    Thanks in advance for fast replay
    PS: the needed plugin are : Cool Timeline Pro, WP Download Manager, Email Address Encoder, iframe, LayerSlider WP, Nextend, Nextend Accordion Menu, Quform, Real 3D Flipbook, Slider Revolution, TinyMCE Advanced, Wordfence Security, WP Maintenance Mode, WPBakery Visual Composer (Modified Version), WPDM – Extended Short-codes, WPDM – TinyMce Button, Yoast SEO and the WPML (almost full and paid versions)

    terminus112
    Participant

    Hey guys. How would one go about setting the advanced layout builder as the default editor for new posts/pages? Cant believe this isn’t already the default to be honest.

    Anyway, i have a couple of ideas, but i’m kind of new to both enfold and wordpress so it’s hard for me to know where to look. The last enfold filter i wrote took me three days just because i didn’t know where to start.

    One suggestion is activating the button using javascript once the page is loaded as suggested here: https://kriesi.at/support/topic/always-open-advanced-layout-builder/
    The thing is it’s a bit hackish as it reloads the editor quite visibly in front of the user causing a “flicker”. I suppose it should be possible to hide the container until one activates the builder-button (all using javascript as suggested in that post). Still, it’s a bit too hackish for my taste.

    But it’s enfold that renders that builder-button in the first place and hence there has to be some mechanism that could activate the ALB before the admin panel (or editor content box) is rendered. In fact it does with posts/pages that has been previously edited with the ALB so could anyone point me in the right direction for where i would need to look to do this modification to allow for NEW posts and pages to edited straight away with the ALB too?

    #740986

    Hey Ian Gemski,

    Sorry for the late reply. There is a big blue button on top of the forum list to open a new thread here: https://kriesi.at/support/forum/enfold/. You need to be logged in to open a new thread though.

    For your problem, are you sure that you getting any traffic on the site? Analytics can sometimes be a bit delayed as well. Please post a link to your site if you should still need help on this matter.

    Best regards,
    Rikard

    #740938
    elames
    Participant

    Do you have any recommendations / suggestions as to how I can make an Enfold Website ADA compliant. I know about alt text and description stuff, but how to I make say contact form ADA compliant. Where do I edit the codes??? I have never done this before and it is throwing me for a loop. Also Woo Ecommerce pages…have issues.
    When form controls are text input fields use the LABEL element
    When text is not available use the title attribute
    Include any special instructions within field labels
    Make sure that form fields are in a logical tab order
    Include a ‘Skip Navigation’ button to help those using text readers

    Provide a means of skipping past repetitive navigation links.
    What:
    Navigation links are the lists or “menus” of links to all the sections of a site that are often repeated on every page.
    Why:
    Because navigation links are typically placed at the beginning (top left) of pages, screen reader users must read through all the navigation links before reaching the main area of the page. Individuals who use a keyboard instead of a mouse similarly must tab through all the navigation links before reaching the main area of the page. Providing a means of skipping these links can significantly improve efficiency and usability for screen reader and keyboard users.
    How:Provide a link at the beginning of navigation lists that points to a target at the beginning of the main content area of the page. This link must be visible to screen reader and keyboard users, but can be hidden from other users, e.g.:
    <style type=”text/css”>
    a.skipnavigation { position: absolute; left: -10000px; }
    a.skipnavigation:focus, a.skipnavigation:active { position: static; left: 0; }
    </style>
    Skip to Content

    Where would I put this kind of code?

    #740678
    joostdam
    Participant

    Hi there,

    I’ve got a problem on my website with the Enfold contact form. The form does not send any emails, I’ve got 4 contact forms on my website. It also does not display the short message when the send button is pushed. It only just disappears. When I look in my Chrome inspector and I set the form css-style on display:block instead of none, it shows the send button still animating. Also in my inspector’s console I get the message “POST http://www.mywebsite.ngo/me/contact/ 404 (Not Found)”.

    Know, I’ve tried everything, updated the theme, deactivated all plugins and tried again, use a different theme and tried again, use different email accounts (including google and hotmail), tried the SMTP plugin, used contact form 7 (same problem), called my provider to say that it is their problem (no it’s not they said).

    To make the problem even more special, the website is translated, WPML, into dutch, the original language is English. On the dutch translated page the contact form is working, on both the pages, even the short message is shown. On the English version only the one on the contact page gives the problem.

    Can you give me some feedback on this issue? Would be great!

    Thanks

    • This topic was modified 9 years, 2 months ago by joostdam.
    #740353

    Topic: WordPress 4.7

    in forum Enfold
    peernet
    Participant

    Previewing is not working properly for codeblock (Advanced Layout Editor)

    When viewed the codeblock is correctly paragraphed but now since 4.7 WordPress the preview changes view is missing the paragraph markers.

    Create a codebock with:

    :START OFOF BLOCK

    <iframe style=”border: 0;” src=”//www.youtube.com/embed/T0vCwyrlF60?rel=0&enablejsapi=1″ width=”340″ height=”191″ allowfullscreen=”allowfullscreen”></iframe>

    <p>Not sure if this product is right for you? Watch the<br />
    video above to learn more about how it works!</p>

    [av_button label='Buy Now' link='manually,/conversion-software/pdf-to-tiff-converter/license/' link_target='' size='small' position='left' icon_select='yes' icon='ue859' font='entypo-fontello' color='custom' custom_bg='#149172' custom_font='#ffffff'] [av_button label='Trial Download' link='manually,/conversion-software/pdf-to-tiff-converter/tiff-image-printer-evaluation-request/' link_target='' size='small' position='left' icon_select='yes' icon='ue8b0' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff']

    :END OF BLOCK

    If you view published page you <p></p> markers, if you preview the page they are missing.

    Was not a problem before WordPress 4.7.

    I am on the latest EnfoldVersion: 3.8.4.

    Any thoughts on why this is happening. It making it hard to do changes.

    Dracmaservice
    Participant

    Hello,
    I need invert the buttons on portfolio item page, but the solutions I’ve find in this thread didn’t work for me (probably because the different Enfold version). I was not able to find the code you told in that thread.

    My version is 3.2.

    How can I do it?

    Thank you!

    #740292

    Hey dfds,

    1.) Try the following:

    1. Install this plugin: https://wordpress.org/plugins/simple-image-sizes/
    2. Go to Settings > Media
    3. Change the entry_without_sidebar image size (increase its width / height).
    4. Regenerate the thumbnails by clicking the button at the bottom.

    2.) Hm maybe, but never tried this before. Feel free to give it a try when enabling debug mode to use shortcodes: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Please use different ticket for different issues/questions in the future. Also share with us a precise link and if you can some screenshots to make things clear for us (imgur.com, dropbox).

    Best regards,
    Andy

    #740272
    KJProductions
    Participant

    I have a problem where the Advanced Layerslider seems to remove all other elements on a page when i add it, and leaves me with a big dark grey box instead.
    I am also unable to use the button link functions on icon boxes and buttons.

    Is there a fix to this? If not i will unfortunately have to use another WP theme than Enfold, as these are some pretty important features on my website :/

    The website is running WordPress v. 4.7.2
    Enfold v. 3.8.4, on a child theme, but it didn’t work on the Enfold theme itself either.

    I have tried reinstalling the Enfold theme completely to no succes.

    Kind regards,
    Kasper

    #740250

    In reply to: Change social icons

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia-button.avia-size-large {
        min-width: 182px;
    }
    

    Best regards,
    Yigit

    #740152

    In reply to: Icon Box Alignment

    Hey waveshaper,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    .page-id-411 #av_section_2 .av_one_third .iconbox {
        position: static;
    }
    
    .page-id-411 #av_section_2 .av_one_third .iconbox_content {
        padding-bottom: 50px;
        border-bottom: 0;
        box-shadow: none;
    }
    
    .page-id-411 #av_section_2 .av_one_third .iconbox_content .avia-button-wrap {
        position: absolute;
        bottom: 15px;
        left: 50%;
        margin-left: -61px;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    #740100

    Hey Nikko,
    sorry this is my mistake. I have version 3.8.4 and I get this:
    http://filemanager.sxces.com/kundendaten/sxces/Michael%20Pachan/enfold-shop.JPG

    But I will show add to cart button only when a variation is selected. This works in old enfold versions.
    Is there any way to do this?

    Kind Regards
    Michael

    #740019

    Topic: Enfold: Adding Blog

    in forum Enfold
    anniehaz
    Participant

    Following-up to check on my initial inquiry from January 29th:

    I am adding a new blog to the Enfold template and have 2 questions.

    1. How can I see more of the content/text of the post versus the “Read more” square clickable button?

    2. The “Share this entry” social media icon links are not presenting themselves at the bottom of the post even though on the “Share links at the bottom of your blog post” Theme Options/Blog Layout page I have checked the links. I have supplied the login credentials in private content, thanks!

    • This topic was modified 9 years, 2 months ago by anniehaz.
    #739397
    akriga
    Participant

    Hi all,
    many thanks for creating Enfold theme, we’re making good progress with it.

    The Medical demo:

    is not responsive. Specifically when you get down to phone size (either using a real phone or browser tools) the two buttons “Learn more” and “Make an appointment” disappear.

    We discovered this because we are using the Medical demo as a basis for our site. At first we though it was our changes but I checked the vanilla demo and it has the same issue. Can you provide a fix please?

    Just to be clear this is not an issue with our site, the problem exists on the demo http://kriesi.at/themes/enfold-medical/.

    Many thanks for your time.

    Adrian

    #739380
    ithagen
    Participant

    Hi!

    For the last couple of weeks I have had problems with some sites using Enfold theme.
    When using Advanced Layout Builder, the Link input fields are not showing. I think this is for all elements that have Link input (aka Fullwidth Button).

    I have uploaded fresh files of Enfold Parent theme and tried to deactivate plugins.

    Screenshot: https://www.dropbox.com/s/0a724c1ead6jcsf/2017-01-27_13-32-29.png?dl=0

    #739325
    Koenke
    Participant

    After updating WP to 4.7.2 the Avia-Button-Form does no longer display the form elements for the Button-Link field (the label is displayed).
    Enfold 3.8.4 with Enfold-Child, no additional plugins.
    Web-Inspector XHR-Output shows, that these form elements are returned by the server but it seems that they are just not rendered.
    Is there a specific file which I can replace – before reinstalling everything (I did reinstall WordPress already)?
    Thank you!
    Peter

    #738913
    sxcesag
    Participant

    Hi there,
    I have WP 4.7.1 and Enfold 3.7.
    I have a question for add to cart button by variation products when I have not select a variation.
    At my site I get a popup message when I click add to cart without select a variation.
    But I will show add to cart button only when a variation is selected. This works in old enfold versions.
    When this is not possible I will the same at your demo site with deactive button and icon at hover:

    I hope you can understand me?
    Have you a solution for me?

    Kind Regards
    Michael

    At my site I get a popup message when I click add to cart without select a variation but

    #738633

    Thanks for the response. I think I’ll leave it as is for now. I added a plugin that puts a Pinterest “save” button on the image I want shared to Pinterest so I think people are more likely to use that anyway.

    Everything I’ve read says long portrait images perform up to 70% better on Pinterest than wide landscape images. This would be a nice feature to add in a future release of Enfold.

    #738496

    Hi,

    1- Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your button and give it a custom CSS class and then add following code to Functions.php file in Appearance > Editor

    function av_button_onclick(){
    ?>
     <script>
    jQuery(window).load(function(){
    jQuery('.your-custom-class a').attr('onclick','_gaq.push(['_trackPageview', '/VP/XXX/XXX']);');
    });
     </script>
    <?php
    }
    add_action('wp_footer', 'av_button_onclick');

    2- Please add following code to Functions.php file in Appearance > Editor

    function av_custom_code(){
    ?>
    // Your code goes here 
    <?php
    }
    add_action('wp_footer', 'av_custom_code');

    Best regards,
    Yigit

    #738402
    Epic
    Participant

    Hello,

    Please help me. My website is blank and I am scared to update.

    I was updating content on my site last night after a server outage prevented me from accessing the dashboard of wordpress.

    I only wanted to apply a button on a page ( see private content below)

    The instructions told me to apply the code in the header and I used a code block to paste.

    Neither worked. So I “carefully” deleted the links I pasted in the header. On my second attempt to make my own link. (see private content below on second attempt code)

    I believe shortly after that the website went blank on all pages.

    I contacted my host who helped me see private content.

    They said there were errors with the Theme and some plugins which I don’t get when it was working perfectly fine for weeks without me making an edit until last night.

    The site is under construction now as they activated a theme I do not use therefore my site is now jumbled up again!

    I have activated Enfold but I really don’t know where to go from here. Please login and take a look at the header to see if I did actually move something.

    • This topic was modified 9 years, 2 months ago by Epic. Reason: Typos and didn't want to lose content before submitting
    #738318

    Hi there, I think I have the same problem. The »Read more« button is cut at the bottom at our starting page (at the bottom).

    See the screenshot here: Screenshot.

    Furthermore I wanted to show no comment count and date at the posts, but they still appear. So I unchecked the »Blog Post Comment Count« and »Blog Post Date« at the Enfold Options. But they still appear at the blog posts.

    How can I get rid of these 2 problems? Thank you very much for your help.

    I have Enfold 3.8 installed (using a child theme). The blog layout is elegant + grid.

    PS: If you’d like I can give you an admin account at our page.

    • This reply was modified 9 years, 2 months ago by Renko.
Viewing 30 results - 6,271 through 6,300 (of 11,218 total)