Support ForumResponsive Header – Logo Size and Alignment, Counters Bug – Support Forum https://support.ishyoboy.com/forums/topic/responsive-header-logo-size-and-alignment-counters-bug/feed/ Tue, 07 May 2024 02:04:48 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/responsive-header-logo-size-and-alignment-counters-bug/#post-8337 <![CDATA[Responsive Header – Logo Size and Alignment, Counters Bug]]> https://support.ishyoboy.com/forums/topic/responsive-header-logo-size-and-alignment-counters-bug/#post-8337 Tue, 19 May 2015 19:25:42 +0000 CreativeWebs Hello,

I’m very happy with this theme and can’t wait to put it to use! I am having several issues with the header on a smartphone: https://tinyurl.com/n323hp5

I would like the logo to be on the left with the hamburger icon on the right (logo and icon side by side with some space between them). Currently they appear stacked on my iPhone.

I would also like to be able to change the size of the logo and the hamburger, and (if possible) change the color of the hamburger.

One final issue I’m having: Notice the 4 counters below the slider. The final one is supposed to go to 1 million, but it always ends a few digits short (around 999985!). Can this be fixed?

Thanks in advance for your help!

]]>
https://support.ishyoboy.com/forums/topic/responsive-header-logo-size-and-alignment-counters-bug/#post-8355 <![CDATA[Reply To: Responsive Header – Logo Size and Alignment, Counters Bug]]> https://support.ishyoboy.com/forums/topic/responsive-header-logo-size-and-alignment-counters-bug/#post-8355 Wed, 20 May 2015 08:13:25 +0000 IshYoBoy Hey there,

1. to change icon position please try this short snippet (Theme Options -> General Options -> Custom CSS):

2. to make icon bigger and change its color use this one:

3. to make logo smaller use this one:

4. regarding counter number, thanks for pointing this to us, it’s a bug and we’re working on fix for it ;)

Let us know if all this helps
Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/responsive-header-logo-size-and-alignment-counters-bug/#post-8361 <![CDATA[Reply To: Responsive Header – Logo Size and Alignment, Counters Bug]]> https://support.ishyoboy.com/forums/topic/responsive-header-logo-size-and-alignment-counters-bug/#post-8361 Wed, 20 May 2015 08:54:36 +0000 IshYoBoy We’re back with fix for counters.

Please open the file “assets/frontend/js/main.js” and search for the functions “ish.animate_counters” on the line nr. 2382.

Replace that whole function with this new one:

It should help
Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/responsive-header-logo-size-and-alignment-counters-bug/#post-8370 <![CDATA[Reply To: Responsive Header – Logo Size and Alignment, Counters Bug]]> https://support.ishyoboy.com/forums/topic/responsive-header-logo-size-and-alignment-counters-bug/#post-8370 Wed, 20 May 2015 14:14:00 +0000 CreativeWebs Wow! Thank you for this amazing support! The counters are indeed fixed!

However, when I implement CSS fixes #1 and #3, the desktop site is affected as well as the smartphone site. #1 moves the main nav to the left, even on the desktop site. #3 makes the main logo smaller. And in both cases, on my phone, the logo is still above the hamburger.

I’d like to adjust these elements in the smartphone header separately from the desktop header. On a phone I’d like the logo and the hamburger directly side by side, and I’d like to be able to manipulate the size of the logo (independently from the logo in the desktop header). Is that possible?

Thank you!

]]>
https://support.ishyoboy.com/forums/topic/responsive-header-logo-size-and-alignment-counters-bug/#post-8371 <![CDATA[Reply To: Responsive Header – Logo Size and Alignment, Counters Bug]]> https://support.ishyoboy.com/forums/topic/responsive-header-logo-size-and-alignment-counters-bug/#post-8371 Wed, 20 May 2015 15:30:14 +0000 CreativeWebs I keep trying with CSS solutions from other threads, but can’t get it right on the iPhone. Can you please look at it on an iPhone? The header area is too big, the logo disappears after scrolling, etc. Thank you in advance for your help!

]]>
https://support.ishyoboy.com/forums/topic/responsive-header-logo-size-and-alignment-counters-bug/#post-8392 <![CDATA[Reply To: Responsive Header – Logo Size and Alignment, Counters Bug]]> https://support.ishyoboy.com/forums/topic/responsive-header-logo-size-and-alignment-counters-bug/#post-8392 Thu, 21 May 2015 07:17:52 +0000 IshYoBoy Hey,

To affect only the mobile view, the code needs to be nested inside a media query.

Read more here:
https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Media_queries
https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
https://css-tricks.com/snippets/css/media-queries-for-standard-devices/

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/responsive-header-logo-size-and-alignment-counters-bug/#post-8396 <![CDATA[Reply To: Responsive Header – Logo Size and Alignment, Counters Bug]]> https://support.ishyoboy.com/forums/topic/responsive-header-logo-size-and-alignment-counters-bug/#post-8396 Thu, 21 May 2015 17:14:01 +0000 CreativeWebs Hello! I’m sorry, but it’s still not right. Will you please look at it on an iPhone? Here are the issues: https://tinyurl.com/n323hp5

1. The header area is too big. I’d like to make the header area smaller on a phone.

2. The logo disappears from screen once you begin to scroll. (It just disappears and all you see in the header area is the hamburger.)

3. I still can’t get the logo to be the size I want. When I make it bigger, then the hamburger disappears.

Here is the CSS I’m using:

@media all and ( max-width: 480px ) {
.ish-ph-main_nav {
float: right;
margin: 0 auto;
}

@media all and ( max-width: 480px ) {
.ish-ph-logo {
float: left;
margin: 0 auto;
max-height: 60px;
}

Thank you!

]]>
https://support.ishyoboy.com/forums/topic/responsive-header-logo-size-and-alignment-counters-bug/#post-8411 <![CDATA[Reply To: Responsive Header – Logo Size and Alignment, Counters Bug]]> https://support.ishyoboy.com/forums/topic/responsive-header-logo-size-and-alignment-counters-bug/#post-8411 Fri, 22 May 2015 08:55:09 +0000 IshYoBoy Hey,

First of all let’s fix the invalid CSS code as it might be breaking a lot of functionality. The code is nested incorrectly. This is how it should look like:

Please, fix it to avoid solving unnecessary problems ;)

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/responsive-header-logo-size-and-alignment-counters-bug/#post-8424 <![CDATA[Reply To: Responsive Header – Logo Size and Alignment, Counters Bug]]> https://support.ishyoboy.com/forums/topic/responsive-header-logo-size-and-alignment-counters-bug/#post-8424 Sat, 23 May 2015 16:56:39 +0000 CreativeWebs Hello! I corrected the CSS. However I am still having the same issues with the iPhone screen.

1. The header area is too big. I’d like to make the header area smaller on a phone.

2. The logo disappears from screen once you begin to scroll. (It just disappears and all you see in the header area is the hamburger.)

3. I still can’t get the logo to be the size I want. When I make it bigger, then the hamburger disappears.

Please help! Thank you!

]]>
https://support.ishyoboy.com/forums/topic/responsive-header-logo-size-and-alignment-counters-bug/#post-8451 <![CDATA[Reply To: Responsive Header – Logo Size and Alignment, Counters Bug]]> https://support.ishyoboy.com/forums/topic/responsive-header-logo-size-and-alignment-counters-bug/#post-8451 Mon, 25 May 2015 10:32:04 +0000 IshYoBoy Hey,

Try the following code and if it does not fit, feel free to amend it.

Unfortunately these are customisations and not part of the regular theme support which is more for problems solving or help to set up the theme correctly. If you need further help with the header we can offer our paid services for which we have a flat hourly rate. Let us know if you are interested on “hello@ishyoboy.com”

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>