Forum Replies Created
-
AuthorPosts
-
ntetyMember
That did it! You guys are awesome...
Cheers!
ntetyMemberI am trying to get it centered. I added:
.widget_global_translator {
margin-left: 50px;
margin-top: 25px;}
Like you suggested above but the widget didn't move. I would like it in line with the menu, next to "Contact." if possible...
Thanks again!
ntetyMemberHi! Thanks for the suggestion. Still no luck though : /
ntetyMemberThis reply has been marked as private.ntetyMemberBelow is what I've gathered from the above and placed in the CSS file. I'm getting strange results:
http://www.finallyourwedding.com
#genesis-responsive-slider
{
position:relative;
-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#genesis-responsive-slider:before, #genesis-responsive-slider:after
{
content:"";
position:absolute;
z-index:-1;
-webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
-moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
box-shadow:0 0 20px rgba(0,0,0,0.8);
top:0;
bottom:0;
left:10px;
right:10px;
-moz-border-radius:100px / 10px;
border-radius:100px / 10px;
margin:40px auto;
}
#genesis-responsive-slider:after
{
right:10px;
left:auto;
-webkit-transform:skew(8deg) rotate(3deg);
-moz-transform:skew(8deg) rotate(3deg);
-ms-transform:skew(8deg) rotate(3deg);
-o-transform:skew(8deg) rotate(3deg);
transform:skew(8deg) rotate(3deg);
}ntetyMemberThanks for your response. I asked because there was an HTML code section AND a CSS code section. I thought I had to implement them each. I want to use shadow effect 7. I copied and pasted the CSS code within the wordpress editor but nothing changed with my slider. How do I call the change to the slider?
Thanks again!
February 25, 2013 at 12:41 am in reply to: Minimum Theme Home Page Contents – Remove posts/pages #22655ntetyMemberHi again,
what if I want to keep the wrap section but just remove "Sorry, no posts matched your criteria."?
Thanks!
ntetyMemberHello,
What if you would like to keep the space like here, but remove the "Sorry, no posts matched your criteria."?
Thanks!
February 24, 2013 at 5:27 pm in reply to: How to change text size in header widget only – Minimum Theme #22599ntetyMemberNo, I can see it for most... the Global Translator Plugin (which is out of line now : / ) only allows for widget logic...
February 24, 2013 at 5:05 pm in reply to: How to change text size in header widget only – Minimum Theme #22592ntetyMemberI installed the Widget CSS plugin but it does not work for all plugins unfortunately (Global Translator Plugin)...
February 24, 2013 at 4:12 pm in reply to: How to change text size in header widget only – Minimum Theme #22582February 24, 2013 at 3:56 pm in reply to: How to change text size in header widget only – Minimum Theme #22579ntetyMemberHow do I specify only that text widget?
February 24, 2013 at 3:55 pm in reply to: How to change text size in header widget only – Minimum Theme #22578ntetyMemberI used a text widget in the header right widget area. Is there a better way? When I used your code above it changed text in other areas as well... Looking to modify only the site title as seen on this site.
Thanks!
February 23, 2013 at 9:38 pm in reply to: Stumped – How to remove header widget title (Translator) #22511ntetyMemberYou are awesome. I can't thank you enough... spent about 1.5 hrs on that today 🙂 I'll go through the site you linked to to learn more.
Take care!
February 23, 2013 at 8:15 pm in reply to: Stumped – How to remove header widget title (Translator) #22494ntetyMemberThat did it! I tried a version of that but must have mis-typed something. How can I bring the flag images in line with the rest of the menu tabs?
Thanks again!
Ryan
ntetyMemberHi Marybaum,
I'm not sure what you mean. I don't want any posts on the homepage. I went through everything and marked it as draft to see if this would do the trick but mow my site says "Sorry, no posts matched your criteria.". I am trying to have the homepage end with the 4 social icon circles...
Thanks!
ntetyMemberTo center the slider:
Go to Plugins > Genesis Responsive Slider > Edit > Go to the CSS file and search for "/* FlexSlider Necessary Styles". After "margin: 0" add the word "auto" so that it looks like below:
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
margin: 0 auto;
padding: 0;
width: 100%;
}As far as the image sizes, I found that you have to scale/crop each image you want displayed to the exact dimensions you specify the slider to be. For example, on my site (finallyourwedding.com), I made the slider max width 1000 max height 500 and used Gimp to resize and crop each image to that size. Not sure if that is the best wat but I am still trying to figure it all out my self 🙂
You seem to have fixed a problem I am having. How do I get all of the blog posts off of my home page?
Thanks!
Ryan
ntetyMemberOf course! Can you send me the link to your site? All I did to center the slider was change “margin: 0″ to “margin: 0 auto” in the CSS portion of the Slider Plugin itself. Up until that point I was changing things in the Themes files...
ntetyMemberFigured it out... Thanks! Had to change “margin: 0″ to “margin: 0 auto” in the .flexslider CSS portion of the Genesis Plugin.
ntetyMemberWhere does the HTML code go?
finallyourwedding.com
Thanks
-
AuthorPosts