Forum Replies Created
-
AuthorPosts
-
Its displaying weirdly, see private. Can we hide the comments altogether, only show category, post title and date posted in this format Sept 19th 2013
September 19, 2016 at 7:20 pm in reply to: Woocommerce Cart Separator – How to remove them ? #688702thanks, what about the border hidden when the cart is empty, easy to do right?
September 19, 2016 at 6:42 pm in reply to: Woocommerce Cart Separator – How to remove them ? #688661Only works when the cart has an item, when empty the border show again. What about my second question? how do i only show the shopping cart in the menu when there is a product added to the cart? so hidden when cart is empty (i see an option for the floating cart but not when added to menu)
Neither codes below worked for me when loading the page on a mobile device, it does work however when resizing chrome and reloading the desktop browser already resized. I did try different browser on the iphone (safari and chrome) and tried other phone type as well, no luck :(
@media only screen and (max-width: 768px) { #av_section_1 { background-image: none!important; }}
// Remove color section background function remove_bg(){ ?> <script> jQuery(window).load(function(){ if (jQuery(window).width() < 768) { jQuery("#unique-id").css("background-image", ""); } }); </script> <?php } add_action('wp_footer', 'remove_bg');
u rock thx !!
i see, was it an error in a different code or behind the scene?
September 9, 2016 at 4:32 pm in reply to: Remove Woocommerce single product page hyperlink on cart page #684242worked thx :)
that worked thanks, is this the only css code you altered?
.av-hotspot-container .av-image-hotspot_inner { background: transparent !important; }
perfect, i increased the footer 4 a bit and its perfect now thanks
#footer .flex_column:nth-child(1) { width: 15%; margin-left: 0; } #footer .flex_column:nth-child(2) { width: 25%; margin-left: 3%; } #footer .flex_column:nth-child(3) { width: 15%; margin-left: 3%; } #footer .flex_column:nth-child(4) { width: 35%; margin-left: 3%; }
magical thanks !
thanks i tried your code and the last one at the bottom shown below, but in both case the date for all post became the same day, it did remove the time though, see private note for example
add_filter('avia_widget_time', 'change_avia_date_format', 10, 2); function change_avia_date_format($date, $function) { $output = date( 'Y-d-m'); return $output; }
I tried playing with the different % but no matter what i couldnt get footer 1 reduced for some reason, it seems to be fixed size
Can you get it looking like that?
thanks fixed
silly me, looks like i forgot to save? lol fixed
- This reply was modified 8 years, 2 months ago by yingyang.
Almost, the footer 1 is too wide and 4 too narrow still, i tried adjusting the % myself but odly only footer 3 got shrinked, footer 1 remain narrow
worked u rock !!
thanks, the date font size is a good workaround, i did add the code you gave me but the author still shows, any idea?
this is what i see when i add the code
Good find, you fixed it thanks !!!
Thanks see private
thanks, it appears to be working, im having a hard time lining them up the way i want, when i use a low number like 10% it doesnt shrink that much and sometimes it isnt centered, what is the best practice? is 100% the total for all footer?
almost thanks,
– the author still shows after adding the code
– how can i make the date font bigger and show firstI see, ive added it as shown in the private note, looks good? error remains though
Hey Yigit, i think you replied to the wrong thread? my issue is about the missing checkout button on the cart page, please advise thanks
Thanks almost perfect, How do i show the date first, correct the spacing after post title and remove the By AUTHOR text.
Also is it possible to add text between each section? i’d like it to show as:
DATE | POST TITLE Closed P&L on POST CATEGORY
- This reply was modified 8 years, 2 months ago by yingyang.
sorry please try again
which you check, can you see if there is a way to line up the paypal express checkout button on the cart page, the OR above it makes the button not line up with the other checkout button, wondering if you can make it look more integrated
- This reply was modified 8 years, 2 months ago by yingyang.
August 25, 2016 at 8:13 am in reply to: Hover cart menu: redirect to cart when clicking on PRODUCT #677393worked thx !
thx !, the change worked, why is there no way to put this into the child theme folder? weird that it can only be a temporary change
ive disabled that line though already, even if i remove it it doesnt work, see private for login th
thats awesome, this made me realize i need to display all three on the same line otherwise the picture is covered by half, how can i display them all in one line like so: [posted date] – [Category] – [post title] ?
and i would like to hide the post description too if possible, only visible when entering the post page
- This reply was modified 8 years, 2 months ago by yingyang.
-
AuthorPosts