hamergil
Forum Replies Created
-
Did any of you found a solution to the upload button?
Forum: Plugins
In reply to: [Geo Redirect] Anyway to redirect all countries but oneI am looking for the same thing
did you get an answer or any solution?Thanks for the tip Anton.
You are right. it is outside the All in One SEO Pack comments.
my function didn’t work so I added another function which works great.
if anyone needs it:add_filter( 'index_rel_link', 'disable_stuff' ); add_filter( 'parent_post_rel_link', 'disable_stuff' ); add_filter( 'start_post_rel_link', 'disable_stuff' ); add_filter( 'previous_post_rel_link', 'disable_stuff' ); add_filter( 'next_post_rel_link', 'disable_stuff' ); function disable_stuff( $data ) { return false; }
written by Justin Tadlock
I appreciate your help and your consideration of adding it to the next plugin update
Thanks a lot!Hi Peter
I tried it and it only removed it from the homepage.
when I was browsing my inner pages it’s still there – next and previous
BTW – If I do use your suggestion, isn’t it going to be overridden in the next time I update the plugin?Thanks
Forum: Plugins
In reply to: [WooCommerce] BlockUI alert!Hi Guys
Just update your woo commerce plugin.
I Just updated my woo commerce plugin today and the alert is gone.Forum: Plugins
In reply to: [SS Quiz] Quiz increases the wp-options table dramaticallyNo Problem Rhand
Forum: Plugins
In reply to: [SS Quiz] Quiz increases the wp-options table dramaticallyI had to manually go and delete all the unnecessary tables from the database. then, removed this plugin. I recommend not to use this plugin if you don’t really need it.
Hi Chad
You didn’t mention if it’s possible to add multiple forms.
I also want to have 2 different login forms for 2 different pages with different passwords. one is for users and one is for sponsors.
is it possible?Thanks
Forum: Plugins
In reply to: [Breadcrumb NavXT] Breadcrumb NavXT and WPMLNo
I figured out another option
I am just using 2 different breadcrumbs scripts
and show them differently in each language using the languages if else statement technique:<?php if(ICL_LANGUAGE_CODE=='en'): ?> ////Show one breadcrumb <?php elseif(ICL_LANGUAGE_CODE=='it'): ?> ////Show another breadcrumb <?php endif; ?>
I know it is not the best solution but it works pretty well.
Forum: Requests and Feedback
In reply to: custom fields bug in 3.4.2?Until it is fixed you can use this plugin:
https://www.ads-software.com/extend/plugins/hotfix/
just upload and activate it and the custom fields will work again.Forum: Plugins
In reply to: [Yoast Breadcrumbs] Yoast breadcrumbs and custom post typeI will try that.
Thanks a lot!Forum: Plugins
In reply to: [User Photo] [Plugin: User Photo] Chaning photo and thumbnail sizesThanks.
Any way of adding more sizes?
(second part of my question)Hi Otto
Sorry but I can’t figure out how to make it work. tried to add it in the widgets area and was asked to provide “Facebook User Profile Number”
which I did, also gave a title and still it is not showing a login formcan you please check?:
https://wordpress.crowd.co.il/wp/wp-adminyour kind help is greatly appreciated
OK I’ll check that out
Thanks