Forum Replies Created
-
AuthorPosts
-
December 27, 2015 at 12:15 pm in reply to: Limit Simple Hooks code to pages and posts only in Parallax Pro? #174613
Jamie
MemberSo sorry about that. Here's the code in PasteBin.
Maybe there is a better way; I don't know. I am trying to make a banner on all my pages and blog posts except the homepage, like you can see at AmandaAbella.com/hire-me (which is one of the gallery sites for Cafe Pro, but I'm using Parallax Pro).
I also tried the instructions here:
http://www.studiopress.community/topic/parallax-pro-please-help-custom-header-images-on-pages/... but the image did not show up on top that way, and it cut off half the image height on desktop. 🙁
Thanks so much in advance for any help. I really appreciate it.
Jamie
MemberActually, it's still cutting off on mobile too.
Jamie
MemberVictor, thank you! That is so much better... but it is still cutting off on desktop and tablet. Here's how it looks:
http://www.fromhispresence.com/contact-me/Any ideas why it's still cutting off?
Thanks so much for the help!December 21, 2015 at 4:21 am in reply to: White space around CTA widget/eNews Extended in tablet & mobile views (Parallax) #174450Jamie
MemberUpdate- I was able to fix this by changing the padding/margin, but now the CTA widget obscures the bottom 25% of my background photo. Would still like to have the widget show with no white space while not obscuring the background photo.
Any advice would be appreciated. 🙂 Thanks, all!
December 20, 2015 at 2:12 pm in reply to: White space around CTA widget/eNews Extended in tablet & mobile views (Parallax) #174418Jamie
MemberHey, thanks! I just removed it, and it fixed the white space problem in mobile view but not in tablet. Any thoughts about the tablet view?
Thanks again,Jamie
MemberVictor, thank you. I added it and it did float the text widget left. However, the featured content widget didn't move to the right. How would I fix that?
Also, the text widget didn't move all the way left. I tried adding code to remove padding and margin on the left, but I did not do it right apparently, b/c what I did didn't work. Any thoughts on how to make the text widget go all the way left?
Thanks so much for your help! 🙂Jamie
MemberAwesome! It worked! Thank you so much!
December 18, 2015 at 7:41 am in reply to: Trying to change fonts in Parallax Pro but crashed site instead. #174201Jamie
MemberIt worked. Thanks!
December 17, 2015 at 12:22 pm in reply to: Trying to change fonts in Parallax Pro but crashed site instead. #174101Jamie
MemberAwesome. Thanks! So just wondering... What did I do wrong? Why wouldn't the new fonts have shown up on the site after I added the Google fonts code?
December 17, 2015 at 10:38 am in reply to: Trying to change fonts in Parallax Pro but crashed site instead. #174085Jamie
MemberThanks! That will be great after I get my site back, but I don't think it helps me a bit to get back into it, since it's still completely crashed with a "server error" white screen. ?
July 14, 2014 at 6:37 pm in reply to: How to center primary nav bar but leave secondary nav bar full-width in Prose #114323Jamie
MemberHey! I think I did it! I used different code, and I know NOTHING about coding anything, but it's sitting back in its proper place with this code (I copied the code you had above and tweaked it a bit based on the custom code I already had):
#nav {
float: none;
margin: 0 auto;
width: 970px;
}
The only problem is that now it added too much white margin between the primary nav bar line and the Hello Bar. Do you happen to know why the header and nav bar would have moved down, and how I can move them back up?
Thank you so much! 🙂July 13, 2014 at 6:21 pm in reply to: How to center primary nav bar but leave secondary nav bar full-width in Prose #114183Jamie
MemberOk, I disabled minification and added the code. I tried it at the top of the Custom Code field and at the end of the other nav bar code. But neither place fixed it. Should I move it somewhere else?
Thanks for your help!July 12, 2014 at 5:29 pm in reply to: How to center primary nav bar but leave secondary nav bar full-width in Prose #114084Jamie
MemberThis is the custom code I already have, if it helps:
/***full-width subnav***/
body {
width: 100%;
}
#subnav ul {
float: none;
margin: 0 auto;
width: 970px;
}
#footer {
width: 970px;
}July 12, 2014 at 4:44 pm in reply to: How to center primary nav bar but leave secondary nav bar full-width in Prose #114078Jamie
MemberThank you. I just tried it. It didn't work, unfortunately.
Jamie
MemberHi Wendy, you helped me with the thread above awhile back and I'm wondering if you could possibly help me again? The code you listed above worked perfectly. I was only using one menu at the time--the secondary menu, just below the header. Now I am wanting to add the primary menu above the header as well. But I want the primary menu to be regular and centered--not full-width. How do I change the full-width nav bar code above to make it only apply to the secondary menu bar below the header, and not to the primary menu bar above the header?
http://www.fromhispresence.com is my link.
Thank you so much!Jamie
MemberHi, I just pasted it in the custom functions field but unfortunately it doesn't appear to have made any difference. I must be doing something wrong?
Jamie
MemberSo now to get the site back up, I reset the Custom CSS/Functions screen. I pasted the Custom CSS code I had back in afterward and the site is back up again. However, the Custom Functions code I had before, which looked like this:
/** Do not remove this line. Edit functions below. */
add_action( 'genesis_before', 'child_conditional_actions' );
function child_conditional_actions() {if( is_home() || is_front_page() ) { //if page is home page or front page
remove_action( 'genesis_after_post_content', 'genesis_post_meta' );
}
}// Add support for structural wraps
add_theme_support( ‘genesis-structural-wraps’, array(
‘header’,
‘nav’,
‘subnav’,
‘inner’,
‘footer-widgets’,
‘footer’
) );
<?phpcrashes the site again. Can you tell what I might have done wrong? I'd like to have that custom function back because it was hiding the tags on the ends of the posts.
I'm so sorry for all trouble, but I really appreciate your help.
Jamie
MemberHi, I just pasted the code above into Custom Functions. Then the site just showed the text of the code in the location of the primary nav bar, and then when I removed it, the whole site crashed. ?? (I'm using Chrome and it says the server encountered an error and can't reload.)
Jamie
MemberHi, I'm wanting the gray menu bar to go all the way across the screen, adjusting to the size of the reader's computer monitor. I don't want the actual menu buttons to move; I just want the blank gray menu bar to continue past the buttons.
An example would be at http://www.moneysavingmom.com. She has her menu bar stretching all the way across the screen, even though the menu buttons stay within the same margins as the header and the content.
Thanks (again) for your help!
Jamie
Jamie
MemberOh my goodness!!! It worked!! Thank you Wendy! It looks so much better!
-
AuthorPosts