-
AuthorPosts
-
antoniocerasuolo Friend
antoniocerasuolo
- Join date:
- February 2011
- Posts:
- 274
- Downloads:
- 0
- Uploads:
- 59
- Thanks:
- 55
- Thanked:
- 7 times in 1 posts
April 7, 2013 at 6:27 pm #489079Hi luna,
I need to tell you about this other problem that I’m having on the web site….
it seems that sometimes the pictures in the content blog page as well as the article picture itself goes blank as you can see in the files 1 & 2 attached .
In the file 3 I wanted to show you that I am inserting the images into the content blog and the article page directly from the article images and links section.
so in order to fix this problem when the images disappear people tell me they don’t ssee the images any more and then i have to go to the backend and hit the “JAT3 clean Cache ” button and then the problem seems to disappear..
Can you please tell me how to fix this problem once and for all?? I don’t wan’t to go to the backend 5 times a day to clean jat3 cache 🙂
ciao,
Antonio- Luna Garden Moderator
Luna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
April 8, 2013 at 2:50 am #489097<em>@antoniocerasuolo 367815 wrote:</em><blockquote>
what i need to do next is change all the fonts of the “body” of the articles and on the home page as well ad in the diagrams. once again I will install a font downloaded from fontsquirrel and therefore will not want to use the fonts from the Editor.
how can i do this?? without having to go to each page and changing the font??
</blockquote>
Hi,In order to change the font in the body part, go to file:
templates/ja_bistro/css/template.css
Find these lines:
body {
color: #666666
font-family: Helvetica,Arial,sans-serif;
}
Change the value of font-family to the value you want to.
Remember to backup your file before processing.<em>@antoniocerasuolo 367815 wrote:</em><blockquote>
ps one of the pages is a FORM from RS joomla and therefore I need to talk to them to understand how to change the font of the form or you could eventually help here also??</blockquote>
Can you provide the link that include the Form from RS joomla, I need to have a look at it.<blockquote>it seems that sometimes the pictures in the content blog page as well as the article picture itself goes blank as you can see in the files 1 & 2 attached .</blockquote>
Edit in file:
templatesja_bistrohtmlcom_contentcategoryblog_item.php
about line 152
change:
<img
<?php if ($images->image_intro_caption):
echo 'class="caption"'.' title="' .htmlspecialchars($images->image_intro_caption) .'"';
endif; ?>
src="<?php echo htmlspecialchars($images->image_intro); ?>" alt="<?php echo htmlspecialchars($images->image_intro_alt); ?>"/>
to
<img
<?php if ($images->image_intro_caption):
echo 'class="caption"'.' title="' .htmlspecialchars($images->image_intro_caption) .'"';
endif; ?>
src="/<?php echo htmlspecialchars($images->image_intro); ?>" alt="<?php echo htmlspecialchars($images->image_intro_alt); ?>"/>
and also filetemplatesja_bistrohtmlcom_contentarticledefault.php
about line 168
change<img
<?php if ($images->image_fulltext_caption):
echo 'class="caption"'.' title="' .htmlspecialchars($images->image_fulltext_caption) .'"';
endif; ?>
src="<?php echo htmlspecialchars($images->image_fulltext); ?>" alt="<?php echo htmlspecialchars($images->image_fulltext_alt); ?>"/>
to:
<img
<?php if ($images->image_fulltext_caption):
echo 'class="caption"'.' title="' .htmlspecialchars($images->image_fulltext_caption) .'"';
endif; ?>
src="/<?php echo htmlspecialchars($images->image_fulltext); ?>" alt="<?php echo htmlspecialchars($images->image_fulltext_alt); ?>"/>1 user says Thank You to Luna Garden for this useful post
antoniocerasuolo Friendantoniocerasuolo
- Join date:
- February 2011
- Posts:
- 274
- Downloads:
- 0
- Uploads:
- 59
- Thanks:
- 55
- Thanked:
- 7 times in 1 posts
April 8, 2013 at 11:42 am #489203Hi Luna,
this is the link to the rs joomla form:
http://www.relaxdomus.com/index.php/prenotazioni
click on the green yes button to get access.
ciao,
Antonioantoniocerasuolo Friendantoniocerasuolo
- Join date:
- February 2011
- Posts:
- 274
- Downloads:
- 0
- Uploads:
- 59
- Thanks:
- 55
- Thanked:
- 7 times in 1 posts
April 8, 2013 at 4:36 pm #489227Hi Luna,
above when you say make sure you back up your file do you mean the tempalte.css file???ciao,
AntonioLuna Garden ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
April 9, 2013 at 10:03 am #489314<em>@antoniocerasuolo 368058 wrote:</em><blockquote>
this is the link to the rs joomla form:http://www.relaxdomus.com/index.php/prenotazioni
click on the green yes button to get access.
</blockquote>
Hello Antonio,In order to change the font in RS form, go to file
templates/ja_bistro/css/template.css
add these lines:
.formTableLayout{
font-family: value_of_font;
}<blockquote>above when you say make sure you back up your file do you mean the tempalte.css file???</blockquote>
Yes, any file that you made the change, make sure to backup it first.1 user says Thank You to Luna Garden for this useful post
antoniocerasuolo Friendantoniocerasuolo
- Join date:
- February 2011
- Posts:
- 274
- Downloads:
- 0
- Uploads:
- 59
- Thanks:
- 55
- Thanked:
- 7 times in 1 posts
April 9, 2013 at 1:30 pm #489343Hi Luna,
your support for this project was fundamental!!
I want to thank you so much!!
I will soon need to create another site, can you please let me know the list of which templates you are managing??
this way I can choose a template that will have you as help!
for me it is important, you have been such great help!!!!
ciao,
AntonioLuna Garden ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
April 10, 2013 at 10:15 am #489421antoniocerasuolo Friendantoniocerasuolo
- Join date:
- February 2011
- Posts:
- 274
- Downloads:
- 0
- Uploads:
- 59
- Thanks:
- 55
- Thanked:
- 7 times in 1 posts
April 10, 2013 at 12:19 pm #489439<em>@Luna Garden 368362 wrote:</em><blockquote>Hello Antonio,
Glad to hear that your project is done.
Please choose any JA Templates that you like to build your next project, there’s no specify template that I manage.
Me or my colleague will help you resolve the problem that you get.</blockquote>
Hi Luna,
yes it is finished i just need to do some really minor stuff.. but it can be considered finished.
Regards,
Antonioantoniocerasuolo Friendantoniocerasuolo
- Join date:
- February 2011
- Posts:
- 274
- Downloads:
- 0
- Uploads:
- 59
- Thanks:
- 55
- Thanked:
- 7 times in 1 posts
April 11, 2013 at 8:59 pm #489590Hi luna,
as you can see there are still some minor visualization issues sometimes this facebook link image doesnt show as you can see in the fdiagram i used the editor to imbed this image.
here is the code for the whole CONATTI page:
<p><span style=”font-size: 12pt;”> </span></p>
<p><br /><span style=”font-size: 12pt;”>Via Claudio Treves, 5</span><br /><span style=”font-size: 12pt;”>Zibido San Giacomo-Milano</span><br /><span style=”font-size: 12pt;”>Cell: +39 3492947058</span><br /><span style=”font-size: 12pt;”>Skype: relax.domus</span></p>
<p><span style=”font-size: 12pt;”>Website: <a href=”http://www.relaxdomus.com”>www.relaxdomus.com</a></span><br /><span style=”font-size: 12pt;”>E-mail: <a href=”mailto:info@relaxdomus.com”>info@relaxdomus.com</a></span></p>
<p> <a target=”_blank” href=”https://www.facebook.com/pages/Relax-Domus-affittacamere-appartamento-vicino-Humanitas-IEO-Assago/108732315903836″><img src=”images/stories/facebook/facebook_blue.png” alt=”” /></a></p>
<p><span style=”font-size: 12pt;”>Relax Domus riceve su prenotazione. Per informazioni, preventivi e riservazioni non esitate a contattarci!</span></p>
<p><span style=”font-size: 12pt;”>Hai già avuto la conferma di disponibilità?? <a href=”index.php?option=com_content&view=article&id=118&Itemid=545″>Prenota</a> il tuo soggiorno presso Relax Domus</span></p>can you help?? and remember that we already modified the visualization php files as per you previous solution.. those are working fine!!!
ciao,
Antoniop.s. this seems to be happening with google chrome and internet explorer , i have yet to see this issue on firefox..
-
antoniocerasuolo Friend
antoniocerasuolo
- Join date:
- February 2011
- Posts:
- 274
- Downloads:
- 0
- Uploads:
- 59
- Thanks:
- 55
- Thanked:
- 7 times in 1 posts
April 12, 2013 at 7:07 am #489639this is happening with forefox also!!
Hung Dinh FriendHung Dinh
- Join date:
- September 2014
- Posts:
- 4408
- Downloads:
- 11
- Uploads:
- 189
- Thanks:
- 309
- Thanked:
- 3310 times in 3 posts
April 12, 2013 at 7:54 am #489645Hello Antonio,
As your code as below:
<em>@antoniocerasuolo 368584 wrote:</em><blockquote>
<p><span style=”font-size: 12pt;”>*</span></p>
<p><br /><span style=”font-size: 12pt;”>Via Claudio Treves, 5</span><br /><span style=”font-size: 12pt;”>Zibido San Giacomo-Milano</span><br /><span style=”font-size: 12pt;”>Cell: +39 3492947058</span><br /><span style=”font-size: 12pt;”>Skype: relax.domus</span></p>
<p><span style=”font-size: 12pt;”>Website: <a href=”http://www.relaxdomus.com”>www.relaxdomus.com</a></span><br /><span style=”font-size: 12pt;”>E-mail: <a href=”mailto:info@relaxdomus.com”>info@relaxdomus.com</a></span></p>
<p>* <a target=”_blank” href=”https://www.facebook.com/pages/Relax-Domus-affittacamere-appartamento-vicino-Humanitas-IEO-Assago/108732315903836″><img src=”images/stories/facebook/facebook_blue.png” alt=”” /></a></p>
<p><span style=”font-size: 12pt;”>Relax Domus riceve su prenotazione. Per informazioni, preventivi e riservazioni non esitate a contattarci!</span></p>
<p><span style=”font-size: 12pt;”>Hai già avuto la conferma di disponibilità?? <a href=”index.php?option=com_content&view=article&id=118&Itemid=545″>Prenota</a> il tuo soggiorno presso Relax Domus</span></p>
</blockquote>Change your image link to <img src=”/images/stories/facebook/facebook_blue.png” alt=”” />
1 user says Thank You to Hung Dinh for this useful post
antoniocerasuolo Friendantoniocerasuolo
- Join date:
- February 2011
- Posts:
- 274
- Downloads:
- 0
- Uploads:
- 59
- Thanks:
- 55
- Thanked:
- 7 times in 1 posts
April 13, 2013 at 4:47 pm #489766Hi Luna,
This page is an RS joomla photo gallery, how can I change the font of the description of the photos??
http://www.relaxdomus.com/index.php/galleria-foto
Ciao,
antonioLuna Garden ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
April 15, 2013 at 3:40 am #489853Hello Antonio,
It would be great if you set Optimize CSS to No, so I can track out the style sheet file that hold style for the element.
In order to change the description of the photo in RS joomla gallery, go to file
templates/ja_bistro/css/templates.css
add these lines:
#jquery-lightbox h2.rsmg_title, div#rsmg_image_container h2.rsmg_title, ul#rsmg_gallery li div.rsmg_item_container a.rsmg_title{
font-family: your_font_family;
}1 user says Thank You to Luna Garden for this useful post
antoniocerasuolo Friendantoniocerasuolo
- Join date:
- February 2011
- Posts:
- 274
- Downloads:
- 0
- Uploads:
- 59
- Thanks:
- 55
- Thanked:
- 7 times in 1 posts
April 18, 2013 at 4:11 pm #490330Hi Luna,
as you can see in the diagram i want to have the image for the facebook link in the position next to the Skype name in the article, withouth a space showing between skype and website in the article. can you explain what I have to do to accomplish this??
the code for this article is the following:
<p><span style=”font-size: 13pt;”> </span></p>
<p><br /><span style=”font-size: 13pt;”>Via Claudio Treves, 5</span><br /><span style=”font-size: 13pt;”>Zibido San Giacomo-Milano</span><br /><span style=”font-size: 12pt;”>Cell: +39 3492947058</span><br /><span style=”font-size: 13pt;”>Skype: relax.domus</span><br /><span style=”font-size: 13pt;”>Website: <a href=”http://www.relaxdomus.com”>www.relaxdomus.com</a></span><br /><span style=”font-size: 12pt;”>E-mail: <a href=”mailto:info@relaxdomus.com”>info@relaxdomus.com</a></span></p>
<p> <a target=”_blank” href=”https://www.facebook.com/pages/Relax-Domus-affittacamere-appartamento-vicino-Humanitas-IEO-Assago/108732315903836″><img src=”/images/stories/facebook/facebook_blue.png” alt=”” /></a></p>
<p style=”text-align: center;”><span style=”font-size: 14pt;”>Relax Domus riceve su prenotazione. Per informazioni, preventivi e riservazioni non esitate a contattarci!</span></p>
<p style=”text-align: center;”><span style=”font-size: 14pt;”>Hai già avuto la conferma di disponibilità?? <a href=”index.php?option=com_content&view=article&id=118&Itemid=545″>Prenota</a> il tuo soggiorno presso Relax Domus</span></p>can you please help??
ciao,
Antonio
Luna Garden ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
April 22, 2013 at 4:28 am #490625Hello Antonio,
In order to move the image next to text skype, try these code below:
<p><span style=”font-size: 13pt;”> </span></p>
<p><br /><span style=”font-size: 13pt;”>Via Claudio Treves, 5</span><br /><span style=”font-size: 13pt;”>Zibido San Giacomo-Milano</span><br /><span style=”font-size: 12pt;”>Cell: +39 3492947058</span><br /><span style=”font-size: 13pt;”>Skype: relax.domus</span> <a target=”_blank” href=”https://www.facebook.com/pages/Relax-Domus-affittacamere-appartamento-vicino-Humanitas-IEO-Assago/108732315903836″><img src=”/images/stories/facebook/facebook_blue.png” alt=”” /></a><br /><span style=”font-size: 13pt;”>Website: <a href=”http://www.relaxdomus.com”>www.relaxdomus.com</a></span><br /><span style=”font-size: 12pt;”>E-mail: <a href=”mailto:info@relaxdomus.com”>info@relaxdomus. com</a></span></p>
<p style=”text-align: center;”><span style=”font-size: 14pt;”>Relax Domus riceve su prenotazione. Per informazioni, preventivi e riservazioni non esitate a contattarci!</span></p>
<p style=”text-align: center;”><span style=”font-size: 14pt;”>Hai già avuto la conferma di disponibilità?? <a href=”index.php?option=com_content&view=articl e&id=118&Itemid=545″>Prenota</a> il tuo soggiorno presso Relax Domus</span></p>1 user says Thank You to Luna Garden for this useful post
AuthorPostsThis topic contains 40 replies, has 3 voices, and was last updated by antoniocerasuolo 11 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum