montygothic
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Using featured image with Allure themeThanks edriessen, I tried this and the result is https://forms.1stti.me
The image now appears! but I can’t get it to appear in the homebox “Quadrant today”.Forum: Fixing WordPress
In reply to: Media upload issueGlad it worked, are you familiar with how to get featured Images to work with themes that don’t support it?
If so, I could do with some advice here: https://www.ads-software.com/support/topic/using-featured-image-with-allure-theme?replies=2Forum: Fixing WordPress
In reply to: Media upload issueCheck to see where your default upload destination is via the below:
In Settings> Media> Uploading files> Store uploads in this folder>
Then via ftp check if the files are being uploaded there or not?
You can also deactivate your theme and then re-activate. Also try a different theme to see if you encounter the same issue.
Forum: Fixing WordPress
In reply to: Page Thumbnails Doesn't AppearHey persocon,
I’m having some trouble with featured image to posts. Do you know how I can get my theme to support this?
Here’s the link:
https://www.ads-software.com/support/topic/using-featured-image-with-allure-theme?replies=2
Forum: Themes and Templates
In reply to: Using featured image with Allure themeHey, I’ve tried to add the following but still no avail. I know I’m on the right track, any suggestions of tweaking this is appreciated.
This to functions.php <?php add_theme_support( 'post-thumbnails' ); ?>
&
This to the home.php page.
<?php if(function_exists('the_post_thumbnail')) { ?> <?php if(get_the_post_thumbnail() != "") { ?> <?php the_post_thumbnail(array(150,150), array('class' => 'alignleft')); ?> <?php } ?> <?php } ?>
Forum: Fixing WordPress
In reply to: How to allow anyone to write posts on my blogYes it will, however you have full publish control over users posts. Make sure the form settings are set to publish. This will enable their posts to to be added to your main page.
Monty.
Forum: Fixing WordPress
In reply to: How to allow anyone to write posts on my blogHi,
There’s an even better way, try the Gravity Forms plugin. Create a new form using just the post fields, you can even let users post images. Then create a new page called “Add a post” and on that page add your post form you just created. Gravity forms is the best forms plugin for WordPress, hands down. Users can go to your “add a post” page (call it what you want) and start creating content.
Here’s an example, click on my “your voice” page and post to your hearts content without registering.
Forum: Themes and Templates
In reply to: Move the menu closer to the headerThanks again for your answrs, I’ll look into the problem, seems like a one off.
Forum: Themes and Templates
In reply to: Move the menu closer to the headerHi @namklim,
Thanks again for the comming back to me, I tried this and it worked! for 5 mins and then I refreshed and ecountered
Fatal error: Maximum execution time of 30 seconds exceeded in D:\Hosting\6390919\html\microsite\wp-includes\default-embeds.php on line 22
I have kept the child theme and made the header bigger. I guess I ultimately want to change the header deault from 940 × 198 to maybe 940 × 140
Any help is appreciated.
Forum: Themes and Templates
In reply to: Move the menu closer to the headerI’ll give this a try, thanks for your minutes and seconds.
Forum: Themes and Templates
In reply to: How do you reduce or remove backgroundHi @mark / t31os
Thanks for showing me how, I use safari’s inspect elements so went in and updated the ID’s.
Thanks again.
Forum: Themes and Templates
In reply to: Move content area and header closer to the page top