iNtEnSePL
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Yoast 15.8 kills existing theme breadcrumbThe-Dude, That means, that Yoast deactivated theme functionality, not the other way around. I assume that you have different theme than I and the same happens (I won’t check your solution, as changing theme back and forth means I have to re-pin menu, adjust all widgets on the website etc.). The issue is in Yoast. If Beadcrumbs are disabled, the plugin shouldn’t “touch” anything, even on update, re-enabling etc.
Great to hear that you found a solution for yourself. So did I (in different way).
But bot our solutions are NOT a universal solution to the issue Yoast brought.And still, we are writing, and developer asks – are you premium?, if not, just use our free plugin with bugs.
Forum: Plugins
In reply to: [Yoast SEO] Yoast 15.8 kills existing theme breadcrumball they do is tell people how to behave on forums, not help
… based on EXPERIENCE (read above)Forum: Plugins
In reply to: [Yoast SEO] Yoast 15.8 kills existing theme breadcrumbI managed to restyle Yoast breadcrumbs with CSS myself (and learn how to do this) before getting any productive answer… Way to go support.
btw. The issue with disabling ALL breadcrumbs systemwide by Yoast is still a thing / bug.
It’s exactly what I encountered – just like The-Dude did. So don’t ask me please to start a new topic just to say, that I have the same issue…Forum: Plugins
In reply to: [Yoast SEO] Yoast 15.8 kills existing theme breadcrumbJust fix it and don’t teach me pls…
Forum: Plugins
In reply to: [Yoast SEO] Yoast 15.8 kills existing theme breadcrumbI second this. I use Ronneby theme which has breadcrumbs. When I install Yoast SEO two things can happen:
1. When breadcrumbs are disabled in Yoast plugin – they dissappear altogether from webpage (even thou they are enabled in Ronneby theme).
2. When breadcrumbs are enabled in Yoast plugin – they appear on the webpage, but look like garbage and are displaced (contrary to Ronneby breadcrumbs).Right now I have two options – forget about breadcrumbs or disable Youast SEO plugin. Both options are bad. Please resolve the issue
1. Disabling breadcrumbs let’s the theme (i.e. Ronneby) handle breadcrumbs – Yoast doesn’t interfere
AND
2. Enabling breadcrumbs keeps them looking at lease the same as in theme.If you want access to my website to check it out – just let me know.
Forum: Plugins
In reply to: [Cloudflare] Compatible with WordPress 4.5.2?It works for me, but I just got an e-mail that they are moving from v1 API to v4 API. That will probably make the plugin useless, unless updated by the author
Forum: Plugins
In reply to: [Tabulate] Multiple issuesOK, I made the product ID a PK.
I can create/edit/delete contents of the table.
I can get to last phase of CSV import (all data is reported as valid), but when I press import button, I get an errorUnable to fetch record with PK of:AB1234
In the Preview phase there is no preview (at least for me) – should it show what will be imported?
Forum: Plugins
In reply to: [Tabulate] Multiple issuesit’s a temporary table used ONLY for updating prices with said procedure. WP doesn’t use that table whatsoever. After update it should be fully truncated and kept empty.
So import from CSV to table, run (CALL) update procedure, truncate table and that’s it.
But I haven’t found a simple plugin that allows me to do any of these things… And I’d prefer to do this from WP admin instead of phpMyAdmin for several reasons.
Forum: Plugins
In reply to: [Tabulate] Multiple issuesIt’s a simple table that has in one column product identifier, in second column it’s price. There’s a procedure on a server, that picks this data row by row, compares with wp_ tables and rewrites price where product id’s match. I probably could add the PK column, or set prodct ID (string !) to be PK, but it’s really unnecessary for me :).
I will experiment and see if it helps
Forum: Plugins
In reply to: [Tabulate] Multiple issuesI can’t even uninstall the plugin…
Fatal error: Uncaught Error: Class ‘WordPress\Tabulate\DB\Grants’ not found in …/public_html/wp-content/plugins/tabulate/uninstall.php:8 Stack trace: #0 …/public_html/wp-admin/includes/plugin.php(966): include() #1 …/public_html/wp-admin/includes/plugin.php(819): uninstall_plugin(‘tabulate/tabula…’) #2 …/public_html/wp-admin/plugins.php(357): delete_plugins(Array) #3 {main} thrown in …/public_html/wp-content/plugins/tabulate/uninstall.php on line 8
Forum: Plugins
In reply to: [Tabulate] Multiple issuesI updated:
– PHP to 7.0.3 (from 5.3.x)
– Tabulate to 2.7.5 (from 2.7.2)1. Issues with viewing tabs solved.
2. CSV export – still there, no changes.
3. cennik_upd doesn’t have PK (not really necessary, as data from this table is used by one procedure, then truncated), it’s a three column table (varchar(250),varchar(250),varchar(2)).4. Importing CSV ends with following error now
Fatal error: Uncaught Error: Call to a member function get_name() on boolean in mydomainname.com/public_html/wp-content/plugins/tabulate/src/Controllers/TableController.php:173 Stack trace: #0 mydomainname.com/public_html/wp-content/plugins/tabulate/src/Menus.php(140): WordPress\Tabulate\Controllers\TableController->import(Array) #1 mydomainname.com/public_html/wp-includes/plugin.php(503): WordPress\Tabulate\Menus->dispatch(”) #2 mydomainname.com/public_html/wp-settings.php(353): do_action(‘init’) #3 mydomainname.com/public_html/wp-config.php(99): require_once(‘mydomainname.com…’) #4 mydomainname.com/public_html/wp-load.php(37): require_once(‘mydomainname.com…’) #5 mydomainname.com/public_html/wp-admin/admin.php(31): require_once(‘mydomainname.com…’) #6 {main} thrown in mydomainname.com/public_html/wp-content/plugins/tabulate/src/Controllers/TableController.php on line 173
Forum: Plugins
In reply to: [Tabulate] Multiple issuesIt’s getting better ??
After trying to import CSV I got this at “preview” stage of import:
Fatal error: Call to a member function get_name() on a non-object in /public_html/wp-content/plugins/tabulate/src/Controllers/TableController.php on line 173
Forum: Plugins
In reply to: [FreshMail For Wordpress] Subscription form displays improperlyI have the same. I even e-mailed about this issue to developer before version 2 was released. There is no vertical centering, and vertical padding is not usefull for responsive website designs…
Forum: Plugins
In reply to: [FreshMail For Wordpress] Connect problem (SSL certificate issue)…or you can do this (not recommended, but works 100%)
Edit file: freshmail-newsletter/include/class.rest.php
And after this:
$resCurl = curl_init(self::host.self::prefix.$strUrl); curl_setopt($resCurl, CURLOPT_HTTPHEADER, $arrHeaders); curl_setopt($resCurl, CURLOPT_HEADER, false); curl_setopt($resCurl, CURLOPT_RETURNTRANSFER, true);
Add this
curl_setopt($resCurl, CURLOPT_SSL_VERIFYPEER, false);
Forum: Plugins
In reply to: [WP-FFPC] Error in calback for function 'wp_ffpc_redirect_callback'OK, while I was digging the net I found the solution.
Every 2nd save of settings in WP-FFPC deletes wp-content/advanced-cache.php file. If you are having the problem as described above, all you need to do is enter WP-FFPC settings and press Save settings ONE TIME.
wp-content/advanced-cache.php should be recreated and Warning is gone.
I don’t know why this happens, petermolnar, do you?