Forum Replies Created
-
AuthorPosts
-
CDMMember
Hi.. yes.. it was in the Genesis Pro settings.. I just didn't know where to look.. All fixed.. Thanks
CDMMemberNo...
CDMMemberHi twoaussie... I think that 1700 is too wide. It is for our site. We are using 1138 x 190. So anyways... the code changes are all good, but I'm not sure about your width..
CD
April 14, 2015 at 5:32 pm in reply to: Genesis Responsive Slider Does not work in News Pro Theme #147929CDMMemberHi.. I'm using News Pro and the Responsive Slider works great except that it knocks out my Secondary Side Bar on the home page view. I'm not sure what to do here. I've put the slider in the Home Top Widget.. I understand why it has to knock out something. But my problem is that if someone comes to our site and just goes to the home page they will miss out on other important elements. (such as our Events calendar and News Feed).. So, is there some other place that I should relocate front page items to?
Thanks in advance for your help
Here is the site. The responsive slider will be up for testing all of today
CDMMemberHi Ditto. I noticed that the alternate banner images at different sizes were automatically generated by Genesis.. I think this is in the functions php.
Anyways: if you have an iPad could you please check my site and tell me if it's resizing?
All the best
CD
CDMMemberOh I forgot: here's the link to my site in progress:
http://hcvadvocate.org/wordpress/CDMMemberMobile issue is now fixed.. Hello All: I contacted StudioPress support and they were great. They send me the following code changes (add/modify to what I put above) for the style.css Now there is no huge space below the banner on my phone. I haven't tested it on a tablet yet, so if any of you have a tablet and want to test it (or an iPad) please let me know!!!
Here the code changes message from StudioPress Support:
We usually suggest using the default logo size as this displays best on mobile devices.
You will want to look for this code in your style.css file:
.header-image .site-title a {
background-position: center top !important;
min-height: 190px;
width: 100%;
}and change to this:
.header-image .site-title a {
background-position: center top !important;
background-size: contain !important;
min-height: 190px;
width: 100%;
}You can try adding a new media query to the bottom of your style.css file after the last } bracket. This should help reduce the space and you may need to adjust this to have it display correctly. (make sure to include both closing }} brackets):
@media only screen and (max-width: 480px) {.title-area {
height: 80px;
}
}Here are a couple other resources with different options that may help in creating a full width responsive header:
You could try this tutorial for adding multiple size headers to your theme: http://thepixelista.com/responsive-genesis-child-theme-logo/
http://keypresswp.com/full-width-responsive-header-image-lifestyle-pro/
You can also ask on the Community Forums, to see if another user has done something similar and can share the code: http://studiopress.community
Please let us know if you have any other questions or problems – we'd be happy to help. You can open new tickets at http://my.studiopress.com/help/ . For CSS and theme customization help, check out our community forums at http://www.studiopress.community
Regards,
Corinne Olson
Customer Success SpecialistCDMMemberHi Greg.. Have you asked the support people at StudioPress? I will eventually; I'm just giving them a rest from all the bugging I've been doing. But they have been very quick to respond. Also this forum. It might be something simple in the css, or it may involve a php tweak. Php is beyond me. Css I can do at an intermediate level.
CD
CDMMemberHi Greg.. Yup.. Those are the remaining problems! You got it.. So when you or someone else figgers them out.. post them. .. I'm slowly developing the site and as of now I do not know the answers... But.. this forum is a great place and you never know.. Someone might figger them out soon.. and it might be me..
All the best and keep us posted
CD
CDMMemberYes. I figgered that out.. but then I'm using my post page already as my main page (not my main page as a static page) so it's like I'm already using the blog template as my entry page.. No?
Anyways: I'm mucking about.. The site is in development and the people on this forum are really really helpful..
Thanks.. I'll play around with all of this and should figger it out
CD
CDMMemberThat's what I did, Victor. But when I select the "blog template" the page doesn't show up anywhere.. Do I need to have a menu item called Blog?
CD
CDMMemberHi I went to my Publications page and tried to assign what I call my "publications" menu to the primary navigation but I only see an option for assigning a secondary menu
CD
CDMMemberThanks... You know I tend to freak out and flood the internet with questions only to figure out the solutions myself when I am waiting for answers. OY!!!!!! I'll try to control myself.
Everyone has been really helpful.. thanks a bunch!!
CD
CDMMemberIs there anyways to relocate the special menus to a widget that can be place elsewhere?
CD
CDMMemberHi Victor. I've tried that and it hasn't worked. I'll try it again and let you know. I've tried to put a menu on my Publications page. I make a menu called Publications as a secondary nav menu and then select it for the page. Maybe I should make the menu a Primary menu but select it as a secondary on the Publications page? Is this what you mean? Because I don't want the menu to show up anywhere else other than the publications page and to be where the primary one normally is. Or will this not work? Does the menu on the Publications page have to be located where the secondary menu would normally be located (in my case above the banner
CD
CDMMemberha.. I'm so stupid. I had to set up the parent/child relationship in the pages first. So: I did that with Publications / Fact Sheets/ Easy C's etc. hahahahahah..
Now I'll tweak.. But I still can't get my Simple Menus to work.. Or is this related to the parent/child thingy?
CD
CDMMemberHey man I really appreciate your helping us out!!! Yay!!! So, we got the banner fit. Now, we'll just tweak our banner design. Yup the menus.. I'm told we only have 2 menus and I really DO NOT LIKE the secondary menu.. So.. If I could get my main menu to sub sub.. that would be great.. Did you design News Pro? If you find the code section that controls this maybe you can send it to me and I can compare it to what's on my computer!
Anyways: I got to shut down for the evening
Later
CD
CDMMemberUpdate: fixed the problem: Line 1077 in my css had padding 0 40px
I changed that to padding 0 0px
CDMMemberHi Cristoph: I just checked.. I can only have 1 sub item for each main Menu item. I cannot have a sub item of a sub item which is what I want and then to have that accordion out
CDMMemberhmm.. well there are no sub categories on my Menu 1 other than those which drop down.
I shall give it another look (You've noticed that I am blind!!!)
😉
CD
-
AuthorPosts