Forum Replies Created
-
AuthorPosts
-
February 15, 2017 at 5:01 pm in reply to: Product search field for woocommerce at the beginning of store category pages. #747537
Hello
I have the sketch of the web hosted in a temporary host with an alternative url.
The current website is http://www.gardenbourguignon.com/ I made a few years ago.
But now we are going to transform it into an online store, and I downloaded enfold shop demo to test it.
At the moment I am happy and when it is finished, I will replace the old one by the online store. It will be the same domain, not two web pages. It’s just a redesign.
To put at the beginning of the store a product search field for woocommerce, I used this code:Add_theme_support (‘avia_custom_shop_page’);
To be able to use the visual editor.
But I need this field of product search for woocommerce also on the category pages.
In the private field I send a link to the store page and another to a category page.Thank you
February 13, 2017 at 8:01 pm in reply to: Product search field for woocommerce at the beginning of store category pages. #746595Hi,
please I need to have a product search field on top of categories shop pages.
Thanks
September 20, 2016 at 10:49 am in reply to: sidebar in single product pages and shp overview page #689056Ok
Thanks :DSeptember 16, 2016 at 5:10 pm in reply to: sidebar in single product pages and shp overview page #687635Thanks Ismael,
Very thankful
It’s OK now.
I received the latest update for Enfold.
If I upgrade, these settings you have done, will remain, right?
:)
September 7, 2016 at 12:08 pm in reply to: sidebar in single product pages and shp overview page #683079Hi Ismael,
> I have updated all woocommerce plugin.
> I created a new widget ‘test’ similar to ‘Sidebar Blog Cat’ for the code you sent me:add_filter('avf_custom_sidebar', function($custom_sidebar) { if ( is_taxonomy('portfolio_entries') ) { $custom_sidebar = "test"; } return $custom_sidebar; }, 10, 1);
> in config-woocommerce > config.php the line
$avia_config['currently_viewing'] = "shop_single";
exist. It’s in its place
But the issue continues
The code for the sidebar in portfolio_entries owerride
$avia_config['currently_viewing'] = "shop_single";
and in the products’ pages the sidebar that appears is `test’ as you can see in:http://www.gardenbourguignon.com/shop/orquideas/sustrato-orquideas-bourguignon/
I don’t konw that can i do
:(
- This reply was modified 8 years, 2 months ago by ramiropuig.
September 1, 2016 at 12:20 pm in reply to: sidebar in single product pages and shp overview page #680659Hello
I have a local installation of Enfold and I compared the files.I see no difference between header.php and between enfold / config-wocommerce / config.php
It is true that remember trying to put the sidebar pages you WooCommerce products on the right side.
But I was careful to leave everything as it was before, because it did not work these solutions:https://kriesi.at/support/topic/enfold-single-product-page-sidebar-will-not-appear-on-the-right/
I have also disabled the options WooCommerce store, but that does not affect the problem.
The truth is that on WooCommerce product pages Single Product Pages sidebar does not appear, and this sidebar is at the base of the page, not the right.
You can see it in the test product:
I do not understand what happens … :(
August 31, 2016 at 12:52 pm in reply to: sidebar in single product pages and shp overview page #679924Hi Ismael,
thanks for your time.I deleted sidebar.php of enfold_child, and I’ve pasted the code you have sent me to the plugin code snippet.
The right sidebar is already listed in the category pages: Sidebar Blog Cat. Ok. :D
The sidebar Shop Overview Page appears on the Shop page. Ok. :DHowever, in the pages of each product the sidebar Single Product Pages does not appear. :(
Instead, Cat Blog Sidebar (the sidebar we have set for category pages) appears on pages of product.
You can see that in the test products I created.I would also like to place the sidebar pages of each product in the right sidebar. Is that possible?
Thanks for your attention.
August 29, 2016 at 10:55 am in reply to: Assign custom sidebar on to the blog category pages #678788Hi
it´s the first time i use pastebin
I just made my first paste uploading the code in pastebin
http://pastebin.com/u/ramiropuig
paste name: enfold sidebarThanks
August 26, 2016 at 4:38 pm in reply to: sidebar in single product pages and shp overview page #678207Hello, thanks for answering
Several months ago I needed to put a sidebar on category pages.
I had to apply a solution found at:
https://kriesi.at/support/topic/enfold-portfolio-categories-sidebar-menu/#post-411168For in these pages this sidebar appears categories: Sidebar Blog Cat
But these days, I installed woocomerce. And the previous solution overrites WooCommerce sidebar and not appear WooCommerce sidebar:
Shop Single Product Overview Page
Sidebar Single Product PagesInstead Sidebar Blog Cat appears.
At present, WooCommerce is not visible on the page, because I have not managed to solve this problem.
I created a couple of test products and the shop page to see the problem.
On the other hand, how I can make the sidebar WooCommerce products is placed on the right.
Thank you
Hi
time after applying this solution:
/enfold/sidebar.php The code at line 44:
$ Custom_sidebar = apply_filters (‘avf_custom_sidebar’ $ custom_sidebar);
I added esta beneath it:
if (is_taxonomy (‘portfolio_entries’)) {$ custom_sidebar = “Sidebar Blog Cat”; }I installed WooCommerce and has appeared a problem. This solution overwrite WooCommerce sidebar:
Shop Single Product Overview Page
Sidebar Single Product PagesHow I can avoid this?
Thank you
August 24, 2016 at 5:10 pm in reply to: sidebar in single product pages and shp overview page #677130Hello,
I do not get to solve the problem.
To get a sidebar on category pages, I have applied this solution:in /enfold/sidebar.php at line 44:
$ Custom_sidebar = apply_filters (‘avf_custom_sidebar’ $ custom_sidebar);
I added this beneath it:
if (is_taxonomy (‘portfolio_entries’)) {$ custom_sidebar = “Sidebar Blog Cat”; }
And Then I have set this widget in Dashboard> Appearance> Widgets.But this solution overwrites the two WooCommerce sidebar: Shop Single Product Overview Page and Sidebar Single Product Pages both.
How can i solve this?
I need that in the category pages Sidebar Blog Cat appears.
But I need those WooCommerce sidebar also appear on their pages.
Thank you
August 23, 2016 at 9:51 pm in reply to: sidebar in single product pages and shp overview page #676684Hi
i can´t resolve the issue i wrote in my previus post.In the shop pages the Sidebar Shop Overview Page does´t work, and in the Single Product Pages the Sidebar Single Product Pages does´t not work too.
That´s because for to have a sidebar in portfolio_entries i this forum I found this:
Hey!
Sorry, that’s a portfolio category archives. If you want to set a custom sidebar for that then open up /enfold/sidebar.php and find line 44.
$custom_sidebar = apply_filters(‘avf_custom_sidebar’, $custom_sidebar);
And add this beneath it.
if ( is_taxonomy(‘portfolio_entries’) ) { $custom_sidebar = “test”; }
And then create a new widget area called “test” in Dashboard > Appearance > Widgets.The problem is that this solution override the Sidebar Shop Overview Page and Sidebar Single Product Pages too
How can i resolve this
ThanksHi
Thank you for your attention, Rikard.
I finally solved the problem with the support team Popup Builder.
They sent me a php file to replace an existing one.Thank you very much for your patience.
:)Hi
I just upgraded all plugins, enfol theme and the latest version of wordpress
However Popup Builder http://sygnoos.com/wordpress-popup/ still giving me problems.
It is updated a few days ago and have good ratings.
It seems that affects templates moving elements, others disappear, like videos …
What should I do?
Hi,
I apologize for the delay also.
Now the tags of the portfolio works fine like this:
http://www.gardenbourguignon.com/portfolio_entries/complementos-hogar/
However if I change input Portfolio General Settings to change permalinks used for portfolio items …
In Permalinks to:
http://www.gardenbourguignon.com/productos-destacados/complementos-hogar/The result is 404
#
- This reply was modified 8 years, 5 months ago by ramiropuig.
Ohhh….
if I keep…
http://www.gardenbourguignon.com/portfolio_entries/planta/
The problem is solved
But if I change in permalinkinks… to:
http://www.gardenbourguignon.com/gardenbourguignon/planta/
404 error again appears
Why I can not change …/portfolio_entries/…
Hi,
I just update Enfold and WordPress,
and with all plugins deactivated, the problem is still there
I sent you the login credentials
Thanks
Thank you. I’ll try.
:)
In this test page, you can see that in the sidebar, the cloud tag widget showing the porfolio categories sent to a page 404.
And the grid portfolio does not display filtering options, which are activated in the options…
Hi, I found the solution here:
‘https://kriesi.at/support/topic/enfold-portfolio-categories-sidebar-menu/#post-411168
Thanks
:)
- This reply was modified 8 years, 7 months ago by ramiropuig.
Thanks, i’ll try
:)
Please i need help in this subject.
Why i dont have a answer?
In another topic you recommend replacing line 82 of footer.php by:
$kriesi_at_backlink = apply_filters(“kriesi_backlink”, ” – Enfold Theme by Kriesi“);
But in my theme, in footer.php line 82 I read:
// you can filter and remove the backlink with an add_filter function
// from your themes (or child themes) functions.php file if you dont want to edit this file
// you can also just keep that link. I really do appreciate it ;)
$kriesi_at_backlink = kriesi_backlink(get_option(THEMENAMECLEAN.”_initial_version”));What should I do?
Please, I need a help for the links I mentioned in the previous post have rel = “nofollow”
Thanks
Sorry, I’m still working on localhost. But I can give my purchase code if necessary.
I’ll try to explain better.
In the behavior of the header, if I check box under Sticky header, this behavior is ignored in smartphones.
I can see it in Firefox, in the resize tool WEP developer toolbar. If I test it with your online demo of envato market, I see the same thing happening.
What I want is for smartphones the header will stick to the top of screen when I scroll down.
How can I do this?
Thanks
-
AuthorPosts