lange darm
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Product Slider Carousel] Products not visibleI have a similar problem. I updated some plugins and now I can see no more products. only the message ” no product to slide”. But I have lots of products published. website is: https://www.wscloosdrecht.nl/
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] Not showing in theme by ThemlerHi MtGamberWesbiteDesign,
I have the same problem. I’m using the Simple-Shop theme and it shows the cart in the main menu, but no icon. When I choose the cart menu in the plugin I get a double price and item number, but still no cart. Must be something in the theme that overrides the plugin I’m afraid.
this is my website:
https://www.wscloosdrecht.nl/
I’m using the latest wordpress version (4.5.3) and Woo commerce 2.5.
Any ideas anyone?Forum: Plugins
In reply to: Woo Commerce single product page shows side barALthough my questions about how Woo Commerce works are still relevant to me I’m closing the thread since I’m no longer using Twenty Fourteen
Forum: Plugins
In reply to: Woo Commerce single product page shows side barI gave up and changed the theme to simple-shop in which the single-product page is one column and you have some options to change the layout of pages. Unfortunately there is not much to find about this theme on the wordpress forums.
I’m marking the thread as resolved.
Forum: Plugins
In reply to: Woo Commerce single product page shows side barIs it correct that Woo commerce builds the single product page like a post instead of a page? That would explain why there is no single-product page, like there are shop, cart and checkout pages.
Any way, I copied the WC template directory to my child theme, so I think that overrides not only the WC plugin templates, but also the templates of my child theme. is that correct?
I found this code in the single-product.php file:
* @hooked woocommerce_output_content_wrapper – 10 (outputs opening divs for the content)
* @hooked woocommerce_breadcrumb – 20
*/
do_action( ‘woocommerce_before_main_content’ );
?><?php while ( have_posts() ) : the_post(); ?>
<?php wc_get_template_part( ‘content’, ‘single-product’ ); ?>
<?php endwhile; // end of the loop. ?>
————————————————————
Do I understand it correctly that this code calls for a div content single product? Where can I find this wc_get_template_part( ‘content’, ‘single-product’)?
I’m trying to learn myself some php, but for now I am rather in the dark.Thank’s in advance for your help.
Forum: Plugins
In reply to: Woo Commerce single product page shows side barHi, I’m back. As I mentioned I managed to remove the side bar on the single product page, but part of my aim with that was to find more width for the product content. However, although the page is now full width, the product content remains the same width. I’ve searched for a day now and I still couldn’t find a solution to that.
It must be very easy to code in that the single product page must use the full width page, but I don’t know how.Please help.
Forum: Plugins
In reply to: Woo Commerce single product page shows side barI found a way to remove the right sidebar in my standard child theme. I put this code in the functions.php file in my child theme:
<?php
/* remove parent sidebars */
function aquatify_remove_fourteen_sidebars() {
unregister_sidebar( ‘sidebar-1’ ); // primary on left
unregister_sidebar( ‘sidebar-2’ ); // secondary on right
}
add_action( ‘widgets_init’, ‘aquatify_remove_fourteen_sidebars’, 11 );
?>I found that somewhere on the net. But I still would like an explaination of how Woo Commerce builds the single product page.
Thank’s in advance
Forum: Plugins
In reply to: Woo Commerce single product page shows side barErrata: the theme I use is twenty fourteen
Hi Martin,
This is a nice simple widget and i’ll certainly give it 5 stars, but I have one question, similar to Lena’s.
I want the thunbnails to appear more to the left, so it alligns with my Upcoming events widget. How do I do that?I’m using Headway themes and a Child theme nad I’d like to change the setting in the Child theme so it doesn’t get lost when I update.
Thank’s in advance.
Forum: Plugins
In reply to: [Easy Logo Slider] Remove border?The CSS file that customizes the easy logo slider plugin is called jcarouselresponsive.css and is situated in the wp-content/plugins/easy-logo-slider/CSS directory.
You can open that file via your ftp-program (I use FileZilla) by rightclicking on it and selecting view/edit with a plain text editor such as Notepad and change the bordercolors to #FFF.
Don’t change the colors of control elements or anything because then you won’t see them ;-).If you update the easy-logo-slider, you probably will lose your customisations to the CSS and will have to do it again.
Forum: Plugins
In reply to: [Nav Menu Roles] Nav menu roles and s2membersDear Helga,
I have no idea why that is, but my problem is solved. if I check the “by role” checkbox, but do not check any roles, everybody can see the menu and that was what I really wanted.
Thanks for your replies and keep up the good work with this great plugin.
Lange Darm
Forum: Plugins
In reply to: [Advanced iFrame] Placing a Framed Site into an iFrameI have a slightly different problem. I too want to include a framed site into an iframe. It works om one ocasion, but on 2 other ocasions it doesn’t, at least not with firefox as the browser. The page in the iframe is loaded but the framed content in the remote page is the wrong content. With IE it does work. Any idea why this is?
The page with iframe that works with both firefox and IE: https://www.voc-f8.nl/?page_id=29
Two pages that won’t work with firefox, but do work with IE:
https://www.voc-f8.nl/?page_id=33
https://www.voc-f8.nl/?page_id=33Thanks in advance for your reply.
Forum: Plugins
In reply to: [Nav Menu Roles] Nav menu roles and s2membersNo, level 0 is the level of non subscribers, but it does’nt show up as a role.
my real question is: How do I make a menu-item visible for not logged in visitors and logged in users at the same time? I can now choose to show the menu to logged out users or to logged in users or by role. but because the logged out users are not an acces role, I can’t show the menu to logged out users and categories of logged in users.
Forum: Plugins
In reply to: [Nice Login Widget] changing width of username and password fieldsThanx sgPlanwize,
I adjusted the width of the sidebar block and it’s fine now, but what I really wanted is to shorten the login fields “username” and “Password”. The Passwords used are no longer than say 10 digits, but the fields provide for much longer entries and the “container” for the username was wider than my sidebar block. I want to correct the width of the containers without having to widen the sidebar block (and consequently narrowing the main content block).
Is that possible?