Nikhil Chavan
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Astra] Fixing page misalignment on WooCommerce shop pagesHi @unspatbv,
It looks like in Astra’s settings you have set content width to 940px from Customizer. And in elementor you have set content width to 918px.
So pages built using Elementor and default pages on the site have different widths.
Here is how you can manage Astra’s container width – https://wpastra.com/docs/container-overview/#container-width
I found this video explaining how you can modify content width from Elementor – https://www.youtube.com/watch?time_continue=23&v=P6Fo-GncPPkIf you make both these widths equal your issue will be fixed.
Hi @melshity,
It looks like you have set the same background color as well as the text color for the submenu in the customizer.
Forum: Themes and Templates
In reply to: [Astra] Feature request – Custom CTA button for Mobile MenuHi @stufu07,
In the Primary menu settings in the customizer, you can set use a button like this – https://share.getcloudapp.com/P8ul1LJ4
Also, on mobile devices, you can keep it aligned beside the toggle button for the menu like you are expecting.
Forum: Themes and Templates
In reply to: [Astra] Issues with 2.1.2Hi @jserbell,
We cross-checked the font-family settings and it does seem to be working correctly for us.
Can you give a URL where the font sizes weights are not being inherited and we can debug this?Forum: Plugins
In reply to: [Elementor Header & Footer Builder] More than one custom blockHi @go2online,
Can you give me a screenshot of this error message as to where exactly are you seeing this message?
Forum: Plugins
In reply to: [Elementor Header & Footer Builder] Is this plugin still needed?Hello @michellepace,
If you have Astra Pro then this plugin is not required as Custom Layouts from Astra Pro includes functionality provided by this plugin with many more options.
Forum: Plugins
In reply to: [Elementor Header & Footer Builder] Page is not the page i designedHello @mybunnyb,
Can you give me a screenshot of the page in the editor and the link to the website frontend? I can debug what exactly not working as expected with this information.
Forum: Themes and Templates
In reply to: [Astra] Remove Excerpt Below TitleHello @dessie1994,
Can you check if this text appears in the Beaver Builder editor? hiding the content using CSS is not recommended as the text will still be present on the page and can be seen by search engines.
It is recommended that you delete the text from the page builder.
also – This seems to be related to Beaver Builder and not related to Astra, I would recommend asking in Beaver Builder’s support channels as well.
Forum: Themes and Templates
In reply to: [Astra] Problem with the mobile version in Internet Explorer.Hello @tabachnik,
Can you give more information on which exact browser and screen size where you are seeing this error?
It would be easier for us to reproduce if you can tell us which device you are seeing the above error in.
I checked your website in Lumia 930 and could not reproduce the error.
Forum: Plugins
In reply to: [AutomatePlug - Mautic for WordPress] 401 UnauthorizedHello,
You can use external service to upload images there and post links here. For example – Dropbox/ Google Drive, CloudApp etc.
Forum: Plugins
In reply to: [AutomatePlug - Mautic for WordPress] 401 UnauthorizedCan you give a screenshot of settings in the plugin and in the API screen in Mautic?
don’t forget to hide the API credentials or any sensitive information from the screenshot.
Forum: Themes and Templates
In reply to: [Astra] How to set custom layout width on certain posts?Hello @jayceezay,
All the customizer settings in Astra can be filtered. Here is an example how you the value of Site Content Width can be changed using the filter.
add_filter( 'astra_get_option_site-content-width', function( $width ) { if ( has_category('block') ) { $width = 900; } return $width; } );
In this change the slug
block
to the slug of the category you want and change the value of$width
as per your needs.You can change the if condition if customize this even further as you wish.
Forum: Themes and Templates
In reply to: [Astra] error mobile menu@radik19, @adrinalin – Can you tell me any actual devices where you can see these errors?
As @radik19 confirmed that the error appears when using an emulator but not on the actual devices.
Forum: Plugins
In reply to: [AutomatePlug - Mautic for WordPress] 401 UnauthorizedHi @infocropit,
Can you only keep one domain name
https://www.mysite.it/wp-admin
in the redirect URI instead of a comma-separated list of URLs?Forum: Themes and Templates
In reply to: [Astra] Important HTML errorHello Everyone – We are releasing an update very soon which should fix this error.
The error is that most of the HTML minifiers do not work nicely when the attributes span to multiple lines. We are fixing this from Astra.
It also looks like WP Rocket is also fixing this from their end as well.