Forum Replies Created
- AuthorPosts
- September 13, 2016 at 2:26 pm in reply to: Some events are not showing when overlapping midnight #377885
J. Davis
KeymasterHi Raduz,
Please make sure you use latest version of plugin. If it is up to date please specify what exactly events you mean and submit a request providing admin login details.
Best regards,
JohnSeptember 9, 2016 at 2:00 pm in reply to: Never Ending Spinning Gears when try to edit slide #376054J. Davis
KeymasterHi Garfield,
Yes, the issue has been fix in 1.3.4 version. Please make sure the license is activated and update Slider to latest version. We have mentioned about it here in this topic. Please refer here.
Best regards,
JohnSeptember 8, 2016 at 1:16 pm in reply to: Not able to add target attribute to a link in the General text in footer. #375477J. Davis
KeymasterHi James,
Yes, you can do in such a way as a workaround. Make sure you edited the file in the Child Theme not to loose these changes after theme update.
Best regards,
JohnSeptember 7, 2016 at 12:28 pm in reply to: Not able to add target attribute to a link in the General text in footer. #374812J. Davis
KeymasterHi James,
I’ve added your request to our list of features. We’ll review it and probably it will be enabled in one of further versions of the theme. Thank you.
Best regards,
JohnSeptember 7, 2016 at 12:12 pm in reply to: Getting Internal Error on Content Editor for WordPress 4.6 #374802J. Davis
KeymasterHi Tim,
Thank you. We’ll check it.
Best regards,
JohnSeptember 7, 2016 at 12:06 pm in reply to: How to add the sidebar widget in a template directly #374801J. Davis
KeymasterHi,
-First of all make sure you use latest version of plugin.
-In order to customize output of widget or any other block you can usemptt_render_html
filter.
-Create /mptt/ folder in the root directory of your theme. Then copy widget-upcoming-view.php file to it. It should look like /your_theme_folder/mptt/widget-upcoming-view.php
-Add code below to functions.php file:add_filter('mptt_render_html', 'my_mptt_render_html', 10, 4); function my_mptt_render_html($includeFile, $template, $data, $output) { if ( $template && $template == 'theme/widget-upcoming-view') { return dirname(__FILE__) . '/mptt/widget-upcoming-view.php'; } return $includeFile; }
-There might be troubles if we edit source file. We’ll review plugin code and will add more actions and filters.
Best regards,
JohnJ. Davis
KeymasterHi Charles,
You can use special plugins like https://wordpress.org/plugins/gravitate-event-tracking/ You should configure plugin, indicate class for event to reacts. Then this class should be applied to element(for example CTA element) via property panel. When button with this class is clicked the event is submitted.
Best regards,
JohnJ. Davis
KeymasterHi John,
We’ll fix the issue shortly. Please expect for update for Profit Theme Engine plugin. Thank you for your help
Best regards,
JohnJ. Davis
KeymasterHi Ben,
There should be a dash between the time slots e.g. 7:00 AM – 8:00 AM. Please make sure you use latest version of plugin. If you do not have a dash there you can submit a request and we’ll check it for you.
Best regards,
JohnSeptember 6, 2016 at 8:30 am in reply to: Fonts, Font Size, Color, Sub Header Dark and Word boxes #373984J. Davis
KeymasterHi Jack,
In order to edit existing style please go to Visual Style Editor, select a style you want to edit and click duplicate, name it in your own way and edit padding, font size, etc. Please refer to screenshot http://prntscr.com/cepqw4
Best regards,
JohnSeptember 6, 2016 at 8:23 am in reply to: Never Ending Spinning Gears when try to edit slide #373981J. Davis
KeymasterHi Melvin,
What is the version of Slider? Have your tried to activate its license and update to latest version? have you followed recommendations above? Please specify or submit a request providing admin access and website URL if you need assistance with plugin update.
Best regards,
JohnSeptember 6, 2016 at 8:20 am in reply to: Getting Internal Error on Content Editor for WordPress 4.6 #373980J. Davis
KeymasterHi Tim,
That’s rather difficult to find the reason of the issue. Could you submit a request providing admin access and website URL? We’ll have a closer look at it.
Best regards,
JohnJ. Davis
KeymasterHi Jonas,
Seems like the issue occurs only whentext-transform
is set touppercase
. A ß is then converted to SS automatically. For example you can add the style below to style.css file of the child theme in order to disable uppercase for menu:.sf-menu { text-transform: capitalize; }
Best regards,
JohnSeptember 5, 2016 at 8:55 am in reply to: Can't nest cherry_inner_rows and cherry_inner_cols? #373301J. Davis
KeymasterHi Aaron,
Could you submit a request with admin login data and website URL so that I could test it for you.
Best regards,
JohnJ. Davis
KeymasterHi Jorge,
You can add Google Fonts and apply them using MotoPress Page Builder. Please refer to this guide.
Best regards,
John - AuthorPosts