-
AuthorPosts
-
giusti2 Friend
giusti2
- Join date:
- August 2012
- Posts:
- 117
- Downloads:
- 8
- Uploads:
- 8
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
September 17, 2015 at 9:06 am #685652Hello.
I have to solve my last 3 Problems and then I am finished with my site.
BUT I HAVE TO SOLVE IT ASAP …
1 . Source Facebook : How can I delete this line on all articles?
2. When an Video is posted on Facebook, then I have a question Mark (I have more than 20 question Marks a day). How can I manage it?
3. The Text below the image is in double form and with a little image. How can I delete this part
Please see the att. image.
Thank you very much for your help
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 18, 2015 at 7:02 am #686170Hi,
You can add below css to remove the line source:
.item-page .content-links {
display: none;
}
into templates/ja_wall/css/template-j30.css file
About the second and third questions you can give me the URL to see this bug, I will check it further.
Regards
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 18, 2015 at 7:02 am #748967Hi,
You can add below css to remove the line source:
.item-page .content-links {
display: none;
}
into templates/ja_wall/css/template-j30.css file
About the second and third questions you can give me the URL to see this bug, I will check it further.
Regards
giusti2 Friendgiusti2
- Join date:
- August 2012
- Posts:
- 117
- Downloads:
- 8
- Uploads:
- 8
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
September 18, 2015 at 8:10 am #686184Hello Ninja. This is very kind from … thank you very much for your help … http://www.prestigemedia.ch/PR/pmagazine3
giusti2 Friendgiusti2
- Join date:
- August 2012
- Posts:
- 117
- Downloads:
- 8
- Uploads:
- 8
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
September 18, 2015 at 8:10 am #748981Hello Ninja. This is very kind from … thank you very much for your help … http://www.prestigemedia.ch/PR/pmagazine3
giusti2 Friendgiusti2
- Join date:
- August 2012
- Posts:
- 117
- Downloads:
- 8
- Uploads:
- 8
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
September 23, 2015 at 4:50 pm #691993Can maybe someone help me with the point 2 and 3 of my problems described above? Please … it’s very urgent. Thank you very much in advance for your help.
giusti2 Friendgiusti2
- Join date:
- August 2012
- Posts:
- 117
- Downloads:
- 8
- Uploads:
- 8
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
September 23, 2015 at 4:50 pm #749506Can maybe someone help me with the point 2 and 3 of my problems described above? Please … it’s very urgent. Thank you very much in advance for your help.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 24, 2015 at 4:50 am #692041<em>@giusti2 493817 wrote:</em><blockquote>Can maybe someone help me with the point 2 and 3 of my problems described above? Please … it’s very urgent. Thank you very much in advance for your help.</blockquote>
Hi,
I can’t replicate the issue of video on FB. With problem of duplicated content, you can use this way to solve it
Open templates/ja_wall/themes/color_block/css/theme.css file and add the css style
.item-page .content .facebook-item {
display: none !important;
}
Regards
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 24, 2015 at 4:50 am #749554<em>@giusti2 493817 wrote:</em><blockquote>Can maybe someone help me with the point 2 and 3 of my problems described above? Please … it’s very urgent. Thank you very much in advance for your help.</blockquote>
Hi,
I can’t replicate the issue of video on FB. With problem of duplicated content, you can use this way to solve it
Open templates/ja_wall/themes/color_block/css/theme.css file and add the css style
.item-page .content .facebook-item {
display: none !important;
}
Regards
giusti2 Friendgiusti2
- Join date:
- August 2012
- Posts:
- 117
- Downloads:
- 8
- Uploads:
- 8
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
September 25, 2015 at 11:57 am #692557Hello Ninja.
Your solution works fine … but … I made a backup of Joomla and reinstalled the backup in another folder (1:1) … the only thing I changed is the JA Wall theme.
The problem is that I have the same problem again with the double image issu.
Your code is also in the new theme (color_block_light/css/theme.css) … but does not work.
Do you have a hint?Without double image issu problem : http://italiondo.ch/prestigemagazine
With double image issu problem : http://italiondo.ch/prestigemagazingiusti2 Friendgiusti2
- Join date:
- August 2012
- Posts:
- 117
- Downloads:
- 8
- Uploads:
- 8
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
September 25, 2015 at 11:57 am #749714Hello Ninja.
Your solution works fine … but … I made a backup of Joomla and reinstalled the backup in another folder (1:1) … the only thing I changed is the JA Wall theme.
The problem is that I have the same problem again with the double image issu.
Your code is also in the new theme (color_block_light/css/theme.css) … but does not work.
Do you have a hint?Without double image issu problem : http://italiondo.ch/prestigemagazine
With double image issu problem : http://italiondo.ch/prestigemagazinNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 28, 2015 at 3:21 am #693164Hi,
This is a screenshot from http://italiondo.ch/prestigemagazin/ page
But I could not see the double image on that.
With link: http://italiondo.ch/prestigemagazine is down for maintenance and I could not access this site.
Regards
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 28, 2015 at 3:21 am #749852Hi,
This is a screenshot from http://italiondo.ch/prestigemagazin/ page
But I could not see the double image on that.
With link: http://italiondo.ch/prestigemagazine is down for maintenance and I could not access this site.
Regards
giusti2 Friendgiusti2
- Join date:
- August 2012
- Posts:
- 117
- Downloads:
- 8
- Uploads:
- 8
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
September 28, 2015 at 11:46 am #693363<em>@Ninja Lead 494493 wrote:</em><blockquote>Hi,
This is a screenshot from http://italiondo.ch/prestigemagazin/ page
But I could not see the double image on that.
With link: http://italiondo.ch/prestigemagazine is down for maintenance and I could not access this site.
Regards</blockquote>
Thank you Ninja. I guess I resolved the problem and it works … but now I have always 2 same articles whe I import from youtube. You find the right URL here : http://prestigemagazine.com/
giusti2 Friendgiusti2
- Join date:
- August 2012
- Posts:
- 117
- Downloads:
- 8
- Uploads:
- 8
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
September 28, 2015 at 11:46 am #749907<em>@Ninja Lead 494493 wrote:</em><blockquote>Hi,
This is a screenshot from http://italiondo.ch/prestigemagazin/ page
But I could not see the double image on that.
With link: http://italiondo.ch/prestigemagazine is down for maintenance and I could not access this site.
Regards</blockquote>
Thank you Ninja. I guess I resolved the problem and it works … but now I have always 2 same articles whe I import from youtube. You find the right URL here : http://prestigemagazine.com/
-
AuthorPosts
This topic contains 41 replies, has 2 voices, and was last updated by Ninja Lead 9 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum