Forum Replies Created
-
AuthorPosts
-
May 26, 2015 at 6:37 am in reply to: Altitude main page Blog widget – display posts in a row not in a list? #153626vajrasarMember
Yes, need to the see the page in question.
I make WordPress websites using Genesis Framework.
vajrasarMemberis this helpful - https://codex.wordpress.org/Function_Reference/comment_author_email_link
I make WordPress websites using Genesis Framework.
vajrasarMemberI believe this is because of some custom code that you put in genesis simple hooks. Can you check what you did latest in genesis simple hooks? any
add_action
oradd_filter
function?
I make WordPress websites using Genesis Framework.
vajrasarMemberDo you mean to say that your landing pages are not appearing as 'Full Width Pages' as they used to be before?
I make WordPress websites using Genesis Framework.
vajrasarMemberadd
padding-top: 20px;
to.site-inner
and you are good to go.
I make WordPress websites using Genesis Framework.
vajrasarMemberGive me few hours. I'll try to come up with a solution.
I make WordPress websites using Genesis Framework.
May 11, 2015 at 12:58 pm in reply to: Innov8ive Theme – Mobile Responsive header – duplicate images showing #151753vajrasarMemberTry and change
min-height
here to0px
@media only screen and (max-width: 485px) { .site-container .site-header, .innovative-yellow .site-container .site-header, .innovative-turquoise .site-container .site-header { background-size: contain !important; min-height: 0px; } }
I make WordPress websites using Genesis Framework.
vajrasarMemberYou want something like this? - http://i.imgur.com/8hP3RcJ.png
I make WordPress websites using Genesis Framework.
vajrasarMemberChange following in style.css -
.genesis-nav-menu .menu-item { display: inline-block; text-align: left; margin-right: 0; } body.gppro-custom .nav-primary .genesis-nav-menu { text-align: left; } body.gppro-custom .nav-primary .genesis-nav-menu > .menu-item > a { font-size: 18px; padding-left: 12px; padding-right: 24px; padding-top: 24px; }
I make WordPress websites using Genesis Framework.
vajrasarMemberAs far as I know, everything search engines know about your site is via your urls. So, if something is
abc.com/xyz/def
then search engines thinks thatdef
is contained withinxyz
which is a part ofabc.com
So, if I was in your place I'd not worry about using plugin to give categories to pages as a url structure would be my primary concern along with follow, no follow, no index (terms) that search engine crawlers honor.
Maybe someone with more knowledge can correct me if am wrong.
I make WordPress websites using Genesis Framework.
vajrasarMemberAs this is marked resolved, I believe you sorted this out!
I make WordPress websites using Genesis Framework.
May 10, 2015 at 12:07 pm in reply to: Innov8ive Theme – Mobile Responsive header – duplicate images showing #151543vajrasarMemberIn you style.css search for -
@media only screen and (max-width: 800px)
then either replace or add following css -
.site-container .site-header, .innovative-yellow .site-container .site-header, .innovative-turquoise .site-container .site-header { background-size: contain !important; max-height: 120px; } .title-area { background: none; }
Then search for -
.header-image .title-area, .header-image .site-title, .header-image .site-title a
and change
height: 170px;
tomax-height: 170px;
I make WordPress websites using Genesis Framework.
May 10, 2015 at 11:58 am in reply to: Centric Pro question: Home page img at full viewport width? #151537vajrasarMemberFor full width homepage, you can make a custom template and use
add_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_full_width_content' );
for forcing full width on the page.Rest of the needs can be easily be handled by css customizations. For SmugMug integration you can use - https://wordpress.org/plugins/smugmug-embed/
I make WordPress websites using Genesis Framework.
May 10, 2015 at 11:51 am in reply to: Altitude Pro – Background Images are not loading correctly #151536vajrasarMemberWell, if you have not done major changes (customizations) to the theme, then it won't be a bad idea to get a clean copy of the theme running to see if the issue occurs.
I make WordPress websites using Genesis Framework.
vajrasarMemberI can see your site identical on chrome and IE. Also, it didn't threw the certificate to me. I think you got this working. Please mark this as resolved. 🙂
I make WordPress websites using Genesis Framework.
vajrasarMemberI believe you'd be using buddypress for forum. Right? If that is the case then you should look into its documentation for these points. Even if it is some other plugin, they'll be having their documentation.
I make WordPress websites using Genesis Framework.
vajrasarMemberWhen 'pretty flexible' comes into play, I usually go with Genesis Sample as the starter theme and build stuff on top of it.
I make WordPress websites using Genesis Framework.
vajrasarMemberSorry Stacy, but I have to see the site in question before I can offer any help. With the look of it, I believe the text os overlayed on the image and with low opacity and once user hovers over the image, the opacity of text is increased, But still, I need to see the issue.
I make WordPress websites using Genesis Framework.
vajrasarMemberSridhar is an awesome guy. Ping him on twitter or contact him using his contact form and am sure he'd be able to help you!
I make WordPress websites using Genesis Framework.
vajrasarMemberFor wrapping logo in
h1
you can use this approach -How to use an inline logo instead of a background image in Genesis
And moving logo to the left can be handled by css. Can you post your site's link?
I make WordPress websites using Genesis Framework.
-
AuthorPosts