test

Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • pavit Moderator
    #981080

    Hi there

    In what file we can modify/edit 1st line of footer? We would like to remove or edit " Designed by JoomlArt.com."

    Where can we remove 2nd line of footer? Joomla! is Free Software released under the GNU General Public License.

    You can take a look at the documentation page HERE

    On contact page on the right side of the SEND EMAIL button we have Contact & Links Facebook Yelp Trip Advisor How can we remove those?

    You can remove links going to contact -> Options-> Display tab -> scroll down the page to find links urls

    Our Logo is showing fine on every page except homepage, why?

    Because you need to modify logo assigned to your home menu item template ( ja_charity Home )

    i changed it for you

    Can slideshow automatically rotate images, how to achieve this?

    Go to /templates/ja_charity/acm/slideshow/js/script.js and change from

    autoPlay: false,

    To

    autoPlay: true,

    For the text on the slideshow, could we add black transparent background box so the message is visible?

    Could you post a screenshot of desired customization ?

    samirbeg Friend
    #981122

    Thanks for your help 🙂

    You can take a look at the documentation page HERE

    Sorry , this does not make sense? "Change language of "MOD_FOOTER_LINE2" as language of "MOD_FOOTER_LINE1" is overridden with template copyrights" We just want to remove entire 2nd line, and update Designed by"

    On contact page on the right side of the SEND EMAIL button we have Contact & Links Facebook Yelp Trip Advisor How can we remove those?

    You can remove links going to contact -> Options-> Display tab -> scroll down the page to find links urls

    LINKS and CONTACT titles are still there, I removed the actual links, how to remove titles?

    Could you post a screenshot of desired customization ?

    Attached.


    1. ScreenShot537
    pavit Moderator
    #981149

    We just want to remove entire 2nd line, and update Designed by"

    I removed your 2nd line – you can edit this file to change designed by /templates/ja_charity/html/mod_footer/default.php

    LINKS and CONTACT titles are still there, I removed the actual links, how to remove titles?

    I created a new file named custom.css in this folder/templates/ja_charity/css and added to it

    .contact .box-contact h3 {
      display:none!important;
    }

    This has removed titles

    regarding text background you can add an image as background adding this code at custom.css file i created

    .owl-carousel .item .slider-content .item-title {
    background-image:url("linktoyourimage");
    }
    
    .owl-carousel .item .slider-content .item-desc {
    background-image:url("linktoyourimage");
    }
    

    Regards

    samirbeg Friend
    #984524

    I’m trying to add article content (text and images) to home page, how can I do this on ja charity template?

    pavit Moderator
    #984579

    I’m trying to add article content (text and images) to home page, how can I do this on ja charity template?

    Hi

    Ja Charity template is using a layout ( ja-charity-home ) that has no content block included , that means you will need to change layout type from home to default ( which contains content block ) in this way you can change home page style and add articles into it .

    Hope it helps.


    1. Screenshot-at-nov-08-18-05-57
    samirbeg Friend
    #984585

    Thanks!
    I changed style from home to default.
    What is the position of content block?

    pavit Moderator
    #984591

    What is the position of content block?

    Content block is not a position , it is a component ( article ) container block , so now you have to change your home menu item type to a menu item that can show articles , something like article category blog etc etc

    Look at the image below


    1. Screenshot-at-nov-08-18-31-51
    samirbeg Friend
    #984593

    Thank You again!
    If I change Template Style under main menu from ja charity home to ja charity default I lose slideshow and other heading.

    I just want to add 1 single article below existing content on home page. What’s the easiest way to achieve this?

    pavit Moderator
    #984612

    I just want to add 1 single article below existing content on home page. What’s the easiest way to achieve this?

    Best way to accomplish what you need is to install an external extension like THIS ONE install plugin and add a custom-html module publishing it in home-1 position.

    Regards

    samirbeg Friend
    #984615

    Thanks.
    That worked.

    samirbeg Friend
    #987489

    Can you show me how you did this?
    "Because you need to modify logo assigned to your home menu item template ( ja_charity Home )"

    I updated image for Logo to be larger, it is showing fine on every page except homepage, why?

    samirbeg Friend
    #987501

    I figured out Logo issue. Thanks!

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

This topic contains 12 replies, has 2 voices, and was last updated by  samirbeg 8 years ago.

The topic ‘JA Charity – Footer – Logo – Slideshow – Contact’ is closed to new replies.