Forum Replies Created
-
AuthorPosts
-
PageH
MemberBRAVO! And thanks to both of you, it is fixed!
PageH
MemberVictor, your answer was clear and comprehensive, thank you!!!
I'm not seeing three closing div tags, here's the code for the front-page.php, and I'm using Remobile Pro:
}
}//* Add markup for homepage widgets
function remobile_homepage_widgets() {genesis_widget_area( 'home-intro', array(
'before' => '<div class="home-section home-intro widget-area"><div class="wrap">',
'after' => '</div></div>',
) );genesis_widget_area( 'home-pricing', array(
'before' => '<div class="home-section home-pricing widget-area"><div class="wrap">',
'after' => '</div></div>',
) );genesis_widget_area( 'home-features', array(
'before' => '<div class="home-section home-features widget-area"><div class="wrap">',
'after' => '</div></div>',
) );genesis_widget_area( 'home-social', array(
'before' => '<div class="home-section home-social widget-area"><div class="wrap">',
'after' => '</div></div>',
) );}
genesis();
PageH
MemberOk....so the answer is???
I used this elsewhere in another site and it's working just fine.December 2, 2015 at 11:39 am in reply to: Agentpress Pro–want to make featured widget transparent #172485PageH
MemberUsing this theme again for a new site. Hoping to change the text color for the featured widget text for Agentpress Pro. Anyone know how?
PageH
MemberThanks, easy! It did the trick.
October 20, 2014 at 5:55 pm in reply to: Agentpress Pro–want to make featured widget transparent #128513PageH
Membersorry, it DID work, and I didn't catch that last line to edit.
Many thanks 🙂
October 20, 2014 at 4:39 pm in reply to: Agentpress Pro–want to make featured widget transparent #128503PageH
MemberIt worked!
In /* Home Page
--------------------------------------------- */I changed it to:
}
.home-featured .widget {
background-color: rgba(255, 255, 255, 0.3);
padding: 40px;
margin: 0 auto;
max-width: 80%;
}But still looking the same.
PageH
Membersite is:
http://pagesellsmontana.com/wp-admin/
Widget I'm trying to make more transparent (not completely) is the Home - Featured.
Would also like to ideally control the height of it as well.
PageH
MemberWill this work for other widgets? I'm using AgentPress Pro and would like my text widget to be more transparent, but not completely.
PageH
MemberAWESOME! Thank you so much!
PageH
MemberHi, sorry. The widget I'm using is Recent Posts under the home intro section.
PageH
MemberThanks for the response. I believe I was wrong in my description. ON the link, you'll see recent posts listed on top of the image in a light blue--that is the text color I'm trying to modify.
Found the code you specified, but that is the wrongspot.
April 4, 2014 at 9:49 am in reply to: How to make secondary sidebar transparent in Agency-Pro #98467PageH
MemberI didn't, can you share?
PageH
MemberI tried the second method mentioned and it didn't work for me, so now I'm having my web support look into it. I'll provide an update if/when it is successful.
PageH
MemberI was trying the last method with 3 steps and the menu still wasn't showing until the scroll down. So I went in and deleted the sticky-menu.js file, then decided to go back and restore the functions.php and am now getting this text on top of my site home page:
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/vida/public_html/criticalbydesign.com/wp-content/themes/expose-pro/functions.php:3) in /home/vida/public_html/criticalbydesign.com/wp-content/plugins/si-contact-form/si-contact-form.php on line 1950
site URL is:
http://criticalbydesign.com/PageH
MemberThanks so much, I added the code and it provides me with the ability to customize through the Dashboard appearances--you the man!
PageH
MemberThanks Robin, that did the trick! I guess I was caught off guard by "header right"--thanks so much for the quick response.
PageH
MemberI did that, but it shows up on the right, and I'm trying to get it on the left like the demo. How do I get it over there?
PageH
MemberKiwiDean you the man!  I followed the theme instructions for the text widget, so yes that was the problem.  Thanks a bunch!
PageH
MemberI'm trying to add social media icons as well, and the way krystina has placed them under the header image is nice.  When you say:
I removed the “unregister secondary menus” from the functions.php
Does that mean you removed:
/** Unregister secondary navigation menu */
add_theme_support( 'genesis-menus', array( 'primary' => __( 'Primary Navigation Menu', 'pictures' ) ) ); -
AuthorPosts