Forum Replies Created
-
AuthorPosts
-
seanerin72Member
Thank you!
seanerin72MemberCan anyone help with this?
seanerin72MemberAfter more testing, the problem is in fact the Genesis Custom Headers plugin. It has a problem with Jetpack! Why?
seanerin72MemberOk, so I deactivated all plugins and after reactivating them all (I tested my mobile site after I reactivated each plugin individually), the site loaded on cell phones. HOWEVER, once I connect jetpack to wordpress.com, my website no longer loads on cell phones (by the way, it loads on iPads). So, jetpack is the problem. Can someone help me with this problem? Why is jetpack shutting down the mobile version of my site? School starts in two weeks! 🙂
seanerin72MemberAlso, wanted to add this. Someone on the meta slider forum suggested this:
"I suspect a different theme is being loaded when a mobile device is detected and that this theme might not be configured correctly.
First thing to check in the mobile theme is whether it has a call to wp_footer(); in the footer.php file?"
I am not sure how to check the mobile theme in prose. How would I do what is suggested here?
seanerin72MemberJust to be sure... I have a great deal of content dependent upon certain plugins. Obviously, once I deactivate the plugins, that will greatly affect the content on my page. I just want to be sure that once I reactivate the plugins, the content will appear as normal. Is this correct?
seanerin72MemberThanks Neil. What do you mean by "do you use a plugin to server mobile content?"
seanerin72MemberThank you so much for getting back to me. I have changed the code to:
if (is_category( 'sophs' )) {
echo do_shortcode("[metaslider id=5769]");
}
Putting that code in the "custom functions" box does nothing. So, now using the simple hooks plugin, I input that code in the "genesis header hook" section clicking all three boxes (unhook genesis_do_header, execute shortcodes, execute php). If you click the link to my sophomore page you will see that the slider is there but so is the wording of the code. Also, the slider has been included on ALL of my pages when I only wanted it on the sophomore page.
http://www.blackboarddreams.com/category/sophs/Help please... 🙂 The school year is fast approaching...
seanerin72MemberHere is just one bit of code that I used:
<?php if (is_category( 'sophs' )) {
echo do_shortcode("[metaslider id=5769]");
} ?>
Thank you so much.
seanerin72MemberHi Brad, thanks for responding. Yep, I only want to remove the header image from the front page.
seanerin72MemberHi Christoph,
Thank you for your response. Just a couple of questions for clarification:
1. Yes, I do want a slider. Before trying the tutorial, I need to download a slider plugin, correct? Which would you recommend?
2. I reviewed the visual hook guide, but I am still not sure of what you mean by "hook the slider into genesis_after_header." Could you clarify that for me? I have played around with the code in the functions area of genesis and am able to hook text before and after the header but not sure of how to do that for a slider. Thank you so much!Sean
seanerin72MemberOk, so I am desperate... Could someone please help me with this. My homepage layout was content-sidebar. I used this code to establish width of content and sidebar:
body {
background: #f5f5f5;
margin: 0 auto;
width: 1100px;
}#inner {
width: 1100px;
padding: 0 20px;
}
.content-sidebar #content-sidebar-wrap {
width: 1060px;
}
.content-sidebar #content {
width: 740px;
}
.sidebar {
width: 300px;
}
.full-width-content #content {
width: 1040px;
}Once I changed the homepage (via genesis layout extras) to sidebar-content-sidebar, this happened:
http://www.blackboarddreams.comI have been trying for two days to rectify this problem with no luck... Any help would be appreciated...
Thank you!seanerin72MemberJust a wee bump for help with this. I have been searching for a while now and have not found a solution.
seanerin72MemberOk, so I went into genesis layout extras and changed homepage layout to "sidebar-content-sidebar." Now my homepage looks like:
http://www.blackboarddreams.comHow do I adjust the width of the sidebars and the content section? Thank you for your help...
seanerin72MemberThanks for your response. I have decided that I would like to change the layout of my homepage from the current layout (content, sidebar) to (sidebar, content, sidebar). How can I make that change to only the homepage (I want all other pages to remain untouched)?
Prose theme
http://www.blackboarddreams.com
Again, thank you so much.
Seanseanerin72MemberShameless bump to see if anyone can help me with this. 🙂
seanerin72MemberHi Tom and thanks for your response. I used the code and it does exactly what you said (i.e. placing both navigation menus beneath the header). However, I am actually trying to move the header title and tagline (Blackboard Dreams, English with Mr. Leon) above the header image and the primary navigation menu. Can that be done? And thanks for the good wishes for the fall!
seanerin72MemberThanks again, solved my issue but only after a more serious issue that began with bluehost deactivating my website...After over an hour on the phone with tech support seems the issue was a couple of ip addresses hitting my website hundreds of times per hour (maybe even thousands). Very strange...
seanerin72MemberThanks for the response, Anitac! It should load now!
seanerin72MemberThanks for the response. To be clearer, I am using the simple sidebars plugin. #2 in my post references my attempt to register a sidebar for my "sophomore english" page. If I could get some help with that, it may take care of my sidebar issues altogether.
-
AuthorPosts