"Welcome to -site name-"
No front page content has been created.
I want to remove the above message and i just want a blank page where i can have 3 blocks like News feed etc.., side by side. I don't understand how to remove this message. Which file do i need to edit. When i see the page source i can find this message under tags but i cant edit the page source so where and how to find the related file to make changes.
I'm new in drupal 7 and I have the following problem.
I want to build a very classical web site with 3 columns.
Into the central column, I have
1- An Article contaning the latest news (do do it Ive created a view/block tha displays only the first item
and used the taxonomy in order to filter the type of article. And it works well
2- under this article I need two columns to dysplay the other articles.
I need the taxonomy categories(like a main menu) to be each one I click specified with his own color. In the CSS it is possible to change the color of all of them and of the one that is clicked and hoved, but not for ever section it self.
I was using a live site I made to reference back how I get some theme pages setup and what not. So I figured I' delete all the code in a custom .tmpl page and save to see if it was responsible for the layout of a certain page – it definitely was as all the content was now jumbled. So within the next few seconds I undid my edit and saved thinking everything would go back to normal. Biiiiig mistake as the page doesn't render properly regardless of what I do and now I can't even access the admin dashboard. Please helps me peeps, what should I do?
I am currently using the Omega Base Theme and have created my theme from there. I am importing thousands of nodes from a DB into a specific content type that I have created. The content type has image fields for images to be imported into each node. This is working fine.
I need to create a very simple javascript slideshow using the DIV class (from the image fields) in each node that gets imported. I'm having a very difficult time getting the javascript to work. I have created my node--gallery_new.tpl.php and inserted the javascript into this node, but with no luck. I will include code snippet below.
Everything I have found about creating slideshows references the 'img src' files inside a div rather than divs inside a div.