Home › Forums › Flowfolio WordPress Theme › Reply to wavepromotion's question on TF
This topic contains 10 replies, has 2 voices, and was last updated by wavepromotion 4 years, 4 months ago.
-
AuthorPosts
-
November 23, 2013 at 9:32 am #1562
Hi,
to disable menu links ajax feature please open file js/main.js find this linejQuery("#navi a").aLinkClick();
,
comment it or delete it;
to show up menus in content page please open file single.php find this `var div = document.getElementById(“side_wrap”);
div.parentNode.removeChild(div);`, comment it or remove it,
BestNovember 25, 2013 at 11:46 am #1586Hi,
to void background slider loadning flash issue, please try this:
1. add this line below ‘.backslider {‘ in file styles/backslider.css:display:none;
;
2. open file functions/include_bg_slider.php find this code:jQuery('#bs0').backslider({ mode:'timer', effect:'crossfade', // effect - "fade", "crossfade", "slidefade", "slide" timerDelay:<?php if(of_get_option('slider-interval')) { echo of_get_option('slider-interval'); } else { echo '5000'; } ?>, effectTime: 3000 });
change it to
jQuery('#bs0').backslider({ mode:'timer', effect:'crossfade', // effect - "fade", "crossfade", "slidefade", "slide" timerDelay:<?php if(of_get_option('slider-interval')) { echo of_get_option('slider-interval'); } else { echo '5000'; } ?>, effectTime: 3000 }).show();
,
BestNovember 25, 2013 at 10:00 pm #1591Well, thank you so much for your fast and accurate answers, it worked just fine!
I am asking just a last question hoping not to abuse of your patience, my client didn’t like much the mobile version of the site, is there a way to disable the responsive script so he can see if he prefer the desktop version on the mobile?
thank you again and very good job!
November 26, 2013 at 10:09 am #1610sorry if I insist, but i can’t really find how to change the menù visualization in the mobile version. it could be ok if only I had the chance to have the menu wide open like in the desktop visualization rather than the actual “multiple choice” version.
Thank you again
November 26, 2013 at 10:31 am #1612hi, please try this to disable responsive design:
1. in header.php remove this line<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
2. in functions.php remove this linewp_enqueue_style('respondsive-style');
3. in js/main.js remove from line ‘Mobile menu jquery, Responsive layout’ to line ‘END Mobile menu’,
BestNovember 29, 2013 at 9:38 am #1674Thank you again for your complete and fast answer, that worked fine except for one last thing: the background slider and the menù doesn’t seem to have a fixed position and they scroll down with the content page, leaving the black background being visible at the bottom of the slider. is it a fixable issue?
November 30, 2013 at 4:23 am #1684Hi, please paste you site url here, I will check it for you later,
Thank youNovember 30, 2013 at 8:10 am #1687Here it is: http://www.ristorantelascala.it/wordpress
Many thanks
December 2, 2013 at 2:20 pm #1705any news? 🙂
December 3, 2013 at 1:37 am #1714Hi, please try this:
open file flowfolio/sytle.css and find line 107, change ‘fixed’ to ‘relative’. because you remove the responsive design, so I think there is no better to relayout this theme under mobile view,
Thank youDecember 3, 2013 at 9:58 am #1720that didn’t change much, but I guess that’s the best i can have, so I’ll work on the responsive design.
Thank you so much, keep it up! -
AuthorPosts
You must be logged in to reply to this topic.