Forum Replies Created

Viewing 15 posts - 16 through 30 (of 125 total)
  • Posted in:
  • in reply to: Page title and breadcrumb not fully visible on tablet/mobile #303461
    3lias
    Member
    Post count: 128

    Thanks David, works great!

    Ticket can be closed 🙂

    in reply to: Excerpt length on tag page #303125
    3lias
    Member
    Post count: 128

    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/

    in reply to: Responsive Problem in Client and Testimonials Area #303077
    3lias
    Member
    Post count: 128

    Hi 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?

    in reply to: Child-Theme Browser Cache Problem #303068
    3lias
    Member
    Post count: 128

    Ticket can be marked as resolved. Thanks 🙂

    in reply to: smooth-scroll-link to navigation #303066
    3lias
    Member
    Post count: 128

    Thanks for your help David. This ticket can be closed. 🙂

    in reply to: Excerpt length on tag page #303063
    3lias
    Member
    Post count: 128

    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

    in reply to: Problem deploying from Stage- to Live System #303061
    3lias
    Member
    Post count: 128

    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. 🙂

    in reply to: Exclude pages in sitemap from search site result #301003
    3lias
    Member
    Post count: 128

    If the Dante theme gets an update do I need to change/add that code again or does it not get overwritten?

    in reply to: Exclude pages in sitemap from search site result #301000
    3lias
    Member
    Post count: 128

    Ok. Thanks for the Info.

    in reply to: Mobile Menu Trigger at 1200px #300960
    3lias
    Member
    Post count: 128

    OK. Thanks for your help.

    This issue is resolved and can be closed 🙂

    in reply to: Exclude pages in sitemap from search site result #300829
    3lias
    Member
    Post count: 128

    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?

    in reply to: smooth-scroll-link to navigation #300795
    3lias
    Member
    Post count: 128

    I’ve found another solution or rather not use this feature anymore at the site. This issue can be closed 🙂

    in reply to: Mobile menu toggle submenu #300793
    3lias
    Member
    Post count: 128

    @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.
    in reply to: Mobile Menu Trigger at 1200px #300763
    3lias
    Member
    Post count: 128

    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. 😀

    in reply to: Excerpt length on tag page #300746
    3lias
    Member
    Post count: 128

    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…

Viewing 15 posts - 16 through 30 (of 125 total)