Jeshil
Forum Replies Created
-
It works for me and I am using WP 4.6.1
Forum: Fixing WordPress
In reply to: How to remove srcset when calling imageThis code does not work for me, the srcset is still there. My original uploaded images are very big and need not to be streched, however for the gallery images in single product view a very small image is used in srcset and I don’t know from where it is picked up, the source dimensions used for this image are not specified anywhere.
As a workaround it only got better when i increase woocommerce product display image size to 1000 x 1200 and regenerating thumbnailsForum: Fixing WordPress
In reply to: How to remove srcset when calling imageThis did not work for me. I am using WordPress 4.5.3
The srcset does go away after adding this to functions.phpForum: Plugins
In reply to: [Adminimize] Hide the admin black barI have checked that option, Deactive for Customers and selected all/ checked all for this role and when I log in as customer there is nothing on the admin bar but the black bar which now is empty is still there.
Forum: Reviews
In reply to: [Admin Bar Disabler] It did not work for meI know but at the end I think it should be 2 more user roles, Shop Manager and Customer. The plugins that I am using are:
Contact-form-7
envato wordpress toolkit
jetpack
google sitemap generator
js composer
revslider
sbmodal
transposh
updraftplus
w3 total cache
woocommerce
wp retina
wysija newsletter
yop poll
yith woocommerce wishlist
zilla likesIt’s quite a few.
Forum: Plugins
In reply to: [Transposh WordPress Translation] URL not working (permalinks)Hey singcap did you solve this? I have the same issue and my links stop working in English but they work in the default which is german
My website is at http://pitupi.de/With the only difference that I did not make any changes meanwhile, not that I know. I have made a local copy of the website and the links work there.
My Permalinks is set to custom structure
/%category%/%postname%/
Sometimes I am having troubles with this plugin cause it seems unstable and out of the blue something goes wrong without explanation and i find myself clueles.Anyhelp would be appreciated!
you posted it 6h ago, try it now just copy paste the link in your status and see what loads. What you posted before on fb is not going to change.
When i copy paste your website url on facebook the image displays correctly.
For me i tried doing several things, I added a feature image to my front page (I didnt have one cause my theme does not require one for the homepage) and then I added but removed again the functions.php fix suggested my Jetpack and deactivated W3 Total Cache and then nothing was appearing. It was not working yet but when I tried after some hour it was working fine and the featured image was appearing on the facebook share.
Forum: Plugins
In reply to: [Flexible Modals] This doesnt work on Explorer on Windows *Did you guys fix this on internet explorer or just uninstalled it?
Forum: Plugins
In reply to: [Transposh WordPress Translation] Display language code instead of FlagsYou scratch your head for some time but at the minute you post for help you find a solution. Bit embrassing..
If anybody faces the same issue as me, I went to contants.php in core folder of the general plugin folder of Transposh and changed the array of languages and changed the original language for Englisht to EN and German to DE. Then I used the widget from flags/tpw_flags_css.php, inside this php file I changed the line below
instead of
transposh_utils::display_flag("", $langrecord['flag'], $langrecord['langorig'], true) .
to just$langrecord['langorig'] .and done 🙂
Forum: Plugins
In reply to: [Transposh WordPress Translation] adding another languageHi,
Just a suggestion but what you actually need is add the language name and the flag image because everything else is done while translating.
I think you should try to add the language at the plugin folder-> core folder and then constants.php add an entry for the montenegrian in the language array and on the folder of flags you should add the proper flag with the naming and I think it will basically work otherwise check any other files if you need to add an entry anywhere else.Forum: Plugins
In reply to: [Transposh WordPress Translation] Add transposh to the main menuHello,
You should go on your header source code in php and add the following code
<?php if(function_exists("transposh_widget")) { transposh_widget(array(), array('title' => '', 'widget_file' => 'flags/tpw_flags.php')); }?>and then go to the folder of the plugin and find the widget folder and then the path above flags/tpw_flags.php and in the div add the style as you have the other part of the header menu about the styling height etc..
Hope this helps.Hi,
I guess you can change it in the core/constant.php file and there you have a language array and you should change the Original Language name from English to EN etc..
I tried it and it works for me 🙂
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Social media sharing? Not working!I have same problem as you here. Everything is on (checked for sharing) but the share button or link does not appear anywhere.
Any help appreciated!
Forum: Plugins
In reply to: [User Role Editor] Missing Delete Role functionalityThanks a lot Vladimir, it solved my problem 🙂