andr2
Forum Replies Created
-
I use theme’s and BB’s standard styles.
Just an idea – maybe it’s possible to add the BB’s CSS as the last one without refering to theme’s handle…The first link is not suitable while the second allows to set some Sprout’s rights to the role (for example to subscriber). But it’s not clear what links should be inserted in menu. Please, advise.
Hello,
Could you, please, recommend some compatible role manager plugin?
Andrey
I found a problem. The plugin doesn’t work if the name of the field is numeric (ex. “1”, “2”). Please, check (MySQL supports such fields).
Also I tried the plugin with the table which has about 54 fields – the preview doesn’t work.
Forum: Plugins
In reply to: [WPF-jqGrid] Extra parameters passed in shortcodeYes, sure.
As I mentioned in the 1st post the goal is to add some extra paramaters with the names like ‘sqfields’ (the list of fields instead of all fields with ‘*’) and ‘sqwhere’ with WHERE clause of SQL.
I.e. I want to have something like:
$select_sql = “SELECT $sqfields FROM
{$this->tablename}
WHERE $sqwhere”;instead of
$select_sql = “SELECT * FROM
{$this->tablename}
“;in function get_rows() of FjqGridDB class in wpf-jqgrid-db.php
P.S. I also see the phrase $select_sql = “SELECT ” . implode( ‘,’, $fields ) . ” FROM
{$this->tablename}
” in this function get_rows() but I can’t understand how to pass the list of fields to it, i.e. to add data to $fields variable. Please, advise.Forum: Plugins
In reply to: [WPF-jqGrid] Extra parameters passed in shortcodeThank you.
What should I also do to make ‘sqfields’ parameter become visible/accessable in the class ‘FjqGridShortCodes’ (and I sssume also in FjqGridDB to access in public function get_rows())?Forum: Plugins
In reply to: [qTranslate X] Problems with RussianThx.
My Compatibility Functions are already on (otherwise doesnt’s work at all).Forum: Plugins
In reply to: [qTranslate X] Problems with RussianThere is no sense to install “Add Meta Tags” plugin – I showed it just to explain that it has no relation to Qtranslate-X. Neither Custom Fields nor “Add Meta Tags” plugin allows to select the language – you can only set everything manually with language selectors (ex. [:en])
Previously I used “Qtranslate Meta” plugin at https://www.ads-software.com/plugins/qtranslate-meta/screenshots/. Its big plus was in possibility to choose the language and type standard metatags in each selected language separately (ex. Title, Description, Keywords).
Forum: Plugins
In reply to: [qTranslate X] Problems with RussianSorry instead of tags I meant meta-tags. They are not available when creating/editing the post.
Please, check the screenshot
Andrey
Forum: Plugins
In reply to: [qTranslate X] Problems with RussianMenus are in Russian now, thanks (I was silly not to find this myself:) ).
Settings – Language is set to Russian but it doesn’t help (I got English in frontend).
I can see Custom fields below the Posts. It looks like they have something from tags but they are not user-friendly. I also installed “Add Meta Tags” plugin but it’s not multilingual.
Andrey
Forum: Plugins
In reply to: [SlideShare for WordPress by Yoast] error with updateHave the same problem. Any update or solution?
Forum: Plugins
In reply to: Jigoshop – "Your cart is empty" problemWell, when I completely deleted and reinstalled the WP with it DBS the Jigoshop started to work. Hope it will continue after some changes in dB.
Forum: Plugins
In reply to: Jigoshop – "Your cart is empty" problemI also assume that something wrong with session or storing the cookies.
I’ve tried the above (switched on error_log in php.ini as well).
Anyway, error_log file is empty.
The only error I saw on the web is immediately after adding new product to the Cart: “Notice: Undefined variable: tax_amount in /home/estart/public_html/wp-content/plugins/jigoshop/classes/jigoshop_cart.class.php on line 291”.