webdevtestus
Forum Replies Created
-
ok, I found the solution
here it goesadd_action( 'init', 'remove_my_action' ); function remove_my_action() { global $wp_filter; remove_action( 'admin_notices', 'display_admin_notice'); }
Hey stephjacq, thanks a lot!
sorry the delay, I was out for holidays.
I checked it with incognito mode and it does the same, it is such a weird thing!solved
Thanks a lot @3sonsdevelopment
here the link
https://gist.github.com/webdevtestus/1b7afc4044c0037d9666dd83ba3f1813
for some reason the php code don’t work at all, neither the CSS
Forum: Themes and Templates
In reply to: wooommerce problem to make a product page responsivesolved thanks
Hey @jobthomas, thanks a lo, that gave me the tip to solve most of things so far
I still have to put Price at the bottom, just before the Badge, but I cant (I used order and some PHP magic buit it didn
t work)? Changed float: left to title to display:inline-block /*Change Title color and float text to left*/ ul.products li.product .woocommerce-loop-product__title, ul.products li.product h2, ul.productsli.product h3{ olor: #cc5588; display: inline-block; width: auto; } ? SOLVED added padding: 10px to image - make some space between image and text /*Float image to the left*/ ul.products li.product img { float: left; padding: 10px; }
Forum: Fixing WordPress
In reply to: Help to get a custom woocommerce page items aligned and centeredok, thanks, moved to woocommerce
Hi, @jobthomas and thanks
For some reason it does not work at all
In fat, I can only move stars with marginf-left : 45%; or any value, BUT it moves within whole site, I only need to style THIS star rating, don`t know howBy the way, I knew flexbox froggy, but didn`t know Grid garden, awesome tool! thanks
thanks!Ok, I had some advances, I could center excerpt but still have star rating left-handed.
I also could lift the title (it had some clear that I set to none and done)
here the code so far, I`ll keep trying to center now title at the top and try to center the star rating too…and to get some space between image and excerpt </strong>/*Float image to the left*/ ul.products li.product img { float: left; } /*Add hover to image*/ a:hover img { border:solid #eeccdd 5px; } /*Change Title color and float text to right*/ ul.products li.product .woocommerce-loop-product__title, ul.products li.product h2, ul.products li.product h3{ color: #cc5588; float:right; width: auto; } /*Center Excerpt and price and Button Get it now*/ ul.products li.product{ text-align: center; } /*Lift Up title*/ .beta, h2 { clear: none }
- This reply was modified 5 years, 8 months ago by webdevtestus.
Solved!
I wrote my own shortcode adding the function with an array of desired pages to show excerpt and works!!
ok, I reformulate the question again
ok, I′ll put the question this way; I need to have in some pages (new pages, NO woocommerce default ones) the excerpt of the products displayed. So I have one page with category MMFM called via shortcode, BUT it don′t shows excerpt, so I want to ADD to that shortcode call the excerpt for THAT category in THAT page. How can I do that? maybe a PHP snippet, but I am burnt..can′t get the right one . thanks in advance for some tip. Maybe I am overthinking it.
Forum: Themes and Templates
In reply to: [Storefront] can′t style a flexbox in product pageOk, solved, my mistake
it seems I had failed to get the right CSS class, here the code that works/*Align images to the left*/ <strong>div.columns-1 {</strong> float: left }
Forum: Themes and Templates
In reply to: [Storefront] can′t style a flexbox in storefront product pageOk, it was easier than expected…just this code…it seems I had failed to get the right class
/*Align images to the left*/ <strong>div.columns-1</strong> { float: left }
Forum: Fixing WordPress
In reply to: Can′t make top header nav and logo responsivesolved!!
Regarding Menu, it is ok, my mistake, forgot to activate handheld menu in Menu tab, sorry, working fine now,