Search in support tickets

#758 – Ads Clarity

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.
Tuesday, 05 May 2020 15:37 CEST
homegrownsites
Joomla! version : 3.9.18
PHP version : 7.3
AdsManager version : 3.2.7

I need to know how to completely make the background transparent. I have modified the background to what I want, but need to change the CSS in the background to be blank. Sorry for the noobishness on my part.

Also is there anyway of including a shortcode for Ads Manager? Sort of like breezing forms does with the brackets? If there is where I can I find this documentation.

One final question, is there any changes of having Venmo as a payment gateway?

Dale Walters
HomeGrownSites.com
Custom Fields
Joomla Version
3.9.18
PHP Version
7.3
Product
Adsclarity
Product Version
3.2.7
Wednesday, 06 May 2020 16:43 CEST
loic
Hello,

1. did you try, in CSS, to do background-color: transparent ?

2. Do you mean a tag system that allow you to integrate special content ?

3. I don't know the Venmo payment gateway so I don't think we plan to integrate it sorry.

Best regards.
 
Wednesday, 06 May 2020 18:06 CEST
homegrownsites
If you look at xyzchange.com this will tell you more. I need to have the background show throughout the whole site. This is what the customer wants. Also when trying to post a new add the drop down list is off, as well as the indent on the site itself. I have tried the background-color: transparent. Should I be adding this to the custom.css file, or replace it where ever I see it in the different CSS files.

What I am looking for is something that is available with other modules in Joomla. Example I have the DJ-Slider installed and then I get a module number and load it on a article page with the {loadmodule 94} shortcode. I am not sure if this is available in your software since I am still learning it.

Venmo is a cash transfer system my customer would like to use with the paid system.

By the way, your software is marvelous and I will highly recommend it. It does exactly what my customer wants.

Dale
Thursday, 07 May 2020 14:10 CEST
loic
Hello,

You should add your custom css in the custom.css file, that way, it will not be erased when you update the template.

On the website you give me, the background is an image show on all the website, is that what you want ?

The tag system is not available for adsManager, sorry.

And sorry again but we don't have any new payment system scheduled at this time.

We are trying to improve the software regularly and we are preparing a new version that will work on adsManager 4, but we are not yet ready, so the new feature will be available at a later date.

Best regards.
 
Thursday, 07 May 2020 17:08 CEST
homegrownsites
Yes the background I have now on the site is the one that I want showing for the whole site, so I need to put in some CSS to make the sections transparent. If you can give me some samples on which tags to do I would appreciate it. You have been a great help already.

Dale
Monday, 11 May 2020 15:17 CEST
loic
Hello,

I will take the footer as example.

If you do a right click -> Inspect, you will be able to see that the background is on the footer-bottom class and footer-top class :
In the css :
/**
 * Footer-top
 **/
.footer-top {
    background: #3e3e3e;
    padding: 20px 0px;
}

/**
 * Footer-bottom
 **/
.footer-bottom {
    padding: 10px 0px;
    background: #303030;
}


In custom.css if you override those class like this, it will be transparent :
/**
 * Footer-top
 **/
.footer-top {
    background-color: transparent;
}

/**
 * Footer-bottom
 **/
.footer-bottom {
    background-color: transparent;
}


Please note that you do not need to remove the old style, the html will always take the last css loaded first.

Best regards.
 
Monday, 11 May 2020 15:27 CEST
homegrownsites
Beautiful. I got the background right. About the only other thing i need to modify is some of the CSS for advanced search. The selection drop down is very bad,
Tuesday, 12 May 2020 13:52 CEST
loic
Hello,

How do you ant it ?

It seems pretty classic for me.

Best regards.
 
Thursday, 05 November 2020 18:12 CET
homegrownsites
Hello Loic,
Having an issue with Custom CSS. When changes are made in Custom CSS, no changes are reflected to the site.

It's as if Custom CSS is not being loaded, these chagnes also do not appear when inspecting the website from a browser.

Thank you
Attachment
Thursday, 05 November 2020 18:13 CET
homegrownsites
Attachment
Friday, 06 November 2020 07:59 CET
loic
Hello,

Did you empty the cache of your browser (ctrl + f5 will refresh the page with the cache empty) ?

I checked on your website and the css is loaded correctly.

Best regards.
Attachment
 
Friday, 06 November 2020 17:28 CET
homegrownsites
Loic,
I cleared the cache, but the issue still persisted. I believe its just a problem with my chrome, as I see all changes in IE. None issue. Thank you for bringing that to my attention.
Monday, 09 November 2020 17:52 CET
loic
Hello,

No problem.

Best regards.
 

Please rate this ticket

Help us improve our support services by rating this ticket from one to five stars, according to how much you are satisfied from the handling of this ticket, one being not satisfied and five being very satisfied.