kalshyre
Forum Replies Created
-
Forum: Plugins
In reply to: [WPtouch - Make your WordPress Website Mobile-Friendly] WPtouchI confirm the same, v4.3.47 print the content of Custom CSS in the footer. Putting CSS code in Additional CSS makes it disappear from the footer but it is still not loaded. Downgrading to v4.3.46 removes the problems.
Forum: Plugins
In reply to: [Transposh WordPress Translation] shortcode / documentation wiki / api keys /Hi,
This may not be exactly what you are looking for but could help to achieve something similar. I am using the following shortcode to display text only on specific pages :
[tp lang="en" only]This text will only appear on English pages, such as translator credits.[/tp]
It works with the block editor (can be in a text or shortcode block), though for an unknown reason, you now have to tick the box ‘enable translation of default language’ in the plugin settings for that shortcode (and perhaps others?) to work.
Regarding the edit translation box, I just see that it has been fixed by the plugin author in the last version (1.0.7) and the jQuery migrate helper plugin is not necessary anymore.
Hope this helps.
Forum: Plugins
In reply to: [WP Tiles] WP Tiles breaks Popup Maker plugin backendJust saw that WP 5.5 with the Block Editor allows for some basic galleries that look nice, much better than before. In my case, that is already sufficient ??
Forum: Plugins
In reply to: [404 Solution] Migrate from RedirectionerWorks perfectly, many thanks !
Forum: Plugins
In reply to: [WPtouch - Make your WordPress Website Mobile-Friendly] WPTouch Not WorkingHello @wptouch
First, thank you for making this plugin available in a free version. It’s a fast and easy way to quickly have a mobile website.I’m getting a similar error as @majorkeys above. The menu has recently (but I don’t know when) become unresponsive. Here’s the website : https://www.naturevolution.org
I’ve checked the console and it seems a jQuery issue. But I’m not familiar with this.
TypeError: e.indexOf is not a function jquery-3.4.1.min.js:2:83689 load jQuery <anonymous> https://www.naturevolution.org/wp-content/wptouch-data/cache/wptouch-a6a04e99054f253978f9c63c18fee1c033541f75.js:15 Error :event is undefined
I’ve tried to remove the Mailchimp signup form widget, remvove the Events Calendar widget, disable the Gravity form mailchimp add-on plugin, and delete the file you mention above, all without success ??
Would you have any idea on how to solve it ?
Many thanks.- This reply was modified 5 years, 6 months ago by kalshyre.
@thenewmcq, it seems that the update Sucuri released this morning (1.8.7) solved the problem.
It’s good, because there was also a gateway timeout on front-end attachment upload (which meant for us that Sucuri had to be disabled full time, not only to login).
Ok, that’s good to know. Thanks !
Hello
I have the same issue today, and disabling Sucuri (by renaming the plugin folder in FTP) makes it possible to login. But I would prefer to keep using Sucuri.
@ddsucurinet @thenewmcq, since the topic is marked as resolved, would you care to elaborate how you fixed it ? It could be useful to other users as this page ranks #1 for ‘504 Gateway Time-out wordpress login’.
This was definitely a bug with Filezilla that only copied randomly part of the files when copying back and forth. A check was need for each folder, to make sur everything was there. After that, everything works as planned.
There was an existing filezilla bug about this issue hereupdate: I checked the error log on the control panel, some PHP files are missing. Indeed I found out Filezilla has missed a LOT of files and folders when copying complete install. Investigating …
Forum: Plugins
In reply to: [qTranslate] No answer from Qian QinThis isn’t completely true. There has been an update end of Jan 2013. His WP profile shows minimal updates every 2-3 months.
On all my websites it keeps working with 3.5.1 as well as with former versions.I had a similar problem. When I tried to use WPEC permalink, the links to single product page that appear either
– on category page
– on the ‘view product’ link (on the edit product page)
– in the breadcrumbs (not the WPEC one)
would be of this form : https://website.com/product-page/%wpsc_product_category%/product-slug
Changing manually the %wpsc_product_category% would work, so the problem is coming from the function returning the permalink (the WPEC one and the WP one that it calls)For me the problem was apparently caused by a conflict with the plugin qTranslate slug. It works after deactivating the plugin. Need to see if there are other bugs caused by not using it.
Versions : qtranslate slug 1.1, qtranslate 2.5.31 (not the latest), WPEC 3.8.9.5, WP 3.5.1, localhost installation
Not too clear to me, I don’t know whether it is possible or not.
One thing I have done to have pics linking to posts and/or sub-categories is :
– modify the loop (in the template displaying categories), so that – for instance – the loop displaying level-1-category will show posts directly in level-1-category AND level-2-categories (sub-categories of level-1) but NOT posts of sub-categories. This is done with 2 little hacks in PHP and is working fine.
– then use Gecka Terms Thumbnails plugin to associate an image to a category
– you may need the Custom Category Template plugin, so you can do these changes in a different category template and keep the original one for some categoriesNot an easy solution : it needs a bit of testing and tweaking, but if you can read code a little bit (I don’t know PHP, just C++!), you can manage.
My category loop picks up the thumbnails for the direct posts in the media library (posts featured image, one NGG gallery per post) and picks up the thumbnails for the sub-categories from the Gecka plugin.Hope this helps.