- Posts: 18
COMMUNITY FORUM
- Forum
- Commercial Joomla Extensions & Templates
- Commercial Joomla Templates
- In the template, no changes will be accepted
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
In the template, no changes will be accepted
- Dietmar
-
Topic Author
- Offline
- New Member
I have been playing the Joomla 3.3.2 update, now no more template changes will be accepted. What can I do?
Thank you, Dietmar
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
PS. When you update make sure to clear both your browser's and Joomla!'s cache. Logging out and logging in again will also help.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Dietmar
-
Topic Author
- Offline
- New Member
- Posts: 18
I think it works now - i install the template-update 1.0.5 - is this the correcte one?
Then another question.
Can I change the background-images from offline-bg?
If so, in which file?
Currently, the following link is used: background-image: url (/ / cdn.nuevvo.com/templates/images/headers/img1.jpg)
Thank you.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
You can always override it with !important.
#offlineBg { background-image: url(../images/YOUR_IMAGE.jpg)!important; }
Paste it your custom.css
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Dietmar
-
Topic Author
- Offline
- New Member
- Posts: 18
thank's i'll test it.
Please Log in or Create an account to join the conversation.
- Dietmar
-
Topic Author
- Offline
- New Member
- Posts: 18
I still have a problem with linking to external pages or to the keywords. The links are displayed, but not executed. However, you can open the link with the right mouse button. Are there any still a setting in the template?
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
Could you send me a link please?
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Dietmar
-
Topic Author
- Offline
- New Member
- Posts: 18
here is the link: brconcept.de/index.php
In the middle of the site you found: "Leistungen" - please click the first picture
Please Log in or Create an account to join the conversation.
- Dietmar
-
Topic Author
- Offline
- New Member
- Posts: 18
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
If you are administrating the content, you can use target="_blank" and comment out the following section in brconcept.de/2014_archetype/templates/archetype/js/behaviour.js .
// Remove all links when inside a portfolio item
$('.viewIsModal').on('click','a',function(e){
e.preventDefault();
});
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Dietmar
-
Topic Author
- Offline
- New Member
- Posts: 18
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Kevin Kosbab
-
- Offline
- New Member
- Posts: 4
Krikor Boghossian wrote: you can use target="_blank" and comment out the following section in brconcept.de/2014_archetype/templates/archetype/js/behaviour.js .
This was very helpful for me too. I commented out the lines of Javascript and have links in the portfolio modal working now, but is there a way to force all links in the modal to use target="_blank"? I'd like to use links in the portfolio pages to go to pages in my online shop etc., so my content has links in the item text and extra fields and I'm hoping to avoid updating them manually.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
(function($) {
$(window).load(function(){
$('.viewIsModal a').attr('target','_blank');
});
})(jQuery);
Try this snippet.
PS. paste it in your custom.js file
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Kevin Kosbab
-
- Offline
- New Member
- Posts: 4
I ended up using _parent instead of _blank so the links would open in the current window/tab rather than a new one, in case anyone else is looking for the same behaviour.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Forum
- Commercial Joomla Extensions & Templates
- Commercial Joomla Templates
- In the template, no changes will be accepted