-
Search Results
-
Topic: Leave a Reply
Hi
I have posted a news thread on the website – but now when “customer” replies-
It doesnt request “email address” – but request “website”And then when i enter “email address” @ “website” –
It gives an “ERROR: please filled the required fields (name, email)
<< backI am trying to change the color of the billing details text inside the input fields.
Regards,
AdamTopic: Shortcode color section
Hi,
In my page I have a header image placed in a color section with background image, Title and subtitle.
So that I can reuse the same element I built this header as a page so I can include it as a content element into some of my pages. Now I placed the page title as it is, the subtitle from custom fields. Is there a possibillity to use the post thumbnail or page default image as the background for the color section?
css or a shortcode?Thanks in advance.
OnlineplanerTopic: ACF custom loop shortcode
Hi,
I’m using ACF PlugIn for custom events. What I want is to show future events with the help of a shortcode inside the Avia builder. Unfortunately the loop is always shown at the beginning of the page, not at the position of the shortcode. What am I doing wrong?
<?php /* ------------------------------------------------------------- SHORTCODE FUTURE EVENTS ------------------------------------------------------------- */ function future_events_all_shortcode() { // Begin Function $today = current_time('Y-m-d'); $args = array( 'post_type' => 'veranstaltungen', 'posts_per_page' => '20', 'meta_key' => 'datum_beginn', 'order' => 'ASC', 'orderby' => 'meta_value', 'meta_query' => array( array( 'key' => 'datum_beginn', 'compare' => '>=', 'value' => $today, 'type' => 'DATETIME' ), ), ); // Format date $date = get_field('datum_beginn'); $date_day = date_i18n("D", strtotime($date)); $date_day_digit = date_i18n("d", strtotime($date)); $date_month = date_i18n("M", strtotime($date)); $children = new WP_Query($args); if ($children->have_posts()) : while ($children->have_posts()) : $children->the_post(); $fields = (object) get_fields(); echo '<div class="atomic-events">'; echo '<div class="atomic-event">'; echo '<div class="event-date">'; echo '<div class="event-date-day">', $date_day, '</div>'; echo '<div class="event-date-day-digit">', $date_day_digit, '</div>'; echo '<div class="event-date-month">', $date_month, '</div>'; echo '</div>'; // end event-date echo '<div class="event-text">'; echo '<h1 class="event-title"><a href="' , the_permalink() , '">' , the_title() , '</a></h1>'; echo '</div">'; // end event text echo '<div class="event-image">'; echo '<div class="event-image"><a href="' , the_permalink() , '">' , the_post_thumbnail( 'large', array( 'class' => 'img-responsive' ) ) , '</a></div>'; echo '</div">'; // end event image echo '</div>'; // end event echo '</div>'; // end events endwhile; wp_reset_postdata(); endif; // End Function } add_shortcode('future_events', 'future_events_all_shortcode');hi guys,
knows anyone of you, if is there a third-party plugin where i have the possibility to filter the enfold portfolio category by name, tags, size, color (color of the pictures after i mark them with additional custom fields) and so on.
something similar to this very nice product portfolio from this guy here.
https://mihajlovicnenad.com/product-filter/creative/shop/unfortunately this plugin works only with woocommerce. i don´t wont to place every picture as a product to have the ability to sort after than. when you have thousands of pictures, it is very time-consuming with woocommerce. and after than, you dont have the nice lightbox presentation.
i want to have something clean, like the enfold portfolio now at the moment with the ability to professional sorting.thank you guys for all the recommendation.
cheers.
lucian
p.s.
a lot of stores how sells pictures have the same filter method. but i don´t want to sell the pictures, i just want to have a nice presentation.I’ve created a custom content part in my child theme, using the Blog Post content part and created a subtly modified part called Resource Part. This lives in /shortcodes/resource with resource.css and resource.php. This is working correctly for me in the Advanced Layout Builder.
Inside my theme directory, I’ve created a file single-resource.php and it is being accessed correctly to display a page for the resource custom post type.
I’m trying to create a custom loop file that Resource Part uses instead of the regular blog loop when the Resource Part is used on a Page. I’ve created a file inside /includes called loop-resource.php that is a modified copy of loop-index.php. I’ve changed all instances of where a post_type is defined as a ‘post’ to ‘resource’ (the name of my custom post type).
In single-resource.php I’ve modified the following:
get_template_part( 'includes/loop', 'resource ');When I place my new Resource Part content item on a Page using the ALB, is loop-resource.php the file that it’s supposed to be using? I could use some help knowing a few more facts about the file structure.
I’m trying to create a custom loop for my Resource Part, so I can add custom fields, etc to control its display more granularly than the default Blog post loop. Am I even modifying the right file?
I’m almost there. Just need a bit more help.
Hi,
I found a code snippet here in the forum to add quantity fields on the WooCommere shop pages. This is the link:
https://kriesi.at/support/topic/add-a-quantity-field-to-woocommerce-products/#post-1008227It works when the customer uses + or – to adjust quanitity. But when the customer wants to add a larger amount, it doesn’t work properly. For example when the customer wants to mark the number to enter a new one, an url appears in the field. Do you have a suggestion, how I could fix the problem?
AND
How can I change the positioning of the quantity field with CSS?It’s a B2B-Shop. You have to use the login credentials in the private content to see the quanity fields on the shop pages.
Best regards,
SonjaDear Sirs,
Over the years you provided excellent solutions to a series of problems I had with Envato. Now there is one quite hard to solve.
Recently, a new law in Italy forced to adopt a method to create “electronic invoices”, so we had to install a new custom-made plugin (WooCommerce Fattureincloud Premium) that would send clients’ and orders’ data from WooCommerce to an external service able to generate and handle those “electronic invoices”.
This plugin adds a series of fields to the “Checkout” basic WooCommerce page, and the problem is that those fields are scattered randomly among the others, instead of being orderly put at the end of the series.
This problem happens with our Envato theme, while with other themes this won’t happen.
I have contacted the developer of the plugin, and after a series of unsuccessful modifications, he said it’s a problem of the Envato theme, not his plugin’s.
In the private content section of this post you will find the login credentials to my site, a couple of screenshots showing the problem and the PHP file modified by the plugin developer that didn’t solve the problem
Thanks for your help!Hello,
I would like to know how I can add a second third and more level of filter for a filtered portfolio ?
I usually use categories for a one level filtered portfolio, but, how can I do to use tags as a second level, and eventually custom fields ?
I need held for my website project with a catalog of services that the visitor can filter to find the service that suits him. These services are classified by:
– ages of the public
– thematic
– techniques usedSo the visitor may search by one two or three filters.
Thanks
CarolineTopic: Enfold Hotel Theme
Dear Enfold Team, just looking at your demo for the Enfold Hotel Theme and since i don´t have expirience using your themes i got some questions:
can i also use the layout editor on the single product page of woocommerce moving elements around ( like product name to the top left, making the main image bigger, not displaying some elements and adding other elements like custom fields or ACF , etc .. ) and safe my design as a single product page template ?
I see on the demo you are using the woocommerce bookings plugin, is this included in the price ?
can you name me some examples of life web sites using the Enfold Hotel Theme ?
can you give me one test license to learn to use your theme for a period of one week ?
Thank you in advance
Best Regards
André Cuq


