Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Categories and Tags with Stacks

    #49238

    Thanks for the screens. Unfortunately we are unable to reproduce the issue on our side.

    Can you provide me with a temporary administrator username and password to your site so that we can investigate further? You can send the details using the contact form here:

    Admin

    In reply to: menu

    #49237

    Yes. Use this Additional CSS code. Adjust the height values as necessary.

    .navbar {
    	min-height: 30px;
    }
    .navbar .nav > li > a {
    	min-height: 30px;
    	padding: 10px 15px;
    }
    
    Admin

    In reply to: Categories and Tags with Stacks

    #49233

    Is this one of the pages that you were referring to?
    https://www.viajesandromeda.com/elite-tours/

    Can you take a screenshot of the setting for the Franz Josef Stack: Posts widget that you use on that page? It should look something like this:

    Admin

    In reply to: Categories and Tags with Stacks

    #49229

    Hi @soriahdez,

    Please provide the URL to your site so that we can take a look. Thanks!

    Admin

    In reply to: Homepage Panes layout on iPad

    #49228

    Thank you for the information. At the moment we are unable to reproduce the issue, but we’ll investigate this further.

    Admin

    In reply to: Homepage Panes layout on iPad

    #49224

    Hi Mabul,
    Can I know which version of iPad and iOS that you use?

    Admin

    In reply to: shading effect

    #49223

    Try this:

    .boxed-wrapper {
    	box-shadow: none;
    }
    
    Admin

    Thanks for the report. It is a bug and we’ll include the fix in the next update.

    Admin

    In reply to: Menu dropdowns horizontal and persistant

    #49216

    If you have many menu items with dropdown, you’ll need to adjust the dropdown width manually for each of them. Example:

    @media (min-width: 768px) {
    	.dropdown-menu > .menu-item {
    		float: left;
    	}
    	#menu-item-812 > .dropdown-menu {
    		width: 400px;
    	} 
    }
    
    Admin

    In reply to: left sidebar above the page

    #49215

    Thanks for the feedback. We’ll add this as an option in the next feature update.

Viewing 10 posts - 461 through 470 (of 6,030 total)