epd
Forum Replies Created
-
Hi Anthony,
Thank you for your reply.
i have put the file in wp-content/languages/ but it doesn’t work.
I have to put the file with name kingcomposer-it_IT or it_IT ?thank you
best regardsEmanuele
Hi Anthony ,
I will wait for your update.for now i have found file and correct the bugs by myself:
plugins > Kingcomposer > shortcode > kc_blog_posts.php
in line 223 i have change the php date
<span class="entry-date"> <a href="<?php echo esc_url( get_permalink( $item->ID ) ); ?>"><?php echo get_the_date( 'F m, Y', $item->ID ); ?></a> </span>like this
<span class="entry-date"> <a href="<?php echo esc_url( get_permalink( $item->ID ) ); ?>"><?php echo get_the_date( 'j F Y', $item->ID ); ?></a> </span>Thank you
Best regards
Emanuele- This reply was modified 9 years, 4 months ago by epd.
thank you Anthony…i will do it!
best regards
Emanueleyes ,
now all issue is resolve.
thank you for your quickly response!:-)thank you!
Forum: Themes and Templates
In reply to: [Understrap] collapse nav bar on clickok thanks for your advice!
Yes I think there are pros and cons either way!
I think as a future is better the menu collapse after click.
In most one page sites that I see online that have fixed navigation bar on top , this feature is enable.
This only my point of view!:-)thank you for your support
best regards
EmanueleForum: Themes and Templates
In reply to: [Understrap] collapse nav bar on clickthat how look my website
Forum: Themes and Templates
In reply to: [Understrap] collapse nav bar on clicki’m sorry but maybe i have explained bad my problem.
Please click on “about” or “portfolio” or “contact” menu , you will see the menu does not collapse!Forum: Themes and Templates
In reply to: [Understrap] collapse nav bar on clickin pre-release you sent to me, the file understrap/js/vertical-one-page.js is the same as release 5.0
- This reply was modified 9 years, 6 months ago by epd.
Forum: Themes and Templates
In reply to: [Understrap] collapse nav bar on clickwork perfectly my demo site?
yes i have js active and i have delete all cache…i have also tested it in another pc and mac , but it doesn’t work!
Forum: Themes and Templates
In reply to: [Understrap] collapse nav bar on clickHi,
I have update 0.5.0 with pre-release version 0.5.1
but unfortunately nav bar does not collapse after the click.please check here http://test.dancinatelier.shoes
thank you
best regards
EmanueleForum: Themes and Templates
In reply to: [Understrap] collapse nav bar on clickHi,
in last versione of Understrap you introduce template “Vertical One Page”.
I have set it to my site with navbar fixed top.When browsing from a mobile , if you click on a menu item, you’ll see that the menu does not collapse.
You can see my demo site and try it here http://test.dancinatelier.shoeswhat I’m trying to do myself is to collapse the menu after click
please let me know if all clear now.
thank you
best regards
EmanueleForum: Themes and Templates
In reply to: [Understrap] collapse nav bar on clickHI holger1411,
yes i’m working in child-theme.
I have change only the hidden class from sm to md in button<button class="navbar-toggler hidden-md-up" type="button" data-toggle="collapse" data-target=".exCollapsingNavbar" aria-controls="exCollapsingNavbar" aria-expanded="false" aria-label="Toggle navigation"></button>and in wp_nav_menu navbar-toggleable-sm
<!-- The WordPress Menu goes here --> <?php wp_nav_menu( array( 'theme_location' => 'primary', 'container_class' => 'collapse navbar-toggleable-sm exCollapsingNavbar', 'container_id' => 'exCollapsingNavbar', 'menu_class' => 'nav navbar-nav', 'fallback_cb' => '', 'menu_id' => 'main-menu', 'walker' => new WP_Bootstrap_Navwalker(), ) ); ?>thank you Fabian.
ok Daniel Thank you for your reply.