Home › Forums › WoodMart support forum › STICKY SIDEBAR FOR BLOG / THRIVE LEADS COMPATIBILITY
STICKY SIDEBAR FOR BLOG / THRIVE LEADS COMPATIBILITY
- This topic has 21 replies, 3 voices, and was last updated 5 years, 10 months ago by
Artem Temos.
-
AuthorPosts
-
April 20, 2019 at 8:47 am #120011
RGEDTParticipantHello,
I take contact for differents question and problem.
1 – On my blog/post I would like to have the sidebar in sticky mode. How can I do this ?
2 – On blog also, can we have color code for different category ? Like Blue for categorie A and green for B?
3 – And the most important. I have the suite of Thrive. Leads, Architect, etc. I can’t use this plugin. Their customer support says that this come from you and the theme. https://prnt.sc/neha61Regards
April 20, 2019 at 10:23 am #120029
Elise NoromitMemberHello,
1. There is no option to make a sticky sidebar, there is the option to make Off sticky sidebar on mobile.
2. It is not possible to set different colors for different categories.
3. Please provide more details about the problems with the plugin. Please provide the screenshots and step by step instruction to reproduce the problem
Best Regards
April 20, 2019 at 12:04 pm #120044
RGEDTParticipant1 – So sticky bar for post not possible ? Wow ok.
2 – Ok
3 – Just look that : https://thrivethemes.com/forums/topic/landing-page-template-wont-load-infinite-loading/
They says that this bug come from your theme
April 20, 2019 at 3:59 pm #120060
RGEDTParticipantTell me.
Because of your theme I can’t use a plugin that I have bought..April 20, 2019 at 4:47 pm #120070
Artem TemosKeymasterWe can’t access that topic. Please, provide us short explanations and steps to reproduce this problem on your website. Thank you.
April 20, 2019 at 5:00 pm #120072
RGEDTParticipantJust have their plugin. But when I want to use it. The page is in infinite login.
And the support say this come from the themeApril 21, 2019 at 8:11 am #120149
RGEDTParticipant??????????
April 21, 2019 at 10:25 am #120164
Artem TemosKeymasterWhat do you mean by infinite login? Please, provide us short explanations and steps to reproduce this problem on your website with some screenshots.
April 21, 2019 at 1:37 pm #120180
RGEDTParticipantIt’s simple. The support says that it comes from your theme. When i want to use thrive leads. The page loads to infinity and never opens …
April 22, 2019 at 6:04 am #120233
Artem TemosKeymasterHi,
We see that this plugin is turned on now and your website is working correctly.
Regards
April 23, 2019 at 9:53 am #120471
RGEDTParticipantMy website working perfectly but not the plugin.
INFINITE LOADING !!!April 23, 2019 at 9:54 am #120472
Artem TemosKeymasterWe asked you a few times how to see the problem but you didn’t provide us any workable instruction. So we repeat our question, how to reproduce the problem?
April 23, 2019 at 10:53 am #120479
RGEDTParticipantI don’t know the support this come from your theme but I don’t know how to fix that.
It’s the reason that I write here. https://prnt.sc/nfpllwInfinite loading!
April 23, 2019 at 11:16 am #120488
Artem TemosKeymasterPlease, send us your FTP access so we can investigate what is wrong.
April 24, 2019 at 9:03 am #120674
RGEDTParticipantCan fix that problem today. It’s a big problem that prevents me from using a plugin I bought.
April 24, 2019 at 11:19 am #120705
Artem TemosKeymasterThe ftp seems to be wrong because when we edit
https://wearemotivated.fr/wp-content/themes/woodmart/inc/admin/assets/js/colorpicker.min.js?ver=3.6.1
file we don’t see any changes applied.April 24, 2019 at 12:56 pm #120725
RGEDTParticipantYes it’s the good one…
But not the child and www folderApril 24, 2019 at 2:28 pm #120748
Artem TemosKeymasterPlease, send us a direct path to this file on the server.
April 25, 2019 at 10:17 am #120868
RGEDTParticipant/public_html/wp-content/themes
This problem needs to be fixed today
April 25, 2019 at 11:22 am #120895
Artem TemosKeymasterTry to add the following PHP code snippet to the child theme functions.php file to do this
function woodmart_admin_scripts() { $version = woodmart_get_theme_info( 'Version' ); wp_enqueue_script( 'woodmart-admin-scripts', WOODMART_ASSETS . '/js/admin.js', array(), $version, true ); if( apply_filters( 'woodmart_gradients_enabled', true ) && $_GET['action'] != 'architect' ) { wp_enqueue_script( 'woodmart-colorpicker-scripts', WOODMART_ASSETS . '/js/colorpicker.min.js', array(), $version, true ); wp_enqueue_script( 'woodmart-gradient-scripts', WOODMART_ASSETS . '/js/gradX.min.js', array(), $version, true ); } if ( woodmart_get_opt( 'size_guides' ) ) { wp_enqueue_script( 'woodmart-edittable-scripts', WOODMART_ASSETS . '/js/jquery.edittable.min.js', array(), $version, true ); } //Slider wp_enqueue_script( 'jquery-ui-slider' ); //Datepicker wp_enqueue_script('jquery-ui-datepicker'); //VC Fields wp_enqueue_script( 'woodmart-image-hotspot', WOODMART_ASSETS . '/js/vc-fields/image-hotspot.js', array(), $version, true ); wp_enqueue_script( 'woodmart-title-divider', WOODMART_ASSETS . '/js/vc-fields/title-divider.js', array(), $version, true ); wp_enqueue_script( 'woodmart-slider', WOODMART_ASSETS . '/js/vc-fields/slider.js', array(), $version, true ); wp_enqueue_script( 'woodmart-responsive-size', WOODMART_ASSETS . '/js/vc-fields/responsive-size.js', array(), $version, true ); wp_enqueue_script( 'woodmart-vc-image-select', WOODMART_ASSETS . '/js/vc-fields/image-select.js', array(), $version, true ); wp_enqueue_script( 'woodmart-vc-colorpicker', WOODMART_ASSETS . '/js/vc-fields/colorpicker.js', array(), $version, true ); wp_enqueue_script( 'woodmart-vc-datepicker', WOODMART_ASSETS . '/js/vc-fields/datepicker.js', array(), $version, true ); wp_enqueue_script( 'woodmart-vc-switch', WOODMART_ASSETS . '/js/vc-fields/switch.js', array(), $version, true ); wp_enqueue_script( 'woodmart-vc-button-set', WOODMART_ASSETS . '/js/vc-fields/button-set.js', array(), $version, true ); wp_enqueue_script( 'woodmart-vc-functions', WOODMART_ASSETS . '/js/vc-fields/vc-functions.js', array(), $version, true ); woodmart_admin_scripts_localize(); } add_action('admin_init','woodmart_admin_scripts', 100);
April 26, 2019 at 8:28 am #121055
RGEDTParticipantFor the moment I don’t use the child theme.
Can you make it ?I lost time… This plugin is important to work for me
April 26, 2019 at 8:29 am #121056
Artem TemosKeymasterYou can download the child theme from the ThemeForest. We are not able to do this because any changes we do via FTP are not applied on the frontend.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register