kalsey
Forum Replies Created
-
First of all thank you for your quick response Aurthor. I reset the plugin, download and install it again and add code to the style.css but nothing happens problem still persist star size is currently set to 24×24 as I need 15×15
Please Check : http://www.newsview.in/entertainment/63269 (single.php)
http://www.newsview.in/(Home Page)Same requirement is here. I had made some changes in star size and css but can’t put the stars and text line in one line.
If Author can provide code for it I can increase the star width and height. Please reply Author.
See the theme, its required to be in one line: http://www.newsview.in/gadgets/63133
Forum: Plugins
In reply to: [Bebop] Facebook and other Apps ProblemI try to change my theme and try to register with a new id and then try to Authenticate with Facebook after that I got this Message
“You have successfully authenticated your Facebook account.”
But no option was shown after that in that window like “import facebook feed” etc as shown to me.If there is a paid version for about $5 to $10 I can pay you But $50 is very high for me to pay the buudysteam for a non-profiable website.
My site address is: http://exanselmites.comForum: Fixing WordPress
In reply to: Titles to tags and Ignore tagsThis code is also working fine in utf-8 code but there no function in it to stopwords or exclude the tags. Please if you add the function the ignore the tags in this code.
And If I delete some tags and update the post the deleted tags comes again so I prefer the above one to be solved if not you guys can go with this one too, nut in this two function had to add
1. If tags exits do not add tags
2. Ignore tags list from stopwors.txt file<?php function SaveTitleAsTag($post_ID) { $gpt = get_post($post_ID); $posttitle = $gpt->post_title; $posttitle = strtolower($posttitle); if(get_the_tags($post_ID)){ foreach(get_the_tags($post_ID) as $tag) { $tag_name = $tag->name; $tag_name = strtolower($tag_name); $posttitle = str_replace($tag_name, "", $posttitle); } } $splittotags = explode(" ", $posttitle); foreach ($splittotags as $atag){ $atag = str_replace(" ", "", $atag); if($atag !=NULL){ wp_set_object_terms($post_ID, $atag, 'post_tag', true ); } } //update_post_meta($post_ID, 'getthetag', $gettags); } add_action('save_post', 'SaveTitleAsTag'); ?>Forum: Fixing WordPress
In reply to: Titles to tags and Ignore tagsYes I know dear that is why I post it here. Please help me resolve the issue. In the plugin support page there is no one to ans the support questions.
Are suggest me any other Title to tags plugin which can work in UTF-8 and also had the word ignore feature
Forum: Fixing WordPress
In reply to: 404 Error After Permanent Link Changejasonpaulweber
Well, that should be:
New Link Changed to
http://newsview.in/%category%/%post_id%/That was just a typing mistake
Krishna
Change permalinks back to default (temporarily) to see if the error goes away.I had about 800 (appraox) post on the website and about 600 (appraox) post had the permanentalink
http://newsview.in/%post_id% (1)
and after that I chaged it to
http://newsview.in/%category%/%post_id%/ (2)If I changed it to default in the both the cases I get error (1) or (2) posts
Forum: Fixing WordPress
In reply to: Show Post Modified Time if Different from Post timeResolved
Forum: Fixing WordPress
In reply to: Show Post Modified Time if Different from Post timeNice coding Paul work like a charm
THANKS A LOT
Forum: Fixing WordPress
In reply to: Show Post Modified Time if Different from Post timeWhere to put in this condition
<?php if (get_the_modified_time() != get_the_time()) {
// show modified time
the_modified_time();
} ?>Forum: Fixing WordPress
In reply to: Show Post Modified Time if Different from Post timeNice work Paul its work me like a Charm. I used like this in the Single.php
<?php if (get_the_modified_time() != get_the_time()) {
// show modified time
the_modified_time();
} ?>and its working great, but one more you can do. I need to add this “Modified:” in this condition, because If I place it before the <?php
it also shown on that post also that don’t had the Modified time. I think understand my query.Exmaple
Your Condition shows
Published: July 22, 2013 , 6:55 pm | 7:03 pmBut I need
Published: July 22, 2013 , 6:55 pm | Modified: 7:03 pmIF I put the “Modified:” before php I get this on that post which don’t had the modified time
Published: July 22, 2013 , 6:52 pm | Modified:Forum: Fixing WordPress
In reply to: Feed not showing imagesI asked the theme vendor,(http://gabfirethemes.com) but they had no answer for that as they saying that it can happen by wordpress code and theme is related to this problem. Any other help plz
Post on Vendor Forum and there reply
http://forums.gabfirethemes.com/showthread.php?13225-Feed-not-showing-images