Digital experiences for all disciplines
Forum Replies Created
-
-
November 24, 2016 at 3:19 pm in reply to: Page title and breadcrumb not fully visible on tablet/mobile #303461
Thanks David, works great!
Ticket can be closed 🙂
We do not have an FTP access; I don’t understand why you need them anyway?
I only added the code you have provided and now the excerpt “…” looks like out of place ant not in the <p>: https://www.froglogic.com/blog/
November 22, 2016 at 6:50 pm in reply to: Responsive Problem in Client and Testimonials Area #303077Hi David and Rui,
finally the website is online so you can check what’s going on. If you head over to https://www.froglogic.com/coco/ and scroll down a little (on your mobile or developer tool) you’ll see above the video the title “What others are saying…” which is not doing a automatic word wrap – Issue 1.
Issue 2: Further down you see “Selected Clients” where the images are out of place on the left side. How to fix this?
Ticket can be marked as resolved. Thanks 🙂
Thanks for your help David. This ticket can be closed. 🙂
Hi David and Rui,
I am using the default Excerpt. Not filling anything in by hand. But finally some good news, the website is online and accessible at https://froglogic.com
Maybe this will help to solve this issue 🙂
Elias
Thanks David, there was some other issue we had and thankfully found out about it. Now we only need to re-import all images and replace some links but this is another story. 😉
Ticket can be closed. 🙂
If the Dante theme gets an update do I need to change/add that code again or does it not get overwritten?
Ok. Thanks for the Info.
OK. Thanks for your help.
This issue is resolved and can be closed 🙂
Is there by now in the Theme Setting an option to exclude certain pages or do I really need to adjust the shortcodes.php files? If so does by an update the file gets overridden?
I’ve found another solution or rather not use this feature anymore at the site. This issue can be closed 🙂
@hentsch Thanks for your code which works for sub-menus very good but if there is a initial click at a main-menu item (which has sub-menus) the submenu is not displayed unless one of the sub-menu sites have been opened. See image below.
Any idea what to add to the code?
Attachments:
You must be logged in to view attached files.I think I’ve found the “problem”. In the Dante responsive.css file is on line 128 following code:
@media only screen and (min-width: 992px) { .mobile-menu-open #container { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } #mobile-menu-wrap { visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -webkit-transition: none; transition: none; -webkit-transform: none; transform: none; display: none; } }
As I want to show to mobile menu over 992px I have to add the #mobile-menu-wrap to my piece of code:
@media only screen and (max-width: 1210px) { .header-6 #logo { width: 100%; padding: 0 15px; top: 0px; left: 0; height: auto; position: relative; } #logo a { float: left; } #logo img, #logo img.retina { width: auto !important; min-height: 60px; } #main-navigation { display: none; } nav.search-nav { display: none; } .visible-sm.visible-xs.mobile-menu-show { display: block!important; } #mobile-menu-wrap { visibility: visible; display: block; } }
But I think also add the code from the responsive.ss in a modified way:
@media only screen and (min-width: 1211px) { #mobile-menu-wrap { visibility: hidden; display: none; } }
Does this makes sense? At least the mobile menu is showing as intended. 😀
Hello David, the layout and where the “…” appears has nothing to do if the site is on staging or not. It’s triggered in the code you gave me and I think in there is the solution to find as well. Or what is your approach to this? I just don’t get it…
-