Forum Replies Created
-
AuthorPosts
-
March 4, 2018 at 8:34 pm in reply to: Workaround for scrollbars not working properly when using wpbakery post grid #7984
elwielan
ParticipantP.S.: Disabling soft scrolling (Customizer>General>Extras>Soft Scrolling) is of course also a solution.
elwielan
ParticipantThank you very much, I came accross the same issue after updating to 1.4.1.2. Was not sure if this was due to recent changes in our child theme but thanks to this post I found it quickly (:
elwielan
ParticipantJust in case this is useful information for you: We backported everything from v4 we need, so we can stay with v3 “forever”.
January 28, 2018 at 4:14 pm in reply to: Bootstrap classes for showing and hiding content by device #7516elwielan
ParticipantSometimes I am blind… Solved!
I found that agama pro only imports the js portion of bootstrap but doesn’t need the css part. When we load that part as well everything works as expected.
In case anyone else needs this:
\agama-pro_child\functions.php:
Insertwp_enqueue_style( 'bootstrap', get_stylesheet_directory_uri() . '/assets/css/bootstrap.min.css',false,'3.3.4','all');
into yourfunction my_theme_enqueue_styles() {}
and of course upload the correct bootstrap.min.css onto your server (or use the cdn version).
-
This reply was modified 5 years, 3 months ago by
elwielan.
January 28, 2018 at 2:56 pm in reply to: Bootstrap classes for showing and hiding content by device #7514elwielan
ParticipantP.S.: The integration ob bootstrap comes through
//wp-content/themes/agama-pro/assets/js/plugins.js?ver=1.4.1.1
December 18, 2017 at 1:55 pm in reply to: Feature request: Xing social media button (ready to use code inside) #7142elwielan
ParticipantThumbs up!
elwielan
ParticipantHello Jerry,
Thank you very much for the fast answer! Nice to hear the change is already planned from your side!
No, we are not in a hurry, I just wanted to know if you generally plan to update it or not at all. Thank you very much for offering hurrying up, but no need for. Take your time and publish it whenever it is ready (-:
Best regards
-
This reply was modified 5 years, 3 months ago by
-
AuthorPosts