Kindly post your questions, suggestions and thoughts about the theme here. Thanks! -WPThemeDesigner
Schemer Type Mag
(16 posts) (7 voices)-
Posted 2 years ago #
-
I installed this theme etc. But if I tried to add something to the sidebar under widgets it does not appear. Is there something I need to change so that I can add widgets etc. to the right sidebar?
Posted 2 years ago # -
Hi Laura,
Kindly download again the SchemerType Mag theme in the membership area.
The following files were updated to fit your need:
functions.php, lsidebar.php and rsidebar.php.Thanks,
WPTD Webmaster
Posted 2 years ago # -
Thank you so much!
Posted 2 years ago # -
Is there a way to change the way an excerpt appears? I want it to appear as it does on the post itself. Right now it's all one big paragraph with sentences running together.
Thanks.
Posted 2 years ago # -
Hi Laura,
The excerpt will really display that way since HTML tags are removed during extraction of excerpt. It's either you display the entire content or display the excerpt without the HTML tags.
Some advanced users, tried using PHP functions such as strip_tags to manually extract the excerpt from the post content while at the same time preserving your selected HTML tags. However, this has never been perfected.
Hope These helps,
WPTD Webmaster
Posted 2 years ago # -
I have several questions for this theme:
Site: http://news.thedailyscrapper.com/01: I've added OpenX widget. The banners I have added are overlapping each other.
02: I like to have the 1st image posted in my post as thumbnail for the front page. Instead the last image is showing.
03: Can I have page break in a post?
Thanks in advance.
Posted 1 year ago # -
Hi Claus-Dieter,
01: With regards to the banner, I actually don't see any overlapping but just incase there are, just add some CSS styles to make it look well.
02: The codes are setup to retrieve the latest photo/image. To change that, you have to modify the codes. Simple solution could be this: go to functions.php at line 87 and insert [ 'order' => 'ASC', ] above (without the brackets). Note: This modification will affect the rest on the theme which uses the function.
03: What do you mean by a page break? It's only either you display content as excerpt or a complete content. Otherwise, you need a developer to help you with your needs.
Hope this helps,
WPTD Webmaster
Posted 1 year ago # -
nice themes.
one weird thing on the SchemerType mag.
it's not showing my site name, but is showing "SchemerType Mag" on the homepage of the blog. when i look at the code, it does show the proper link:
Web Health Articles,
but the home page doesn't show Web Health Articles as the site header title.what is up with that??
thanks,
mPosted 1 year ago # -
Hi Mark,
The "Schemer Type Mag" is a logo image that you can replace by going to the images folder and replacing the logo.gif. You can create your own logo with the same text style by downloading and editing the Schemer Type Mag PSD file. You can get it at the members area.
Hope this helps,
WPTD Webmaster
Posted 1 year ago # -
perfect. thanks so much!
cheers,
mPosted 1 year ago # -
Does the Schemer Type Mag theme and its links work in the latest version of WordPress v 3.0.1? I downloaded WP v3 in October 2010 Thanks.
Posted 1 year ago # -
The reason I was asking was the demo theme's links all worked but when I downloaded the theme and activated in my WP blog none of the links or photos appeared. I would like it to load like the demo. Any advice?
Posted 1 year ago # -
Hi Danny,
If you want to setup like the demo, see instructions below.
To add thumbnail images or associate an image to post, edit post and upload an image within the post.
To make the slideshow work, install Featured Content Gallery plugin. To set the post to be included in the slideshow, set category to 'Featured'.
If you can give us the URL of your website, the better so we can evaluate well.
Thanks,
WPTD Webmaster
Posted 1 year ago # -
Hello,
i also have several questions regarding schemertype theme. I am new to wp and i would need some help.- in every headline of post there is prefix "Archive for...category"
where can i delete it
- in the last row of the header (below main banner) there is a row that automatically
shows category. Is it possible to assign pages instead of categories.
- the theme has two widges - left and right sidebar. But if i drag and drop items into the right sidebar original style disappears. How can i only add items.thank you
Posted 1 month ago # -
Hi Anže Prohinar,
You can remove the "Archive for" from the archive.php line 11.
With regards to showing pages instead of categories, yes. You can modify this at header.php line 48. Just replace <?php dp_list_categories(6); ?> with <?php dp_list_categories(6); ?> with <?php wp_list_pages(); ?>. For reference you can browse http://codex.wordpress.org/Function_Reference/wp_list_pages.
With regards to the widgets, yes, that is how it was setup. The default widgets will really disappear when you add widgets. You can change this setup however by going to lsidebar.php or rsidebar.php. For example on lsidebar.php, cut the codes from line 4 to 43 and paste it right below <div id="lsidebar"> at line 2. This will display all the default widgets with or without any other widgets added.
Hoping these helps,
WPTD Webmaster
Posted 1 month ago #
Reply
You must log in to post.