tothino
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Neve] It’s a pitythomhsb is right…
no more Neve is my choice too…for the time being rollback, next days switch to other theme…Forum: Themes and Templates
In reply to: [Neve] Change Copyright not working in v3.3yes, as Julian said, 2 of my sites “lost” a section with link to cookie and privacy settings…
a big problemok, thanks
Yes, i checked it, but woocommerce product page has social share icons integrated, so script shoud load in wc product page, but it does’nt load
well, i think in file:
public/class-sassy-social-share-public.php
at line 109 (current version), a condition like this (or similar) is missing:
… ( ( isset( $this->options[‘woocom_product’] ) ) && isset( $post->post_type ) && $post->post_type == ‘product’ ) …adding this line, sharing of woocommerce product works
thanks for pointing me at the right direction
Forum: Themes and Templates
In reply to: [eStore] Category Menu multicolumnthanks Milan, site is in development so i can’t provide url; btw i solved with these lines of CSS:
/* ————————————————- */
.category-menu-wrapper {min-width: 400px;}
#category-navigation ul li {padding: 2px 0px 2px 8px; line-height: 28px;}
#category-navigation ul li:nth-child(odd) {float: left; min-width: 198px;}
#category-navigation ul li:nth-child(even) {float: left; min-width: 198px; border-left: 1px solid rgba(0, 0, 0, 0.06);}
/* ————————————————- */
link to images before and after applied css:
BEFORE
AFTERPS a wonderful theme 🙂
- This reply was modified 5 years, 9 months ago by tothino. Reason: forgot some words
Bug is in frontend/index.php:
<?php if($dazz_cs_social['dazz_cs_ln']!=""){ ?> <li><a href="<?php echo $dazz_cs_social['dazz_cs_ln']; ?>" target="_blank"><i class="fa fa-google-plus"></i></a></li> <?php } ?> <?php if($dazz_cs_social['dazz_cs_gp']!=""){ ?> <li><a href="<?php echo $dazz_cs_social['dazz_cs_gp']; ?>" target="_blank"><i class="fa fa-linkedin"></i></a></li> <?php } ?>links and icons doesn’t match for g+ and linkedin
- This reply was modified 8 years, 7 months ago by tothino.