Forum Replies Created
-
AuthorPosts
-
markmelchMember
Try going to "Appearance" and resetting the menu...
September 6, 2013 at 2:05 pm in reply to: How do I duplicate my site just like the demo Agency theme? #61134markmelchMemberSorry, I don't have a good way to troubleshoot IE issues.
September 6, 2013 at 10:18 am in reply to: How do I duplicate my site just like the demo Agency theme? #61093markmelchMemberI suggested last line of the style.css file. I see it now. It looks to me like it is up around line 594 not at the end of the style.css. On Safari it looks like it is working. If you want to increase the spacing around the button try something like:
#home-slider a.more-link {
display: inline-table;
margin: 9px 0 0 72px;
}Set the margins to your liking. From left to right they are Top Right Bottom Left.
markmelchMemberTry #text-8 { padding-top: 0px; }
I think this is what controls it:
.sidebar .widget {
margin: 0;
padding: 30px 20px;
}and you want to change it but limit the change to widget #text-8
September 5, 2013 at 11:59 am in reply to: How do I duplicate my site just like the demo Agency theme? #60893markmelchMemberI'm looking at http://adultacnetreatmentreviews.com/wp-content/themes/agency/style.css and, unless I'm looking at the wrong file, I do not see the "#home-slider a.more-link { display: inline-table; }" anywhere.
September 5, 2013 at 11:17 am in reply to: How do I duplicate my site just like the demo Agency theme? #60885markmelchMemberSunil, The safest thing to do is to just put #home-slider a.more-link { display: inline-table; } as the last line of the style.css file of your child theme. If you need to use !important it will look like #home-slider a.more-link { display: inline-table!important; }
September 5, 2013 at 10:24 am in reply to: How do I duplicate my site just like the demo Agency theme? #60870markmelchMember@sunil You need to modify the styling for a.more-link. I see it in 2 places. One chunk of code starting at line 1225 (pasted below) and one at line 1237. You may be able to put #home-slider a.more-link { display: inline-table; } at the end of your style.css. You may need to add !important.
input[type="button"], input[type="submit"], #home-slider a.more-link { background: url(images/button.png) 0 0; border: 1px solid #6297ad; color: #fff; cursor: pointer; font-family: 'PT Sans', sans-serif; font-size: 14px; padding: 6px 7px; text-decoration: none; text-shadow: 1px 1px #47819b; }
September 4, 2013 at 1:06 pm in reply to: How do I duplicate my site just like the demo Agency theme? #60695markmelchMemberFor the button, perhaps try adding "display: inline-table;" to "#home-slider a.more-link {".
Or maybe even "display: block;" and "text-align: center;"
markmelchMemberAre you sure it is not in wp-admin/admin.php?page=genesis or something in widgets or functions.php that might still have the code?
markmelchMemberThat is a broken image icon. (Appears in Safari too) An image named fh.png is being called from http://johnstestsite.org/wp-content/uploads/2012/10/fh.png.
I'm not familiar with your theme nor plugins so can't help there. But if it is/was in your uploads folder it was probably user added.
markmelchMemberI've tried many as well and have settled on a combination of:
Bullet Proof Security
I use both the free and pro version. Great support.markmelchMemberI'm new to Genesis, so I may be way off, but I believe you would need to add some functions to the core functions.php e.g.:
//* Add HTML5 markup structure
add_theme_support( 'html5' );markmelchMemberListic 1.2 is supposed to be responsive with the caveat "check this if you want to enable the responsive layout for Listic (you should be using Responsive/Fluid WordPress theme for this feature to work!)"
I'll take a look at the Genesis Responsive Slider. Thanks for the tip.
-
AuthorPosts