Search in support tickets

#534 – Not Showing Delete Images Tab and Check Box in Wrong Position

Posted in ‘Support’
This is a public ticket. Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.
Sunday, 17 February 2019 17:45 CET
mshihan
Hi,

After updating adsmanager to 3.2.3 and adsclarity template, I have found following two issues.

1- Not showing delete image tab on ad posting form for uploaded images.

2- checkbox for accept terms and condition showing in wrong position.

Please help me to fix this two isseus.

Best Regards
Custom Fields
Joomla Version
3.9.3
PHP Version
7.1.26
Product
AdsManager
Product Version
3.2.3
Monday, 18 February 2019 12:58 CET
loic
Hello,

1. You don't see the delete button under the images ?
2. I will ask the web designer about that.

Best regards.
 
Tuesday, 19 February 2019 00:28 CET
mshihan
Yes there is no delete button under the images.
Tuesday, 19 February 2019 13:30 CET
loic
Hello,

In the configuration of AdsManager, try to change the 'Image delete mode' in the image tab.

Best regards.
 
Tuesday, 19 February 2019 20:48 CET
mshihan
Thank you very much Loic,
Solved the issue after changing the mode and it is much better now.
Change delete image mode to "confirm popup on each delete action"

Best Regards
Wednesday, 20 February 2019 13:18 CET
loic
Great, I close the ticket then :)

Best regards.
 
Thursday, 21 February 2019 10:04 CET
loic
Hello,

I reopen that ticket for the first question.

The css will be fixed for the next version, sorry about that.

Here is the solution the web designer gave me
-------------------------
Hello,
we have indeed omitted the checkbox settings in the latest version of Joomla, so I completed in CSS what was missing (as well as other aspects of the form "post an announcement" in responsive), waiting for the next version template update.
Here are the lines of code to insert at the very end of templates / adsclarity / css / template.css:

<!-- SOLVE EDIT FORM -->

.juloawrapper .form-horizontal .radio,
.juloawrapper .form-horizontal .checkbox {
padding-left: 25px;
}

.juloawrapper .controls input[type="radio"],
.juloawrapper .controls input[type="checkbox"],
input[type="radio"],
input[type="checkbox"]{
min-height: inherit;
width: 16px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
position: absolute;
top: 0;
left: 20px;
}

.juloawrapper .controls input[type="button"]{
width: auto;
}

.juloawrapper .currency-symbol {
height: 38px;
padding: 0;
line-height: 38px;
width: 38px;
}

.juloawrapper .input-append button:after {
line-height: 38px;
background: #ccc;
height: 38px;
width: 38px;
position: relative;
top: -1px;
right: 5px;
}

#row_ad_checkboximages td {
display: inline-block;
margin-bottom: 8px;
margin-right: 8px;
}

@media(max-width: 767px){
.form-horizontal .form-group {
margin-right: 0;
margin-left: 0;
}

.juloawrapper .form-group > *{
width: 100%;
padding: 0;
}
}

<!-- END -->

Feel free to come back to us with screenshots if the css does not solve the problem,
-------------------------

Best regards.
 
Monday, 25 February 2019 17:32 CET
mshihan
It has been solved my issues, Thank you very much
This ticket is closed, therefore read-only. You can no longer reply to it. If you need to provide more information, please open a new ticket and mention this ticket's number.