mediavisio
Forum Replies Created
-
Forum: Plugins
In reply to: [Page scroll to id] IE adds “Undefined” to URL linksPerfect! Congratulations and thank you for your responsiveness and the quality of your work! I would update the plugin as soon as possible.
Forum: Plugins
In reply to: [Page scroll to id] IE adds “Undefined” to URL links“Accueil”, “À propos”, “Activités”, “Services”, “Nos réalisations”, “Contact” are sections (#) on the same page (“Accueil”) = One Page. “Page d’exemple” is an independent page.
Forum: Plugins
In reply to: [Page scroll to id] IE adds “Undefined” to URL linkshttp://www.mediawebconcept.fr/onepagedemo2/page-d-exemple/
click one link of the menu and you will see that the beginning of the section (#) starts in the middle of the page and not at the top. After clicking on another link on the page (except “Sample Page”), the section will load again at the top of the page. As long as one remains in the structure of the page “One Page” (all the sections are on the page “Home-Accueil”), no worries but if one clicks on a page that is not part of the structure of the One Page, when we return to this structure, the offset of the scroll moves in the middle of the screen. It only does it on IE.
Sorry but it’s hard to explain without screenshot.
- This reply was modified 9 years, 4 months ago by mediavisio.
Forum: Plugins
In reply to: [Page scroll to id] IE adds “Undefined” to URL linksHi, I think I misunderstood. I just added a page “PAGE D’EXEMPLE” in the menu. If you go to this page and then click on a menu link, the page displayed places the title in the middle of the page instead of the top link. Before modifying the script for the problem of “undefined”, it did not happen.I replaced the code as you told me by:
<script>
(function($){
$(window).load(function(){
$(document).data(“mPS2id”).onStart=function(){
var clicked=$(“.mPS2id-clicked”);
if(window.history && window.history.pushState && clicked.length) history.pushState(“”,””,clicked.attr(“href”));
}
});
})(jQuery);
</script>Forum: Plugins
In reply to: [Page scroll to id] IE adds “Undefined” to URL linksHi,
A big thank you, IE does not add more “undefined”. But now when I return from page 404, the offset of the section is no longer good, the title is placed in the middle of the page. But after clicking on another menu link, it becomes correct again. I know, I’m a perfectionist, sorry …
Forum: Plugins
In reply to: [Page scroll to id] IE adds “Undefined” to URL linksHi,
http://www.mediawebconcept.fr/onepagedemo2/
I placed the script in the footer.php in my child theme
<?php /** * The template for displaying the footer. * * Contains the closing of the #content div and all content after * * @package siteorigin-north */ ?> </div> </div><!-- #content --> <footer id="colophon" class="site-footer <?php if( !siteorigin_setting('footer_constrained') ) echo 'unconstrained-footer' ?>" role="contentinfo"> <?php if( ! siteorigin_page_setting( 'hide_footer_widgets', false ) ) : ?> <div class="container"> <?php if( is_active_sidebar( 'footer-sidebar' ) ) { $siteorigin_north_sidebars = wp_get_sidebars_widgets(); ?> <div class="widgets widget-area widgets-<?php echo count( $siteorigin_north_sidebars['footer-sidebar'] ) ?>" role="complementary" aria-label="<?php _e( 'Footer Sidebar', 'siteorigin-north' ); ?>"> <?php dynamic_sidebar( 'footer-sidebar' ); ?> </div> <?php } ?> </div> <?php endif; ?> <div class="site-info"> <div class="container"> <p>Tous droits réservés - MediaWebconcept</p> </div> </div><!-- .site-info --> </footer><!-- #colophon --> </div><!-- #page --> <?php if( siteorigin_setting('navigation_scroll_to_top') ) : ?> <div id="scroll-to-top"> <span class="screen-reader-text"><?php esc_html_e( 'Scroll to top', 'siteorigin-north' ); ?></span> <?php siteorigin_north_display_icon('up-arrow') ?> </div> <?php endif; ?> <?php wp_footer(); ?> <script> (function($){ $(window).load(function(){ $(document).data("mPS2id").onStart=function(){ if(window.history && window.history.pushState) history.pushState("","",$(".mPS2id-clicked").attr("href")); } }); })(jQuery); </script> </body> </html>[ Don’t bump. ]
- This reply was modified 9 years, 4 months ago by Jan Dembowski. Reason: Fixing code block and deleting bump
Forum: Themes and Templates
In reply to: [Superhero] Top of the page is hidden under the master-headHi,
Here is the site. The problem is on all pages. When the window is narrowed to the maximum on the computer, the slider and the h1 are truncated on their height.Forum: Plugins
In reply to: [Form Builder | Create Responsive Contact Forms] language problemYes, I really find it very well but I need to use it in French and I can not find the language file in English to do the translation.
Forum: Plugins
In reply to: [Form Builder | Create Responsive Contact Forms] language problemSorry, it’s an error.
Forum: Themes and Templates
In reply to: [Superhero] Full with search resultsThanks a lot ! I already use a child theme. And thanks for your reactivity.
Forum: Themes and Templates
In reply to: [Superhero] Remove link in sliderPerfect ! It works, thanks.