Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • gardatime Friend
    #197436

    @wingly
    In the top of the main page there is the module FOLLOWUS, so the users can share the website (with addthis.com) on the Social Network. I see that when I want to share on Facebook or Linkedin, I still have the description of Joomlawebsite, like in the immage bellow.

    For the Twitter/Google+ share I don’t have any problem.

    How can I fix this?
    Thanks!


    1. gadatimeproblem
    wingly Friend
    #533757

    Dear @gardatime;

    the better of all is to do some changes in the index.php or in one of the blocks cause they have already given a special span size. and that’s the problem; Could you please pm me with your site url and login credentials and i will do it for you.

    gardatime Friend
    #533766

    <em>@wingly 425486 wrote:</em><blockquote>Dear @gardatime;

    the better of all is to do some changes in the index.php or in one of the blocks cause they have already given a special span size. and that’s the problem; Could you please pm me with your site url and login credentials and i will do it for you.</blockquote>

    If you tell me here what to do, I’ll do it by my self, so I will learn it. And all other users that have this problem or issue will also know what to do! 🙂
    Thanks!

    wingly Friend
    #533769

    @gardatime;

    After i will do the changes i will show you where and what i did; You just have that Facebook follow out there and i need t debug directly on your site to find where and how it works; It will take some minutes and i’ll post changes and path to them here; Just please if you provide me with details or create temporary ones for me. thank you

    wingly Friend
    #533785

    @gardatime;

    Also if you want to do it yourself here take a look at backend-settings;

    • <!-- AddThis Button BEGIN -->
    • <div class="addthis_toolbox">
    • <a class="addthis_button_facebook"><i class="icon-facebook"></i></a>
    • <a class="addthis_button_google_plusone_share"><i class="icon-google-plus"></i></a>
    • <a class="addthis_button_twitter"><i class="icon-twitter"></i></a>
    • <a class="addthis_button_linkedin"><i class="icon-linkedin"></i></a>
    • </div>
    • <!-- AddThis Button END -->

    And the code i also printed; And you can get the code using addthis.com

    How ever there is an error i have spotted that your top menu is in bad shape. it’s twice as high as it should be. so that’s what i want to fix 🙂

    gardatime Friend
    #533819

    @wingly
    Thank you very much! The main menu area is ok, because I’ve modified the logo dimensions in order to have it bigger.
    🙂

    wingly Friend
    #533823

    @gardatime;

    Maybe you see something else then i do. But i checked in 2 browsers and this is what i see. So see in the prints-creen what i suggest to do in order for it to look nice and tidy )

    http://prntscr.com/3gpopp

    p.s. My pleasure

    gardatime Friend
    #533860

    @wingly
    Ah, I see it what you mean. Thanks for reporting me this error. I fix it! 🙂
    Have a nice evening!
    Daniela

    wingly Friend
    #533942

    @gardatime;

    There is sitll a small distortion check this link and also you have this error the explanation is here.

    I guess you will alter the image error easy. What about the menu please do the changes below:

    find the file templates/ja_magz/css/themes/red/template.css on line 5912 find the code:

    .logo .brand{
    padding: 0;
    margin: 10px 0 0;
    text-shadow: none;
    }

    and change it to

    .logo .brand{
    padding: 0;
    margin-left: 10px;
    text-shadow: none;
    }

    in the file templates/ja_magz/css/themes/red/bootstrap.css on line 4731 find the code:

    .navbar .nav > li {
    float: left;
    }

    and replace it with this one

    .navbar .nav > li {
    float: left;
    line-height: 30px;
    }

    also again in templates/ja_magz/css/themes/red/template.css on line 6247 find the code:

    .btn-sidenav {
    background: #fff
    border: none;
    border-right: solid 1px #dadada
    color: #aaa
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    padding: 0;
    }

    and replace it with this one:

    .btn-sidenav {
    background: #fff
    border: none;
    border-right: solid 1px #dadada
    color: #aaa
    font-size: 14px;
    height: 60px;
    line-height: 50px;
    width: 50px;
    padding: 0;
    }

    The result should make your menu look like this


    1. gardatime
    gardatime Friend
    #533951

    @wingly
    Yes, there is a problem with the English part of the website. Can I delete everything and re- install the English language for the website? Because I deleted by mistake some things (module, plugin) of the English part and now I have a lot of errors.
    Thank you!
    I will look about the other things you have recommend me.

    gardatime Friend
    #533956

    <em>@wingly 425719 wrote:</em><blockquote>@gardatime;

    find the file templates/ja_magz/css/themes/red/template.css on line 5912 find the code:

    .logo .brand{
    padding: 0;
    margin: 10px 0 0;
    text-shadow: none;
    }

    and change it to

    .logo .brand{
    padding: 0;
    margin-left: 10px;
    text-shadow: none;
    }

    in the file templates/ja_magz/css/themes/red/bootstrap.css on line 4731 find the code:

    .navbar .nav > li {
    float: left;
    }

    and replace it with this one

    .navbar .nav > li {
    float: left;
    line-height: 30px;
    }

    also again in templates/ja_magz/css/themes/red/template.css on line 6247 find the code:

    .btn-sidenav {
    background: #fff
    border: none;
    border-right: solid 1px #dadada
    color: #aaa
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    padding: 0;
    }

    and replace it with this one:

    .btn-sidenav {
    background: #fff
    border: none;
    border-right: solid 1px #dadada
    color: #aaa
    font-size: 14px;
    height: 60px;
    line-height: 50px;
    width: 50px;
    padding: 0;
    }

    The result should make your menu look like this

    </blockquote>

    @wingly
    I do all the things you recommend me but nothing changes. I remember that initially when I do the web site I change the dimensions of my logo image, following the forum recommendations.
    Take a look at the site, but nothing change after I set your advice.

    wingly Friend
    #533962

    @gardatime;

    Please refresh the cache of your browser 🙂

    wingly Friend
    #533964

    @gardatime;

    About the English problem better install back the plugin or components… then re-install all. depends on many things.. 🙂

    gardatime Friend
    #533977

    <em>@wingly 425742 wrote:</em><blockquote>@gardatime;

    Please refresh the cache of your browser :)</blockquote> @wingly Right! 🙂 I do this and everithing is just fine! Great job, thank you very much!

Viewing 14 posts - 1 through 14 (of 14 total)

This topic contains 14 replies, has 2 voices, and was last updated by  gardatime 10 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum