Forum Replies Created
-
AuthorPosts
-
July 22, 2023 at 8:14 pm in reply to: Issue with changing product image for WooCommerce variants #1414070
I’m not interested in such a solution, I want to keep the enfold gallery so that the Woocommerce variants also work.
I would like to solve this problem keeping the current settings as it should work.My goal is for the Yoast breadcrumbs to display exactly in the place of the enfold breadcrumbs.
Because the solution I found causes both breadcrumbs to display.
Problem solved.
Problem solved. After updating Enfold, it turned out that the code responsible for displaying your own breadcrumb was the problem.
function av_breadcrumbs_shortcode( $atts ) { return avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));
should be replaced with the new code given on the website: https://kriesi.at/documentation/enfold/breadcrumbs/
function av_breadcrumbs_shortcode( $atts ) { return Avia_Breadcrumb_Trail()->get_trail( array( 'separator' => '/', 'richsnippet' => true ) ); } add_shortcode( 'av_breadcrumbs', 'av_breadcrumbs_shortcode' );
Everything is back to normal and displays properly.
In a private message, sending the login content.
Hello,
The cache is always cleared. This time, I even turned off the optimization module. In addition, I checked on various computers and browsers and the code does not change anything. As if it was not correct.
Edition:
I can see that after updating enfold to a newer version the layout on the order page has changed.
However, it doesn’t work as it should, because there are now 3 columns instead of 2 columns. In the attachment there is a screenshot.- This reply was modified 3 years, 4 months ago by creativeopole.
Unfortunately, it did not work and the sent css code did not change the layout to 2 columns.
I don’t fully understand because I checked the cart page design in the standard storefront template and there is also a two-column layout there. On the left are customer data and on the right there is information about the order and summary.
In fact, most templates look like this, only Enfold has weird client details and a blank space in the right column. Summary dumped to a new line.
This reply has been marked as private.This reply has been marked as private.February 4, 2021 at 9:13 am in reply to: Shortcode problem – It displays outside the place of placement #1277633Of course, I will write to the creators of the plugin, but please explain why it does not work only with the editor and Enfold blocks? Even when added to a widget, it works. It also works in other templates and editors like Elementor and WPBakery.
So you don’t think there is actually a problem with Enfold blocks since it works everywhere but only on Enfold not?
February 3, 2021 at 8:44 am in reply to: Shortcode problem – It displays outside the place of placement #1277275I am sending the link to the plug again, it is given in the first post.
I wouldn’t blame the plug and the code. Since it works with standard code, it works with Elementor and works with WPBakery. Therefore, only in Enfold the plug goes beyond the Enfold editor blocks.
However, I am implementing the project on Enfold and I would like to solve the problem. It is the only plug that meets the functionality requirements.
I ran into a similar problem:
https://wordpress.org/support/topic/shortcode-not-rendered/
And it follows that the problem may be with the template and editor, not the plugin.- This reply was modified 3 years, 9 months ago by creativeopole.
February 1, 2021 at 2:16 pm in reply to: Shortcode problem – It displays outside the place of placement #1276822After all, I wrote that the problem is with the enfold template and editor blocks.
I don’t need plugin support as it works fine.
The problem is that when I add a shortcode in the enfold column, it does not appear where it should be but it is displayed under the menu. As if the template blocks are not holding the shortcode in place.
Please see the attachments again, where to put the shortcode and where it is displayed on the website.
I corrected the link to the plugin, please check the enfold and you will see what the problem is and that it doesn’t display the shortcode.
- This reply was modified 3 years, 9 months ago by creativeopole.
Thank you for fast help. Everything looks fine. I will check it carefully in my spare time.
Greetings,
TimothyI can see that user Terry has the same problem and his blog is based on the Enfold creator, so I jam my subpages with products. For a standard blog and wooCommerce pagination this works fine. The problem is in Enfold and the wizard. Do you use your own sort? Avia-element-paging = 3.
In the private message, login and password.
And how to remove the European header, technical parameters / additional information
August 30, 2020 at 5:48 pm in reply to: Empty link in special headings – problem after update #1241988So please see the video in a private message. All links that are inactive in the special headings are now active and select them to manually disable them.
I am also sending a page where we have never disabled links in the headers and they probably also got activated there.
August 27, 2020 at 7:21 pm in reply to: Empty link in special headings – problem after update #1241297When editing subpages, all links that were set to “no link” now have active links. Usually these are empty links. So the problem in this case is that all special heading lines become active.
Another problem is the situation in which the link was once set, then it was turned off. In the past, a special heading was saved and used on many pages as a template. Now, after a few years when this problem appeared and we start editing the subpage, all special headings are active and link to the wrong pages because they have served as a template in the history.
August 24, 2020 at 7:09 pm in reply to: Empty link in special headings – problem after update #1240474The problem occurs when we edit the page. Then the special heading become active.
August 24, 2020 at 8:50 am in reply to: Empty link in special headings – problem after update #1240283All special headings (h1, h2, h3) had “No Links” set. Now they all have blank links turned on as in the example provided.
Below, in a private message, accesses the page where you can see the exact problem.
August 23, 2020 at 12:55 pm in reply to: Empty link in special headings – problem after update #1240072We don’t understand each other :) The point is that all special headers on the website have no links set. However, after updating Enfold, all headers in the subpages automatically have an empty link / link active.
I know there are plugins. However, I am not in favor of stuffing everything into plugins.
I think that the enfold template deserves to be developed and that the section has such an option to choose from. That is why I reported such functionality.
Please send a request to implement such a function in the future, because almost every template introduces such a thing.
This is due to the fact that the descriptions under SEO are getting longer and there is no point in displaying it all.Do the template creators plan such a solution globally in the template or can such a solution be reported? With longer and longer descriptions for seo, this solution will certainly be useful.
The code works fine, however, causes the mega munu menu to disappear.
It did not change anything, on the contrary, it returned to its basic appearance.
The main category must be a link, while the subcategories are to show up only when we click on the main category.
I sent a link to the example in a private message. This is the effect I’m interested in for the pages menu in widgets.
I am interested in this effect after clicking. Only after clicking on the menu does the list of categories expand. All links are active and can be accessed.
But removing the parent link is not good in terms of service usage and SEO. The menu works so that when clicked, it also includes in the main category and displays underneath the subcategories that are visible after clicking and not hovering.
After all, such navigations are found, even in enfold, when we have a woocomerce, the drop-down menu is clicked and the links work for the main category and subcategory.
And this is the solution I would like to achieve for the widgets menu.
-
AuthorPosts