Richie KS
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [MesoColumn] Tabber Errorafter you fill the item inside widgets->tabbed sidebar, you need to drag the item ‘tabber’ into right sidebar widget.
Forum: Themes and Templates
In reply to: [MesoColumn] Delete this notificationgo to customizer->general->post->disable comment notice.
Forum: Themes and Templates
In reply to: [MesoColumn] Card Width WooCommerceadd this to custom css
#custom .entry-content .woocommerce table {max-width:100% !important;}Forum: Themes and Templates
In reply to: [MesoColumn] Live edit view is gonenot sure what you mean? are you saying they are working fine now? after the disable and enable of plugins. that will be odd, the plugin re-activated might have flush the cache etc and make it work now.
Forum: Themes and Templates
In reply to: [MesoColumn] Woo Billing Table & Order Notetry add this to custom css
@media only screen and (min-width:300px) and (max-width:770px) { #custom #customer_details .col-1 {width:93%;} #custom #customer_details .col-2 {width:93%;} }Forum: Themes and Templates
In reply to: [MesoColumn] Live edit view is goneok, i’ve tested the plugin and it work in my end.
i can use all the customizer option and the live preview are ok.
https://s7.postimg.org/lffm5d51n/screenshot-localhost-2017-11-19-13-28-22-136.jpg
when in live edit mode, try check your browser error console log, and let me know what you see?
Forum: Themes and Templates
In reply to: [MesoColumn] Live edit view is gonecould you point me the plugin link?never mind: its this one right?
https://wordpress.org/plugins/all-in-one-event-calendar/- This reply was modified 8 years, 8 months ago by Richie KS.
Forum: Themes and Templates
In reply to: [MesoColumn] Live edit view is goneseem fine in my end, i’m able to edit via customizer and the live changes take effect like change bg color etc. using latest wp.
might be some plugin related conflict, any plugin recently installed?
Forum: Themes and Templates
In reply to: [MesoColumn] Remove duplicate pruduct title in shop viewadd this to custom css
li h2.woocommerce-loop-product__title {display:none;}
seem fine to me in all browser, closing this and mark as resolved.
Forum: Themes and Templates
In reply to: [MesoColumn] Demo Dataafraid there’s no demo data. the theme basically easy to setup, all can be config in wp-admin->customizer, try check the setting one by one.
might be browser cache or site cache, try clear the cache on browser etc..
add this
#custom .jdGallery .slideInfoZone h3 { text-transform: none; }Forum: Themes and Templates
In reply to: [MesoColumn] No images on the main pagedid you enable auto first image grab in customizer->general->posts?
Forum: Themes and Templates
In reply to: [MesoColumn] Menu drop shadowthe shadow will dissapear if background color/image is saved or header image with header on top is setup.
if you want to to appear, add this to customizer->general->custom css
#header {z-index:-660;}