eArmin
Forum Replies Created
-
I noticed this problem today :((((((((
All ranks are lost. :'( No access to my pages in last month and I didn’t noticed that. How can I Permanently fix it now?!Forum: Plugins
In reply to: [WP-UTF8-Excerpt] [Plugin: WP-UTF8-Excerpt] Number of characters in excerptI think my theme is using this function to generate excerpts. But I couldn’t find how to increase its length.
if (get_option($shortname.'_use_excerpt') == 'on' && $postExcerpt <> '') { if ($echo) echo $postExcerpt; else return $postExcerpt; } else { $truncate = $post->post_content; $truncate = preg_replace('@\[caption[^\]]*?\].*?\[\/caption]@si', '', $truncate); if ( strlen($truncate) <= $amount ) $echo_out = ''; else $echo_out = '...'; $truncate = apply_filters('the_content', $truncate); $truncate = preg_replace('@<script[^>]*?>.*?</script>@si', '', $truncate); $truncate = preg_replace('@<style[^>]*?>.*?</style>@si', '', $truncate); $truncate = strip_tags($truncate); if ($echo_out == '...') $truncate = substr($truncate, 0, strrpos(substr($truncate, 0, $amount), ' ')); else $truncate = substr($truncate, 0, $amount); if ($echo) echo $truncate,$echo_out; else return ($truncate . $echo_out); };
Forum: Plugins
In reply to: [WP-UTF8-Excerpt] [Plugin: WP-UTF8-Excerpt] Number of characters in excerptlength in setting is not working and output excerpt length doesn’t change even when I change the numbers.
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] excerpt not auto-generatedDoes WordPress SEO generate excerpt?! I’m also looking for a way to auto generate excerpts and descriptions. I’m using wordpress SEO
pagespeed still says it doesn’t have dimension:
[IMG]https://i46.tinypic.com/2vbarv6.png[/IMG]
Update: Solved. takes some times for affect.
Thanks man. That was so good. ??it doesn’t worked. please insert edited code with your mentioned changes.
I didn’t noticed you posted. you replied while I was typing. Thanks for your quick reply. ??
Found it, for each block (after line 197) add above code. for example:
<a>" <?php echo $nofollow; ?> <?php echo $newtab; ?>><img src="<?php echo $smw_path; ?>/facebook.png" alt="<?php echo $imgcaption; ?> Facebook" title="<?php echo $imgcaption ?> Facebook" <?php if($animation == 'fade' || $animation == 'combo') { ?> style="opacity: <?php echo $icon_opacity; ?>; -moz-opacity: <?php echo $icon_opacity;?>;" <?php } ?>class="<?php echo $animation; ?>" /></a><?php
Becomes:`
<a>” <?php echo $nofollow; ?> <?php echo $newtab; ?>><img src=”<?php echo $smw_path; ?>/facebook.png” <strong>width=”<?php echo $icon_size;?>” height=”<?php echo $icon_size;?>”</strong> alt=”<?php echo $imgcaption; ?> Facebook” title=”<?php echo $imgcaption ?> Facebook” <?php if($animation == ‘fade’ || $animation == ‘combo’) { ?> style=”opacity: <?php echo $icon_opacity; ?>; -moz-opacity: <?php echo $icon_opacity;?>;” <?php } ?>class=”<?php echo $animation; ?>” /></a><?php`If it’s wrong please upload your updated code.
That’s great Edwardra3. I was looking for this. Would you please explain more, where this code should be inserted?
ThanksThanks,
I found another plugin too, are they different in work?
https://www.ads-software.com/extend/plugins/configure-smtp/
https://www.ads-software.com/extend/plugins/wp-mail-smtp/Is it possible to have multiple SMTP accounts with this plugin?
Some parts of my site are for special purposes that’s not completely related to site activity and has contact forms which should send emails from different addresses to related persons who is responsible for that part, so I need to have multiple account.
Actually I want to be able to configure sender email (From) in contact form 7.Thanks Michal ??
Forum: Plugins
In reply to: [Cloudflare] CloudFlare and WP Super Cache CDN Settings?I think yesterday’s pause/resume solved the problem!! it’s now working. If the problem repeat again I will disable JS and HTML minify.
Thak you for your help ??Forum: Plugins
In reply to: [Cloudflare] CloudFlare and WP Super Cache CDN Settings?enabled features in wp-super cache:
Advanced tab:
All recommended radio boxes except ” Compress pages so they’re served more quickly to visitors” are enabled.
CDN: off
preload: disbaled.Cloudflare settings:
Performance
Caching level: Aggressive
Auto Minify (Web optimization): Js, CSS, HTML all enabled.
Rocket Loader: off
—
There is no other optimization or minifying plugin installed.Forum: Plugins
In reply to: [Cloudflare] CloudFlare and WP Super Cache CDN Settings?Thank you. Good suggestion ??
I paused cloudflare and problem solved. So the problem is related to cloudflare!
I’ve also added a rule for wp-admin 10 hours ago but no difference.