ResultVenture
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] how to make header image the size of .groupWell said screw it and changed the header.php file since nothing else worked…
started as this:
<div class="container group"> <div class="container-inner"> <div class="group pad"> <?php echo alx_site_title(); ?> <?php if ( ot_get_option('site-description') != 'off' ): ?><p class="site-description"><?php bloginfo( 'description' ); ?></p><?php endif; ?> </div>ended as this:
<div class="container group"> <div class="container-inner"> <div class="centerIt"> <img src="http://www.orlando-real.estate/images/layout-images/logo-header.png" alt="Orlando Real Estate Logo"> </div>Ok. (And yes I know what you meant by disable SuperCache, but the issue still persisted)…
Will wait for update. thank you for your work
Forum: Plugins
In reply to: [EZP Maintenance Mode] Site will not active maintenance modepossibly.. I am using WP supercache… nonetheless I think it looks excellent. way better than the other maint. mode plugin I was using
Forum: Plugins
In reply to: [EZP Maintenance Mode] Site will not active maintenance modeI had same issues, apparently it does in fact take about 15 minutes to become active
I get this:
“
Fatal error: Call to undefined function get_blog_option() in /home/ma56779/public_html/orlando-real.estate/wp-content/plugins/wp-super-cache/wp-cache-phase1.php on line 520
“Even when Supercache is deactivated
Forum: Themes and Templates
In reply to: [Hueman] Logo and Site Titleshould be an option in the control panel to show site title (in same place you have the upload logo option i think)
Forum: Themes and Templates
In reply to: [Hueman] how to make header image the size of .groupps this is my css child theme:
/* Theme Name: Hueman Child Theme URI: http://www.orlando-real.estate/wp-content/themes/hueman-child/ Description: Hueman Child Theme Author: Ian L Terry Author URI: http://www.orlando-real.estate/ Template: hueman Version: 1.0.0 Tags: resultventure, orlando real estate Text Domain: hueman Child */ @import url("../hueman/style.css"); @import url("../hueman/responsive.css"); /* =Theme customization starts here -------------------------------------------------------------- */ /*-------------------------------------------* /*Body, Common Classes &Structure /*-------------------------------------------*/ /* body { background-color: #fff; background-image: url('###'); background-repeat:no-repeat; background-size:100% 100%; } */ .site-title { float: none; margin:10px 0 0px 0; } .float-right { float:right; padding-left:10px; } .float-left { float:left; padding-right:10px; } .centerIt { margin: 0; padding: 0; text-align:center; } /* #bottom-strip { margin: 10px 0 10px 0; } .sidebar{ background-color: #f0f0f0; } */ #nav-topbar, #nav-header { text-align: center; } #header { background: url(http://www.orlando-real.estate/images/layout-images/logo-header.png); position: relative; padding-bottom: 60px; } #header .pad { padding-top: 0; padding-bottom: 0; padding-left: 0;} .site-title { padding: 0; } .site-title img { display:none; } #meta-2 { display: inline; } #cal-disclaimer { font-size:.5em; } ul.pub-logos { margin-left: 0; list-style: none; text-align: justify; } ul.pub-logos > li { color:#fff; display: inline-block; padding-top: 20px; padding-right: 50px; padding-bottom: 10px; padding-left: 0px; } .pub-logos img { padding-bottom:10px; } #pub-logos-national ul, ol { margin:0 0 10px 25px; padding:0; }Forum: Themes and Templates
In reply to: [Hueman] how to make header image the size of .groupThank you for your reply,
Okay getting close, but now I am having this issue:
http://www.orlando-real.estate/wp-content/themes/hueman-child/Capture1.PNG
How do I fix this?
Forum: Themes and Templates
In reply to: [Hueman] Header Logo to Full Width in Websitewhat was your fix?
Forum: Themes and Templates
In reply to: [Hueman] Full Width header logo?What’s the difference between that and just adding the same code into the child theme css?
Shouldn’t it work the same way?
What code do I add?
Thanks for your help
Forum: Themes and Templates
In reply to: [Hueman] make logo wider?thank you
Forum: Themes and Templates
In reply to: [Hueman] Change Background image for body?nevermind I didnt know that you needed to re-select where the menus displayed when you use a child theme… SOLVED!
Forum: Themes and Templates
In reply to: [Hueman] How to Center LogoHey DannoIE.
I noticed that you had the same desire and I appreciate your code (and to Alex, thank you so much for all the questions you have answered, your work on this theme is amazing!!)
… How did you get your navigation menu to show up in your child theme? Mine is not showing currently, the only thing I have in my child theme is below:
/* Theme Name: Hueman Child Theme URI: http://www.lobsterrollsouthside.com/test/wp-content/themes/hueman-child/ Description: Hueman Child Theme Author: Ian Terry Author URI: http://www.lobsterrollsouthside.com/test/ Template: hueman Version: 1.0.0 Tags: lobster roll customize, resultventure Text Domain: hueman Child */ @import url("../hueman/style.css"); @import url("../hueman/responsive.css"); /* =Theme customization starts here -------------------------------------------------------------- */ /*-------------------------------------------* /*Body, Common Classes &Structure /*-------------------------------------------*/ body { background-color: #fff; background-image: url('http://www.lobsterrollsouthside.com/site/sites/all/themes/business/images/beach.jpg'); background-repeat:no-repeat; background-size:100% 100%; } #nav-topbar, #nav-header { text-align: center; } #header .pad { padding-top: 0; padding-bottom: 0; padding-left: 0;} .site-title { padding: 0; float: center; } /*------------------------- .sidebar png { opacity:0.4; filter:alpha(opacity=40); } -------------------------------------------*/Forum: Themes and Templates
In reply to: [Hueman] Change Background image for body?oops okay… I changed it using this code:
/*-------------------------------------------* /*Body, Common Classes &Structure /*-------------------------------------------*/ body { background-color: #fff; background-image: url('http://www.lobsterrollsouthside.com/site/sites/all/themes/business/images/beach.jpg'); background-repeat:no-repeat; background-size:100% 100%; }But when I do that, none of the menus show up. This is the only css in the child theme file, did I miss something? I thought all of that information is supposed to be inherited from the included css files.
Here is the full css:
/* Theme Name: Hueman Child Theme URI: http://www.lobsterrollsouthside.com/test/wp-content/themes/hueman-child/ Description: Hueman Child Theme Author: Ian Terry Author URI: http://www.lobsterrollsouthside.com/test/ Template: hueman Version: 1.0.0 Tags: lobster roll customize, resultventure Text Domain: hueman Child */ @import url("../hueman/style.css"); @import url("../hueman/responsive.css"); /* =Theme customization starts here -------------------------------------------------------------- */ /*-------------------------------------------* /*Body, Common Classes &Structure /*-------------------------------------------*/ body { background-color: #fff; background-image: url('http://www.lobsterrollsouthside.com/site/sites/all/themes/business/images/beach.jpg'); background-repeat:no-repeat; background-size:100% 100%; } /*------------------------- .sidebar png { opacity:0.4; filter:alpha(opacity=40); } -------------------------------------------*/Forum: Themes and Templates
In reply to: [Hueman] Change Background image for body?Okay that appears to have worked. Thank you for your help!