Avinash Kumar Sharma
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Astra] problem with smartphone viewingHello @abbigliamentodalavoro,
Thank you for sharing the JSON file. I tried replicating the issue but couldn’t.
Further, could you please email us at [email protected] and include the link to this topic? This will help us assist you more efficiently.
Feel free to provide any additional details that might help speed up our response.
We look forward to hearing from you.
Kind regards,
AvinashForum: Themes and Templates
In reply to: [Astra] Not clicable manu itemHello?@lesi2000,
Thanks for the update. It’s great to hear that your issue has been resolved.
Best regards,
AvinashForum: Themes and Templates
In reply to: [Astra] Strikethrough menu items Astra headerHello @biancaparker,
Could you please share the URL of your site? I’m here to help and can take a closer look to find a suitable solution for you.Additionally, here’s some CSS that should resolve the issue. You can simply paste it into the Customizer > Additional CSS:
.main-header-menu a:focus{ outline: none; }
If you have any questions or need further assistance, feel free to ask!
Kind regards,
AvinashForum: Themes and Templates
In reply to: [Astra] Child theme doesnt work as expectedHi @amc11,
I’ve added the code to the child theme, and it’s functioning as intended. You can find the link to the child theme with the code added to the functions.php file.
Additionally, I’m including a link to an article that explains how to add custom code without using a child theme.
If you have any further questions or need assistance, feel free to ask.
Kind regards,
AvinashForum: Themes and Templates
In reply to: [Astra] Problems with version 4.6.11Hello @webpart,
I noticed that the theme has been rolled back to a previous version. – https://i.imgur.com/DV9HTvC.png
Could you please send us an email at [email protected] and include the link to this topic? This will help us assist you more efficiently.
Feel free to provide any additional details that might help us speed up our response.
We’re looking forward to hearing from you.
Kind regards,
AvinashForum: Themes and Templates
In reply to: [Astra] Woocommerce Shop Page issueHello Alberto,
Yes, please give it a try.
Further, to achieve the desired outcome, you can simply remove the shop page configuration through the WooCommerce settings. This will allow you to edit the shop page as needed. You can refer to this screenshot for the configuration: [link to screenshot].
If you have any further questions or need assistance, feel free to ask!
Kind regards,
AvinashHello @lolkiki,
I’ve tested the project ID and it’s functioning correctly on my end. You can check the screencast here.
It seems like the issue might be specific to your site, possibly due to a plugin conflict.
Could you please email us at [email protected] and include the link to this topic? Providing this information will allow us to assist you more efficiently.
Feel free to share any additional details that could help expedite our response.
We’re looking forward to hearing from you.
Kind regards,
AvinashForum: Themes and Templates
In reply to: [Astra] How to add content to Attribute archive ‘pages’Hello @gemini23,
Could you please provide the URL of your site? I’d be happy to take a closer look and assist you with finding an appropriate solution.
We’re here to help!
Kind regards,
AvinashForum: Themes and Templates
In reply to: [Astra] Distortions in the flex layoutHello @intman1958,
I’ve reviewed your site and examined the codepen code. It appears that the H1,p, img tags etc are defined, and the Astra theme does apply styles to these tags, resulting in a layout mismatch. I’ve attached a screenshot for reference.
To resolve this issue, please add a class to those tags and apply specific CSS to those classes.
Additionally, I recommend trying to switch to another theme, such as Twenty Twenty-One, to see if the issue persists.
Kind regards,
AvinashForum: Themes and Templates
In reply to: [Astra] Child theme doesnt work as expectedHello @amc11,
I’ve checked the code you provided, and it seems there’s an error with the apostrophe markup. You can view the screenshot here: error screenshot.
Here’s the corrected code:
add_filter( 'astra_tablet_breakpoint', function() { return 10077; }); add_filter('astra_is_header_footer_builder_active', 'is_header_footer_builder_active_callback'); function is_header_footer_builder_active_callback() { return false; }
Kindly paste the filter in the child theme function.php.
If you need further assistance, feel free to ask!Kind regards,
AvinashForum: Themes and Templates
In reply to: [Astra] Abnormal nav-next size with theme version:4.6.9Hello @pierre1688,
Thanks for the update. It’s great to hear that your issue has been resolved.
Best regards,
AvinashForum: Themes and Templates
In reply to: [Astra] Astra Mobile menu not working with litespeed cacheHi @lefrantdes,
To troubleshoot your issue, you might want to consider excluding a JavaScript (JS) file.
Here is the path for JS file you could exclude:
Path: wp-content/themes/astra/assets/js/minified/frontend.min.jsGive this a try and see if it helps resolve your problem.
If you need further assistance, feel free to ask. We’re here to help!
Kind regards,
AvinashForum: Themes and Templates
In reply to: [Astra] Below Header Not Showing On Woocommerce Shop PagesHello @rjbearcan,
I’ve tried using the JSON file on my test site, but I couldn’t reproduce the issue.
Could you please send us an email at [email protected] and include the link to this topic? This will help us assist you more effectively.
Feel free to share any extra details that could help us speed up our response.
Looking forward to hearing from you.
Kind regards,
AvinashForum: Themes and Templates
In reply to: [Astra] Woocommerce Shop Page issueHello @alb673,
I’ve reviewed the screenshot you provided, and it seems that the shop page is created using the page editor. However, on the front end, it’s displaying the product category. This is because the shop is set up through WooCommerce configuration. You can view the configuration screenshot here:?https://i.imgur.com/VR15yI2.png.
Once the shop is set up via WooCommerce configuration, it essentially becomes an archive page. Archive pages in WordPress are default pages that can’t be edited using regular page builders or editors. However, you can create a template for the archive page using a page builder or by adding custom code to the child theme. Examples of archive pages include the blog, shop, search, and course pages.
For more details about WordPress archive pages, you can refer to the following articles:
– https://www.wpbeginner.com/wp-tutorials/how-to-create-an-archives-page-in-wordpress/
You can now customize the shop’s appearance using the customize feature. For more details, you can refer to the following articles:
–?https://wpastra.com/docs-category/astra-customizer-settings/woocommerce-free/
–?https://wpastra.com/docs-category/astra-pro-modules/woo/I hope this information helps you.
Kind regards,
AvinashForum: Themes and Templates
In reply to: [Astra] Not clicable manu itemHello @lesi2000,
To configure the dropdown for the link, please follow these steps: Go to Customizer > Header Builder > Off-Canvas, and then set Dropdown Target to link. You can refer to the GIF for visual assistance.
I trust this information is helpful for you. Please feel free to reach out if you encounter any issues or need further assistance.
Kind regards,
Avinash