-
Search Results
-
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? ThanksTopic: Credit where credit is due
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 :)
Topic: Create template for CPT
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.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
NancyDear 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
AndreaWie im Topic Title beschrieben gibt es nicht mehr die Möglichkeit mir die Custom Fields anzeigen zu lassen.

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.
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?I’m building a bookshop
Which will present 1000’s of booksI 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
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,
SaraHi, 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!
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?







