I am trying to move the poll selects to the right rather then the right. I would guess this is done with the forms api. But, upon examing the code for themeing to throw a callback in the template.php file for the theme I can't figure out what to change.
I'm starting with the theme for the block poll. I am not sure how to change the $form['choice'] for the choices to show up on the right. Any ideas?
What do I need to do to get my original design implemented in Drupal? Note the float(ed):right Book List and that the content is the currently-selected book review article. I probably just need to know what file to modify (is there a *.tpl.php file I can edit?). Any information will be helpful.
I'd like to have an Articles page where all site content is listed (like this: http://www.momsmedicinechest.com/articles/), but I need it to be sortable by date, title, and category (right now it's just sorted by date, descending).
Now, I know Drupal makes all this possible... I just need some hints as to where to go from here. :)
-currently you can place/assign many blocks to content, or footer regions..
(i'll give example of footer region)
-but..... they ordered vertically as below
_______________________footer_____________________________________
|_______________________footer block1______________________________|
|_______________________footer block2______________________________|
|_______________________footer block2______________________________|
but most of the blocks not too wide by default, so its waste of space and visually not appealing...NO good!
I'm in the process of moving my site from Joomla to Drupal and while Drupal has been a dream on the content end, I keep getting frustrated on the design end of things. With Joomla, I was able to designate all the placement of elements, widths, etc... via CSS and create a VERY simple and very lean php file for the actual index page:
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
I'm using the latest ecommerce and video modules in 4.7 to make an online shop for videos.
I can't seem to work out how to get the product information (price and "Add to Cart" link) to appear on any video node's play tab. Ideally I would like to do away with the play tab altogether and have the node view show the video instead of the teaser thumbnail.