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.
Related
This question was migrated from Stack Overflow because it can be answered on Webmasters Stack Exchange.
Migrated 20 days ago.
This question might be asked before in other ways but I couldn't file my answers. I followed these link1, and link2 but I couldn't get.
My website is designed in Larave and Vuejs.
Currently working on SEO optimization.
When you type Stackoverflow in Google search the first website comes up is Stackoverflow.com and you see a search box as bellow screenshot
I want to show a custom Book Now button instead of that search box when a user click the button she should be navigated to a certain page of my website. But I have no Idea how to do this?
If its generated by google automatically, how can I let Google generate such thing for my website.
You can't do it. Google generates Sitelinks automatically, as stated in docs:
At the moment, sitelinks are automated. We're always working to improve our sitelinks algorithms, and we may incorporate site owner input in the future. There are best practices you can follow, however, to improve the quality of your sitelinks.
Make sure that the text you use as your page titles and in your headings is informative, relevant, and compact.
Create a logical site structure that is easy for users to navigate, and make sure you link to your important pages from other relevant pages.
Ensure that your internal links' anchor text is concise and relevant to the page they're pointing to.
Avoid repetitions in your content.
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 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
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.
This question does not appear to be about programming within the scope defined in the help center.
Closed 8 years ago.
Improve this question
Magento cart showing products on cart and main page correctly, but it is showing empty cart on categories and product pages, actually cart is not empty.
My site is dressat.se any help would be appreciated. I am searching it from previous 2 days.
1) Run the Magento Compiler to check the changes.
2) Clear the Magento Cache through magento admin panel.
3) Check the product is enabled.
4) Check the product stock item.
5) Check the product quantity.
Once all the things are correctly set, Run the Index Management in though admin panel
This will help you.