Home Forums Basel support forum Help with a plugin

Help with a plugin

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #16544

    despina.mina
    Participant

    Hello,
    i have the WP Car Manager plugin in my site.
    This plugin works with the shortcode [wpcm_cars]
    If i set this shortcode in home page has a malfunction.See screenshot http://prntscr.com/fx21wa.
    If i set it to another page works fine.For ex.i put it here https://www.automarinakis.gr/test/
    With the default storefront theme works on both pages fine.
    Can you please help me?Thank you

    #16551

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .wpcm-listings-item-meta ul >li:before,
    .wpb_text_column ul.wpcm-vehicle-results>li:before {
        display: none;
    }

    Regards

    #16552

    despina.mina
    Participant

    Is fixed now,thank you.But why it does this only in home page?

    #16554

    Artem Temos
    Keymaster

    Becuase it is added via Visual Composer text block and it adds additional CSS classes with styles.

    #16605

    despina.mina
    Participant

    Hello,i have also a problem with the page auto inserted from your demo.
    It seems like something not work with theme elements.
    If you try to edit home page you will see that some elements appear like text widgets.http://prntscr.com/fxjxv7
    I don’t want to insert again the page from demo because i did a little work with this.
    thank you

    #16612

    Artem Temos
    Keymaster

    Hi,

    Where can we check this issue on your website?

    #16624

    despina.mina
    Participant

    In home page,thank you

    #16625

    Artem Temos
    Keymaster

    As we can see on front end, all elements work correctly. Could you send us your admin access so we can see the problem on back end?

    #16626

    despina.mina
    Participant

    Yes,it works on front end,the problem is on back end.

    #16633

    Artem Temos
    Keymaster

    As we can see, all our elements at the moment are inserted into text blocks. Probably, you did disable our theme for a moment and refreshed the page. And while our elements were not available Visual Composer transformed them into native shortcodes.

    Kind Regards

    #16645

    despina.mina
    Participant

    So,there is a solution for fix it?

    #16646

    Artem Temos
    Keymaster

    You can add broken elements to their position as Visual Composer elements and remove these texts shortcodes.

    Regards

    #17072

    despina.mina
    Participant

    hello,
    i have also a problem with WP Car Manager plugin in your theme’s home page.
    In pagination appear these symbols.
    http://prntscr.com/g3bd18
    Can you please tell me the code which can be fix it?
    Thank you

    #17078

    Artem Temos
    Keymaster

    Hi,

    Here is CSS fix for this issue

    .wpb_text_column ul:not(.social-icons)>li:before {
        content: ""!important;
    }

    Regards

Viewing 14 posts - 1 through 14 (of 14 total)