Forum Replies Created
-
AuthorPosts
-
December 11, 2017 at 5:29 pm in reply to: Custom sidebar on sub-category pages – Woocommerce #887516
I’m sorry Victoria, but I need a little more explanation with this.
What is this supposed to do? If it is supposed to give category pages and sub-category pages the same sidebar I think it doesn’t work. But I don’t really know which parts of this code should be replaced. So I could be wrong
add_filter( ‘avf_custom_sidebar’, ‘enfold_customization_custom_sidebar’, 10, 1 );
function enfold_customization_custom_sidebar( $custom_sidebar ) {
if ( is_product_category( ‘custom’ ) || cat_is_ancestor_of(your custom category id, get_queried_object()->term_id ) ) { $custom_sidebar = ‘custom’; }
return $custom_sidebar;
}December 11, 2017 at 2:53 pm in reply to: Custom sidebar on sub-category pages – Woocommerce #887431I don’t really understand that.
You can close this!
It is a local installation
YES, thank you!
That hides to the rows completely. When they should show they don’t anymore.
Alright, too bad. If I would add woocommerce to an existing enfold website. How would you recommend to build the webshop without the site being down for maintenance? Is it possible to develop a large part of a new website without it being accessible for visitors? Or would you say this is a bad idea to try.
Hello Jordan,
I started using wp-rocket and this problem is now over. Stil got another problem but I will make a new topic, thanks for the response anyway
I can’t figure out why it is not working, the filter of the product slider is not working, also using shortcodes just doesn’t work.
That didn’t do anything. I attached some screenshots for you. That is the difference between two almost identical enfold websites at the same browser size.
November 6, 2017 at 4:35 pm in reply to: Catchable fatal error when use pages of search results #873142Maybe I can make a duplicate or staging site. I can tell you that we have multiple enfold sites on the same server, with the same plugin’s and the same modifications without this problem. I will get back to you
Yes I mean the menu switching from normal to the hamburger menu.
My guess would be
1. switches at 982px
2 switches at 770pxIt would be better is both change at 982
hello,
That plugin is not tested with the latest version of WP. Also it used to work without plugin, and it still works on a different enfold installation.
I would like to know why this:
add_filter( ‘avf_modify_thumb_size’, ‘enfold_customization_modify_thumb_size’, 10, 1 );
function enfold_customization_modify_thumb_size( $size ) {
$size[‘square’] = array(‘width’=>220, ‘height’=>150);
return $size;
}or directly changing the settings in function.php isn’t working.
I disabled the caching.
With Css I changed the size of the thumbnails, but now they look stretched.
- This reply was modified 7 years ago by Wolf.
It is not working after all.
I don’t know what is going wrong.
.blog-meta, .blog-meta a, .blog-meta img {
width: 220px !important;
max-width: 220px !important;
max-height: 150px;
height: 150px;
border-radius: 0px !important;
}and
add_filter( ‘avf_modify_thumb_size’, ‘enfold_customization_modify_thumb_size’, 10, 1 );
function enfold_customization_modify_thumb_size( $size ) {
$size[‘square’] = array(‘width’=>220, ‘height’=>150);
return $size;
}and changed the size in the normal function.php for the square to 220 x 150
and regenerated the thumbnails, but it doesn’t work. The size is fine but the pictures get stretched.
Any ideas
October 26, 2017 at 4:27 pm in reply to: Catchable fatal error when use pages of search results #869245October 17, 2017 at 8:10 am in reply to: Catchable fatal error when use pages of search results #865176Hello,
I deactivated all the plugins and removed everything from the child theme. It didn’t change anything. (I have some new issues now, I will create a new topic for it.)
October 10, 2017 at 4:34 pm in reply to: Catchable fatal error when use pages of search results #862516Hello,
It didn’t work, but it changed something.
When trying to go to page 2 you get a redirect to the searchresults page (without results)October 9, 2017 at 11:55 am in reply to: Catchable fatal error when use pages of search results #861855Here you go. I have tested these credentials.
August 1, 2017 at 10:32 am in reply to: Catchable fatal error when use pages of search results #832743yes I change them sometimes
yes it works, you can close this
July 27, 2017 at 10:52 am in reply to: Catchable fatal error when use pages of search results #830577I disabled all my plugins and I still get the Catchable fatal error
- This reply was modified 7 years, 4 months ago by Wolf.
thanks!
Perfect, thanks
@rengarajan Thanks for the response. This problem is really bad. I can’t have a menu that is opening blank pages just because the mobile menu isn’t working.
and for team enfold.
I did everything in the list. Without plugins/caching etc the menu is still not working
- This reply was modified 7 years, 4 months ago by Wolf.
the http:// fix is also not working for me. Know the link opens a about:blank page.
Nevermind, everything works now
- This reply was modified 7 years, 4 months ago by Wolf.
This doesn’t work sadly,
It says the setting is saved but the drop down says the wrong language. Is it possible the setting is saved but the backend just displays it wrong?
Same problem
I’ve got 20+ spam mails in the last 2 days, all through the enfold contact form
-
AuthorPosts