Madhu Dollu
Forum Replies Created
-
The title breaks the word for some reason I do not understand instead of just extending the height of the block. Left column is a Stack block set to horizontal.
@hebhansen Transform rotate(deg) alone isn’t sufficient. Can you try the following.
transform: rotate(180deg); writing-mode: vertical-rl;
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Child theme in multisite shows error@schwimmlehrer as a workaround can you add an empty
index.php
in your child theme?Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Child theme in multisite shows errorThe issue seems to be happening with themes such as
Twenty Twenty-Three
,Bibimbap
etc. but not withPixl
because it is shopped with an emptyindex.php
.Since it is optional to include
index.php
, the condition inWP core (class WP_Theme)
might need to check forstyle.css
instead.It is best to create an issue with WP core and investigate further for the better solutions and other scenarios.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Child theme in multisite shows errorI was able to test and reproduce the issue with Twenty Twenty-Three
In WP core (class WP_Theme) the function responsible for finding the parent theme pathsearch_theme_directories
returnsfalse
becauseglobal $wp_theme_directories
is not set in the following conditions.
* Active child/parent theme is a block theme.
* And WooCommerce is network enabled.
The issue doesn’t happen if the Woo Plugin is activated at site level.
I will investigate further post more updates.Forum: Fixing WordPress
In reply to: Website is getting indexing issueI don’t see anything wrong with sitemap_index.xml or robots.txt or meta tags in the article pages.
Give it sometime for google to index the pages or you can submit the https://newsaid.in/sitemap_index.xml to google using Google search console.
Forum: Fixing WordPress
In reply to: page freeze errorI see that app is using “Zoho SalesIQ” chatbot and it is causing the issue by setting the overlay when it is initialised, and not removing the overlay.
I would not be able to test the widget as it needs SalesIQ code snippet.
Please try updating the Zoho SalesIQ widget settings.
Forum: Fixing WordPress
In reply to: page freeze errorYou must be using a modal component in your page. I see that the modal backdrop still exists in the page and also on body tag, overflow is set to hidden.
Because of this your page is not scrollable.
You can validate the configuration related to the Modal component that you are using in home page.
Forum: Fixing WordPress
In reply to: Problem with noindex on pagesHello @kastriotsula,
Search engine visibility is controlled using the following setting.
Settings -> Search engine visibility
Make sure this checkbox (Discourage search engines from indexing this site) is unchecked.
Forum: Fixing WordPress
In reply to: Any plugin for a workout archive?Hi @wpdrc
Can you try the following
https://www.ads-software.com/plugins/go-exercise/
https://www.ads-software.com/plugins/leaderboard-liteForum: Fixing WordPress
In reply to: How to Add dial button multiple time in one Post?Hello @tdahr,
The “WP Call Button” widget supports static button as a widget.
Add the widget any number of times in a page by choosing the button from Add block menu “+”
The button can be customised in Settings -> WP Call Button -> Static Call Button.
Forum: Fixing WordPress
In reply to: How can I improve website speed without CDN?Hello @advgyan
Can you try the following plugin, which will help boost the website performance.
https://www.ads-software.com/plugins/wp-optimize/
- This reply was modified 3 years ago by Yui.
- This reply was modified 3 years ago by Madhu Dollu.
Forum: Fixing WordPress
In reply to: HTML tags in post titles are gone when editing existing postsHi @rotti
I could reproduce the issue.
It seems like the full site editor is sanitizing the title contents and rendering plain text in the UI. Because of this when you save next time, the tags are lost.As you mentioned it is an inconsistent behaviour with QuickEdit functionality which doesn’t do any sanitization.
It is worth creating a bug here https://core.trac.www.ads-software.com/newticket
and initiate the discussion around this.Forum: Fixing WordPress
In reply to: Filters go to the bottom of the pageHello @step87
The issue seems to be with the CSS style of the Theme.
The page contains two sections in the following order
1. edge-page-content-holder
2. edge-sidebar-holderThe CSS styling is set to float the sidebar to left and page-content to right in desktop view. Where as for mobile view, the widths are set to 100%.
Because of the order of elements in HTML the sidebar is appearing after page-content.
If you have modified the theme, you can change the behavior by setting
display:flex; flex-direction:column-reverse;
to parent container for mobile devices. Please do reach theme developer for the fix.Thanks.
Forum: Fixing WordPress
In reply to: Search and delete unwanted imagesHello @drachsi
You can try the Media Cleaner plugin.
Forum: Fixing WordPress
In reply to: Downloadable PermalinksHello @ghostofheros
Can you help me with the previous and current versions of WordPress?