Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • glenng Friend
    #933025

    Hi, I would like to add more menu items but there is no enough space. So i have created custom.css file but it didn’t really work. There are still lots of space between logo and menu. How can I fix it?

    Please see: http://postimg.org/image/wpu82lvi9/

    .navbar-nav {
    width: 800px;
    }.navbar-nav {

    .item-page article .item-image {
    height: auto;
    max-width: 100%;
    }

    pavit Moderator
    #933038
    This reply has been marked as private.
    glenng Friend
    #933119

    Thanks very much!!

    pavit Moderator
    #933138

    Hi

    If you do not have already a file named custom.css in this folder /templates/ja_bookshop/css
    create a new one and add to it:

    .navbar-default .navbar-nav > li > a {
    text-transform:capitalize!important;
    }

    Regards

    glenng Friend
    #933144

    Thanks again!!

    May I ask one more thing. I want to use Category Blog for a page but I would prefer using simple "Read more" button. Currently there is a hover button with article title. At least may I change its position? Please see the image: http://s32.postimg.org/6cowl7ayt/Clipboard02.jpg

    pavit Moderator
    #933255

    Hi

    Edit menu item category blog and in options tab set read more as showed in image below

    Then edit your category for blog and in options tab select as alternative layout the blog layout.


    1. Screenshot_6-5
    2. Screenshot_7-6
    glenng Friend
    #933261

    Thank you!

    glenng Friend
    #933848

    Regarding "Read more" I did but button still appears on top. How can I change the button position?

    Please see http://s33.postimg.org/klksrt28f/WWWW.jpg

    pavit Moderator
    #934459

    Hi

    It is showing in that way because it is using a specific layout builded for template , if you want to move it then you can do in this way

    Go to this folder /templates/ja_bookshop/html/com_content/category/ and rename file blog_item.php

    glenng Friend
    #936147

    Unfortunately it didn’t work… Read more button seems at the bottom with hover effect but I can’t even click. It just disappears.

    pavit Moderator
    #936779

    Unfortunately it didn’t work… Read more button seems at the bottom with hover effect but I can’t even click. It just disappears.

    I’m sorry but you will need to add more css styles on it since it is the standard joomla settings , what i mean is that the folder /templates/ja_bookshop/html/com_content/category/blog_item.php contain a specific layout bulded expressly for the template, so if you want to modify the layout you will need to customize the css loaded in that file – adjusting read more properties and modifying also container for blog item.

    glenng Friend
    #939334

    I had solved the issue about adding more items on navigation but yesterday everything was back to original. I did the things above but now needed a large width to show all menu items.

    Could you please check the page and help me to fix the issue.

    http://whatissocialism.net/

    And how can I change sizes editing this file /templates/ja_bookshop/tpls/blocks/header.php ?

    Where ro change exactly?

    Thanks!

    pavit Moderator
    #939453

    And how can I change sizes editing this file /templates/ja_bookshop/tpls/blocks/header.php ?

    Hi

    Unfortunately there is not so much space available on your website

    anyway you can try to change grid values (col-xs-12) for logo and mainnav (col-xs-12 col-md-6) editing the header.php file

    <!-- LOGO -->
            <div class="col-xs-12 <?php echo $logosize ?> logo col-sm-6">
                <div class="logo-<?php echo $logotype, ($logoimgsm ? ' logo-control' : '') ?>">
                    <a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>">
                <?php if($logotype == 'image'): ?>
                  <img class="logo-img" src="<?php echo JURI::base(true) . '/' . $logoimage ?>" alt="<?php echo strip_tags($sitename) ?>" />
                <?php endif ?>
                <?php if($logoimgsm) : ?>
                  <img class="logo-img-sm visible-sm visible-xs" src="<?php echo JURI::base(true) . '/' . $logoimgsm ?>" alt="<?php echo strip_tags($sitename) ?>" />
                <?php endif ?>
                <span><?php echo $sitename ?></span>
              </a>
                    <small class="site-slogan hidden-xs"><?php echo $slogan ?></small>
                </div>
            </div>
            <!-- //LOGO -->
    
            <!-- MAIN NAVIGATION -->
            <nav id="t3-mainnav" class="col-xs-12 col-md-6 t3-mainnav navbar navbar-default">

    Hope it helps

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

This topic contains 12 replies, has 2 voices, and was last updated by  pavit 7 years, 11 months ago.

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