cavey85
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Power Stats] decimal point between numbersThank you for your reply.
Ok! It is great. I am waiting for it.
Cavey85Forum: Plugins
In reply to: [Rich Text Excerpts] not working the pluginCould you recomend some themes, which this plugin works?
OR
Could not I put html/php code into functions.php for custom excerpt working?thx
Forum: Plugins
In reply to: [Rich Text Excerpts] not working the pluginHI,
Thank you for your reply.
I have mystique theme (https://www.ads-software.com/themes/mystique/), and it has not been updated in over 2 year. Maybe it is problem, too.Forum: Plugins
In reply to: Custom excerpt for postHi,
Could somebody help me?
Thx,
CaveyForum: Fixing WordPress
In reply to: Remove post_tag-; author-; odd/even etc from HTML codee.g.
<div id=”post-4564″ class=”post post-4564 category-48 category-dancing logged-in”>
[ https://codex.www.ads-software.com/Function_Reference/post_class ]<div id=”post-586″ class=”hentry post post-1 odd author-admin category-css category-css3 category-general-web-development clearfix”>
c85
Forum: Plugins
In reply to: [Theme My Login] remove wp prefix from _wpnonce or rename _wpnonceMany Thx! ??
Forum: Plugins
In reply to: [Theme My Login] How to remove "wordpress" as password senderHi,
You must add a filter into your theme functions.php:
1) Change e-mail address:
function your_email( $original_email_address )
{
return ‘[email protected]’;
}
add_filter( ‘wp_mail_from’, ‘your_email’ );2) Change site name:
function custom_wp_mail_from_name( $original_email_from )
{
return ‘Your sites name’;
}
add_filter( ‘wp_mail_from_name’, ‘custom_wp_mail_from_name’ );link: https://premium.wpmudev.org/forums/topic/email-sent-from-wordpressdomaincom-how-to-change
Forum: Plugins
In reply to: [Firelight Lightbox] Iframe not working in themesThank you very much for your help.
Then this is the easiest solution to the problem.Cavey85
Hi,
Thank you for your answer. I am reading the articles. ??
Here it is the image: https://oi61.tinypic.com/34gm5qq.jpg
Can I hide these details and version whit any php code into functions.php?Thx,
Cavey85Forum: Plugins
In reply to: shortcode plugin or code in functions.php for upload folder urlfunction return_uploads_url() { $uploads_dir = wp_upload_dir(); return $uploads_dir['baseurl']; } add_shortcode('uploads_url', 'return_uploads_url');
Forum: Plugins
In reply to: [Visitor Maps and Who's Online] Who's Online displays bots as guestsHI,
I have same problem with this plugin.
Could somebody help us resolving this error?thx,
Cavey85Forum: Plugins
In reply to: plugins blocks thickbox popupIf I insert the Google Apis files (e.g.
<script type=”text/javascript” src=”https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js”></script>
)
into the post or page, the thickbox popup window is blocked.So…
Google Apis files must be into the header.php or footer.php.
Own, custom js file can go into the page or post.That’s all.
Thx,
Cavey85Forum: Plugins
In reply to: plugins blocks thickbox popupHi,
I can see that the shortcoder plugin no block my thickbox popup window.
The problem is the javascript file (e.g. googleapis jquery files) which inserted into the page/post.How can I solve that these files are incompatible with thickbox plugin?
Thx,
Cavey85Please, help me!!!
Forum: Plugins
In reply to: [SEO Ultimate] slowly FB index image