Luke Stacey
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Bridge ThemeHi there!
Could you post a link to your site so that we might make a suggestion for you?
Cheers 🙂
Luke
Forum: Themes and Templates
In reply to: 4 columns footerHi there!
It completely depends on what theme you are using but even then you can customize it to your liking.
Perhaps you could share a link to your website so that we might make a suggestion for you?
Cheers 🙂
Luke the Daft Duke
Forum: Themes and Templates
In reply to: Page problemHi there!
You can change the size of the ‘boxes’ using CSS. Could you post a link to your website so that we might make a suggestion for you?
Cheers 🙂
Luke the Daft Duke
Forum: Themes and Templates
In reply to: [Moesia] Website no longer working! Please help!Hi there!
Do you have FTP or Cpanel access to your website?
If so try navigating to wp-content/themes/moesia/
and open the functions.php file.
On line 158 you should see this code:
require get_template_directory() . "/widgets/recent-comments.php";try commenting it out like this:
//require get_template_directory() . "/widgets/recent-comments.php";Save the file and reload your website.
Let us know if that helped 🙂
Luke the Daft Duke
Forum: Themes and Templates
In reply to: HTML to wordpress theme conversionHi there!
To my knowledge there is no way of converting automatically.
Perhaps if you described your errors we could help you out with the conversion process?
Cheers,
Luke the Daft Duke
Forum: Themes and Templates
In reply to: [Adventurous] Dropdown Menu Adding Horizontal SpaceI see the problem…
You could reduce the left position of the drop-down menu to remove the overflow issue.
.fixed-header #header-right .widget ul.menu ul ul, #header-right .widget ul.menu ul ul { left: 15px; }Which would make it look like this:
If that seems to tight then you could shift the entire header left until you achieve the balance of design you want.
Like this: Screenshot
#header-right { margin-right: 100px; } .fixed-header #header-right .widget ul.menu ul ul, #header-right .widget ul.menu ul ul { left: 80px; }To use this code you will either have to create a child theme or use a plugin such as Simple Custom CSS.
I hope that helps!
Luke the Daft Duke
Forum: Themes and Templates
In reply to: [Adventurous] Dropdown Menu Adding Horizontal SpaceHi there!
Can you post a link to your site so that we might come up with a solution for you?
Cheers,
Luke the Daft Duke
Forum: Themes and Templates
In reply to: [Theme: Mystile] Featured Product Layout IssueHi there!
It looks like it’s something to do with the line-spacing.
If I set it like this:
body { font-size: 0; line-height: 0; }and then set the line height and font-size’s for each element separately:
p { font-size: 15px; line-height: 1.5; } a { font-size: 16px; line-height: 1; }The products line up nicely.
I’m afraid I’m stumped as to why this is though.
Perhaps someone else can shed further light on this for you.
I hope that helps a bit!
Luke the Daft Duke
Forum: Themes and Templates
In reply to: [Hemingway] Make home slider flush against top menu & footerHi there!
Sure, you can restrict it to just the home page:
.page-id-20 .post-header, .page-id-20 .post-title { margin-bottom: 0; } .page-id-20 .wrapper, .footer { margin-top: 0px; }Give that a try 🙂
Forum: Themes and Templates
In reply to: [Sequel] Please help with static front page.Your welcome! 🙂
Forum: Themes and Templates
In reply to: [Minamaze] Where can I find the 'the_content()' function?See if this works:
body.custom-background { background-attachment: fixed; }Forum: Themes and Templates
In reply to: [Minamaze] Where can I find the 'the_content()' function?Try this:
body, #body-core { background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5); }You can adjust the decimal after the last 255 to change the transparency of the white.
Forum: Themes and Templates
In reply to: Customizing a Theme before going liveNo, there’s not a lot of setup, it’s really quite simple, best tool I’ve ever used.
Just install their plugin on the source site and destination site and click ‘clone’.
I guess it could affect your links – i.e. if you had backlinks going to a specific page url and that page was removed.
I don’t think if would affect your page rank, as long as everything is still all search engine friendly.
But I’m no expert when it comes to Google 🙂
Good luck with your new design!
Luke the Daft Duke
Forum: Themes and Templates
In reply to: [Hoffman] Featured imageYour welcome! 🙂
Forum: Themes and Templates
In reply to: Having problems with my siteHi there!
I just checked out your website and it looks like you have some responsive features there, but sure, it could be improved.
The logo is awesome! You’ve done great with the branding, perhaps the site design could better reflect this to take it to the next level.
I went to the Web Seo Analytics page you posted. Do you mean the Keyword Rank Section?
Sure, your seo could be improved. Best way to start is by determining what kind of keywords and content your prospective customers might be searching for. Perhaps something like ‘dugout organizer’ and then create your content based around those keywords.
I did notice though, that when searching for ‘Dugout Manager’ you come up first place on google! 🙂
I hope that helps a bit!
Luke the Daft Duke