Digital experiences for all disciplines
Forum Replies Created
-
-
December 19, 2014 at 2:32 pm in reply to: Woocommerce catalog mode on/off for language versions of the site #136787
Hi,
The new code brought back the shopping option. Now the English version looks the same as Finnish. Was this supposed to remove the price also?
-Joni
December 19, 2014 at 12:32 pm in reply to: Woocommerce catalog mode on/off for language versions of the site #136749Hi Mohammad,
The function tweak seemed to work just as I hoped. Only thing is that price of the items are still showing, but I guess those can be hidden by editing the stylesheet?
Thanks again!
-Joni
Ok, reassigning the menu on the parent fixed the placement, so it must be with my child theme. I’ll look into it. If you have any ideas, please let me know.
Thanks again,
-Joni
Hi Kyle,
With parent theme, the menu dissapears completely I din’t go to theme options at all, just enabled the parent.
-Joni
Great, that one did it.
Thanks again!Hi,
Still the same issue.Thanks Rui, that fixed the tablet view, but mobile still cut the logo from the bottom.
Attachments:
You must be logged in to view attached files.Strange. It behaves this way on my desktop browser (chrome) when I resize the browser window as well as with devices (iPad & iPhone)
Yes,
The image size is 25px and the header is now set so that the max logo height in 25 + 40px padding on top and bottom = 105px that is now the container height.Thanks again.
Thanks Kyle, that worked!
-Joni
Hi,
I inserted the code to a “raw HTML” block, but no luck?
Any ideas why?HI,
Just wanted to let you know I solved the issue, just my own stupid mistake)
Sorry for the trouble.-Joni
Following up on previous. Decided to roll back to a method that’s been working earlier for me and I now have my child theme style.css set up as followed;
h1, .impact-text,.impact-text-large { font-family:'Gotham SSm A', 'Gotham SSm B';!important; font-weight: 700; font-style: normal; text-transform: uppercase; }
But for some reason the !mportant qualifier is not working at all. So all font-attributes are now exactly as defined in the theme options. Any help would be appreciated.
-Joni
Hello again,
Thanks for this. I do have a question though, the process seems fairly similar to what I’m currently working with (I’m using webfonts from typography.com) and I think the EULA restricts me from wrangling the fonts through Font-squirrel so I think I’ll stick with typography.com.
My problem is, that I’d like to use relative definitions for font-size ie.
h2,.blog-item .quote-excerpt { font-size: 1.625em;!important; /* 1.625x body copy size = 26px */ line-height: 1.15384615; /* 30px / 26px */ }
But the theme css over-rides this option as well as line-height and font-weight. Any pointer on how to solve this would be appreciated.
-