pankaj1390 → created an issue.
pankaj1390 → created an issue.
@greg I observed for multi-language other then default language its showing home.e.g https://www.example.com/gellary its working fine but https://www.example.com/en/gellary its showing home. see configuration screenshot
Hi @rakesh, I am using easy breadcrum module in multi-language site but in place of Site top is showing home on. Is there any configuration for this. Home > gallery but it should be Site top > gallerry
pankaj1390 → created an issue.
pankaj1390 → created an issue.
pankaj1390 → created an issue.
pankaj1390 → created an issue.
pankaj1390 → created an issue.
Hi @gausarts I have recently updated blazy module and splidebox module and getting this error with latest version
pankaj1390 → created an issue.
pankaj1390 → created an issue.
pankaj1390 → created an issue.
cilefen i am using startkit theme
pankaj1390 → created an issue.
Patch #26 work for me. Thanks!
Below is view sql query in Drupal 7
SELECT node.sticky AS node_sticky, node.created AS node_created, node.nid AS nid
FROM
node
WHERE (( (node.status = 1 OR (node.uid = 96 AND 96 <> 0 AND 1 = 1) OR 1 = 1) AND (node.nid IN (SELECT tn.nid AS nid
FROM
taxonomy_index tn
WHERE ( (tn.tid = 'Passed numeric value of taxonomy term') ))) ))
ORDER BY node_sticky DESC, node_created DESC;
pankaj1390 → created an issue.
pankaj1390 → created an issue.
Why this patch is not merge in latest branch in 2.0.7 branch?
pankaj1390 → created an issue.
pankaj1390 → created an issue.
pankaj1390 → created an issue.
pankaj1390 → created an issue.
Hi @rakesh
I set up the module on local after fresh Drupal installment and applied Paths to replace with custom breadcrumbs
/This-Is-a-Test-Page/page :: test page
Created a basic page and added URL alias : /This-Is-a-Test-Page/page
But it still showing page title : This is a test page
rather test page
I am using below details:
composer require 'drupal/easy_breadcrumb:^2.0'
Drupal core- 10.1.2
Database Version
10.4.28-MariaDB
System
MariaDB
Web Server
Apache/2.4.56 (Win64) OpenSSL/1.1.1t PHP/8.2.4
PHP Version
8.2.4
See setting screenshot:
pankaj1390 → created an issue.
pankaj1390 → created an issue.
pankaj1390 → created an issue.
pankaj1390 → created an issue.
pankaj1390 → created an issue.
pankaj1390 → created an issue.
Hi gausarts, Two year ago you posted a patch and image that properly showing pagination text field (
https://www.drupal.org/files/issues/2022-02-03/pagination-organized-Scre... →
) and now you are saying I don't use it. Its strange. Have you created this module or someone else?
https://www.drupal.org/project/splide/issues/3256953 →
I print defination array and it saying
Array
(
[plugin_id] => splide
[settings] => Array
(
[thumbnail] => field_image
[pagination_text] =>
[optionset_nav] => default
[skin_nav] => asnavfor
[nav_caption] => field_name
[thumbnail_effect] =>
[navpos] => left
[optionset] => slider
[override] => 1
[overridables] => Array
I checked fields and no pagination text field is defined. Where $definition['pagination_texts'] is defined. Is this defind in blazy module or is there any field that i need to create. i have two text fields in the view.
Hi @gausarts install dev version of splide (composer require 'drupal/splide:1.0.x-dev@dev') and blazy( https://www.drupal.org/project/blazy/releases/8.x-2.x-dev → ) but still pagination text option are not available pagination-issue.png. Can you please fix it.
Hi @gausarts When we checked autoplay its added play/pause button (see play-pause-button.png) in the slider but i want combined these button into a single button on click it can play and pause see the link:https://splidejs.com/guides/autoplay/
Hi gausarts, Still the pagination Text option is unavailable. Not sure you fixed it and tested. See pagination-1.png
Hi @gausarts, Why it is not fixed in 1.0.7 as its latest version. Also I found the module is not well documented even module is very useful.
I have many other issues see on them:
https://www.drupal.org/project/splide/issues/3374349
✨
How we add set play and pause button as single rather than two
Fixed
Please update fixes in latest version 1.0.7 and also add document with a proper guideline to implemented it.
pankaj1390 → created an issue.
pankaj1390 → created an issue.
Ok let me update version and i will update you
pankaj1390 → created an issue.
pankaj1390 → created an issue.
pankaj1390 → created an issue.
pankaj1390 → created an issue.
@cilefen below error showing: when I run update.php
Deprecated function: preg_match_all(): Passing null to parameter #2 ($subject) of type string is deprecated in Drupal\Core\Utility\Token->scan() (line 295 of core/lib/Drupal/Core/Utility/Token.php).
Drupal\Core\Utility\Token->scan(NULL) (Line: 64)
Drupal\menu_token\Service\MenuTokenContextManager->prepareContextualLinks(Array, Array) (Line: 451)
menu_token_menu_links_discovered_alter(Array, NULL, NULL) (Line: 562)
Drupal\Core\Extension\ModuleHandler->alter('menu_links_discovered', Array) (Line: 166)
Drupal\Core\Menu\MenuLinkManager->getDefinitions() (Line: 189)
Drupal\Core\Menu\MenuLinkManager->rebuild() (Line: 82)
Drupal\Core\EventSubscriber\MenuRouterRebuildSubscriber->menuLinksRebuild() (Line: 70)
Drupal\Core\EventSubscriber\MenuRouterRebuildSubscriber->onRouterRebuild(Object, 'routing.route_finished', Object)
call_user_func(Array, Object, 'routing.route_finished', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'routing.route_finished') (Line: 197)
Drupal\Core\Routing\RouteBuilder->rebuild() (Line: 83)
Drupal\Core\ProxyClass\Routing\RouteBuilder->rebuild() (Line: 587)
drupal_flush_all_caches() (Line: 662)
Drupal\system\Controller\DbUpdateController::batchFinished(1, Array, Array, '6 sec') (Line: 456)
_batch_finished() (Line: 98)
_batch_page(Object) (Line: 186)
Drupal\system\Controller\DbUpdateController->handle('start', Object)
call_user_func_array(Array, Array) (Line: 115)
Drupal\Core\Update\UpdateKernel->handleRaw(Object) (Line: 76)
Drupal\Core\Update\UpdateKernel->handle(Object) (Line: 27)
pankaj1390 → created an issue.
pankaj1390 → created an issue.
pankaj1390 → created an issue.
pankaj1390 → created an issue.
pankaj1390 → created an issue.
pankaj1390 → created an issue.
pankaj1390 → created an issue.
Why this is not include in core because number of user using ngnix?
pankaj1390 → created an issue.
pankaj1390 → created an issue.
Can not disabled on permission page. Enable/Disable option work for non-administrative role.
No Option to select Drupal 10
pankaj1390 → created an issue.
pankaj1390 → created an issue.
I fixed issue by checking the value is set or not in custom module file
if (isset($node->field_name[0]->value){ $product_version = $node->field_name[0]->value; }else { $product_version = ''; }
pankaj1390 → created an issue.
pankaj1390 → created an issue.
I install devel module and config but unable to the see the back trace in error log. Any link or video for back trace set up
pankaj1390 → created an issue. See original summary → .
@cilfen How we can do this in Drupal 9
pankaj1390 → created an issue.
pankaj1390 → created an issue.
What is the role template in the search that I break the search?
If this is php issue it should not worked after uninstall and enabled
I see when I disabled search module and enable it worked fine
No PHP <8
I am using same theme in Drupal 8 and It is working fine. I am sure this is a core issue
pankaj1390 → created an issue.
{%
set classes = [
'paragraph',
'paragraph--type--' ~ paragraph.bundle|clean_class,
view_mode ? 'paragraph--view-mode--' ~ view_mode|clean_class,
]
%}
<div class="view-header">
<div class="headings fadeInUp wow">
<h2> {{ content.field_title}}</h2>
{% if content.field_description.0 is not empty %}
<p>{{ content.field_description }}</p>
{% endif %}
</div>
</div>
<div class="row">
<div class="col-md-6 fadeInUp wow">
<div class="parter-desc-block">
<h3>{{ content.field_left_title }}</h3>
<div class="parter-img-new">
<img src="{{ file_url(paragraph.field_left_side_image_in_place_o.entity.uri.value) }}"/>
</div>
</div>
</div>
<div class="col-md-6 fadeInUp wow">
<div class="parter-desc-block">
<h3>{{ content.field_right_title }}</h3>
<div class="owl-slider">
<div id="partner-slider" class="owl-carousel partner-slider">
{% if paragraph.field_carousel|length > 0 %}
{% for object in paragraph.field_carousel %}
<div class="item">
<div class="partner-slide-content">
<p> {{ object.entity.field_description.value|striptags }}</p>
<img src="{{ file_url(object.entity.field_about_image.entity.uri.value) }}" alt="{{ object.entity.field_about_image.alt }}" class="img-fluid">
<h6>{{ object.entity.field_partner_name.value }}</h6>
</div>
</div>
{% endfor %}
{% endif %}
</div>
</div>
</div>
</div>
</div>
The theme file being rendered is something like themes/childtheme…. Is that a custom theme?
Ans. Yes this is a custom theme
Is this replicable with Olivero theme?
Ans. No
What change precipitated this issue?
Ans. After migrate Drupal 8 to Drupal 9