Forum Replies Created
-
in reply to: Alert content is protected
Hello,
This error is caused by the some plugin that you have installed. Please try to disable all the plugins except what comes within the theme.
Let us know.
Regards!
in reply to: YITH Woocommerce social plugin problemHello,
In the new update plugin have added this feature to able to login through twitter.
When we will launch the new update of the June we will add this capability too.
The update will come in the next days.
Regards!
in reply to: Alert content is protectedThis reply has been marked as private.in reply to: Hyperlinks not working in Folie ThemeHello,
Did you have installed any third party plugin?
This is issue sometimes is caused by TinyMce plugin.
Let us know.
Regards!
in reply to: Alert content is protectedThe creds can be sent through email, private reply or fill your profile details with the required information.
Regards!
in reply to: Alert content is protectedHello,
Sorry for the late reply but we haven’t reached this support ticket before:
1. You can add portfolio in the WordPress Dashboard > Portfolio Items > Add New
2. For order custom item portfolio you can use: https://wordpress.org/plugins/simple-custom-post-order/
3. Yes you can’t update the gallery one by one. You have to select all the images
4. The alert content is a stange issue that we haven’t experienced before.Please can you send to us your online link and wp credentials so we can look into it.
Best Regards!
in reply to: Additional Information on Variable productsIn this article you can find something that can help you.
Try to add this function:
/** * Check if product has attributes, dimensions or weight to override the call_user_func() expects parameter 1 to be a valid callback error when changing the additional tab */ add_filter( 'woocommerce_product_tabs', 'woo_rename_tabs', 98 ); function woo_rename_tabs( $tabs ) { global $product; if( $product->has_attributes() || $product->has_dimensions() || $product->has_weight() ) { // Check if product has attributes, dimensions or weight $tabs['additional_information']['title'] = __( 'Product Data' ); // Rename the additional information tab } return $tabs; }Regards!
Hello,
Please Customize the theme and go to Header > Menu Styles > Menu Item Active Color.
Change the color with color picker.
Check out this screenshot: https://imgur.com/a/hIH6PsC
Regards!
in reply to: Can not Update to 2.4.Hello,
Theme updated with success.
In order to receive further support please renew your support license.
Regards!
in reply to: Folie – Theme bugHello,
Which version of the theme have you installed ? Have you installed any a third-party plugin that can conflict with the theme.
I tried to login with the creds you have provided but seems impossible.
Let us know.
Regards!
in reply to: Error after wordpress updateHello,
Sorry, it is the same thing.
Please remove the firewall so i can resolve this issue.
Regards!
in reply to: Dollar symbol on left of numbersHello,
Have you installed the Currency Switcher plugin ? Please check how easy is to change the order of the currency with this plugin:
https://imgur.com/a/UtDX7YxGo to WooCommerce > Settings > Currency Switcher
Let us know.
Regards!
in reply to: WordPress Version 5.0 Specular GoneHello,
Please download the latest version 1.63 of Specular from themeforest.net and update the theme.
1. Unzip the folder Specular
2. Replace the wp-content/themes/specular with the new one just downloaded
3. Go to Plugins and on WpBakery Plugin you will see the Update link.
In case you want to update only the WpBakery Visual Composer. Take the plugin into specular/plugins get the js_composer zip.
You can remove the old one plugin from the WordPress Dashboard and install the new version.
If you want we can also update it for you. In case you give me a confirmation i can proceed with the update.
P.S In order to receive further support please renew your support license that is expired.
Regards!
in reply to: KIRKI ERROR – WEBSITE DOWNHello,
Please download the latest version of Folie we have launched yesterday from themeforest.net
1. Unzip the folder folie
2. Replace the old folder Folie at wp-content/themes/folie with the new you have just downloaded
3. Delete the plugin Codeless Builder from the Dashboard and install it again.
Check your website.
Regards!
in reply to: Hyperlinks not working in Folie ThemeHello,
Please can give to me an example. I see lot of hyperlinks on post that works perfectly.
Let me know.
Regards!