MasterJuan
Forum Replies Created
-
Forum: Plugins
In reply to: [File Away] Not removing js/css on pages where I don't need itHello torralaq,
Actually, indeed it moves some JS/CSS files to the footer of pages that only uses FileAway.
However, these three files remain at every page!
<script type=’text/javascript’ src=’https://www.domain.gr/wp-content/plugins/file-away/lib/js/soundmanager2.js?ver=2.97a.20130101′></script>
<script type=’text/javascript’ src=’https://www.domain.gr/wp-content/plugins/file-away/lib/js/management.js?ver=3.9.6.1′></script>
<script type=’text/javascript’ src=’https://www.domain.gr/wp-content/plugins/file-away/lib/js/stats.js?ver=3.9.6.1′></script>And it’s really akward
Forum: Plugins
In reply to: [Relative URL] Removes /de/ or /ru/ in the URLHello, I think that I have the same problem.
Your plugin works fine even at my live site but it has a strong conflict with WPML.
For example the url of one of my pages is https://www.elinongi.gr/property-type/rent-el/
And English version should be https://www.elinongi.gr/en/property-type/rent-el/
and rusian https://www.elinongi.gr/ru/property-type/rent-el/However are like this:
English: https://www.elinongi.gr/en/property-type/en/rent/en/
Rusian: https://www.elinongi.gr/ru/property-type/ru/rent-ru/ru/Any advice or any solution to exclude WPML urls from your plugin?
Thanks in advance!
Forum: Plugins
In reply to: [Aqua Page Builder] Short Blog Block by multi-categoriesAny advice/support to this topic?
hello, I had made the update to 3.3.6 via ftp so the directory stayed as it was before sitepress-multilingual-cms.3.3.5/ that’s way you see the version 3.3.5. However the files are from the latest version 3.3.6.
Could be this a problem?
Hello, I am not opening a new support issue cause I am seeing the same error. When I activate the plugin I am getting 500 error page but only for a few pages on my WordPress panel *(like plugins page). My website on front-end still works.
I am seeing those errors:
Warning: Missing argument 4 for WPML_Term_Language_Synchronization::__construct(), called in /wp-content/plugins/sitepress-multilingual-cms.3.3.5/sitepress.class.php on line 4577 and defined in /sitepress-multilingual-cms.3.3.5/classes/class-wpml-term-language-synchronization.php on line 32
Fatal error: Call to a member function prepare() on a non-object in /sitepress-multilingual-cms.3.3.5/classes/class-wpml-term-language-synchronization.php on line 168
Best regards
Yeah after i enabled contact-form7, I re-activate core tweaks.
I just mention it in order to know this conflict.
Cheers!
Forum: Plugins
In reply to: [Bulk SEO Image] I can i run this for more than 500 images?SEO_tools i noticed that even if i choose page&post as post_type it takes only page post_type into $param variable.
it has to do with line 91:
case 3: BulkSeoImageGo(‘post’,$choice); BulkSeoImageGo(‘page’,$choice); break;Can you confirm this?
DavidmaureI57, try this:
$results = $wpdb->get_results(“SELECT * FROM{$wpdb->base_prefix}posts
WHERE post_type=’post’ or post_type=’page’ or post_type=’attachment'”);If your theme use custom post_type, probably you have to extend this query including also other post_types like this:
or post_type=”name_of_custom_post_type”
This query override the options regarding post_types of the plugin and change alt attribute to these three post_types.
Is not the best solution and Ι do not recommend it as permanent solution!
it would be better waiting an update from the author.
best regards!
Forum: Plugins
In reply to: [Bulk SEO Image] I can i run this for more than 500 images?Hello davidmaureI57!!
Try to remove this: post_status = ‘publish’ AND
so the query must be:
$results = $wpdb->get_results(“SELECT * FROM {$wpdb->base_prefix}posts WHERE post_type='”.$param.”‘”);Before do anything take a backup of your site just for any case!
Forum: Plugins
In reply to: [Bulk SEO Image] I can i run this for more than 500 images?Perfect!
Your answer is clear!
Thank you!
Forum: Plugins
In reply to: [Better WordPress Minify] Complete unistallHello only Speed Booster Pack, but it’s not a cache plugin.
I am using cpanel! is any other way to cache my server or anything else I can do?
Forum: Plugins
In reply to: [Simple Image Sizes] how to roll back to the previous versionThank you very much Rahe.
Indeed, it works!
Forum: Plugins
In reply to: [NextGEN Facebook] I can't see the images when i am sharing on facebookAlright i removed thes lines.
Could you please confirm that it’s ok?
Also what this means?
“The following will be treated as a redirect by the crawler:
A HTTP redirect
A <link rel=”canonical” href=”..” /> tag
A <meta property=”og:url” content=”..” /> tag
The final URL, which we tried to extract metadata from is highlighted in bold”Also, have you any idea how to exlude an image from fetching by facebook. For example I don’t want to fetch the gravatar of the authors.
At this url https://square.gr/iakovos-rizos-neroulos/8907 even if i fetch a new information from Facebook Debbuger I am still seeing only the gravatar image.
Forum: Plugins
In reply to: [NextGEN Facebook] I can't see the images when i am sharing on facebookFor example this post
https://square.gr/oi-protes-metaothomanikes-hmeres-ths-evias/9219#.VUd7EvntlBcOn Facebook Debbuger, I am seeing only the featured image and the image of the author (is a gravatar image).
When i am posting on Facebook, I am seeing first the author’s image and then the featured image.
At NGFB settings I have set to take the first 7 photos of the post.
Can you please guide me how to achieve this and if you find any other mistakes to mention them to me ?
Thanks!
Forum: Plugins
In reply to: [Social Share Button] All social networks displayed irrespective of selectionHello guys!
There is a better, simplier and cleaner way to fix this.
Go to the plugin folder in themes/icons-body.php file
Open the icons-body.php file.
Now search for this line of code (line 138)
else if($ssb_share_content_themes=='flat' || $ssb_share_content_themes=='round'|| $ssb_share_content_themes=='wide')
replace with this code
else if($ssb_share_content_themes=='flat' || $ssb_share_content_themes=='round'|| $ssb_share_content_themes=='wide' || $ssb_share_content_themes=='bodyname' || $ssb_share_content_themes=='packslide' || $ssb_share_content_themes=='hexa')
when the above else if ends….under this remains 5 “else if” for the others SSB styles…DELETE them and put that code
else if($ssb_share_content_themes=='hover-left' || $ssb_share_content_themes=='hover-right') { if($ssb_social_sites['fb']=="fb") { $ssb_share_icons.=" <a ".$ssb_share_target_tab." class='fb' href='https://www.facebook.com/sharer/sharer.php?u=".ssb_share_get_url()."' ><span class='icon'></span><span class='count'>".$ssb_count_fb."</span></a><br/>"; } if($ssb_social_sites['gplus']=="gplus") { $ssb_share_icons.= "<a ".$ssb_share_target_tab." class='gplus' href='https://plus.google.com/share?url=".ssb_share_get_url()."'><span class='icon'></span><span class='count'>".$ssb_count_gplus."</span></a><br/>"; } if($ssb_social_sites['twitter']=="twitter") { $ssb_share_icons.= "<a ".$ssb_share_target_tab." class='twitter' href='https://twitter.com/intent/tweet?url=".ssb_share_get_url()."'><span class='icon'></span><span class='count'>".$ssb_count_twitter."</span></a><br/>"; } if($ssb_social_sites['linkedin']=="linkedin") { $ssb_share_icons.= "<a ".$ssb_share_target_tab." class='linkedin' href='https://www.linkedin.com/shareArticle?mini=true&url=".ssb_share_get_url()."'><span class='icon'></span><span class='count'>".$ssb_count_linkedin."</span></a><br/>"; } if($ssb_social_sites['pinterest']=="pinterest") { $ssb_share_icons.= "<a ".$ssb_share_target_tab." class='pinterest' href='https://pinterest.com/pin/create/button/?url=".ssb_share_get_url()."&media=".ssb_share_get_image()."'><span class='icon'></span><span class='count'>".$ssb_count_pinterest."</span></a><br/>"; } if($ssb_social_sites['reddit']=="reddit") { $ssb_share_icons.= "<a ".$ssb_share_target_tab." class='reddit' href='https://www.reddit.com/submit?url=".ssb_share_get_url()."'><span class='icon'></span><span class='count'>".$ssb_count_reddit."</span></a><br/>"; } }
Don’t scary out…it’s only two replaces! ??
Enjoy and if you want follow me on twitter @AntoniosKrinis
Forum: Plugins
In reply to: [BruteProtect] Remotely update your siteHello, if i disable this choice…plugin still protects me from brute attacks?
It’s to different seperated things?