Can you give me your website address to check?
BTW, did you use Quickstart package or template package only?
Thank you,
marselo
POSTED: 2016-06-09
www.pelletnapoli.altervista.org
I Use Quickstart package
ltheme
POSTED: 2016-06-10
Hello MARSELO,
Instead for use Feature Box in page builder without option to put link, you just use add-on 'Text', then via Editor, you can put your image, title and sub content below title as you have. Last, you can put link for all items as you want.
Thank you,
marselo
POSTED: 2016-06-10
how can I turn the wheel on the right "layout type"?
ltheme
POSTED: 2016-06-10
Hello MARSELO,
You can turn it off via Template Settings, open tab 'Custom Code' and remove all code in that fields.
marselo
POSTED: 2016-06-10
how to change the title of the homepage?
in the menu item does not fit the usual option
ltheme
POSTED: 2016-06-10
Hello MARSELO,
You can put it via page in page builder.
marselo
POSTED: 2016-06-13
Hello,
how can I do to make the gallery on the home page with no links to project pages ?
ltheme
POSTED: 2016-06-13
Hello MARSELO,
You just go to Template Settings, open tab 'Custom Code' and add more CSS below in Custom CSS code field
It's component contact, if you want to translate text in this component, please access your files 'joomla-root/languages/[your_language_code]/[your_language_code]_com_contact.ini, open this file and search text that you want to change and replace.
marselo
POSTED: 2016-06-17
how to hide date and category:
and get the text to 100 % of the width of the page
Get an access to all 265 items designed and developed by LTheme team plus all the future items
which will be released over the course of your club subscription.
Price starting from $69.00
Can you give me your website address to check?
BTW, did you use Quickstart package or template package only?
Thank you,
I Use Quickstart package
Instead for use Feature Box in page builder without option to put link, you just use add-on 'Text', then via Editor, you can put your image, title and sub content below title as you have. Last, you can put link for all items as you want.
Thank you,
how can I turn the wheel on the right "layout type"?
You can turn it off via Template Settings, open tab 'Custom Code' and remove all code in that fields.
in the menu item does not fit the usual option
You can put it via page in page builder.
how can I do to make the gallery on the home page with no links to project pages ?
You just go to Template Settings, open tab 'Custom Code' and add more CSS below in Custom CSS code field
.sp-simpleportfolio-btns .btn-view {
display: none!important;
}
contact
contact form (with the internal voices)
Miscellaneous Information
and how do I delete the " links "
http://pelletnapoli.altervista.org/index.php/k2-blog
It's component contact, if you want to translate text in this component, please access your files 'joomla-root/languages/[your_language_code]/[your_language_code]_com_contact.ini, open this file and search text that you want to change and replace.
how to hide date and category:
and get the text to 100 % of the width of the page
http://pelletnapoli.altervista.org/index.php/component/spsimpleportfolio/item/1-project1
Thank you
You need to add some CSS to override it, by go to Template Settings, open tab "Custom Code" and add more CSS below in Custom CSS code field
.sp-simpleportfolio .sp-simpleportfolio-description {
width: 100%;
}
.sp-simpleportfolio .sp-simpleportfolio-meta {
display: none;
}
I would like the most texts closest to the icons and telephone and fax above under the address .
how can I do?
http://pelletnapoli.altervista.org/index.php/k2-blog
thank you so much
Please go to Template Settings, open tab 'Custom Code' and add more CSS below in Custom CSS code field
.dl-horizontal dt span {
float: right;
}