block view is not displaying

block view is not displaying

This problem starts with the subtheme. I am using drupal 7 with a subtheme based on omega 3.1. For some reason node title and admin tabs are displaying only on the home page and two basic pages, while they do not appear on the rest of the website(articles, basic... read more
block view is not displaying

Importing multiple images from Dropbox with Feeds

As part of a product import, I am trying to import images from a link contained in a column of an Excel file. Each link points to a Dropbox folder with 2 image sub-folders (named PRINT and WEB). Is it possible to import multiple image files from a Dropbox folder using... read more
block view is not displaying

How do I add shipping costs to orders?

I have a really complex set of shipping rules I have three product types Product type A with a rate of £1 per product Product type B with a rate of £2 per product Product type C with a rate of £3 per product A customer can add any combination of products into their... read more
block view is not displaying

Views slideshow displaying multiple items

Under view action advanced Options of ‘Views slideshow’ I have defined 4 items per slide which is displaying 4 items one under each other. Is there a way we can display them in a single row? read more
block view is not displaying

Exposed form for contextual filters when using non-taxonomy filters?

I have a View with some contextual filters which works great. I also need to provide my users with some way to change the filters once they’re on the page. I’ve tried using exposed filters but I’d rather use path arguments over query string... read more
block view is not displaying

jcarousel not working on block?

1) Place this module directory in your modules folder (this will usually be “sites/all/modules/”). 2) Enable the module within your Drupal site at Administer -> Site Building -> Modules (admin/build/modules). I have installed jcarousel module as... read more
block view is not displaying

Ajax error every time open view

i want to create new view but every time i make selection like user, content etc. i got this error An AJAX HTTP error occurred. HTTP Result Code: 500 Debugging information follows. Path: /dru/system/ajax StatusText: Internal Server Error ResponseText:... read more
block view is not displaying

Same path for different domains

I have Drupal 7 with Domain Access on it. On the main domain i have an About us page with the path www.example.com/about-us How can i get same “/about-us” path on several subdomains like domain.example.com/about-us, domain2.example.com/about-us etc. to... read more
block view is not displaying

Add a user/author field formatter

i have a site where I use display suite for custom page display. And all works. Now I need to add a custom field formatter for the “Author” field, but I don’t find how to link “author” to a new field formatter. I know that I need to use... read more
block view is not displaying

load custom CSS/JS for each CKEditor instance on page

I would like to find out the best way to load custom CSS/JS for each textarea with CKEditor. For me, each Content Type has different CSS/JS and I would like to load them with the CKEditor on that particular page. How do I hook into the CKEditor module to do just that?... read more
block view is not displaying

Rules: How to send an email when an OG membership field changes its value?

I have some OG groups in my site. Each group is an online classroom. The membership has a few fields (I use the default membership), and one of those fields is a select field with “approved” or “not approved” information about each... read more
block view is not displaying

Secondary Tabs and views

I am trying to get Secondary Tabs to work. I want to create a local tab with sub tabs. View | Edit | Reg Report Reg Report     Reg Report | Pre-Registration | Post-Registartion (Secondary Tabs) I tried this method (Menu secondary tabs) and have it showing... read more
block view is not displaying

Different front page template for different domains

I have Drupal 7 installation with the Domain Access module. I need to have different page–front.tpl.php templates for some of the subdomains, for example: www.example.com should have one type of the front page template (not a node, but some custom blocks and... read more
block view is not displaying

Submit values and redirect user from to external URL

What is the equivalence of: <form action=”https://paypaad.bankpasargad.com/PaymentController” method=”POST”> <input type=”hidden” name=”content” value='<?php echo $xml ?>’ /> <input... read more
Using Profile 2 with Entity Reference–How to display the user name and not the "Profile Name"

Using Profile 2 with Entity Reference–How to display the user name and not the "Profile Name"

I’ve reviewed the threads similar to this, and can’t seem to find a definitive answer. I have a Content Type in Drupal 7 where I want to be able to associate multiple users to a content item. For example, I have a “Music Ensemble” content type,... read more
block view is not displaying

hook_views_pre_render -> how to access variables

I have a view of teasers, and would like to check the status of each node. Using hook_views_pre_render (in the template.php file of the theme), I can access: $view->style_plugin->row_plugin Which gives me the output below (only first few lines printed, using... read more
block view is not displaying

Have an exposed filter on a view be a list of US states

I would think this would be a pretty common thing, but I have a job board that I am exposing for users to search on. They can search by city and/or state so I exposed some filters on my view for city and state. Now, of course, plain text boxes work fine out of the box... read more
block view is not displaying

Adding indexed field to Search API query in code

I want to add an indexed field to a Search API query in code. My query currently looks like this: $index = search_api_index_load(“default_node_index”); $query=new SearchApiQuery($index); $query->condition(‘type’,... read more