-
AuthorPosts
-
July 31, 2016 at 12:03 pm #666987
Good morning,
I’m in love with this theme
I want to create my store online, I liked the travel agnecy demo, I imported it, then I added th bbpress plgin now I’m having a lot of issues especially in portrait mode:IPAD
-The transparent header takes time when scrolling to turn into opac header, and it is ugly to see that.
-Very ackward behavior in portrait mode.Portrait mode on mobile phones and tablets
This some examples
https://s31.postimg.org/fptpibdln/Quick_Memo_2016_07_30_22_10_46.png
https://s32.postimg.org/uww0e5x45/Quick_Memo_2016_07_30_22_11_49.png
https://s32.postimg.org/lnuiri6tx/Quick_Memo_2016_07_30_22_15_17.png
https://s31.postimg.org/s9x5hz7xn/Quick_Memo_2016_07_30_22_15_47.png
https://s32.postimg.org/ry4pvre1h/Quick_Memo_2016_07_30_22_16_30.pngAnd FInally I have this problem with Google maps, when you arrive to it it stucks and don’t let you go further into page it just scrolls the map
https://s32.postimg.org/faapd6j5h/Quick_Memo_2016_07_30_22_14_00.pngI hope that you will find solutions to my problems thnak you
August 3, 2016 at 8:00 am #667939Why there is no anwer?
August 4, 2016 at 3:41 am #668348Hi,
We are very sorry for the delay. Please post the link to the actual page/pages with the issue.
https://s31.postimg.org/fptpibdln/Quick_Memo_2016_07_30_22_10_46.png
For the first issue, please add this code in the Quick CSS field:@media only screen and (max-width: 767px) { .forum-titles li { font-size: 11px; } }
https://s32.postimg.org/faapd6j5h/Quick_Memo_2016_07_30_22_14_00.png
The google map isn’t stuck when we checked contact page.Best regards,
IsmaelAugust 5, 2016 at 2:18 pm #668972http://dzcrypto.com/forums/forum/forum-dechange/
This is the link u have asked.For google maps you can scroll the map but if u get the whole map in the window you can not get into other parts of page, on pc it works very fine
- This reply was modified 8 years, 3 months ago by ramitk.
August 8, 2016 at 7:22 pm #670021where are you people????
August 11, 2016 at 2:23 am #671108Hi,
Please refrain from bumping or replying to your own thread because it gets pushed back to the end of the queue and moderators won’t be able to provide a response immediately. Please be patient while we go through the rest of the queue. Thank you for your understanding.
https://s32.postimg.org/uww0e5x45/Quick_Memo_2016_07_30_22_11_49.png
Do you want to increase the width of reply container? Try this:@media only screen and (max-width: 767px) { .single-topic #bbpress-forums div.bbp-reply-author, .forum-search #bbpress-forums div.bbp-reply-author, .bbp-user-page #bbpress-forums div.bbp-reply-author, .forum-search #bbpress-forums div.bbp-topic-author { clear: both; float: none; margin: 0 auto; } }
https://s32.postimg.org/lnuiri6tx/Quick_Memo_2016_07_30_22_15_17.png
Edit the grid row element and set the Mobile Behaviour to the first option. Add this in the Quick CSS field:@media only screen and (max-width: 767px) { .home #av-layout-grid-1 .flex_cell { padding: 20px 20px 20px 40px!important; } }
https://s32.postimg.org/ry4pvre1h/Quick_Memo_2016_07_30_22_16_30.png
Combine this with the css codes above inside the css media query..avia-table { min-width: 768px; }
Please refrain from bumping or replying to your own thread because it gets pushed back to the end of the queue and moderators won’t be able to provide a response immediately. Please be patient while we go through the rest of the queue. Thank you for your understanding.
And if possible, please create a single for each inquiry. Thank you.
Best regards,
IsmaelAugust 12, 2016 at 10:16 am #671779Thank you Ismail for your answer
For the first issue ” increasing the reply container” : the code worked very well
For the second the code worked very well on mobile phones but I m facing this problem with Ipad https://s10.postimg.org/u0ekthtgp/image.jpg
Third for the table the code worked very well
Now I still have this problem on mobile phones and Ipad
https://s31.postimg.org/fptpibdln/Quick_Memo_2016_07_30_22_10_46.png
August 15, 2016 at 3:54 pm #672743Hi,
try this code inside Quick CSS field:
@media only screen and (max-width: 767px) { li.bbp-topic-voice-count { position: relative; left: -16px; }}
and adjust as needed.
Best regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.