Joomla in localhost Cannot Show 'Well' Class - joomla

I installed joomla in my localhost.
I moved all joomla files from server to my localhost and realized many alignments are not right.
First, I have
<div class="well login<?php echo $this->pageclass_sfx?>">
but in inspector, it can't show 'well' class. I edited 'well' into 'wellaaa', in inspector it shows 'wellaaa'. WHY AH WHYYY?
I need to use 'well' class as I have many places using 'well' class..
2nd is I chose to show title in adminpanel but why in the page it can't shows?!

Related

Magento 2.3.4 it's not working properly in my localhost

I have installed Magento 2.3.4 in my localhost and it's a successfully installed. But When I open Home page it shows some components of the main page like header,Logo and footer but the main body contain this phrase "CMS homepage content goes here." and doesn't show nothing. In spite of The admin Dashbord work correctly after a ceveral changes.
enter image description here
enter image description here
This is very normal, It is working and there is no issue, as you are running a vanilla magento (fresh install with empty data) .
You can edit/build the home page in Admin menu :
Content > elements > Pages, and then choose home page.
If you are just testing magento and need sample data, including sample homepage, then follow the steps here : https://devdocs.magento.com/guides/v2.3/install-gde/install/sample-data-after-composer.html

Removing site meta description from Joomla 3 protostar template

I have integrated a LinkedIn social share button to my Joomla 3 site. When I go to share the page the share popup shows the phrase 'my Joomla CMS' beside the site title that is being shared. Obviously I do not want this to show. There is some kind of meta description somewhere in the site files but I cannot figure out how to remove it.
I have tried the following:
gone into global configuration and changed site meta description and keywords as well as set 'show meta' and 'show version' to no;
added this line:
<?php $this->setGenerator(null); ?>
to the index.php file
installed the byebyegenerator plugin
commented out all generator code in the head.php and document.php files
After all of this, the linkedin share popup still shows 'my joomla cms' in the site title description.
How can I remove this from my site?

Joomla - Virtuemart invoice/delivery note without content

I have a strange problem with invoice and delivery note. It displays only the name of company in top and nothing more in pdf. However, at print choice (in CMS) it displays whole the content.
Moreover, when I click on invoive or delivery note, it opens them as pdf in browser instead of download them. Is this a normal reaction?
I use joomla 2.5 and VM 2.6.8. Any idea why this happens?
I found the solution. I didn't have set the vmsafe folder for invoices.
I went to CMS - Virtuemart - configuration - configuration - (in tab) Templates
and I set in safe path: /home/username*/vmsafe
*the username of website

Joomla 1.5 enable news on main page

Good Afternoon. I've got a Joomla 1.5 + VirtueMart shop. There were "Top Sale" product on the main page. I've disabled this module, but I don't know how to enable news showing on the main page.
I've already flagged materials to show it on the main page) and tried to change template to default.
thx
UPD: I need to have a pagenav every 10 articles
The news is a module ,
then Go to module manager set the proper position and menu assignment section set Home page.
If you are added new position then edit the template file and add your new position there too.
like <jdoc:include type="modules" name="your_custom_position" />
This much is required to display a module on a proper page make sure module is published.
hope its helps..

Joomla: homepage url

Joomla requires that home page was linked with some component.
So, if i link menu item of homepage to some article, i get a url like:
"index.php?option=com_content&view=article&id=68&Itemid=464" on frontend.
How to link homepage to "/" ?
UPD:
Joomla verion 1.7
Maybe, i not accurately explained.
I link home menu item with some article.
When i go to www.mysite.com - all fine, choosen article is shown on homepage.
But then the home menu item on frontend became "index.php?option=com_content&view=article&id=68&Itemid=464", not just '/'
You must use the default Joomla format for setting something as the "home" page. in 2.5 (since you failed to tell us which version you're running) you do this by using 'featured articles'. By default, any featured article is displayed on the homepage.
In older versions (1.5) you must mark it to display on the 'front page'
In doing that when you go to http://www.yoursite.com/ - you will see the articles listed as 'featured' or 'front page' articles. You can adjust how they display by using the front page or featured article manager.
I apologize if I've misunderstood your question - but hope this helps. It also looks like you don't have SEF URL's turned on - you may want to look into that. Regardless your front page will display without any additional URL stuff if you use the methods outlined above.
In your menu manager (backend), create a new entry for 1 article and select it in the list. After that, just define this new menu entry as default (or homepage).
This article will be the default homepage of your website and will be accessible via www.yoursite.com/

Resources