Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I want to set my Bloggers Custom Page, Any one help me to set it. Please tell me the Script or code for this.
Go to Blogger Dashboard > Select Blog > Select Settings tab > Search Preferences
Select edit option of Custom Page Not Found
Add the below script :
<h3>404 - Page was not found</h3>
<p>It might have been removed, had its name changed, or is temporarily unavailable.<br/>
Please check that the Web site address is spelled correctly.</p>
Go to our home page
You can also add custom images similar to your blog theme.
See an example of a custom 404 page
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
I have a website and i am not able to find the home page file in backend, i recently changed my theme, and all the pages in the cms table have not be updated automatically, just please which file do i need to edit to make the following changes for instance, change the sentence in the banner of home page.
I have a website and i am not able to find the home page file in backend, i recently changed my theme, and all the pages in the cms table have not be updated automatically, just please which file do i need to edit to make the following changes for instance, change the sentence in the banner of home page.
Now if you wish to have your custom designed homepage follow the steps below:
1) Go to system->configuration->General->web->default pages and note down the page it is pointing to.
2)Go to cms->pages and search for the title there
3)Go in the content section and paste the following code
<p>{{block type="core/template" template="page/your_page.phtml"}}</p>
4)Create a file in your codebase in default template/page folder with the name 'your_page.phtml'
Do everything in this file and it will reflect on the frontend. Don't forget to clear your cache
Generally in magento you find home page here.
System -> Configuration -> General -> Web -> Default Pages -> CMS Home Page (See Which Page Currently set Home Page)
CMS -> Pages (Open the page which is set in step-1 to edit)
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
in magento when I click on a product I go to
www.mysite.com/product.html
How I can change to
www.mysite.com/sometext/product.html
Thanks in advance..
Go To Menu Admin > Catalog > URL Rewrite Management
Click on "Add New URL Rewrite" button
Select "Create URL Rewrite:" For Product
Filter your product in grid and select product
Click on "Skip select category" button at the end of the page
Change request path to "sometext/product.html"
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 8 years ago.
Improve this question
Just started using xcode recently, needed help.
So, I have a NavigationController linking to a WebBroswerViewController. However, when I added a ViewController which served as my home page, It would not launch when linked to the NavigationController. How can I resolve this?
Thanks!
If you're using storyboards select the View you wanna set as Home then in the xcode top menu go to Editor->Embed In->Navigation Controller
This should set your selected View as first View when you run the project.
(I think you should also delete the NavigationController you already created)
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I have a big cartel store that I have customized, but I cannot figure out how to export it to transfer it to another store.
Is it not possible, or am I just missing something?
Currently the export options available for your Big Cartel store data are downloading order details, and your customization settings.
To download a copy of your store customization settings:
Head to 'Customize design' > 'Advanced', and click "Download current theme" at the bottom of the page.
To download your orders as a .csv file:
Head to the 'Orders' page in your Admin, and click "Export CSV" at the
bottom of the page.
To import the theme back into Big Cartel:
The only way to ‘import’ the theme is by copying each page’s code from
the theme files and pasting them into the corresponding pages in your
Big Cartel admin. The option to import a theme with the click of a
button is currently not possible, but hopefully in the future Big
Cartel will make that option possible. [source]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Closed 9 years ago.
Improve this question
I am fairly new to coding and magento back end, so please accept my apologies if I am asking something extremely obvious. i am trying to associate a hyperlink to an image in magento, which is in the middle bit of the page (not header, not footer...? i accessed those /app/design/frontend/default/XXXXXX/template/page/html/header.phtml and the rest, but no luck with where I should put the code in the front page I can not find the file I should go into in order to hyperlink the image many thanks for your help
In most of the cases of magento front page these pages are cms pages. You can go to admin->CMS->Pages and look for home or home page under url key. Click on it to modify and in content section choose the page where you want to edit.
if your home page has code to display data through template(.phtml) than look for that file and add your code to display image.