Viewing 30 results - 271 through 300 (of 1,622 total)
  • Author
    Search Results
  • #1323523
    larosadigital
    Participant

    Hello,

    Currently the WooCommerce checkout page of the Enfold has all of the information on a single column, with the order details listed below the billing details. This is quite non-standard and I’d like it to look like the default WooCommerce checkout page with the billing address info in one column and the items ordered and credit card fields on the righthand column.

    I have tried the following code, with no other plugins activated except WooCommerce, which I found on your forums as a solution from 2018, but it did not work to create two columns:

    #top.page-id-449 form.checkout.woocommerce-checkout #customer_details {
        width: 48%;
    }
    
    #top.page-id-449 form.checkout.woocommerce-checkout #customer_details .col-1 {
        float: none;
        width: 100%;
    }
    
    #top.page-id-449 form.checkout.woocommerce-checkout #order_review, 
    #top.page-id-449 form.checkout.woocommerce-checkout #order_review_heading {
        clear: none;
        float: right;
        width: 48%;
    }
    

    Frankly this seems like a bug – the single column checkout does not look good and totally changes the WooCommerce checkout flow to no one’s benefit. Can you please let me know what the fix is to revert to the default two-column layout? Thank you very much in advance!

    #1321335

    Hi,

    d i don’t really know what you mean about terms?

    Terms are items inside a specific taxonomy. The default post category is an example of a taxonomy where you can create different terms. Please check the documentation for more info.

    // https://wordpress.org/support/article/taxonomies/

    We are not really sure how your taxonomies or custom post types are set up but using taxonomy for prices is not really recommended. You should attach a price to a post using custom fields instead of taxonomy terms.

    Best regards,
    Ismael

    #1320531

    Hey williamsmedia,
    Thank you for your patience and the link to your page. I assume that when you say you want a form validation for your custom form snippet you mean that you want the form to not be submited unless all of the fields are correct?
    This function would be done by a script, but in examining your page source code I don’t see a script added to the code block.
    So if you have a script to add to the code block and it is causing an error when you add it then it most likely needs to be added between <script> tags inside the code block like this:
    2021-09-11_001.png
    If this doesn’t help then try posting a link to your entire script and form code in a plain text document (.txt) and link in the Private Content area below so I can test or try including an admin login in the Private Content area so I can examine your test page.

    Best regards,
    Mike

    #1320030

    Hey Matt,

    Thank you for the inquiry.

    There are special fields in the Accordion element’s Advanced > Developer Settings panel where you can apply class names or a unique ID to the element. You can then use these class names or ID to create custom css rules in order to adjust the style of that specific element. Please check the following documentation for more info.

    // https://kriesi.at/documentation/enfold/add-custom-css/

    This should also help.

    // https://css-tricks.com/how-css-selectors-work/

    Best regards,
    Ismael

    #1319283

    Hey sunilskrishnan,

    Thank you for the inquiry.

    You can apply a custom css class name or ID to the builder elements and use it to define a css rule for sections or elements that should have the shadow or that should have a custom style. The css fields are located in the elements’ Advanced > Developer Settings toggle.

    // https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support

    Best regards,
    Ismael

    Bkag
    Participant

    Dear all,

    we are using Enfold ALB and have problems with the Enfold contact form element and text content that disappeared (not sure if that appeared at the same time):

    1.
    In the Enfold contact form we use the Enfold checkbox element with a link in it, that should lead to the Privacy Policy page. But, if we do add a link using html like <a href="www.example.com" title="We are Example.com" target="_blank">Visit Example.com</a> there is showing up the following message:

    “Warning: Characters <,>,[,] might break ALB backend or frontend. Read more if you want to use them. You can use valid HTML markup.”

    Also, after saving and leaving the contact page and open it again, occasionally there are showing up fields that were added automatically. Means we have to remove them nearly every time when opening the page again.

    2.
    Having said that, there is co-occuring an error, that has not been shown up before (not sure if that appeared at the same time). When trying to change some text in the ALB text block element, all content disappeaerd and there is showing up code of the complete page instead – and there is showing up the following message:

    “It seems you are currently adding some HTML markup or other special characters. Once all HTML tags are closed the preview will be available again. If this message persists please check your input for special characters and try to remove them.”

    It seems all the content disappeared. How can we continue working within the theme? Our customer urgently needs new content, so we need to keep working on it.

    Please kindly find the login credentials and corresponding link in private message.

    Thank you for your kind help in advance.

    Best regards,
    Bkag

    #1316740

    Sir Rikard,
    I have customers (sellers) who create account and sell stuffs on my website so they have access to the admin.
    My problem is to hide some fields in the admin so they can not touch them. As you can see in the screenshot, the fields to be hidden are the one I surrounded in red.

    Thanks.

    #1316689

    In reply to: CSS in widget

    Thank you very much Ismael.
    Seems to work with
    .widget_text.widget.clearfix.widget_custom_html div.textwidget.custom-html-widget form.avia_ajax_form.av-form-labels-hidden fieldset p.form_element input.button {background-color: #d6081a;
    color: #ffffff;
    border-color: #b40608;}

    Anyhow we have another issue you might be able to help if you don’t mind.

    On mobile the calendar doesn’t always…just from time to time.
    Any idea? Or point me to the JS file.
    Thank you.
    X.

    #1315974

    Hi,

    Thank you for the info.

    It works when we add the post_id parameter to the shortcode.

    [acf field="preis" post_id="396"]
    

    // https://www.advancedcustomfields.com/resources/shortcode/

    Best regards,
    Ismael

    Ah! it has just been fixed. In another thread here, talking about another topic.
    A collage of yours noticed I was adding a dot in front of the class names inside the custom CSS fields of elements.
    eg; .className
    It should been className

    It turns out that if you add that dot to the regular Custom CSS field inside an (image) element, it all works fine.
    But the Lockable Custom CSS doesn’t accept that. And so failed. I have removed the dot (as it should be). So not it all works fine.

    Thanks for taking the time. This thread can be closed.

    Hi there,

    Yes, I understand, but either I’m doing it wrong, or it’s not working.
    In my image element, I have set it to use the Custom Element. The fields that I have locked in the parent, including the Lockable Class Field. Is then red.
    In the parent I gave the lockable class field a class (which is defined in the quick CSS section of the theme). And so, inside the child, in the locked (and red) lockable class field. I see that class name typed in, as it should since it is coming from the parent. However, it is not having any effect. Hence why I think it’s a bug.

    When I add that same class name to the regular class field. then it has effect.

    Regards,
    Robert

    Hey Dommel,

    Thank you for using Enfold.

    “Lockable Custom CSS Class” is intended to be set and locked in the custom element (= parent) and is then used in the child element.

    Create a custom image element and lock it there. When using this you see the class in a read only field in the child and you cannot change it.

    If you use a “normal” image element both fields can be filled. The result is that both classes are used – in .avia-image-container.

    Best regards,
    Günter

    #1313896

    Hey spooniverse,

    Thank you for the inquiry.

    We are not sure if this is going to work with ACF but you can sort entries based on their custom fields using the meta_key or meta_query parameter.

    // https://make.wordpress.org/core/2015/03/30/query-improvements-in-wp-4-2-orderby-and-meta_query/

    You will have to add the parameter and create logic for it within the avia_custom_query_extension function.

    Best regards,
    Ismael

    #1313701

    Dear All,
    I believe I’ve isolated the problem to the Advanced Custom Fields plugin. Once I’ve found a fix, I’ll publish it.
    Cheers,
    Tim

    #1313592

    Hi Mike,
    thanks for your answer.

    Sadly the code does not work. The contact form button “Senden” on my startpage (last element on the startpage) is still green. I have now change it to return.

    Any idea? My login data is in the private content-box.

    At least i have getting a custom ID code from you for the comments (in the beginning of this topic) on my blog https://www.tobiasgabel.com/unternehmen-google-maps-eintragen-aendern-loeschen/
    The comment fields are white background.
    Why does it not work for https://www.tobiasgabel.com/wordpress-sitemap-erstellen/ ? I have addes the custom id top.postid-1307 to the comment field in the same why as the first site.

    #1313324

    And how can i change the background of the commentfields (Name, E-Mail, Website and Message) into color #ffffff just for one specific site and comment element custom css class in the comment element.

    An example of the site i also want it you can see in the private content box (scroll down to the end at the site and you see am comment element with white background color. Thats what i want but only for one page so i need a custom id css).

    #1313289
    aacolema
    Participant

    I am seeing a recurring problem in various forms. This problem has occurred in 3 separate plugins as well as the Elementor form widget. In any input field that includes a placeholder, such as a “$” sign, or an icon, or a dropdown within the text input area, the inputted text overlaps the placeholder.

    I am forced to use custom CSS for example any time a form asks for a price amount, because the “$” appears over the inputted amount. Adding a “padding-left: 50px” to my input text field is a temporary fix, but I’m tired of doing it for every form. It must be a theme issue.

    #1313277

    Hey Günter,
    thank you for your reply and customized file.

    I didn’t have the time yet to take a closer look or the chance to work with the new update. A co-worker who does technical support and theme updates told me about the issue. Our declarations are some times not the most accurate and some people use helper classes like for example “p-40” to add some styling. These get overwritten by the new unique classes.

    I guess the easiest way would be a filter, like the new ones you guys introduced for border-radius, animation and co.
    So far it’s really just the padding that gives us some headache, since we usually don’t use the elements own fields for customization.

    Or, like you said your custom file does, ignore the default values. But I understand that this can be an issue for other user/sites.

    Overall I think this is a great addition to the theme, so don’t get me wrong. I don’t want to get completely rid of this new functionality. I just wasn’t sure if there is maybe a option to disable it for older projects that I missed in the changelog/backend.

    Thanks again!

    #1312780
    soltner
    Participant

    Hello,

    i am using the Advanced Custom Fields plugin and would like to ask whether it would be possible to insert the ACF-Shortcode, example [acf field = “abc”], in the excerpt field from the blog post?

    Thanks,
    kindly regards
    Soltner

    #1312225
    dokwerkers
    Participant

    En fold is Top!
    But…Is it possible to add a borderstyle option to the custom button, row button and contactform bottom and fields.
    That is what I miss the most as een visual non css designer.

    I would be a awesom when you can customize this

    Kind regards,

    Gerard Kruithof

    #1311250

    Just by chance I wanted to report this behavior today, too.
    I’m seeing these empty Enfold contact form emails since more than a year now and I wonder how they can be created.
    I myself can’t send the contact form without filling in all the required fields.

    Is this caused by technical errors when real customers want to send a contact form, or is this caused by bots which do URL hacking or something like that?

    #1311004

    Hi,

    It is also possible to add custom fields to taxonomy terms.

    // https://developer.wordpress.org/reference/functions/add_term_meta/

    If you want to use a plugin, this might help.

    // https://www.advancedcustomfields.com/resources/adding-fields-taxonomy-term/

    You can then modify the archive template and fetch the value of the custom field and place it as the source of the embedded video.

    Best regards,
    Ismael

    #1308933

    Hi,
    I checked your page again and do see that you are missing the need class ‘lightbox-added’ but since you have the ‘Lightbox Modal Window’ option enabled it should be working, the only thing I can imagine is that you have a script stripping it out, but I can’t see your functions.php
    I also notice that you are using ‘Advanced Custom Fields PRO’ and some of these look like they are for products, perhaps this is the issue? Can you disable this to check?
    I also see that your site is not loading the script: /wp-content/themes/enfold/js/aviapopup/jquery.magnific-popup.min.js this is needed but since you have the ‘Lightbox Modal Window’ option enabled it should be loading?

    Best regards,
    Mike

    Hi,
    Instead of using page IDs you could add a class to all of your “black” styled pages and change the script to look for #top.black instead of #top.page-id-33 To add this class to some of your pages you could use the WordPress Custom Fields option, the Custom Fields options on the Post & Page edit screens are hidden by default if they have not been used before. Using the Block Editor, click the three dots button at the top of the right sidebar and visit Options to enable it. (If you are using the Classic editor, check the screen options).
    So in this case we will add the Name: bodyclass and the Value: black
    custom_fields_name_value.jpg
    to each one of these pages, then add this code to the end of your functions.php file in Appearance > Editor:

    function add_custom_fields_bodyclass( $classes ) {
        global $post;
        $bclass = get_post_meta( $post->ID, 'bodyclass', true );
        if ( empty( $bclass ) ) {
            return $classes;
        }
        $classes[] = $bclass;
        return $classes;
    }
    add_filter( 'body_class', 'add_custom_fields_bodyclass' );

    Please note that this only looks for the Name: bodyclass but it will add any value as a body class.
    As for question #2 I’m not seeing the full-width sub-menu on your home page, which page are you testing on? Which animated gif are you referring to?

    Best regards,
    Mike

    #1308343
    getfletch
    Participant

    Hi

    we have added a custom post type and want to customise the archive and single pages, I cant seem to get the archive to show using the advanced layout builder, we have acf fields that we need to show on the post page as well

    links to a job: https://bdat-people.org/vacancies/level-1-teaching-assistant/
    link to the current archive page https://bdat-people.org/vacancies/

    ideally, we want the archive list to show on this page: https://bdat-people.org/recruitment-vacancies/current-vacancies/

    #1305422

    Hi,
    Thank you for your patience and the link to the example, unfortunately, we don’t have an element that works like this but I put together a rough example that may work for you using our elements and a little jQuery:
    2021-06-12_160555.jpg
    the backend:
    2021-06-12_161323.jpg
    So each column has a custom class such as: .show-one, .show-two, .show-three, .show-four then place your content.
    Each text element below that will be your “Drop Down” will have the corresponding custom class: .one,.two,.three,.four please note that in the custom class fields you do not actually use the class dots:
    2021-06-12_163250.jpg
    Anyways, for this example I used a code block element to add the jQuery:

    <script>
    (function($){
      $(document).ready(function(){ 
        $('.one,.two,.three,.four').hide();
        $('.show-one').click(function(e){
        e.preventDefault();
        $('.two,.three,.four').hide();
         $('.one').toggle();
        });
        $('.show-two').click(function(e){
        e.preventDefault();
        $('.one,.three,.four').hide();
         $('.two').toggle();
        });
        $('.show-three').click(function(e){
        e.preventDefault();
        $('.one,.two,.four').hide();
         $('.three').toggle();
        });
        $('.show-four').click(function(e){
        e.preventDefault();
        $('.one,.two,.three').hide();
         $('.four').toggle();
        });
        });  
    })(jQuery);
    </script>

    Please note the <script> tags in the code.
    That is the basic idea, naturally you can style it a lot more with css to add hover effects and padding, border color, etc.

    Best regards,
    Mike

    #1304328

    Hey emilconsor,

    Thank you for the inquiry.

    This should be possible but it will require modification that is beyond the scope of support. You can start by editing the config-templatebuilder/avia-shortcodes/post_metadata/post_metadata.php, and include another condition and the function that renders the output in this block.

    switch( $meta['metadata'] )
    				{
    					case 'author':
    						$out = $this->author( $meta );
    						break;
    					case 'categories':
    						$out = $this->taxonomies( $meta, 'categories' );
    						break;
    					case 'tags':
    						$out = $this->taxonomies( $meta, 'tags' );
    						break;
    					case 'comments':
    						$out = $this->comments( $meta );
    						break;
    					case 'revisions':
    						$out = $this->revisions( $meta );
    						break;
    					case 'published':
    					case 'published time':
    					case 'modified':
    					case 'modified time':
    						$out = $this->date_time( $meta );
    						break;
    				}
    

    For example, if you select Author, the switch function above will resolve to get the output of the protected function author and include the associated output in the final html. You can include another condition for custom fields and define your own function that returns the output.

    Best regards,
    Ismael

    Hi,

    You may have to add a custom class name or ID to the layer and add a few css media queries so that you can adjust its style on mobile view. Edit the layer, go to the Links & Attributes and panel, then look for the ID or Class fields. Adjusting the top position value or adding margins above the layer on mobile view might help.

    To learn more about css media queries and how to use them, please check this article.

    // https://css-tricks.com/a-complete-guide-to-css-media-queries/

    Best regards,
    Ismael

    Hi again,

    Thank you! Now I just want the fields to be tighter together. Too much space between them now compared to Enfolds nice looking form :).

    Hmm yes, the Railway font is pretty awkward. I thought it was the one used. In the advanced editor the weights chosen says this.
    static(100.200,300.400,500,600,700,800,900) The corresponding weight works, but something´s fishy for sure.

    I´d be very happy if you could have a look at this. Only problem is the client have said OK to everything as it is now. If the font would change all together if it’s not Railway that’s displaying now? I took away Railway as font in the custom CSS for Contact Form 7 now.

    Regards, Roger

    #1303624
    emilconsor
    Participant

    Hi,

    I wonder if it’s possible to add custom fields to the metadata shortcode selection?
    This is the Selection where I want to make custom field also selectable

    Thanks,
    Sebastian

Viewing 30 results - 271 through 300 (of 1,622 total)