WebTechGlobal
Forum Replies Created
-
Forum: Plugins
In reply to: [CSV 2 POST] Error message after installationOh and thank you for trying CSV 2 POST. If you fee the PHP version is not the cause please let us know.
Forum: Plugins
In reply to: [CSV 2 POST] Error message after installationHi
Please look at the thread posted before yours, mentions exactly this issue and that it is normally because PHP needs updated. Please contact your hosting or use your hosting control panel to switch to a later version of PHP.
http://ww.wp.xz.cn/support/topic/strstr-requires-php-530?replies=1
Forum: Reviews
In reply to: [CSV 2 POST] Unintuitive – even simple steps cannot be undestoodThank you for your feedback.
I can think of an improvement already on our task list that would help your situation with large files so I’ll bring that forward to be done sooner.
Forum: Plugins
In reply to: [WP-United : phpBB WordPress Integration] Abandoned PluginShame, this plugin could probably have had a premium version to help its upkeep.
It has prompted me to add a bridge plugin to our list of projects and I look forward to it.
Forum: Fixing WordPress
In reply to: Disappearing WidgetAh so it’s not your site. That explains it. I was initially wondering how someone with knowledge of WordPress could let the site get in that state.
Well done 😉
Forum: Fixing WordPress
In reply to: someone messing my siteIf the logo moves again could you please provide a link to a screenshot. Is it possible your on a slow internet connection and the page is not loading with full styling? Just a thought 🙂
It is a very white site shall we say, it would be harder to tell if that was happening than it is with other sites.
Forum: Fixing WordPress
In reply to: opening a HTML page from with in WordPressSo there is a media website you wish to offer on your own website through a popup? If I understand correctly you would need to use an iframe.
Consider copyright laws. I’m not sure how it works through iframes but iframes allow a sort of window through to another site and it means hiding that sites logo, trademarks, copyright information, policy links etc. All the stuff that may be intended and required to be on show when someone is presented with certain media.
Another alternative if the media site is your own is loading the html into the window, removing the header is possible. Scraping your own HTML website (specifically getting media attributes) then using them in code within your popup. That might be a bit complex but taking information from a plain HTML website in a dynamic manner often has to be. It is often a quicker task to convert a HTML site to a CMS then you’ll have a database of data to play with.
Forum: Fixing WordPress
In reply to: How to group blog post titles on one page<?php query_posts($query_string . '&cat=-3,-8'); ?> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2> <?php endwhile; else: ?> <p>Sorry, no posts matched your criteria.</p> <?php endif; ?>That was a quick copy and paste the edit from…
http://codex.ww.wp.xz.cn/The_Loop
It will result in a list of <h2> headers displaying post titles. The very first line has the query_posts() function. That function can accept a lot of criteria for the search to get posts i.e. specific categories.
Then the 2nd line begins to loop through all posts. There are various values that can be output within the look which ends at “endif”. You may want to output a 30 word excerpt for example.
Forum: Plugins
In reply to: [Digg Digg] Fixed PositionHey
When you say “it goes up”. Do you mean that the bar is actually fixed and your just scrolling past it?
I would tackle this as two issues. First being the initial positioning and confirming the position numbers you have entered in settings. Please provide a link if your still interested in following up on this.
I’m currently investigating how to fix the bar. It would require some hacking and there seems to be a demand for it within this plugin. I prefer it floating but some irregular behavior forces me to fix it in position.
Forum: Plugins
In reply to: [Digg Digg] Floating Like not showing in ChromeUsing XFBML myself, latest version of everything apart from the WP beta 3.6
Have you tried viewing through another device?
Hi
Are you asking about re-directing traffic when the user clicks on Digg Digg social buttons?
I read this question as a general one not related to the Digg Digg plugin with a touch confusion which is fine it happens to us all on here.
There are plugins for redirecting traffic. However they are not quick fixes. You must manually establish old URL and decide where they should follow through to. Well it’s a quick fix if you have a small blog but WordPress does have a habit of growing doesn’t it 🙂
Forum: Reviews
In reply to: [Digg Digg] Please Be Aware!esmi to the rescue as one expects 😉
Forum: Reviews
In reply to: [Digg Digg] Makes my Home Page Super SlowThis is obviously spam from the owner of Pingdom.
Forum: Reviews
In reply to: [Digg Digg] Please Be Aware!Did you do a mass search through the plugins files to confirm this New-wp-guy?
I’m going to guess this claim is false and this comment should be removed if moderators would be so kind. I don’t think we should encourage people to label plugins having adware so easily, without some challenge. If a user does not provide screenshots and source code from the page they saw links or ads then such comments are un-fairly damaging a plugin plus authors reputation. It always comes from the new ww.wp.xz.cn accounts and users who don’t come back to a comment which makes it even more suspicious or just annoying.
Forum: Plugins
In reply to: [Digg Digg] Contribute to Digg DiggYou should just get a premium edition setup and address some minor issues/requests which are included in that. I’m sure you would earn enough to cover 2-3 hours support time per week.
Thanks for a great plugin.