unfinishedcode
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Search doesn’t display formatted posts with imagejust search-content.php. No it won’t display images by default. If you set a featured image on your posts, you have to call it separately like so
<?php if (has_post_thumbnail()) { ?> <?php the_post_thumbnail(); ?> <?php } ?>
Forum: Fixing WordPress
In reply to: Search doesn’t display formatted posts with imageDownload a copy of search.php from the theme you are using, keep the name the same, stick it in your child theme’s directory, modify it to display the way you want.
Forum: Fixing WordPress
In reply to: Search doesn’t display formatted posts with imageIf I’m understanding correctly, you just need to create a child theme and edit the search.php.
Forum: Fixing WordPress
In reply to: Picture FrameCSS is not part of WordPress Basic CSS is really simple to learn, it’s going to be a huge asset to you. I’m not sure how you can design a website without it.
Maybe someone else has a plugin suggestion for this gentleman?
Forum: Fixing WordPress
In reply to: How to set post as full widthNo prob, glad to be of help.
Forum: Fixing WordPress
In reply to: How to set post as full widthThe event plugin developer probably has this documented.
Forum: Fixing WordPress
In reply to: Nothing updating, pages not workingPlease post a link to the issue.
Forum: Fixing WordPress
In reply to: Picture FrameI’m not sure about any WYSIWYG photo plugins. It’s just some basic CSS, as a web designer it should be a piece of cake!
Forum: Fixing WordPress
In reply to: Can’t find a page to editThis is a single product page, you wont find it in the wp admin panel, you can find the product. To edit the single product page template, or a single product consult your eCommerce plugin author’s documentation.
Forum: Fixing WordPress
In reply to: Cannot edit tag to add descriptionNo clue at all on this one. Are you sure you’re an admin? I would sometimes make a ‘fake admin’ and hide the actual one, so my clients wouldn’t screw things up. Beyond this, I have no clue and various searches yielded nothing.
Forum: Fixing WordPress
In reply to: Problem in customize modeI just get a godaddy landing page when I visit your link.
Forum: Fixing WordPress
In reply to: Menu issue in mobileMy best guess is you haven’t properly configured your site.
Forum: Fixing WordPress
In reply to: Wordfence – is it necessary for simple display only websiteWordfence blocks bandwidth hogging attacks, giving site all site users more bandwidth, subsequently a more enjoyable browsing experience. So yes, I recommend it for all sites.
Forum: Fixing WordPress
In reply to: Putting Logo + Menu on same line… 1140px – 960pxMight I suggest hiring someone for this, it’s not really a simple task.
Forum: Fixing WordPress
In reply to: WP Theme not installingAwesome! You solved your own problem.