OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?

VehicleManager component support

Go to bottom Favoured: 0

Add to Wishlist malfunctioning

paevo (User)
Expert Boarder
Posts: 109
graphgraph
User Offline Click here to see the profile of this user
Add to Wishlist malfunctioning 7 Years, 7 Months ago
Karma: 0  
I am getting the "Please past text to modal" text appearing under the vehicle entry and the star, instead of appearing in the top left corner of the main image, appears as a smaller static star centered underneath the photo. I have decided not to use this feature so it is not that much of a problem. Is it possible to hide this text adding a "display:none" to the "vehicle-popup" div?

I do not know why this keeps occurring. I cannot uninstall and reinstall VM any longer as I must finish this project today.
Logged Logged
The administrator has disabled public write access.
paevo (User)
Expert Boarder
Posts: 109
graphgraph
User Offline Click here to see the profile of this user
Re:Add to Wishlist malfunctioning 7 Years, 7 Months ago
Karma: 0  
Or better: In what PHP file does this text appear?
Logged Logged
The administrator has disabled public write access.
Taras (User)
Platinum Boarder
Posts: 2857
graphgraph
User Offline Click here to see the profile of this user
Re:Add to Wishlist malfunctioning 7 Years, 7 Months ago
Karma: 58  
Hello,

All possible, but we need see where that message appear.

Can you provide link or access, where you see "Please past text to modal" then we can say more: where it placed and how to delete.


Best Wishes,
Taras
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
paevo (User)
Expert Boarder
Posts: 109
graphgraph
User Offline Click here to see the profile of this user
Re:Add to Wishlist malfunctioning 7 Years, 7 Months ago
Karma: 0  
Could you please look here for "Please past text to modal" text underneath vehicle entry. I must fix this immediately.

http://rocknrollautosale.com/dev/index....-versa-sl-hatchback
Logged Logged
The administrator has disabled public write access.
paevo (User)
Expert Boarder
Posts: 109
graphgraph
User Offline Click here to see the profile of this user
Re:Add to Wishlist malfunctioning 7 Years, 7 Months ago
Karma: 0  
I can use

Code:

 .vehicle-modal-text {
    display: none;
}




in Firefox and that hides it. Unfortunately I am having no luck in getting the CSS changes to take effect. I have disabled the LESS plugin and then re-enable but no changes take effect!
Logged Logged
The administrator has disabled public write access.
paevo (User)
Expert Boarder
Posts: 109
graphgraph
User Offline Click here to see the profile of this user
Re:Add to Wishlist malfunctioning 7 Years, 7 Months ago
Karma: 0  
It must be some sort of Javascript error. The modal disappears and all you have is the text at the bottom of the page. It did allow me to remove the item in the wish list, though. But then it went back to the same text.

I added the following code in the elements.less file to prevent it from showing:

Code:

    /* This prevents the add to wish list modal from appearing */

.vehicle-popup {
    display: none;
}



I would reinstall VM if I had more time, but I don't plan to use this feature anyway. The next dealership site I do I will try to see what causes the problem.
Logged Logged
The administrator has disabled public write access.
Go to top
»