ari
Forum Replies Created
-
Forum: Plugins
In reply to: [Strictly Auto Tags] [Plugin: Strictly Auto Tags] Capitilisation ProblemThank You for the feedback!
Forum: Plugins
In reply to: [Gravity PDF] [Plugin: Gravity Forms PDF Extended] Unicode SupportSiddhanta – https://svayambhava.org/index.php/en/fonts
I also tried
Mangal – https://in.ffonts.net/Mangal.font.download
But when using this font the whole pdf is blank, we can still select the text but its not visible. I also tried changing the color & font-size in the css file, but nothing worked.Forum: Plugins
In reply to: [Gravity PDF] [Plugin: Gravity Forms PDF Extended] Unicode SupportThanks for your reply.
The problem is not completely solved, there is some issue with dompdf.
Here is a link to the ticket
https://code.google.com/p/dompdf/issues/detail?can=2&start=0&num=100&q=&colspec=ID%20Type%20Status%20Stars%20Priority%20Milestone%20Owner%20Summary%20Modified&groupby=&sort=&id=503I have tried adding the id=”content” but that does not help.
Forum: Plugins
In reply to: [Theme My Login] [Plugin: Theme My Login] Auto-login after registerGreat thanks!!
Any idea by when it will be released?Does it cache the results this way?
Any suggestions for caching if i am running this type of filter on a site with lots of posts & traffic?
$ingredients = post_custom('ingredients'); //or whatever code your theme uses $ingredients = (string)reset((array)$ingredients); //in case post_custom returns an array global $seo_ultimate; if ($seo_ultimate && $seo_ultimate->call_module_func('content-autolinks', 'autolink_content', $linked_ingredients, $ingredients)) echo $linked_ingredients; else echo $ingredients;
This solved the problem
No stats for me too. Waited for more than a week!!!!!
Also, when logging in with windows live the userid is very long & weird. There is no first & last name.
Forum: Plugins
In reply to: [CubePoints] [Plugin: CubePoints] Unable to update pointsFound the solution
change line 73
<?php echo bloginfo('url').'/wp-admin/admin-ajax.php'; ?>
to
<?php echo bloginfo('wpurl').'/wp-admin/admin-ajax.php'; ?>
in cp_admin_manage.php – line 73 & cp_admin_add_points.php – line 61This is due the change in wordpress url.
Feature Request:
1.Is it possible that any logged in user can suggest a edit
After suggesting the edit, the post still remains published with its old content & if the admin accepts the edits suggested by the user than those changes are pushed to the post.2. I am creating a recipe site, so it possible that any logged in user could submit a photo of the recipe?
Bugs:
1. Category is not loaded into a multi-select element.
2. Tag is not loaded into a single line element.
3. Image field is also empty
Great Plugin!!! Saved a lot of troubles!!!!!!!!
Regards,
ArihantForum: Plugins
In reply to: [Strictly Auto Tags] [Plugin: Strictly Auto Tags] Custom TaxonomyGot It!
Replaced all versions of post_tag with the custom taxonomy name
Great Plugin!!!!
Thank You!!!