Mon. - Fri. 9 am - 5 pm Ask a Question
Remember me

Urgent: problem after update 1.5.4->2.0.1

6 years 11 months ago #1

  • dot360 di Luca Brusamolino's Avatar
  • dot360 di Luca Brusamolino
  • Posts: 113
Hi
I have updated gallery component but now i have a lot of problem (www.mpscookingfactor.it)
I cannot see Social sharing button, like button and when i click on a page with the gallery all body text in website appear in bold

Please can you help me?
thanks Luca

6 years 11 months ago #2

  • Artem's Avatar
  • Artem
  • Posts: 11281
Hi,

Send us please Joomla admin, FTP access and link to page with Gallery
Use our contact form: support.balbooa.com/contact-us

Regards,

6 years 11 months ago #3

  • dot360 di Luca Brusamolino's Avatar
  • dot360 di Luca Brusamolino
  • Posts: 113
Hi
i've sent the info by contact form

thanks Luca

6 years 11 months ago #4

  • Elvira's Avatar
  • Elvira
  • Posts: 3
Hi,
I have a same problem, Social sharing button + admin panel
Attachments:

6 years 11 months ago #5

  • dot360 di Luca Brusamolino's Avatar
  • dot360 di Luca Brusamolino
  • Posts: 113
For the admin panel is only a cache problem

Delete te cache in your browser and all will be ok

6 years 11 months ago #6

  • Elvira's Avatar
  • Elvira
  • Posts: 3
Thanks!!!

6 years 11 months ago #7

  • Artem's Avatar
  • Artem
  • Posts: 11281
dot360 di Luca Brusamolino wrote:
I cannot see Social sharing button, like button and when i click on a page with the gallery all body text in website appear in bold

But everything works fine, screens:
goo.gl/RQbLdJ
goo.gl/mWgLRN

Absolutely the same like on our demo. On all another Galleries you need to change Icons color in the Gallery settings

Regards,

6 years 11 months ago #8

  • dot360 di Luca Brusamolino's Avatar
  • dot360 di Luca Brusamolino
  • Posts: 113
Sorry but is not ok

the text is all in bold if you see a page with a gallery

6 years 11 months ago #9

  • Artem's Avatar
  • Artem
  • Posts: 11281
Text is not bold for us, here is the screen: goo.gl/L578VI
Send us screen with bold text

And here is the Sharing button: goo.gl/UnInuf

6 years 11 months ago #10

  • dot360 di Luca Brusamolino's Avatar
  • dot360 di Luca Brusamolino
  • Posts: 113
For social sharing is ok... in the old version was different

For bold text please see the menu and then go in another page like www.mpscookingfactor.it/l-evento-mps-coo...e-mps-cooking-factor

In the pages with your component text appear in bold...

6 years 11 months ago #11

  • dot360 di Luca Brusamolino's Avatar
  • dot360 di Luca Brusamolino
  • Posts: 113
Please see the attach file
On top a page with your gallery component

and then another page without the component
Attachments:

6 years 11 months ago #12

  • Artem's Avatar
  • Artem
  • Posts: 11281
Please check now :)

6 years 11 months ago #13

  • dot360 di Luca Brusamolino's Avatar
  • dot360 di Luca Brusamolino
  • Posts: 113
Perfect!
which were the problem?

thanks Luca

6 years 11 months ago #14

  • Artem's Avatar
  • Artem
  • Posts: 11281
Gallery notifications include style font-weight: 500,

Your template include style for body: inherit, menu styles comes with font-weight: 300, but font-weight: 300 is not connected for your template.

So, we just remove font-weight: 500 from Gallery notifications

But, you need to make changes in your template CSS, and change style for menu from 300 to normal, and for body you need to set up normal

Regards,

6 years 11 months ago #15

  • Elvira's Avatar
  • Elvira
  • Posts: 3
Скажите, пжл, как изменть цвет кнопок или фона? Спасибо!

6 years 11 months ago #16

  • Artem's Avatar
  • Artem
  • Posts: 11281
Elvira wrote:
Скажите, пжл, как изменть цвет кнопок или фона? Спасибо!

Вот опции:
drive.google.com/file/d/0B9O7FyoSmz8bUEx...DQ/view?usp=drivesdk
drive.google.com/file/d/0B9O7FyoSmz8bcUt...jg/view?usp=drivesdk

Я вам рекомендую ознакомиться с документацией:
www.balbooa.com/joomla-gallery-documentation/basics

6 years 11 months ago #17

  • dot360 di Luca Brusamolino's Avatar
  • dot360 di Luca Brusamolino
  • Posts: 113
Hi
thanks for your reply but with the upgrade i've lost a customization that you have done... when i try to share by twitter or pinterest i dont't have "Guarda cosa ho visto su MPS Cooking Factor! #mpscooking"

In the old ba-gallery.js you have changed the code below but now i cannot file in the last update:

OLD CODE FOR TWITTER:
galleryModal.find('.ba-twitter-share-button').on('click touchend', function(event){
event.preventDefault();
event.stopPropagation();
var url = 'twitter.com/intent/tweet?url=';
url += encodeURIComponent(window.location.href);
url += '&text='+encodeURIComponent(ba_jQuery('title').text());
window.open(url, 'sharer', 'toolbar=0, status=0, width=626, height=436');
});


NEW CODE FOR TWITTER:
galleryModal.find('.ba-twitter-share-button').on('click touchend', function(event){
event.preventDefault();
event.stopPropagation();
var url = 'twitter.com/intent/tweet?url=';
url += encodeURIComponent(window.location.href);
url += '&text='+encodeURIComponent(jQuery('meta[property="og:title"]').attr('content'));
window.open(url, 'sharer', 'toolbar=0, status=0, width=626, height=436');
});

6 years 11 months ago #18

  • Artem's Avatar
  • Artem
  • Posts: 11281
try now

6 years 11 months ago #19

  • dot360 di Luca Brusamolino's Avatar
  • dot360 di Luca Brusamolino
  • Posts: 113
OK for twitter but not fot pinterest :-(

6 years 11 months ago #20

  • dot360 di Luca Brusamolino's Avatar
  • dot360 di Luca Brusamolino
  • Posts: 113
FOR pinterest the old customized code was

url += encodeURIComponent(jQuery('meta[property="og:title"]').attr('content'));

6 years 11 months ago #21

  • Artem's Avatar
  • Artem
  • Posts: 11281
Try now B)

6 years 11 months ago #22

  • dot360 di Luca Brusamolino's Avatar
  • dot360 di Luca Brusamolino
  • Posts: 113
Perfect!
Best regards for your support

6 years 11 months ago #23

  • Artem's Avatar
  • Artem
  • Posts: 11281
You're welcome :)

6 years 9 months ago #24

  • dot360 di Luca Brusamolino's Avatar
  • dot360 di Luca Brusamolino
  • Posts: 113
HI
i've updated the gallery component to 2.0.4 and now i have the same problem
Can you tell me which file had you modified?

Thanks Luca

6 years 8 months ago #25

  • Artem's Avatar
  • Artem
  • Posts: 11281
Hi,

I'm sorry, but we do not store any customization. Restore website backup and find customization in the Gallery code

By the way, customization it's not a part of technical support. Support we provide only for default functionality

Regards,

6 years 8 months ago #26

  • dot360 di Luca Brusamolino's Avatar
  • dot360 di Luca Brusamolino
  • Posts: 113
it wasn't a customization
There were a conflict with the template and you have fix it:

"Gallery notifications include style font-weight: 500. So we just remove font-weight: 500 from Gallery notifications"


but in which file find this style?

thanks Luca

6 years 8 months ago #27

  • Vyacheslav's Avatar
  • Vyacheslav
  • Posts: 28391
Hello,

you need at the bagallery.php (/components/com_bagallery/helpers/bagallery.php) remove line140:
$doc->addStyleSheet('//fonts.googleapis.com/css?family=Roboto:500');

Regards,
Vyacheslav, Balbooa.com

6 years 8 months ago #28

  • dot360 di Luca Brusamolino's Avatar
  • dot360 di Luca Brusamolino
  • Posts: 113
Thanks!

Best Regards
luca
Powered by Kunena Forum