Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • raroit Friend
    #195331

    Hi,

    How can i place something, maybe picture on the empty space on the right (header) – please see attachment

    Also, how can i change the date (top-left)


    1. blue-space
    chavan Friend
    #524839

    Right side of the logo is the position “search”

    So, Add any module in the position “search” . Maybe a custom HTML module with image added to it.

    Once done you need to do some cosmetic changes on the width of the logo and the module you add in the position “search”.

    you add the module and revert me if you have any width issues. I will help you on that.

    raroit Friend
    #524844

    Hi,
    When i add a custom html to search position, the search box comes up as well

    how can i send you login password without everyone knowing


    1. search
    chavan Friend
    #524845

    Post the details it as a private message. click on my name you will see a option of private message , click on that.

    chavan Friend
    #525141

    Go to this File: /templates/ja_social/css/template.css

    Replace this code

    #ja-search { background: url(../images/search-bg.png) no-repeat left top; bottom: 50px; height: 29px; right: 10px; width: 215px; }

    with

    #ja-search { height: 75px; width: 215px; }

    raroit Friend
    #525328

    Hi

    thanks – it worked

    can you please help with the slideshow – to make it visible on the home page only, not when u navigate to other pages?

    thanks

    chavan Friend
    #525343

    Create a .htaccess file in the root directory of the site

    Add this code to this

    ##
    # @package Joomla
    # @copyright Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.
    # @license GNU General Public License version 2 or later; see LICENSE.txt
    ##

    ##
    # READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE!
    #
    # The line just below this section: 'Options +FollowSymLinks' may cause problems
    # with some server configurations. It is required for use of mod_rewrite, but may already
    # be set by your server administrator in a way that dissallows changing it in
    # your .htaccess file. If using it causes your server to error out, comment it out (add # to
    # beginning of line), reload your site in your browser and test your sef url's. If they work,
    # it has been set by your server administrator and you do not need it set here.
    ##

    ## Can be commented out if causes errors, see notes above.
    Options +FollowSymLinks

    ## Mod_rewrite in use.

    RewriteEngine On

    ## Begin - Rewrite rules to block out some common exploits.
    # If you experience problems on your site block out the operations listed below
    # This attempts to block the most common type of exploit `attempts` to Joomla!
    #
    # Block out any script trying to base64_encode data within the URL.
    RewriteCond %{QUERY_STRING} base64_encode[^(]*([^)]*)
    # Block out any script that includes a <script> tag in URL.
    RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%3E) [NC,OR]
    # Block out any script trying to set a PHP GLOBALS variable via URL.
    RewriteCond %{QUERY_STRING} GLOBALS(=|{0,2})
    # Block out any script trying to modify a _REQUEST variable via URL.
    RewriteCond %{QUERY_STRING} _REQUEST(=|{0,2})
    # Return 403 Forbidden header and show the content of the root homepage
    RewriteRule .* index.php [F]
    #
    ## End - Rewrite rules to block out some common exploits.

    ## Begin - Custom redirects
    #
    # If you need to redirect some pages, or set a canonical non-www to
    # www redirect (or vice versa), place that code here. Ensure those
    # redirects use the correct RewriteRule syntax and the [R=301,L] flags.
    #
    ## End - Custom redirects

    ##
    # Uncomment following line if your webserver's URL
    # is not directly related to physical file paths.
    # Update Your Joomla! Directory (just / for root).
    ##

    # RewriteBase /

    ## Begin - Joomla! core SEF Section.
    #
    RewriteRule .* -
    #
    # If the requested path and file is not /index.php and the request
    # has not already been internally rewritten to the index.php script
    RewriteCond %{REQUEST_URI} !^/index.php
    # and the request is for something within the component folder,
    # or for the site root, or for an extensionless URL, or the
    # requested URL ends with one of the listed extensions
    RewriteCond %{REQUEST_URI} /component/|(/[^.]*|.(php|html?|feed|pdf|vcf|raw))$ [NC]
    # and the requested path and file doesn't directly match a physical file
    RewriteCond %{REQUEST_FILENAME} !-f
    # and the requested path and file doesn't directly match a physical folder
    RewriteCond %{REQUEST_FILENAME} !-d
    # internally rewrite the request to the index.php script
    RewriteRule .* index.php [L]
    #
    ## End - Joomla! core SEF Section.

    Until you get this done, your site Inner pages will not work. Please do this asap.

    once done check the slideshow if it appears in inner pages either. Then let me know.

    raroit Friend
    #525391

    Hi,

    I can’t create .htaccess file in root


    1. error
    chavan Friend
    #525397

    Please post your ftp details in PM, will check and update you

    chavan Friend
    #525552

    I have made some hard code stuff in this file /plugins/system/jat3/jat3/base-themes/default/page/default.php

    so as per the change done, the position content-mass-top will work only on home page.

    Why the above is done to achieve it?

    Since you have added moss tree component as your primary page and the engineering pages are also related to that. this is the reason you were able to see the slideshow on all these pages. Inorder to overcome this i have done the above. In future if you are going to remove/Update things. Please contact me, I will redo this for you.

    raroit Friend
    #529634

    Hi support,

    I’ve changed to ja-social 3 – can you please tell me where to find ‘#ja-search’ settings so i can increase the height and width

    I look here: /templates/ja_social/css/template.css … but much has changed

    thanks

    chavan Friend
    #529638

    we can do that using css, can you please add the module in your site. so i can provide you a css code for height and width.

    raroit Friend
    #529858

    Hi support,

    The search module is added to the website – can you please provide the css code to change height and width for this module

    thanks

    chavan Friend
    #529898

    Hi,

    I don’t see any search modules in search position, I kindly request you to post your site admin details in PM.

    raroit Friend
    #530062

    Hi support,

    The revamped website is not loaded yet – the one you see now on the internet will be replaced by the one i’m working on my laptop – there are some changes on the new revamped site, but it is keeping the ma-social theme – i was hoping to get this part done on my laptop mainly because internet speed from my country is really slow – also the client wants to see work in progress before uploading the new revamped website

    thanks

Viewing 15 posts - 1 through 15 (of 17 total)

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

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