Giter Club home page Giter Club logo

exclusive-addons-for-elementor's People

Contributors

fahim100 avatar masumtaf avatar mmaumio avatar zabid-devscred avatar zabid007 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

exclusive-addons-for-elementor's Issues

Default image width using shortcode on Modal

Hello, wonderful plugin, thank you.

I've a question about Modal feature.

I've developed a template using "Elementor Header & Footer Builder" that returned me a shortcode.

My template used custom width of images, as shown below:
image

But using this shortcode inside Modal, images are 100% of width, overwriting any custom design made on Elementor, as shown below:
image

I've looked up your CSS and it's there. Any chance to remove the following code on /assets/css/exad-styles.min.css file?

.exad-modal-item.modal-vimeo .exad-modal-content .exad-modal-element img { width: 100%; display: block }

Thank you!

Bug on accordion with last version of Elementor pro

Recoverable fatal error: Object of class ExclusiveAddons\Elements\Accordion could not be converted to string in /home/clients/0693dfda65b5b933cf10a4fc8f7a540d/sites/dev.semafor-conseil.ch/wp-content/plugins/exclusive-addons-for-elementor/elements/accordion/accordion.php on line 1337

slick-theme fonts missing

plugin loads slick-theme.min.css, which references slick fonts under vendor/fonts folder. But that folder does not exist.
In fact, those fonts do not exist anywhere in plugin folders.

flipbox bug!

Hello, I found this annoying bug, in the flip boxes.
If i don't display any button appears a PHP warring, because I don't use any button, so it's pretty annoying.
I just fixed up by add an @ before the if a row 1088, but every time I update the plugin I have to add the @.

   if(@$settings['exad_flipbox_button_link']['url'] ) {
        $this->add_render_attribute( 'exad_flipbox_button_link', 'href', esc_url( $settings['exad_flipbox_button_link']['url'] ) );
    }
    if(@$settings['exad_flipbox_button_link']['is_external'] ) {
        $this->add_render_attribute( 'exad_flipbox_button_link', 'target', '_blank' );
    }
    if(@$settings['exad_flipbox_button_link']['nofollow'] ) {
        $this->add_render_attribute( 'exad_flipbox_button_link', 'rel', 'nofollow' );
    }

I hope you guys fix this bug. Thanks :D

Cattura

Cannot activate the plugin and WebGL

I activated the exclusive add-on and web gl with key codes before wiping the website. It is giving me issues with activating the plugins again after I reinstalled WordPress

Issue

Incompatibility with elementor flexbox container

I am working with elementor flexbox container. I needed to create popups for the website and the modal appears behind the sibling elements inside a parent container.

This does not happen with the default elementor container.

Post Duplicator saves post_meta as array instead of string

Exclusive Addons Elementor 2.6.9.7

It seems like Post Duplicator does not copy post_meta correctly. This can lead to issues such as: woocommerce/woocommerce#47974

To reproduce the issue:

  • Create a post with some metadata (for instance: meta_key = hello and meta_value = world)
  • Duplicate the post by clicking on Ex Duplicator
  • The meta value will be equal to a:1:{i:0;s:5:"world";} instead of world in the duplicate post

We think the problem is caused by this code in Post Duplicator:

$post_meta = get_post_meta( $post_id );
if( ! empty( $post_meta ) && is_array( $post_meta ) ){
foreach( $post_meta as $meta_key => $meta_value ) {
update_post_meta( $duplicated_id, $meta_key, maybe_unserialize( $meta_value ) );
}
}

get_post_meta is called without specifiying $key and $single. In that case, it returns post metas as arrays, rather than strings, since one meta_key can appear multiple times in the database for a single post.

So, when update_post_meta is called, $meta_value is of type 'array', rather than 'string'.

Thus, _manage_stock => yes in the original post, is stored as _manage_stock => a:1:{i:0;s:3:"yes";} in the duplicated post.

cross site copy paste not working

Hello Cross Site copy paste function not working on the pro version. On older website still working but for the fresh download it is not working. donot get option for exclusive copy or paste option.

Modal popup element

In the "modal popup" element, in the button, it is not possible to remove the underline.

PHP Deprecated

Creation of dynamic property ExclusiveAddons\Pro\Elementor\Plugin_Updater::$beta is deprecated

image

SLIDER- Odd Arrows Symbol in Firefox

I've noticed in Firefox, the arrow symbol on the slider is displaying a symbol that is not an arrow. I've attached an image of it. Navigation is set to arrows only. However, this may occur when any option of arrows is selected. Firefox version: 124.0 (64-bit).
Screenshot 2024-03-20 at 9 52 40 AM

Testimonial Carousel RTL Bug

It only shows the first testimonials but when you move to the second page and forward it won't show anything.
I've switched theme which also canceled my RTL and it suddenly worked, but I do need that RTL in my site.

My website for an example:
https://www.mastik.net/newhome
Scroll down until you reach the testimonials :)

big problem

I install [Exclusive Addons For Elementor]plugin and metform automatically disable form not visible

toggles are

faq's toggle's are not working and i am not able to add new sections from addon

Post Grid of Exclusive Addons For Elementor

Hello! The Exclusive Addons For Elementor plugin has been activated. The site uses the Post Grid, Enable Load More Button element. When you click on the button, an error appears: <>. The error is shown in the screenshots. How to resolve this error? Thanks, great plugin!
изображение
изображение

Fatal error

Hello, problem with last update from Elementor 3.16.4 (please note I do not use Elementor pro).
See file in attach.
Regards
2023-09-25_094500

Marin error on page

Screenshot 2022-01-16 at 05 39 43

This error is occuring on one of my pages resulting in cutting all margins:

Screenshot 2022-01-16 at 05 48 27

Please help

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.