-
AuthorPosts
-
November 25, 2010 at 11:02 am #156770
hello,
i seem to have a problem,
i have placed some of my articles on the web. and when i check the SEF URL’s box in the global configuration panel, everything i try to opet, error 404 occures….. how can i fix that?
thank you very much 🙂
kobenes Friendkobenes
- Join date:
- April 2010
- Posts:
- 177
- Downloads:
- 0
- Uploads:
- 1
- Thanked:
- 29 times in 28 posts
November 26, 2010 at 12:30 pm #364388GREAT, now it’s working, thank you.
one more thing if i may ask,
when i opet my homepage, it automatically ads /index.php
can i remove that, i suppose i have to move joomla to another folder, but in which do i put it?
thank you very much, you’ve been very helpful.
kobenes Friendkobenes
- Join date:
- April 2010
- Posts:
- 177
- Downloads:
- 0
- Uploads:
- 1
- Thanked:
- 29 times in 28 posts
November 26, 2010 at 1:52 pm #364392Does it go to index.php url when you click on logo? Or when you enter your site url (sitename.com)?
If it is about logo, I can provide you the solution. But if it goes index.php when you enter sitename.com, this is weird, none of JA templates do it as I know.
November 26, 2010 at 4:02 pm #364400yes, when i click on the logo, i’m sorry…. when i open it for the first time it’s ok..
since you’re already going to trouble answering me, i’m gonna ask you just one more question, i hope that’s not a problem
everything with virtuemart was ok, i haven’t even opened it for some time, and now that i go there, this is my situation:
http://img52.imageshack.us/img52/3123/virtuemart.jpg
what happened? :O
i’m so sorry to bother you, and i appreciate your time very much. thanks.
thuanlq Friendthuanlq
- Join date:
- October 2010
- Posts:
- 528
- Downloads:
- 0
- Uploads:
- 29
- Thanks:
- 8
- Thanked:
- 121 times in 99 posts
November 27, 2010 at 2:10 am #364420Hi,
@apan66 you can remove index.php on your logo link as following:
– Open “index.php” file on “templatesja_mesolite” folder.
– Replace link index.php on logo link with your site url (http://silverexshop.it/)
<h1 class="logo">
<a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>
</h1>
With virtuemart problem, this problem happen when joomla run caching, you can wait for cache complate, your problem auto resolve ^ ^November 30, 2010 at 10:24 am #364827thank you,
but in that index.php file i don’t have such line?
and i didn’t understand the part about Virtuemart, isn’t there anything I can do??:((
and on the web page, when you click on something from the Store it says:
“Warning: stristr() [function.stristr]: Empty delimiter in /home/silvere6/public_html/components/com_virtuemart/themes/ja-mesolite/templates/product_details/includes/addtocart_form.tpl.php on line 20”
and there still aren’t any options to click on in the backend? what can I do?
thuanlq Friendthuanlq
- Join date:
- October 2010
- Posts:
- 528
- Downloads:
- 0
- Uploads:
- 29
- Thanks:
- 8
- Thanked:
- 121 times in 99 posts
December 1, 2010 at 2:27 am #364907Hi,
If you used template with T3 framework, you can open “header.php” file on location “..templatesja_mesolite_iilayoutsblocks”.
Add line code on header file
<?php
global $mosConfig_live_site;
?>
Change code:
<h1 class="logo">
<a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>
</h1>
To
<h1 class="logo">
<a href="<?php echo $mosConfig_live_site;?>" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>
</h1>
Or
<div class="logo-text">
<h1><a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $logoText; ?></span></a></h1>
<p class="site-slogan"><?php echo $sloganText;?></p>
</div>
To
$siteName = $this->sitename();
if ($this->getParam('logoType')=='image'): ?>
<h1 class="logo">
<a href="<?php echo $mosConfig_live_site;?>" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>
</h1>
Warning message be viewed on store page, because you couldn’t set SECUREURL on virtuemart configuration page.
Login administrator, go to link “Components > VirtueMart > configuration”, choose “Sercurity” tab , input your secureurl1 user says Thank You to thuanlq for this useful post
December 1, 2010 at 2:35 pm #365005yes, thank you,
but i can not open the virtuemart in the administration section at all, when i go there, it looks like on the picture that i have posted earlier.. everything is gone and i can’t click anywhere, because all the tabs are gone, there are no words at all….
-
AuthorPosts
This topic contains 11 replies, has 4 voices, and was last updated by rhante 13 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum