tnn
Forum Replies Created
-
Hello !
Yes, I am using beaver builder, and honestly the plugin is great and thank you for that, but working with is like defusing a bomb. Extremely dangerous and uncertain.
I should precise that I am using your plugin within a “Global Themer Layout” ( my header ), so it is going to be triggered on every page.
Bottom line : NEVER use integration slug shortcodes, always use post ID shortcodes.
Otherwise this will burn your stuff to the groundAll right. So I found the solution :
#popmake should be changed to ID of your popup
In this example, the popup will reduce to 10% in width when the screen is under 992px width ( which is the viewport for medium screens, ipads and whatever ) , but if the screen is larger, it will keep the properties that you first gave it within the plugin.
@media only screen and (max-width: 992px) { #popmake-14789 { width: 10%!important; } }thanks !
Actually, I’m not using the plugin to create popups, but as a Menu builder on a local test website. It is very convenient because it lets you insert elements from Page Builders, within a popup/”menu”.
Obviously I have to use a fixed width and height ; a menu shouldn’t adjust itself, like a popup would.
I’m applying the CSS class to my Button to trigger the opening of the menu, like this :
As a menu, the Height has to be set to 100% in all cases, but the width should be set a 90% on mobile, and maybe just 50% on desktop.
I think this could be achieved through some css / viewport function, but I’m a bit confused by your css classses
A bad idea would be to create duplicate buttons calling duplicate popups with different sizes, that would display on mobile or desktop respectively.
Anyway, any suggestion would help ! thanks a lot
UP
Hi and thanks for your answer.
Yeah it looks like you’re right.Not sure how that happened, but if anyone Google for the fix, here is what happened ;
I was using WCFM on a staging site and I got mixed up ( woocommerce frontend manager marketplace or whatever the exact acronym is )
The correct fix for my issue should be put in Functions.php
add_filter ( 'wcfm_is_allow_customer_add_note', '__return_false' );Source : https://wclovers.com/forums/topic/customer-order-notes/
Sorry about that…
- This reply was modified 4 years, 2 months ago by tnn.
Hi.
No thanks, I don’t care about the checkout page nor have I ever mentioned it.
I precisely asked how to get rid of the Order Note system on the “My Account Page”
I also linked a picture of the “My Account page”, and the “Order note system” that I wanted to get rid off.
I also linked similar topic asking how to get rid of the “Order note system” on the “My Account page”.
https://wordpress.org/support/topic/remove-order-notes-from-account-page/Does anybody know how to get rid of that abomination ? This is extremely aggravating that I can’t even customize something that basic.
- This reply was modified 4 years, 2 months ago by tnn.
Hi.
Yes I have it installed too.
But I was wondering the logic behind the numbers “200, 230, 240” etc…I found the right numbers by luck, but there has to be some logic behind it.
Hi there and thanks a lot for your answer !
I tried your code, and it only deleted the “Shipping address” tab.
So, I tried random numbers from 200 to 300.
“unset($tabs[230]);” successfully deleted the “My Orders” tab.
“unset($tabs[280]);” successfully deleted both “Inquiries and Support Tickets” tabs.Unfortunately I don’t know what the logic is behind these numbers ?
But it worked, and for that I thank you a lot, and I hope this will help other people as well.Thanks again and have a nice day 🙌🏻 !
By the way :
The [all_reviews] shortcode layout has some issues which I tried to fix :
Displaying not correct on mobile :
– The user profile pictures takes up 1/3 of the screen, which is no good, I fixed it that way :
plugins/customer-reviews-woocommerce/css/frontend.css
line 302 ( fix avatar position and border )
div.cr-all-reviews-shortcode ol li.comment div.comment_container img.avatar, div.cr-all-reviews-shortcode ol li.review div.comment_container img.avatar { float: left; position: absolute; top: 0; left: 0; padding: 3px; width: 60px; height: auto; background: #ebe9eb; border: 1px solid #e4e1e3; margin: 0; box-shadow: none; }Line 336 ( delete margin author avatar ) div.cr-all-reviews-shortcode ol.commentlist li .comment-text { margin: 0 0 0 0px; border: 1px solid #ffff; border-radius: 4px; padding: 1em; }– The background color shortcode doesn’t work
My fix :In custom CSS ( my css class is .reviewblock_class but you can switch it to something else )
.reviewblock_class div.comment-text{background-color:#ffff;
;}– Control the size of product image and user avatar.
In custom CSS
For user avatars and default avatars
.reviewblock_class img.gravatar.avatar.avatar-60.um-avatar.um-avatar-uploaded, img.gravatar.avatar.avatar-60.um-avatar.um-avatar-default{
max-height: 3.5em!important;
max-width:3.5em!important;
}In custom CSS
For product images.reviewblock_class img.iv-comment-product-img { max-height: 5.5em!important; max-width:5.5em!important; border-radius:7.5%!important; }– The star rating color shortcode doesn’t work
In custom CSS
.crstar-rating { color: #0202fb!important;}– The nested/children review answers becomes too small to read from Level 2 answers ( hiding answers shortcode doesn’t work )
my fix : hide all the children reviews alltogether.
In custom CSS
/*hide children review */
.reviewblock_class ul.children {display:none;}So, the problem that remains ( for the all_reviews shortcode ) is that
– max-characters doesn’t work
– hide children review ( answers ) doesn’t work, my css fix only hides the reviews that still take resource to load in the background
– filter by categories / tags doesn’t seem to work either.I’ll keep looking into it in the meanwhile.
`Hi and thanks for your answer,
<blockquote>Thanks for the feedback, I will inform the development team to consider supporting these features in future updates.</blockquote>
Great, so I’ll either wait or pay someone to do custom coding if I need it earlier than possible, I could probably afford that and share the solution. Would you know which file should be looked into ?
<a href=”https://tanitoo.com/testing/
">https://tanitoo.com/testing/
There you can see that 0/5 star reviews ( sorry, I meant replies ) are displayed regardless of my shortcode preferences ;
https://i.imgur.com/LJeX5Dr.png[cusrev_reviews grid show_replies=”false” ]
[cusrev_reviews slider show_replies=”false” ]Just a suggestion : a “Read More” feature for long reviews may be a plus, as they sometimes tend to break the pagination when using “load more”.
I should have mentioned that it does work within a “Slider” shortcode, but not in “Grid”…
Another point, would you know which template file should be modified in order to move the top divs to the bottom ? I feel like the “Product meta” should be put next to the star rating, and the “User meta” at the bottom of the review excerpt ( like a signature ) . https://i.imgur.com/Zwj8hdj.png
Well, anyways, thanks for your remarks and answers !
- This reply was modified 4 years, 3 months ago by tnn.
Another problem with the Widget / Page Builder module :
The “Title” section can’t be left blank otherwise it will return some retarded stock wordpress bigass text like “<H1>RECENT COMMENTS</H1>” which is really unwanted as you’d want to put in your own stuff in.An option would be to fill it in with a blank character «⠀», or create your own shortcode altogether without heading thanks to their Help book, but yeah, leaving it blank should be an option.
In the same vein of solutions, here is a way to hide ALL <H2> widget titles altogether (add to custom css )
h2.widgettitle {display:none;}Besides that it says what it says it does, so you can deal with it.
- This reply was modified 4 years, 5 months ago by tnn.