rtibbs4
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Linking a featured image to a different WP pageYeah, I would really like to see an example or more detail of what aramaz did. This is something I have been looking to do.
Forum: Hacks
In reply to: How to style the "read more" link?thanks for your reply.
I completely get the css and function code but I am not sure what to do with the code below which is in my index page? What do I need to do to the [Read More…] line? Thanks in advance.`<?php
if(sp_get_option(‘content_archive’) == ‘full’) :
the_content(__(‘[Read more…]’, ‘genesis’));
else :
if(genesis_get_option(‘thumbnail’))
genesis_image(array(‘format’ => ‘html’, ‘size’ => genesis_get_option(‘image_size’), ‘attr’ => array(‘class’ => ‘alignleft post-image’)));
the_excerpt();
endif;
?>Forum: Themes and Templates
In reply to: warning about TEMPLATIC themesGreat, looking forward to it!
Forum: Themes and Templates
In reply to: warning about TEMPLATIC themesHi,
I’ve been researching Templatics themes for a little while trying to decide if I want to go with them. I have to agree with some of dstolfi’s points about the forum. My first thought was that the forum may have been removed because of complaints or it was removed because users may have been sharing/providing customization info that the developers saw as a loss of potential revenue. I have recently been working with another WP classified theme that has a lively forum. The open exchange of ideas has undoubtedly helped everyone involved. The theme upgrades have come faster and the developers don’t have to respond to “Does anyone know how you change the background color?” type of questions. Any personal info is simply sent in a PM. The developers have moderators that patrol the forum answering questions, directing people to the correct forum, etc.. As dstolfi mentioned the themes look great! I am just a little worried that after paying for a couple of themes it will cost me more money to get some simple mods implemented.I actually found this thread searching for an unofficial templatic forum. Kinda wish there was one.
Forum: Fixing WordPress
In reply to: [Plugin: Register Plus] Custom CSS for Register & Login PagesAny feedback from this post?
Trying to stop register plus fields from dropping down a line. Can’t figure it out.
Sooooo glad I found this. Although I wish I found it hours ago.
Thanks.Forum: Plugins
In reply to: Google Map in Custom Field WidgetI am interested in using my blog posts as a business directory with a location map below the posted title and info. Care to point me in the correct direction other than using WP Geo and a custom field widget?
Thanks in advance.Forum: Fixing WordPress
In reply to: Dashboard Not Displaying ProperlyI don’t know if anyone found a solution but I have the same problem. I had been away for a couple weeks and when I returned my dashboard layout was a mess. All gray background and in list mode. Here is the error I had at the bottom of the page. Any help appreciated.
Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Timestamp: Thu, 18 Feb 2010 18:15:18 UTC Message: Invalid character Line: 1 Char: 5 Code: 0 URI: https://www.newengland1.com/wp-admin/load-scripts.php?c=1&load=jquery,utils,quicktags&ver=b64ae9a301a545332f1fcd4c6c5351b4 Message: Invalid character Line: 1 Char: 5 Code: 0 URI: https://www.newengland1.com/wp-admin/load-scripts.php?c=1&load=thickbox,hoverIntent,common,jquery-color,wp-ajax-response,wp-lists,jquery-ui-core,jquery-ui-resizable,admin-comments,jquery-ui-sortable,postbox,dashboard,plugin-install,media-upload&ver=7762cff277a720f521b39f5f5855e73a
Forum: Plugins
In reply to: [Plugin: User Photo] Can’t get any user photos to showMy user photos are showing fine for comments, profile page and the individual user level in the control panel but I can’t get any photos to show on the user list page of the control panel just the default avatar.
Frustrating!Forum: Plugins
In reply to: Userphoto not showing up in dashboardIn my situation you need to approve the photo but you can’t approve your own photo which is somewhat of a bug. So go to your user panel and click admin(you)or (default) and scroll to the bottom and upload a photo. Update the profile (save). Now you need to create another user that is another administrator. (add new and create a user that can be an administrator).Save. Then log out and then log back in with the new administrator user/pass. Go to users and admin. Scroll to the botton and approve the photo. Update profile (save).
Hope this works and I explained it o.k.