simple1
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to get theme path ? or active more than once theme ?check out these plugins https://www.ads-software.com/extend/plugins/tags/theme-switcher
Forum: Plugins
In reply to: [Testimonials Widget] Not working on 3.5.1I can activate the plugin now. Thanks for fixing, Michael!
Forum: Fixing WordPress
In reply to: How to order the posts by view count only for category pagesTry this…
Install the WP-PostViews plugin https://www.ads-software.com/extend/plugins/wp-postviews/
Then incorporate this code into your theme’s Category template:
<?php if (function_exists('get_most_viewed_category') && intval(get_query_var("cat")) > 0): ?> <ul> <?php get_most_viewed_category(get_query_var("cat"),'both',10); ?> </ul> <?php endif; ?>
according to this thread https://www.ads-software.com/support/topic/get-query?replies=8
When you view a category page you should see the posts within that category listed by most views in descending order.
Forum: Plugins
In reply to: [Testimonials Widget] Not working on 3.5.1The URL setting is consistent until I activate the plugin, then the www is omitted.
https://thisisrusa.com/wp/wp-admin/plugins.php?activate=true&plugin_status=all&paged=1&s=
I tried your suggestion of adding the snippet to the wp-config.php but I get the same result.
Forum: Themes and Templates
In reply to: Handwritten ThemeHe draws like he embodies the Dude!
It would be easier to create a hover effect using web fonts than with images. WP offers a bunch of web font plugins you can try.
Any of the basic themes would work. It’s a matter of your CSS styles.
Forum: Hacks
In reply to: Customize the HTML output for Testimonials Widget via funtions.php filter?This thread seems somewhat related to what you want to do. https://www.ads-software.com/support/topic/move-image-to-below-quote?replies=9
Forum: Plugins
In reply to: [Testimonials Widget] Not working on 3.5.1I just tried installing the plugin on a site hosted by a different hosting service. When I activated it I got a blank page, no headers.
Forum: Plugins
In reply to: [Testimonials Widget] Not working on 3.5.1Michael,
I sent you admin login info.
Forum: Plugins
In reply to: [Testimonials Widget] Not working on 3.5.1I also got a 404 error when I activated the free version.
Forum: Fixing WordPress
In reply to: query_posts() Variables as ArgumentsI’m interested in how this might work also.
Forum: Fixing WordPress
In reply to: add page to menu problem, spinning wheelI don’t know if it has anything to do with your inability to create menu items, but there’s some strange code in the header of your pages:
echo " <script type=\"text/javascript\" language=\"javascript\" >
Right after
<meta name='NextGEN' content='1.8.4' />
Forum: Fixing WordPress
In reply to: How can I remove padding to make full width pages in Oxygen themeIt looks like the CJ Customer Header code that you inserted could be messing up the formatting. Now you have two sets of
<head></head>
tags.Forum: Themes and Templates
In reply to: How to get theme path ? or active more than once theme ?Do you want to enable the site visitor to do this?
Forum: Fixing WordPress
In reply to: Post & Pages RevisionsYou’ll need to enable Revisions in the Screen Options to see older versions of posts.
https://en.support.wordpress.com/pages/page-revisions/Forum: Fixing WordPress
In reply to: Posts in pagesFor #1, add to the stylesheet:
h2.page-title {
display: none;
}You can do this using the Custom CSS Manager plugin. https://www.ads-software.com/extend/plugins/custom-css-manager-plugin/
#2. Check the permalink for that news post, Introducing Grundéns Gage. You can also create another post and see if that post also has the same issue with the Read More link, as a way of isolating the problem.