Good afternoon! First of all sorry for my bad english.
This week I purchased the J-Business Directory, as well as the J-Directory template.
I'm a new Joomla user, and my developing notions are pretty basic.
Gradually I am able to leave my site the way I want, but I still have several doubts ... The first are as follows:
Question 1 = How, or where do I change the "featured" image? I did not find it at all.
Question 2 = How could I change the fund of these featured companies?
I am putting a picture to better illustrate my doubt.
Thank you!
Hi,
Please find our answers bellow.
#1 The featured image is located on {joomla}/components/com_jbusinessdirectory/assets/images/featured_icon.png
#2 You can modify the background color by overridding the following css code
Below the link of the site, I think it is better to understand my doubts than with these images that I posted.
In the packages section (in the menu = "ANUNCIE"), the settings are also green, like the "SEARCH" button, which I specified in the last post.
In the "oficinas" menu you can see the wrong configuration that i told, just like when you enter a company page.
---
About my questions at the beginning of the topic, I already tested and worked, thanks again!
Hi,
1 & 3. We will release at the end of the week a new version of the template that will modify also the directory extension colors.
Please create a ticket on our store to receive the new version once it's ready.
2.
As of June 22, 2016 https://developers.google.com/maps/documentation/javascript/get-api-key
You can now enter a key in the General Settings->Front end tab->Map Section->Google Map Key.
After creating the browser key on your API Dashboard you need also to enable the services. You have to go to your API Manager overview screen and enable following service:
For Google map key-zipcode you have to set a map key that has no restriction and no referrer. This key will not be public on the website and it will be used for zip code translation to map coordinates.
Thanks again, George Bara.
As for the map I was able to solve it now! The key had already succeeded but had not activated the "Google Static Maps API". Thanks for the tip.
As for the template, I managed to solve almost everything I wanted ... I moved the .CSS and changing it as I wanted ... It just went wrong even on this screen:
Http://www.oficinascuritiba.com.br/california/sunnyvale/1-wedding-venue
(It would be the "action" button in the case)
I know you said that you will get an update, but would you have some immediate solution only for this button? I simply wanted the white font on that button, but the system is pulling link and hover that I put pattern on the main body.
Hi,
For the share button on business listing page please add the following css code
George, going back to the subject of maps. How do I do that when I have the mouse over the map, I can use the scrool of the mouse itself to zoom + or - on the map itself? If I use scrool currently just scroll down the scroll bar.
Can you understand my doubt? I can do this, right? Is there any configuration in joomla / j-directory? Or google?
Hi,
Currently the scrool has been disabled on maps because it was blocking the functionality on mobile devices.
Oh really? And do not you have any way to enable it? Because it gets really bad this way, complicated to use. I am aware that I will have problems with mobile, but then I think what to do. :/
You can edit {joomla}/components/com_jbusinessdirectory/include/search-map.php and change scrollwheel: false to scrollwheel: true
Thank you so much, George, you saved me one more time! In a first test by the cell phone, it seems that I had no problems, but I'm aware that I can have it!
But this map is still causing me a headache.
I make a search and I go to "map display". For Chrome appears the map, by firefox gives error. Spend some time and I'll test again, and then by Firefox it works and by Chrome it gives an error. (In the company display the same thing, not just the search).
Is this normal? I do not know if it is some configuration of google, that maybe check the ip and you see that it was loaded in another browser and does not load again ... Of course visitors will enter through a browser, not two, then if it works in the first Is ok, but I'm in doubt if this error is not being a random thing, you understand?
Ps: I was already having this problem before I changed with the scroll code.
Good morning, after the system update I did not have any problems with the map. I do not know if it was messed up, but now it looks like everything's okay.
I only have a few more doubts (soon it gets 100% the way I want it and I stop bothering).
I'm using style 5 in the company view ... And I have two doubts:
1- (Green circle): How do I change the colors of these links? It is pulling the overall configuration of the site, but with this dark background would like to change. Which file do I need to changed?
2- (Pink circle): Would not like to display the city. The site is about establishments only from the same city, so I see no need. In what file can I get this out? Or at least change the order there of the elements, putting the city last, if possible.
Thanks again.
Hi,
1. The color of the links are provided by the template setup.
You can change the color manually if you like on templates/j-directory/less/presets.less
// Anchor
a{
color: @major_color;
&:hover {
color: darken(@major_color, 10%);
}
}
2. Currently it is not possible to leave the city out with the current settigs.
You can edit {joomla}/components/com_jbusinessdirectory/assets/utils.php and remove the city from static function getAddressText($company) function