Forum Replies Created
-
AuthorPosts
-
Oh sorry I might not have explained my self good enough. I am not interested in separating the category title and the description – it is supposed to stay together, but my problem is that it moves in between the products and the pagination (like you can see on your screenshot). I would like it to come in the following order: products, pagination and then category titel and description.
Have you found a solution?
of course
Ah found it – thank you.
Unfortunate when i paste the shortcode to the table the cell turn out empty. The easy slider code works fine, but the gallery code doesn’t.I have made a table and want to add a shortcode for Bigger Gallery were additional images are available via lightbox. I want to add it to the first row in each column.
As you can see there is no gallery option in the shortcode dropdown. https://www.dropbox.com/s/yfcq24zqy8m3rwm/Sk%C3%A6rmbillede%202019-05-27%2008.37.15.png?dl=0Never mind – i figured it out. Thank you for a great theme.
Hi,
I tried this with different priority values, but nothing happens.add_action( ‘init’, ‘enfold_customization_woocommerce_related’ );
function enfold_customization_woocommerce_related() {
remove_action(‘woocommerce_after_single_product_summary’, ‘wrprrdisplay’);
add_action(‘woocommerce_after_single_product_summary’, ‘wrprrdisplay’, 20);
}I added this to my function.php file:
add_action( ‘init’, ‘enfold_customization_woocommerce_related’ );
function enfold_customization_woocommerce_related() {
remove_action(‘woocommerce_after_single_product’, ‘wrprrdisplay’);
add_action(‘woocommerce_after_single_product’, ‘wrprrdisplay’, 20);
}But it is still placed underneath the sidebar where no one will ever see it.
Can you help me do that in the right way?
To move the old related products function I used this code (and it worked perfectly):
______________________________
add_action( ‘init’, ‘enfold_customization_woocommerce_related’ );
function enfold_customization_woocommerce_related() {
remove_action( ‘woocommerce_after_single_product_summary’, ‘avia_woocommerce_output_related_products’, 20);
add_action( ‘woocommerce_after_single_product_summary’, ‘woocommerce_output_related_products’, 2);
}
______________________________
What the plugin auhtor write is:
______________________________
To remove related products block you can use
remove_action(‘woocommerce_after_single_product’, ‘wrprrdisplay’);
in your theme’s function.php file.If you want to add it again you can do something like this
add_action(‘woocommerce_after_single_product’, ‘wrprrdisplay’, 55);
or add_action(‘ANY-OTHER-HOOK’, ‘wrprrdisplay’, PRIORITY);
______________________________But i can’t seem to get it right. It is like something is missing.
Thank you. The plugin is adding the related products in the bottom om the page underneath the sidebar and I want that moved up underneath the product summary where the old related products was. Does that make sence?
Hi,
I have the same problem. I use the default editor so that is not the problem in my case. I’ve switched the gallery to “WooCommerce 3.0 product gallery” in the theme options and that does solve the problem, but i would rather use the default Enfold product gallery.Problem solved. I checked “Delete old CSS and JS files” under Enfold Performance and it solved the problem. I guess deleting cache from WP SUPER CACHE wasn’t enough.
of course
Hi,
I did post a link in the private data section, but in case you can’t see it here is a link: http://www.nederkjaersholm.dk/shop/hvid-keramik-skaal/I don’t use the advanced layout builder.
I implemented this code in my function file:
add_action( ‘woocommerce_before_single_product_summary’, ‘avia_add_image_div’, 2);
add_action( ‘woocommerce_before_single_product_summary’, ‘avia_close_image_div’, 20);
function avia_add_image_div()
{
echo “<div class=’single-product-main-image alpha’>”;
}function avia_close_image_div()
{
global $avia_config;
$avia_config[‘currently_viewing’] = “shop_single”;echo “</div>”;
}add_action( ‘woocommerce_before_single_product_summary’, ‘avia_add_summary_div’, 25);
add_action( ‘woocommerce_after_single_product_summary’, ‘avia_close_summary_div’, 3);
function avia_add_summary_div()
{
echo “<div class=’single-product-summary’>”;
}function avia_close_summary_div()
{
echo “</div>”; //close out the summary
get_sidebar();
}1. Hmm tried from another computer and from there it worked fine som i guess it is just my computer.
1. so you are able to add more than one item the cart and they are still there when you go to cart? Because i cant add more than one item and when i to the cart there is nothing there.
2. https://www.dropbox.com/s/iqn9i8afkdr0fm2/Sk%C3%A6rmbillede%202017-07-10%2013.38.13.jpg?dl=0
https://www.dropbox.com/s/zf7yjajsucjdk61/Sk%C3%A6rmbillede%202017-07-10%2013.38.31.jpg?dl=0Problem solved so far… we are not sure how, but as far as it is now, we can live with it. Might get back to you later .
Thank you, it is translated correctly now.
I also have a translation issue at the check out page, the following strings is not translated:– company address
– shipping and handlingCan you help me with these too?
These strings in the order confirmation email is not translated:
– Your order has been received and is now being processed Ditte Risgaard. Their order is as follows:
– Quantity
– PriceGreat thank you!!!
Is it possible to use the advanced layout builder – and still see excerpt on the blog page? Or is it just me doing it wrong?Here you go
Hi,
But it is not displayed automatically. I am not using the advanced layout editor, because when i do that no excerpt is shown on the blog page, so i have to use the default editor.Hey!
That seems to be a useful plugin – thank you.
However, it didn’t solve my problem so I will try to explain it differently.
I have to shop pages, the default shop page and a custom-made shop page. Right now, both of them contains the same shop items so it is basically two identical pages. I have made a widget area for both of them (placed in the sidebar), both of the widget areas contains the same widgets.
My problem is that the layered navigation only shows up on the default shop page, not on the custom-made page – why?Default shop page: http://www.nederkjaersholm.dk/shop
Custom made shop page: http://www.nederkjaersholm.dk/shop-vineriet/I would like the layered navigation widget to appear in my sidebar and on the main product side (http://www.nederkjaersholm.dk/shop) it is there and everything is fine, but when you click Grappa in the sidebar (which is a product tag) there is nothing in the sidebar. How do I get the layered navigation widget to appear there as well?
I also want the layered navigation to appear on my custom build shop page http://www.nederkjaersholm.dk/shop-vineriet/
I have made a special widget area for that page with the layered navigation widget, but it doesn’t appear, the only thing to see is a TEST text and a search area, which tells me that it shows the right widget area the layered navigation is just missing.Hi, Elliott
1. Well that made all the pictures look funny and the two of them is still blurry…
2. I have created my own shop page but the layered navigation placed in the sidebar doesn’t seem to be able to get the information from the product grid, I can only see the TEST text in the top not the Layered Navigation. Have a look http://www.nederkjaersholm.dk/shop-vineriet/September 11, 2015 at 11:22 am in reply to: Blog content length will not show full blog post #501533Would you please look at my blog page? I would like it to show the full content and I have chosen that option but I get either a summery or nothing.
-
AuthorPosts