by Pixeldust Drupal Developer | Feb 28, 2017 | Drupal Developer in Denton Texas, Drupal Developer in Derby, Drupal Developer in Des Plaines, Drupal Developer in East Chicago, top custom software development companies, top drupal development companies, top drupal experts, top drupal websites, top free website builders, top software developers, top web development companies in usa, website cms systems, website content development, website creating sites, website design & development
On my Drupal 8 site, I am configuring a Search API search bar that uses a Search API Page that I’ve configured to include 3 entity types (Content, as well as 2 custom entities I have built). The search is working as expected. The Search API Page for my defined... read moreby Pixeldust Drupal Developer | Feb 27, 2017 | Drupal Developer in Denton Texas, Drupal Developer in Derby, Drupal Developer in Des Plaines, Drupal Developer in East Chicago, top custom software development companies, top drupal development companies, top drupal experts, top drupal websites, top free website builders, top software developers, top web development companies in usa, website cms systems, website content development, website creating sites, website design & development
Fatal error: Cannot redeclare template_preprocess_select() (previously declared in /Users/ron/Sites/provgmc.dev/core/includes/form.inc:30) in /Users/ron/sites/provgmc.dev/core/includes/form.inc on line 37 This is not an issue with code I’ve written or altered.... read moreby Pixeldust Drupal Developer | Feb 27, 2017 | Drupal Developer in Denton Texas, Drupal Developer in Derby, Drupal Developer in Des Plaines, Drupal Developer in East Chicago, top custom software development companies, top drupal development companies, top drupal experts, top drupal websites, top free website builders, top software developers, top web development companies in usa, website cms systems, website content development, website creating sites, website design & development
Is there any option to add file upload/attachment field in webform for Drupal 8? My webform version is 8.x-5.0-beta7+20-dev read moreby Pixeldust Drupal Developer | Feb 27, 2017 | Drupal Developer in Denton Texas, Drupal Developer in Derby, Drupal Developer in Des Plaines, Drupal Developer in East Chicago, top custom software development companies, top drupal development companies, top drupal experts, top drupal websites, top free website builders, top software developers, top web development companies in usa, website cms systems, website content development, website creating sites, website design & development
I’ve tried to use solution from Can I prepopulate an exposed filter text field? but failed. Cache clearing does not help. function mymodule_form_alter(&$form, &$form_state, $form_id) { if ($form_id == “views_exposed_form” &&... read moreby Pixeldust Drupal Developer | Feb 26, 2017 | Drupal Developer in Denton Texas, Drupal Developer in Derby, Drupal Developer in Des Plaines, Drupal Developer in East Chicago, top custom software development companies, top drupal development companies, top drupal experts, top drupal websites, top free website builders, top software developers, top web development companies in usa, website cms systems, website content development, website creating sites, website design & development
I need to get the name of the shipping method for a given order in my module. I have the id of the order. After I get the shipping info by means of... read moreby Pixeldust Drupal Developer | Feb 25, 2017 | Drupal Developer in Denton Texas, Drupal Developer in Derby, Drupal Developer in Des Plaines, Drupal Developer in East Chicago, top custom software development companies, top drupal development companies, top drupal experts, top drupal websites, top free website builders, top software developers, top web development companies in usa, website cms systems, website content development, website creating sites, website design & development
I am looking at the code example provided by Facet API Bonus module in the section Rewrite facet items via callback function function HOOK_facet_items_alter(&$build, &$settings) { if ($settings->facet == “YOUR_FACET_NAME”) { foreach($build as... read moreby Pixeldust Drupal Developer | Feb 22, 2017 | Drupal Developer in Denton Texas, Drupal Developer in Derby, Drupal Developer in Des Plaines, Drupal Developer in East Chicago, top custom software development companies, top drupal development companies, top drupal experts, top drupal websites, top free website builders, top software developers, top web development companies in usa, website cms systems, website content development, website creating sites, website design & development
I want to configure REST export View in which I display taxonomy term name, id and parent ID. How to insert parent taxonomy term id, why it’s not available in FIELDS? Here is current REST export settings, I only missing parent term ID. read moreby Pixeldust Drupal Developer | Feb 22, 2017 | Drupal Developer in Denton Texas, Drupal Developer in Derby, Drupal Developer in Des Plaines, Drupal Developer in East Chicago, top custom software development companies, top drupal development companies, top drupal experts, top drupal websites, top free website builders, top software developers, top web development companies in usa, website cms systems, website content development, website creating sites, website design & development
I’ve a drupal 8 website, where in every page, I would like to add a noscript tag for every script tag. In drupal 8, in html.html.twig, I saw the scripts variable in missing. So how do I do that in Drupal 8? read moreby Pixeldust Drupal Developer | Feb 22, 2017 | Drupal Developer in Denton Texas, Drupal Developer in Derby, Drupal Developer in Des Plaines, Drupal Developer in East Chicago, top custom software development companies, top drupal development companies, top drupal experts, top drupal websites, top free website builders, top software developers, top web development companies in usa, website cms systems, website content development, website creating sites, website design & development
According to http://www.drupalcontrib.org/api/drupal/drupal!core!includes!theme.inc/function/theme_table/8 I created a table in my custom page in Drupal 8. $build = [ ‘table’ => [ ‘#theme’ => ‘table’, ‘#header’... read moreby Pixeldust Drupal Developer | Feb 22, 2017 | Drupal Developer in Denton Texas, Drupal Developer in Derby, Drupal Developer in Des Plaines, Drupal Developer in East Chicago, top custom software development companies, top drupal development companies, top drupal experts, top drupal websites, top free website builders, top software developers, top web development companies in usa, website cms systems, website content development, website creating sites, website design & development
I have used the core Search Page functionality in Drupal 8 to built a search engine on my site. The pager is displayed at the bottom by default. How can i display the pager on the top also? Note: I have not used views to built the search page. Thanks! read moreby Pixeldust Drupal Developer | Feb 21, 2017 | Drupal Developer in Denton Texas, Drupal Developer in Derby, Drupal Developer in Des Plaines, Drupal Developer in East Chicago, top custom software development companies, top drupal development companies, top drupal experts, top drupal websites, top free website builders, top software developers, top web development companies in usa, website cms systems, website content development, website creating sites, website design & development
I would like to run an additional submit handler every time a user searches a term with the default view filter provided by the search_api_solr module. Here is my form altering code: /** * Implements hook_form_FORM_ID_alter. */ function... read moreby Pixeldust Drupal Developer | Feb 21, 2017 | Drupal Developer in Denton Texas, Drupal Developer in Derby, Drupal Developer in Des Plaines, Drupal Developer in East Chicago, top custom software development companies, top drupal development companies, top drupal experts, top drupal websites, top free website builders, top software developers, top web development companies in usa, website cms systems, website content development, website creating sites, website design & development
Back in Drupal 7 I’ve created exposed filter with Year from date field. (Selet list). View all 2017 2016 2015 etc… And when creating such filter we had options like on this picture: BUT, now in Drupal 8 I cannot see that is supported. I’ve installed... read moreby Pixeldust Drupal Developer | Feb 19, 2017 | Drupal Developer in Denton Texas, Drupal Developer in Derby, Drupal Developer in Des Plaines, Drupal Developer in East Chicago, top custom software development companies, top drupal development companies, top drupal experts, top drupal websites, top free website builders, top software developers, top web development companies in usa, website cms systems, website content development, website creating sites, website design & development
I have a non-ajax form for which I’m trying to execute a jQuery function after the form has been submitted and processed. I don’t need ajax for the form, but I do need to wait until 600 odd form fields have been processed before executing my jQuery... read moreby Pixeldust Drupal Developer | Feb 18, 2017 | Drupal Developer in Denton Texas, Drupal Developer in Derby, Drupal Developer in Des Plaines, Drupal Developer in East Chicago, top custom software development companies, top drupal development companies, top drupal experts, top drupal websites, top free website builders, top software developers, top web development companies in usa, website cms systems, website content development, website creating sites, website design & development
You’d think this would be easy. I’m calling drupal_form_submit(‘user_register_form’, $form_state) to automatically register users after they have completed filling out a Webform. But I have some Entity Reference fields in my user profile and... read moreby Pixeldust Drupal Developer | Feb 17, 2017 | Drupal Developer in Denton Texas, Drupal Developer in Derby, Drupal Developer in Des Plaines, Drupal Developer in East Chicago, top custom software development companies, top drupal development companies, top drupal experts, top drupal websites, top free website builders, top software developers, top web development companies in usa, website cms systems, website content development, website creating sites, website design & development
We have 2 partially same webforms with conditional fields, opening a number of components depending on the selection with radio buttons. When logged on as administrator, both forms work fine. when logged on as simple user, only one webform all works fine, the other... read moreby Pixeldust Drupal Developer | Feb 17, 2017 | Drupal Developer in Denton Texas, Drupal Developer in Derby, Drupal Developer in Des Plaines, Drupal Developer in East Chicago, top custom software development companies, top drupal development companies, top drupal experts, top drupal websites, top free website builders, top software developers, top web development companies in usa, website cms systems, website content development, website creating sites, website design & development
I have a view with many elements and use views load more -> view using views load. Modules: Views Load More. dataLayer. Is it possible send datalayer event after load elements with AJAX? I am tracking with Tag manager (Google). read moreby Pixeldust Drupal Developer | Feb 17, 2017 | Drupal Developer in Denton Texas, Drupal Developer in Derby, Drupal Developer in Des Plaines, Drupal Developer in East Chicago, top custom software development companies, top drupal development companies, top drupal experts, top drupal websites, top free website builders, top software developers, top web development companies in usa, website cms systems, website content development, website creating sites, website design & development
I am trying to change the header background image of my website based on the current node. I have added an image field to my content type, field_hero_image, and, in preprocess function mytheme_preprocess_page(&$variables), I get the image url and try to inject it... read moreby Pixeldust Drupal Developer | Feb 16, 2017 | Drupal Developer in Denton Texas, Drupal Developer in Derby, Drupal Developer in Des Plaines, Drupal Developer in East Chicago, top custom software development companies, top drupal development companies, top drupal experts, top drupal websites, top free website builders, top software developers, top web development companies in usa, website cms systems, website content development, website creating sites, website design & development
I have a View that uses aggregation to count the number of nodes of a custom color type. For example, there are 10 red nodes, 10 green nodes and 20 blue nodes. For each color, I would want it’s node count and the total count to show up on each row, like this:... read moreby Pixeldust Drupal Developer | Feb 16, 2017 | Drupal Developer in Denton Texas, Drupal Developer in Derby, Drupal Developer in Des Plaines, Drupal Developer in East Chicago, top custom software development companies, top drupal development companies, top drupal experts, top drupal websites, top free website builders, top software developers, top web development companies in usa, website cms systems, website content development, website creating sites, website design & development
I have one content type, where I want to restrict the body field to plain text only. In Drupal 7, there was an option to set the plain text format explicitly in field configuration; however in Drupal 8, there is no “plain text” option in the select box. I... read moreby Pixeldust Drupal Developer | Feb 16, 2017 | Drupal Developer in Denton Texas, Drupal Developer in Derby, Drupal Developer in Des Plaines, Drupal Developer in East Chicago, top custom software development companies, top drupal development companies, top drupal experts, top drupal websites, top free website builders, top software developers, top web development companies in usa, website cms systems, website content development, website creating sites, website design & development
I have one CCK field called “Questions” with type “Long text”. I’m trying to export this value using views data export in CSV format. Below is the text to export. Some text, trying to export. While export in CSV, I have got only partial... read more