JeffLarish
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to make my hyperlinks highlighted when i scroll over?The only difference I see is the underline. I would get rid of the:
a:hover { text-decoration: underline; }
Forum: Themes and Templates
In reply to: Not using the theme I pickedSo I don’t see a tremendous difference from your blog and the standard Slimmy theme, except your main content area is the same color as the container around it and you don’t have a menu, as it looks like it’s just a blog and there are no other pages.
If you’d like, shoot me an e-mail and I can send you some screenshots of some changes I made. I think a few small tweaks could really make your site ‘pop’ a bit more.
Thanks!
[ redacted, support is not offered via email, IM or Skype ]
Forum: Themes and Templates
In reply to: WooCommerce alignment is offAdd this for your product title:
.woocommerce div.product .product_title { margin-top: 5%; margin-left: 0; }
Added some margin on the top, you can change if you want
This is for the image:
.woocommerce div.product div.images img { display: block; margin-left: auto; margin-right: auto; width: 70%; margin-bottom: 20%; }
You can play with the width and margin-bottom to get it how you’d like.
Forum: Themes and Templates
In reply to: WooCommerce alignment is offWell, you can change the image size displayed with CSS. I would say for the quality though you may want to look at your source files. I think PNG might be preferable to JPEG. And the larger, higher res you can start with the better.
Also, it looks like you have a margin issue with your H1 product titles.
Do you have a lot you want done to the site?
Forum: Themes and Templates
In reply to: Is there a list for most stable WP theme?Genesis Framework by StudioPress is an extremely popular, well supported theme, but not free.
Responsive by Cyber Chimps is free and has over 1.8mm downloads.
WooThemes is also a popular one.
Forum: Themes and Templates
In reply to: [fART] Remove the sidebar widgets from pagesWordPress has a thorough tutorial on creating a child theme:
https://codex.www.ads-software.com/Child_Themes
or if you’d like I can send you the files you’d need to create the child theme and I can also help you get your page centered once the child theme is activated.
[ redacted, support is not offered via email, IM or Skype ] just let me know if you need any help.
Thanks!
Forum: Themes and Templates
In reply to: WooCommerce alignment is offtry adding some padding in your CSS
.fadeInUpBig { padding: 0 2% 0 2%; }
Forum: Themes and Templates
In reply to: Not using the theme I pickedwhat’s the url?
Forum: Themes and Templates
In reply to: Can't get rid of white bar behind primary navigationWow, that’s frustrating! I couldn’t find it with dev tools either. I messed around in the main body container and located your background. I changed the background color a few times and it went away.
Then I noticed the link to your background image. I clicked through and check it out:
https://www.yukonrails.com/wp-content/themes/copperbelt/images/background.jpg
It’s part of the image!!
Forum: Themes and Templates
In reply to: Add a new themeAre you through www.ads-software.com or wordpress.COM, because through ORG you should easily be able to add a new theme. I’m not sure about COM, but they have their own support forums.
Forum: Themes and Templates
In reply to: [fART] Remove the sidebar widgets from pagesThat was the only reason I could think of.
Forum: Themes and Templates
In reply to: [fART] Remove the sidebar widgets from pagesJust curious, why don’t you want to use CSS?
You can easily change the sidebar area to display: none;
I believe you can also comment out the php get sidebar in your page template
Forum: Themes and Templates
In reply to: [Boozurk] remove a sidebarI added this to the css and it made it wider, but not full page:
#main { min-width: 100%; }
Forum: Themes and Templates
In reply to: Single page websiteGo to:
Appearance
Customize
Click ‘Static Front Page’
Select ‘A Static Page’ radio button
Select the page you want from the drop downForum: Themes and Templates
In reply to: [Boozurk] remove a sidebarIn Appearance – Theme Options.
Layout tab.
Change sidebars to hidden.