Add Below line for functions.php inside :
add_post_type_support(
'page'
,
'excerpt'
);
after added above code, the excerpt will show you.
Add Below line for functions.php inside :
add_post_type_support(
'page'
,
'excerpt'
);
after added above code, the excerpt will show you.
Hi,
Just give permission for index.php –> 755.
this is working for me. I search this issue from google via.
enjoy all. 🙂
1. Enter your Magento admin panel
2. Then go to “System”
3. Select “Cache Management”
4. Disable cache for “Translations”
5. Then go to the “System > Configuration > Developer” page
6. Expand the “Translate Inline” tab and enable it
7. Save the changes
Now you can see that some text blocks are in red boxes so that you can edit them. You can change text in the admin panel and at the front end.
NOTE: the change won’t affect .csv files; it’ll be saved in your database.
Just go to below path
appdesignfrontendyour-themeyour-themetemplatepageswitchlanguages.phtml
thanks. 🙂
font-family | Example text |
---|---|
Georgia, serif |
This is a headingThis is a paragraph |
“Palatino Linotype”, “Book Antiqua”, Palatino, serif |
This is a headingThis is a paragraph |
“Times New Roman”, Times, serif |
This is a headingThis is a paragraph |
font-family | Example text |
---|---|
Arial, Helvetica, sans-serif |
This is a headingThis is a paragraph |
Arial Black, Gadget, sans-serif |
This is a headingThis is a paragraph |
“Comic Sans MS”, cursive, sans-serif |
This is a headingThis is a paragraph |
Impact, Charcoal, sans-serif |
This is a headingThis is a paragraph |
“Lucida Sans Unicode”, “Lucida Grande”, sans-serif |
This is a headingThis is a paragraph |
Tahoma, Geneva, sans-serif |
This is a headingThis is a paragraph |
“Trebuchet MS”, Helvetica, sans-serif |
This is a headingThis is a paragraph |
Verdana, Geneva, sans-serif |
This is a headingThis is a paragraph |
font-family | Example text |
---|---|
“Courier New”, Courier, monospace |
This is a headingThis is a paragraph |
“Lucida Console”, Monaco, monospace |
This is a headingThis is a paragraph |
Another one Reference Site : http://web.mit.edu/jmorzins/www/fonts.html
My Idea is first you upgrade old version to new version.
1. Then you can take upgrade database backup.
2. And delete all upgrade files in ftp.
3. And upload your latest version directly (Which version you upgrade that version only)
4. Install and change the upgrade database.
5. If not working you need to change something.
Now is good. Because some magento project we made lot of files changes. So, we upgrade that is not working well. So, we need do this type. 🙂
Go to –> Sites => All OR Default => thems => Your theme
you can edit here and upload FTP. 🙂
And
Go to admin => http://your site/admin/build/themes
you select you theme. 🙂
You can Easily create very simple html Tag :
<h1> </h1> — This first Head Tag
<h2> </h2> — This Second Head Tag
<h3> </h3> — This thrid Head Tag
<h4> </h4> — This Fourth Head Tag
<h5> </h5> — This Fivth Head Tag
<h6> </h6> — This Sixth Head Tag
Example :
<h1> :
<h2> :
<h3> :
<h4> :
<h5> :
<h6> :
this is very easy. Enjoy 🙂