Home / Forums / Basel support forum / Shortcodes Removed With Ajax filter
Home › Forums › Basel support forum › Shortcodes Removed With Ajax filter
Shortcodes Removed With Ajax filter
- This topic has 56 replies, 2 voices, and was last updated 9 years, 1 month ago by  Artem Temos. Artem Temos.
- 
		AuthorPosts
- 
		
			
				September 21, 2016 at 5:52 pm #4346 
 Artem TemosKeymasterIt is a really strange issue but we don’t know what is it caused by. You need to compare your two sites and see what the difference between them. Look into configurations, maybe permalinks structures, additional plugin and customization. September 21, 2016 at 6:16 pm #4355
 robertarrowParticipantCan we just hide the: Add to Wishlist / Compare features for logged out users? I can’t seem to think of any other option. September 21, 2016 at 6:18 pm #4357 
 Artem TemosKeymasterTry to do this with the following code snippet .logged-out .yith-wcwl-add-to-wishlist { display:none!important;}September 21, 2016 at 6:23 pm #4358
 robertarrowParticipantThat worked. Can I also add .logged-out .button.compare to that CSS string as well? September 21, 2016 at 6:36 pm #4363 
 Artem TemosKeymasterYes, you can try this string as well. September 21, 2016 at 7:14 pm #4372
 robertarrowParticipantOkay, I’ve added that. How do I change the Related Product Carousel’s navigation to look like the theme demo?   September 21, 2016 at 10:26 pm #4379 September 21, 2016 at 10:26 pm #4379 
 Artem TemosKeymasterIt seems that it is caused by some additional plugin installed. It just overrides our default styles for arrows. Try to disable plugins one by one to see what causes the problem. September 22, 2016 at 2:27 pm #4406
 robertarrowParticipantThis is the plugin that is causing the conflict. Is there any way to create CSS to allow the default arrows for the related products? September 22, 2016 at 4:38 pm #4418
 robertarrowParticipantI’m having major issues with my checkout, after entering the information, I have an infinite spinning circle.  September 22, 2016 at 6:10 pm #4435 September 22, 2016 at 6:10 pm #4435 
 Artem TemosKeymasterWe just visited your web-site and were able to complete the checkout without any problems. Do you still have this problem?  Regards September 22, 2016 at 6:26 pm #4442
 robertarrowParticipantNo, sorry, it was a conflict with the Hide my WP plugin. I changed the settings and it works now. Any ideas on the css for the related products slider? I need the featured slider on the home page, but it doesn’t have arrows, so how would I remove that styling so the related products one works? Additionally, when I manually create a new user it sends them an email like this: Username: Robert Arrow To set your password, visit the following address: <https://hairterprise.com/wp-login.php?action=rp&key=s2H9jUgCkqIF0r0jhGzA&login=Robert+Arrow&hide_my_wp=sr343ba> https://hairterprise.com/wp-login.php?hide_my_wp=sr343baAnd then when I create a password, I can login, but it redirects me to a profile.php page. Why is it that this ‘customer’ role doesn’t redirect to the my account page or home page? September 22, 2016 at 6:28 pm #4444
 robertarrowParticipantIt redirects to this page profile.php I just tried this plugin and it didn’t work. September 22, 2016 at 6:58 pm #4448
 robertarrowParticipantFixed the related products slider by adding this: 
 .owl-theme .owl-controls .owl-buttons div {background: transparent;}The only other problem left I think, is that customer/wordpress user issue. Not sure what to do there. September 22, 2016 at 7:06 pm #4449 
 Artem TemosKeymasterHere is a custom CSS code for slider arrows .owl-theme .owl-controls .owl-buttons div { background-color: transparent; }Unfortunately, we don’t know why do you have a problem with users account creation, sorry. September 22, 2016 at 7:10 pm #4452
 robertarrowParticipantWell, then a quick question, when you create a new user (customer role) manually for a WooCommerce site, what is supposed to happen? They receive an email just like they would on a non-WooCommerce site, and then they would set their password. Then when they log in to the site, what should happen? September 22, 2016 at 7:24 pm #4458 
 Artem TemosKeymasterSorry, but we really can’t give you a right advice regarding user registration function in WooCommerce. September 22, 2016 at 7:25 pm #4459
 robertarrowParticipantI understand, I will discuss with the client and seek third-party assistance. September 22, 2016 at 7:27 pm #4463 
 Artem TemosKeymasterOk, feel free to contact us if you will have any additional questions regarding our theme. September 22, 2016 at 7:47 pm #4466
 robertarrowParticipantOkay, this should be in regards to theme, on the checkout page, how can I change the width of the shipping options because right now, they’re appearing staggered.  September 22, 2016 at 7:48 pm #4467 September 22, 2016 at 7:48 pm #4467
 robertarrowParticipantI need it to look like this:  September 22, 2016 at 7:53 pm #4469 September 22, 2016 at 7:53 pm #4469
 robertarrowParticipantIf i do this: .woocommerce-checkout-review-order-table tfoot tr.shipping th {width:100px}It applies to the product name as well. September 22, 2016 at 7:53 pm #4470 
 Artem TemosKeymasterTry to fix it with the following code snippet ul#shipping_method li { white-space: nowrap; }September 22, 2016 at 8:00 pm #4471
 robertarrowParticipantThat worked perfectly. I know my client and he’s going to want me to put it in a list like this: - Ground (3-5 Business Days):
- 2 Day (2nd Business Day Before 4:30pm):
- 2 Day AM (2nd Business Day Before 10:30am):
- Overnight (Next Business Day Before 4:30pm):
 Is there any way to change it back to just the Name and then add a link under shipping options that could link to this page? Delivery Options September 22, 2016 at 8:03 pm #4472
 robertarrowParticipantIf I do it like the OL up there, it scrolls and looks like this. 
  September 22, 2016 at 8:06 pm #4473 September 22, 2016 at 8:06 pm #4473 
 Artem TemosKeymasterUnfortunately, there is no way to make such a large names for shipping methods fit the space well there. It is caused by a table structure for totals block on checkout and we can change it in the theme. We suggest you to show this information in some other place but not in totals section. September 22, 2016 at 8:08 pm #4474
 robertarrowParticipantUnderstandable, I changed it back to what I had before. There’s no way to add information to this table right? Like a link under the shipping options that says Delivery Options or Shipping Information? September 22, 2016 at 8:15 pm #4475 
 Artem TemosKeymasterIt is possible but you will need to perform some code customization of WooCommerce files. Here is the file where you can insert your link plugins/woocommerce/templates/checkout/review-order.php 
- 
		AuthorPosts
Tagged: filtering, shortcodes
- You must be logged in to create new topics. Login / Register