Viewing 30 results - 121 through 150 (of 1,619 total)
  • Author
    Search Results
  • #1432055

    Hi,
    I updated your custom css in your Quick CSS from this:

    #top div .av-dark-form input[type="text"] {
      color: #222;
      border-color: #222;
      border-width: 1px !important;
      background-color: transparent;
      font-size: 15px !important;
      letter-spacing: 1px;
    }

    to this:

    #top div .av-dark-form input[type="text"],
    #top #main .av-dark-form input[type="email"] {
      color: #222;
      border-color: #222;
      border-width: 1px !important;
      background-color: transparent;
      font-size: 15px !important;
      letter-spacing: 1px;
    }

    and now your email field border width matchs the other fields
    Please clear your browser cache and check.

    Best regards,
    Mike

    #1429336
    elenapoliti
    Participant

    I added to my custom css file a rule that all links should be underlined as follows:

    #top >a {
        text-decoration: underline!important;
    }
    #top >a strong {
        text-decoration: underline!important;
    } 

    This works fine in pages. However in text fields present in posts or portfolio the rule is not applied. Inspecting at the rules applied I see that a rule on base.css overwrites my custom rules:

    #top a:where(:not(.wp-element-button)) {
    	text-decoration: none;				/*	WP 6.1 fix   */
    }

    I added then in my custom rule a new one:

     #top a:where(:not(.wp-element-button)) {
    	text-decoration: underline!important;
    }

    But this new rule doesn’t affect the whole post page. I tried to clear cache, both from my browser and from the server, but the base.css rule still overwrites my custom rule.
    How can I fix it? Thanks

    • This topic was modified 1 year, 11 months ago by elenapoliti.
    #1429146
    szenemagazin
    Participant

    Hello all

    We are pretty sure we are not the only onlinemagazine that has different authors and photographers in the same post. Yes, we could add both as “authors” and somehow change the authorline (no clue where) to “Bericht / Bilder: Author 1, Author 2”. But that way it looks like both people wrote the text and provided pictures.

    I did not find any plugins where I could set the “jobtitel” of somebody “meaning “Author 1 (Journalist), Author 2 (Photographer)” or something like that to solve it. I found some plugins where I can add more than one author, but writing and taking pictures isn’t the same :)

    I actually made an advanced custom field for the photographer, but ACF is complicated and I could not figure out, where I would have to put the code within enfold to show them within the post. The documentary on afc mentions to put some code within a html-site, but enfold/wordpress is all php, so I am at a loss. Let alone get the custom field into the “authors page” of the photographer too, so the posts will show up on his page too 8-/.

    The coolest thing would be, if I could change the appearance of publishing date with author-line and afc-field. Something like “Published January 2nd 2024 | Text: Author 1 | Bilder: Author 2” (Author 2 would be the afc-field). And absolute gold would be if we could make it to look something like this: https://imgur.com/vxMeUzh

    Open for any hints how to change the author line and get the afc-field into that line. And if somebody had a similar issue on how to integrate afc-fields into enfold… thanks for the links :)

    Hi,
    Thank you for the link to your site and your patience, typically we don’t have any errors with PHP v8, you say that you upgraded from v5.5, that version has been out of date for a long time, so I assume that your Enfold theme was also out of date?
    I ask because your child theme has a lot of customized files, so there is a good chance one of those is not v8 ready.
    I tried testing by disabling all of your plugins, but then your site crashed because your customizations seem to rely on Advanced Custom Fields & Custom Post Type UI
    So I them tested by enabling the parent theme and the “Share This” social media icons and the “You might also like” related posts sections both showed correctly:
    Enfold_Support_4145.jpeg
    So this shows that the theme does work correctly with PHP v8, so I recommend checking your customized child theme files and compare them with the core files in the latest version and update accordingly.

    Best regards,
    Mike

    #1427523

    Hey marjolein sileon,

    Thank you for your interest in the theme.

    The Advance Layout Builder is not available for custom post types that are not included in the theme by default, but it can be enabled manually with a filter. Please check the documentation below.

    // https://kriesi.at/documentation/enfold/intro-to-layout-builder/#alb-for-any-post-type

    Also, please note that integrating custom fields to the builder elements may require some extra modifications.

    Best regards,
    Ismael

    #1427425
    marjolein sileon
    Guest

    I prefer to use Enfold for a new website. This website will be using CPT with custom fields. I want to be able to create a custom template for this CPT using the layout builder (instead of creating a custom PHP file for this post type).
    Is this possible with the Enfold theme?
    I checked the manual but cannot find this option.

    #1427270
    Munford
    Participant

    Hi
    I am trying to add some text above my products in woocommerce. I’d like it to show the category of the product.
    I have this code that adds the text, but I don’t know how to pull the category of the product:

    add_action( 'woocommerce_before_single_product_summary', 'enfold_customization_woocommerce_extra_text', 1);
    function enfold_customization_woocommerce_extra_text(){
    echo 'category goes here';
    }

    I have a checkout page with the checkout field labels used as placeholders, but I would rather have them above the input fields. I inherited this site and it seems that isn’t the default layout since I can find the code to use them as placeholders but not to move them above the fields.

    can you help me with this?
    thanks
    Nancy

    • This topic was modified 2 years ago by Munford.
    #1427263
    GorillaBeats
    Participant

    Dear Support,
    I’m making an e-commerce using Enfold+woocommerce, and I have this problem in the checkout page, the placeholders in the form fields, doesn’t disappear when I start to text, I also tried to remove all my custom css and plugins related to woocommerce, may be compatibility issues between enfold and woocommerce ?

    thanks for your support
    Andrea

    Hi,
    This is because the custom link that you are creating is actually in the image link field in the media library and not in the element
    Enfold_Support_4021.jpeg
    Note that in the right hand sidebar “Attachment Details” all of these fields are for the image in the media library are are sitewide, such as “title”, ect. these are not limited to the one element.
    So you can only add one link to the image. Try uploading another image with a different file name and add your second link to it, or you can use the work flow I posted above.

    Best regards,
    Mike

    Hey Sebastian,
    I’m seeing the custom fields on my test site with WP v6.4.1 for posts & pages:
    Enfold_Support_3960.jpeg
    Perhaps you have a plugin causing a conflict, try disabling all of your plugins. If that resolves the issue, reactivate each one individually until you find the cause.

    Best regards,
    Mike

    ekf_wp
    Participant

    Wie im Topic Title beschrieben gibt es nicht mehr die Möglichkeit mir die Custom Fields anzeigen zu lassen.
    no option for custom fields

    #1424189
    adapt
    Participant

    This is more of a question of execution, so I’m mostly asking for ideas on how to achieve this.

    I’m building a new site for an existing blog.

    On blog post pages, I want to be able to automatically inject content into the middle of the post, effectively breaking up the post a little.

    This content would be pulled from a repository – perhaps custom post type? So I could create various types of content (text ad, graphical ad, a sign up form etc).

    So for example, lets say a blog post is 10 paragraphs long.

    I wish to inject a little “ad” in the middle of the post, which promotes another page or post in the site. Or perhaps it will be a signup form, for readers to subscribe to the newsletter. So kinda like injecting an advertising banner, except the ad is an internal one for the site itself.

    This would of course apply to ALL blog posts on the site, although it would be even better if you could select particular category posts it would apply to (so it would “inject” into posts under Category B, but not into posts under Category C, for example).

    Then it would probably need to have some sort of “limit” – it wouldn’t inject into posts if they have fewer than X number of words (because it would look silly).

    I’m assuming the best method would be to:

    1. Create custom blog post template page under the Child theme
    2. Code the file with a custom script/shortcode that “publishes” the content from custom fields or custom content into the blog post after X amount of content?

    Am I overthinking this? Is there a plugin that already does this?

    Any ideas/comments welcome.

    #1423995
    xeovision
    Participant

    Hi,
    i need some logic help here, i build a kind shop for images where customers can “buy” an picture in different formats and different settings (see screenshot). The order process should be go from registration to cart to order end so, no payment and no shipping process.

    For understanding, the customer spent some money on a charity and after providing us the donation receipt, he can choose (here order) an image or painting. The product detail page should have specific adding fields also an upload for the donation receipt.

    He should also have a profile area where he can see his requests or oders.
    I am a little lost how to create that with WooCommerce ..any ideaS?

    product

    Hi,
    Thank you for your patience and for the link to your site, I see that your product imports do not include a “featured image”.
    When I check your “custom fields” I see your images for main_image & thumbnail_image, but from what I can see on my demo, the featured image is not stored as a “custom field” but as the thumbnail_id and are refured to by the attachment ID, and since these images are not in your media library they won’t have a attachment ID.
    Unfortunately I don’t have a way to test this situation because the standard WordPress import/export file (xml) imports the images into the media library, but your import method doesn’t.
    Does your import tool offer any other fields like the thumbnail_id?

    Best regards,
    Mike

    molinesupport
    Participant

    I’m building a bookshop
    Which will present 1000’s of books

    I have connected WooCommerce with the Book Importer as we use BatchLine for stocking supply:
    BCS BatchLine Book Importer (Its working well)

    The import creates 2 custom fields (relevant to my question) main_image and thumbnail_image both populated with url values.
    The Main image appears correctly within a product page.

    However I am trying to work out how I can update the relevant file for the grid, slider, and list Enfold features. I believe from research Enfold is using the shop thumbnail image? I can’t quite work out the structure and if I could develop the files to pull in the url from a Custom Field – thumbnail_image. I assume this is not a function.php solution but developing some code. Can anyone give me any points on how the code is even structured. It looks like it takes information for the html rendering from the WooCommerce files. Batchline inform me it works fine with the shopfront WooCommerce theme, so if anyone who’s the difference, I would be very grateful.

    Best Regards C

    #1423196
    sarawh
    Participant

    Hi,
    yesterday I installed the plugin WooCommerce Product Add-ons to add order variations to a simple product: colour, box type etc. Amongst other things I used the plugin´s field “quantity”. There I could enter the minimum purchase (15 boxes) and on the front end the customer could then enter how many boxes he wanted (any number equal to or higher than 15).
    The problem is that below these configuration fields the regular “Add to cart” button was still displaying the regular quantity field (see screenshot). When I ignored that and placed a test order as a customer, there was only one box in my cart rather than the 20 I had entererd in the Add-ons quantity field. So somewhere the Add-ons quantity is being overridden.
    I have to place a Add to cart button otherwise the Add-ons configuration fields are not displayed and obviously the customer needs to be able to buy the product ;)
    I´m using WooCommerce Germanized, so maybe the incompatability is there (too) – I will ask.
    Since the matter is urgent I´m writing to the plugin developer and you in parallel, hoping that someone can help.
    Thanks so much in advance.
    Best regards,
    Sara

    #1421134

    In reply to: Contact form

    Hey,

    There isn’t a limit, but there’s a support policy ( https://themeforest.net/page/item_support_policy#whats-not-included-item-support ). I shared this link with you multiple times and pointed out that customization is out of the scope of the support. As far as I’m aware, only 1 thread out of the 46 you started is an actual issue in Enfold.

    This thread is a perfect example: https://kriesi.at/support/topic/setting-background-overlay/. We provide you with a custom CSS, you say it doesn’t work, we tell you what could be the issue, you say “check”, we check it and the issue ends up being what we guessed earlier and the custom CSS we provided isn’t even added.

    You’re clearly looking for someone to log in to your site and do the customizations for you but this is a task that’s meant for freelance developers, not us.

    I provided you with a selector in this thread. If you’d like to apply this styling for a specific Contact Form element, you can edit your Contact Form element, go to Advanced > Developer Settings > Custom CSS Class, add a custom CSS class to your element (“your-custom-css-class” in the example below), and use the code as the following:

    
    .your-custom-css-class .av-fields-with-error {
    /* Your custom CSS for the Contact Form element with "your-custom-css-class" goes here */
    }
    

    Best regards,
    Yigit

    #1421111

    In reply to: Contact form

    Hi,

    You can use the following code to adjust the colors of the error field:

    
    .av-fields-with-error {
      font-size: 20px;
      color: white;
      background-color: black;
      border-color: orange !important;
    }
    

    If you need specific customization, please hire a freelance developer.

    Regards,
    Yigit

    #1421096

    Hey,

    Is this all custom CSS you have in Enfold theme options > General Styling > Quick CSS and Appearance > Customize > Additional CSS fields?

    If it is, please create temporary admin logins and share them with us in the private content field so we can look into it.

    Best regards,
    Yigit

    #1420806

    Hi,

    Please edit the page and look for the Custom Fields section just below the Advance Layout Builder. If the fields are not visible, toggle the Custom Fields checkbox from the Screen Options. For more info, please check the documentation below.

    // https://wordpress.org/documentation/article/assign-custom-fields/#usage

    Best regards,
    Ismael

    Hi,
    thats exactly the point. The lightbox is not showing but it should be showing… The plugin itself, as I can see in the documentation and screenshot from the creators, does not have such a ajax form as implemented. So it cannot be there by default. But it is…

    The main problem with this ajax form is the “Datenschutz” checkbox, which causes that the attendee has to click through every guest to tick it. Although we do not need the data. As mentioned out customer either wants to a) collect the data from the guests but additionally name and e-mail as required fields – this is not possible with this plugin – or b) only collect the data from the person that is registering for the event – which SHOULD be possible using the stock plugin, because there is an option for exactly this in the settings. BUT no matter how you change this option in the settings, it has no effect because the form in the frontend ist NOT generated by the plugin as it seems.

    I’ve added a screenshot of our settings (sorry that it is in german, I hope you can translate it somehow…) and how it looks in the documentation of the plugin itself for you in private content.
    In the documentation you can see that it is possible to override the template for these. But with Enfold installed, this is not possible as Enfold overrides all of these templates and you have to use a different hook to override the enfold templates. We found out via the enfold documentation.

    I hope you understand the point now. It’s a bit hard to describe the porblem. Sorry for that!

    Best regards!

    #1420612

    In reply to: Contact form

    Hey,

    You have the following custom CSS code:

    .av-fields-with-error {
      font-size: 20px;
      background-color: rgba(0,0,0,0);
      border: 0;
    }

    With this code you’re setting background color to transparent. Modify this code to change the background color.

    Best regards,
    Yigit

    #1420462

    In reply to: Logo too big

    Hey,

    You should check the custom CSS code you have in the Enfold theme options > General Styling > Quick CSS and Appearance > Customize > Additional CSS fields for errors.

    Regards,
    Yigit

    #1420370

    In reply to: Dynamic text

    Hey fanlokbun,

    Thank you for the inquiry.

    Yes, this should be possible with a custom field and shortcodes. Please check the following documentation for more info.

    // https://codex.wordpress.org/Shortcode_API
    // https://wordpress.org/documentation/article/assign-custom-fields/

    Example:

    add_shortcode('avs_iam_shortcode', 'avs_iam_shortcode_cb');
    
    function avs_iam_shortcode_cb($atts){
           extract(shortcode_atts(array(
                      'age' => 21,
           ), $atts));
           if(!isset($atts[0])) return;
           $field = esc_attr($atts[0]);
           global $post;
           $post_id = (NULL === $post_id) ? $post->ID : $post_id;
           return  "I am ". get_post_meta($post_id, $field, true) ." years old";
    }

    Shortcodes:

    [avs_iam_shortcode age=88]
    

    You have to add the “age” custom field in the post.

    Best regards,
    Ismael

    #1418995
    John Brand
    Guest

    Hi, our contracted web developer has used Enfold v4.7.6.4 for our site. We’ve noticed that the shopping cart and checkout do not work correctly on mobile devices – cutting off fields and even removing the ability for customers to change order quantities. I’m happy to purchase the upgrade if it fixes these problems for us. If you can confirm, or have us temporarily upgrade the site to test, that would be great. Thanks!

    #1418880

    In reply to: Dark Mode question

    i tested ( not all on Enfold ) a lot of those dark-mode solutions.

    They all suffer from the fact that switching to dark mode often does not produce a satisfactory result. So maybe another approach I had in mind is to use this snippet to set a custom colour scheme.

    function custom_color_set($color_sets){
      $color_sets['dark_mode'] = 'Dark Mode';
      return $color_sets;
    }
    add_filter( 'avf_color_sets', 'custom_color_set', 999, 1 );

    but on that case the class (dark_mode) will not go to the alb element – but to the body class list. Maybe we can add for that new color-set some input-fields for menu-colors and header area colors.

    Then all we would have to do is add a button (e.g. in header_meta) to switch the page to that colour scheme.
    Of course, it would be a lot of work to set this up, but it could be worth it for a better customised look.

    #1418875
    emilconsor
    Participant

    HI there,

    we have created tons of custom shortcodes for the pagebuilder, always “stealing” from the existing shortcode classes.

    It would be so much nicer to have a documentation in order to look up what elements I can add to the shortcode in the backend (select, linkpicker, etc).
    Maybe there are some hidden gems we didn’t find yet. Also, this would just help since I can’t look up on how to make conditional fields without looking through all the possible shortcodes e.g.

    Is there a “better” documentation already existing?

    Hi Guenni007,

    Thanks for your reply.
    I have tried your code but it’s not reflecting the correct order as it should be. If you check the below link with the screenshots, you will find that i have already created two custom post meta fields with the help of ACF plugin, named journey_start_date & journey_end_date. Below is the modified code of yours that i have implemented.
    add_filter( ‘posts_distinct’, ‘cf_search_distinct’ );
    function pre_sort_filter_escorted_vacations($query) {
    if(!is_admin() && $query->is_main_query()) {
    $post_type = $wp_query->query[‘post_type’];
    if ( $post_type == ‘escorted-vacations’) {
    $query->set(‘meta_key’, ‘journey_start_date’);
    $query->set(‘orderby’, ‘meta_value_num’);
    $query->set(‘order’, ‘ASC’);
    }
    }
    }
    add_action(‘pre_get_posts’, ‘pre_sort_filter_escorted_vacations’);
    Screenshot-from-2023-09-04-15-33-21
    Screenshot-from-2023-09-04-15-33-56

    If you want i can give ftp and admin credentials of our staging site.

    Hi Support,

    journey_start_date & journey_end_date are the two custom post meta fields that we have created for CPT escorted-vacations and we want to displat the posts in ascending order with orderby journey_start_date, can you please help me regarding this.

    Hi Isamel
    Thanks so much for the information provided. How do I know what the masonry image custom link field is called in the WPML translation editor? I tried to find it but couldn’t.

    I now manually added the links in the German WordPress version of the page, but this is not the ideal solution. Especially if we are using the WPML translation editor.

    I also installed the Advanced Custom Fields Multilingual Plugin but it seems not compatible with the latest WordPress, WPML and Enfold versions. It is not showing in the WordPress menu even though it’s activated. I watched the instruction video but it’s not where they are saying it is?!

    Thanks so much.
    Corina

Viewing 30 results - 121 through 150 (of 1,619 total)