lettergrade
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Remove blank spaces!Have you changed anything since we last looked? The error is still there, and it’s still showing up in Firebug as taking up space halfway down the page:
<div class="wrapper cf"> <div class="menu-main-container"> <div id="combo-holder"> <div id="meteor-slideshow" class="meteor-slides navnone single-slide navhover"> <a www.primal-feast.co.uk"="" href"http:=""> </div>Forum: Everything else WordPress
In reply to: How can i create a directory in WordPress?I’m a bit unclear about your question. Are you talking about creating pages about software? Or creating one page which has content that is a list of software?
For rating, comments, and popularity, you are probably looking for page or post functionality. I suggest you look at the plugin directory to see if anything offers what you need.
Forum: Fixing WordPress
In reply to: HTML page outside of wordpressAny inability to view plain html pages saved to your www root sounds like a server problem, and should be unconnected to WordPress. Have you contacted your hosting company to get their thoughts?
Forum: Fixing WordPress
In reply to: changing domain nameGlad to hear it!
Forum: Themes and Templates
In reply to: if a custom field not exist show or display code htmlYour code is a bit skewed. Try the first part to see if that works for you. I’m not sure about your requirements for the second two parts, but this should get you started.
<?php if ( in_category('CATEGORY NAME') && get_post_meta($post->ID, 'KEY', true) ) { ?> <!-- html code --> <?php } elseif (CUSTOM FIELD IS EMPTY some conditional) { ?> <!-- html code --> <?php } elseif ( in_category('CATEGORY NAME2') ) { ?> <!-- html code --> <?php } else { ?> <!--html code --> <?php } ?>Forum: Themes and Templates
In reply to: Numbers scrolling across page/sCould you give us the direct url of the page giving you the error?
You may also benefit from asking at the Artisteer forums.
Forum: Themes and Templates
In reply to: change images in a widget via child themeHard to tell without the files. Is the widget part of the theme, or is it an external plugin?
If you do a text search through the theme files, can you find which file calls the image filenames? If that is the case, you could just modify that file in your child theme.
If you’re really lucky, the image filenames will be determined by css (as backgrounds, rather than links). In that case, if you give us the url of the page you’re looking at, we might be able to pinpoint a css style you could use to change the background image filename.
Forum: Themes and Templates
In reply to: Remove blank spaces!There’s an error here:
<a href"http://www.primal-feast.co.uk"><img src="http://primal.fightagency.co/wp-content/uploads/2013/08/outback-logo.png" alt="logo" width="200" height="206" class="alignnone size-full wp-image-232" style="position: relative; bottom: 400px; left: -45px; z-index: 99;"/></a>(there’s no
=in thea hrefpart)Now, I know this is supposed to be the link for the logo in the top right corner, but when I use Firebug to take a look, it’s showing up way down underneath the header, exactly where your top half is extending too far. Maybe cleaning up the error and taking another look at your inline style for that item will help…
Forum: Fixing WordPress
In reply to: Providing multiple content areas in Page EditorIt sounds like you have experience adding your own custom fields to your templates, yes? Once that’s done, you can make the updating easier on yourself (or your editors) by adding an advanced custom fields plugin. You can create forms so that custom field content is way easier to enter.
I’ve used this one in the past and it has worked fine: Advanced Custom Fields
Forum: Fixing WordPress
In reply to: changing domain nameIf the new domain is pointing to the same server location and no files need to move, then I believe you should be fine just following the instructions in that link to change the home address and site URL.
(Anybody else think of something I’m missing?)
Here are steps you may want to take to make sure that Google knows your new domain name, and also to ensure that incoming links from other sources still find your original content: How to Properly Change your Domain Name Without SEO Penalties
Forum: Installing WordPress
In reply to: New WordPress Add On Domain not foundHopefully it’s this easy: you’re missing a .com or whatever the TLD ending is for your url.
Forum: Fixing WordPress
In reply to: Plugins and Importer not working, please help.It’s pretty hard to determine without some more information. Could you give us:
–the WP version you’re using
–the steps you’re taking
–the error messages you’re receiving
–recent changes you’ve made, plugins you’ve installed, WP updates, etcIf you upload plugins directly to the ‘plugins’ folder by ftp, are you able to activate them?
A good first troubleshooting step: deactivate all your plugins and try again. If it works with plugins deactivated, then reactivate them one at a time to determine where the conflict is occurring.
Forum: Fixing WordPress
In reply to: WYSIWYG editor questionIs this after you click ‘Add new’ and are you seeing the rest of the post add page?
Could you provide a screenshot of what you’re seeing? Here are instructions, if you need them: Making a screenshot
What happens when you unclick the Yoast editor in the Screen Options tab at the top of your screen?
Forum: Localhost Installs
In reply to: Problems with Installation on localhost with XAMPPThanks for sharing your result, zip.
Forum: Fixing WordPress
In reply to: How do I reorder plugins at the end of post pages?It really depends on the theme, and it looks like you’re using a commercial theme. You will be able to get more specific help with this from the theme developers at the Elegant Themes Support Forum.