Ajax Dropdown filter

Posted in: Newsmag
Post count: 38

Hello, I have a problem! Ajax Dropdown filter not working
I updated to V2.3.2.
Thanks

Post count: 23312

Hello kalum,

I’ve tested on my side and everything seems to works fine. Please try to disable all the active plugins except Visual Composer, clear all your caches, purge the CDN files if you have and install only the plugins that come bundle with our theme. If, after these changes, your problem is still there, please send us an email at contact@tagdiv.com and provide your log-in information so we can take a look at your page setup. Please also provide a link to this topic so we know who you are.

Hope this helps and let us know how it goes!

Thank you for the message!

Post count: 38

He,
I have a big issue with Gravity Forms.GF plugin not works with the NEWSMAG THEM. we have to solve it.
A while ago after we tested it with a another thems I and Gravity team realized that the problam is the NEWSMAG them.

their response:
Gravity Forms Support a me
Mostra altro
15:46
Richard replied
Aug 4, 9:46am
Hi Kalum,

I’m afraid that confirms the issue is being caused by the theme including its scripts on the Gravity Forms admin pages. Themes and plugins should only include scripts and stylesheets on pages which need them so you’ll need to contact the theme developer so they can fix the issue in their product, not just for your benefit, but for the benefit of all their users.

Please let me know

best
Kalum

kalumn@gmail.com

Post count: 22421

Hello,

The only tested and recommended plugins to use with our theme are these ones:

Tested Plugins:

WP Super Cache- caching plugin
Contact form 7- used to make contact forms
bbPress- forum plugin
BuddyPress- social network plugin
Font Awesome 4 Menus- icon pack, supported in the theme menus
Jetpack- plugin with lots of features *it may slow down your site
WooCommerce- eCommerce solution
WordPress (Yoast) SEO- SEO plugin
Wp User Avatar- Change users avatars

Anything beyond this list is not tested and I cannot say for sure if it will work or not. Unfortunately the theme support does not cover third party implementation

Thanks.
Bogdan B.

Post count: 21

I just figured out where the conflict is happening with Gravity Forms and Newspaper… which may also be in the same place for Newsmag!

Using Google Chrome Developer tools, I was able to trace back the error to the td_wp_booster_functions.php file where there’s some code for “css for wp-admin / backend”. It’s just this CSS code that seems to be causing the issue because I tried commenting out the javascript section and it didn’t help.

When I commented out the lines 382-399 and uploaded the file to the server, I was able to use all the tools on the Gravity Form pages which I wasn’t able to before. Of course now that I have done this, the Newspaper settings pages are not styled correctly and are completely non-functional.

Which wp-admin pages does this CSS script need to load besides the Newspaper/Newsmag admin pages = Welcome, Plugins, Install Demos, Support, System Status, and Theme Panel? Is it needed on post type edit screens? Is there a way to modify the code below to make it work on the required pages and not load on other plugin settings?

add_action('admin_enqueue_scripts', 'load_wp_admin_css');
function load_wp_admin_css() {
//load the panel font in wp-admin
$td_protocol = is_ssl() ? 'https' : 'http';
wp_enqueue_style('google-font-ubuntu', $td_protocol . '://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic&subset=latin,cyrillic-ext,greek-ext,greek,latin-ext,cyrillic'); //used on content
if (TD_DEPLOY_MODE == 'dev') {
wp_enqueue_style('td-wp-admin-td-panel-2', td_global::$get_template_directory_uri . '/td_less_style.css.php?part=wp-admin.css', false, TD_THEME_VERSION, 'all' );
} else {
wp_enqueue_style('td-wp-admin-td-panel-2', td_global::$get_template_directory_uri . '/includes/wp_booster/wp-admin/css/wp-admin.css', false, TD_THEME_VERSION, 'all' );
}

//load the colorpicker
wp_enqueue_style( 'wp-color-picker' );

// load the media library - necessary for block widgets with image params
wp_enqueue_media();
}

Thanks,

Jerrad

Post count: 21

I have an update… it’s not the whole section as I stated earlier.

When I comment out just line 398, the problem is fixed.
wp_enqueue_media();

Post count: 38

Hello Jerrad, thank you for availability and for your time.
I’m sorry, but I had to ask for a refund.

I’m wondering for the trouble and thank you again

kalum

Post count: 23312

Hello kalum,

If you are unsatisfied by the theme, please ask for the refund here –> https://themeforest.net/refund_requests/new and we will agree with it. We don’t want to have unhappy customers!

Thanks!

Post count: 38

Hi Catalin, I’m 100% satisfied!!!!
I’ve been using Newsmag theme for two years and I am very happy to use it. The Gravity form is not working any problem. I asked refund from gravity. Don’t worry it’s ok! I have minor malfunctions with theme, Surely we can fix it. nothing serious

Thanks for creating us the Newsmag theme

good luck

kalum

Post count: 23312

Hello kalum,

Okay, I’m glad hearing this news!

Thanks for the message!

Post count: 38

A million thanks to you!!
have a great day!

kal

Viewing 11 posts - 1 through 11 (of 11 total)
The forum ‘Newsmag’ is closed to new topics and replies.