Elementor
Forum Replies Created
-
Forum: Plugins
In reply to: [Image Optimizer - Optimize Images and Convert to WebP or AVIF] ConversãoForum: Themes and Templates
In reply to: [Hello Elementor] “Barnes Painters” in semantic analysisIt’s not a theme issue, you need to contact WooRank to ask them about this issue.
Forum: Themes and Templates
In reply to: [Hello Elementor] Latest update (version 2.8.1) broke my websiteHi @joesoes
Can you please provide additional details? and attach the critical error?
Hi @biolutife
It’s not a theme problem as it doesn’t has any favicon capabilities.
Elementor does offer the ability to set favicons from the “Site Settings” > “Side Identity” panel, but it basically implements WordPress functionality inside the Elementor editor. So it’s not an Elementor issue.
But it’s not WordPress issue either, because your site has a favicon.
You should go to “google search console” to troubleshoot the issue. Sound’s like they cached your previous favicon.
Rami
Elementor TeamForum: Themes and Templates
In reply to: [Hello Elementor] How can I do a mobile menu location easyHello Elementor theme has menu customization options. You need to go to the “Experiments and Features” and activate the “Hello Theme Header & Footer” feature. Now the Elementor “Site Settings” panel will have options to style your “Header” and “Footer”.
For advanced options, we recommend to use Elementor Pro. A common method to style mobile menus is to create a separate Popup containing to that end, then you should add hamburger icon to your headed, this icon will trigger a dynamic tag that toggle the popup.
Forum: Themes and Templates
In reply to: [Hello Elementor] Site tagline not showing in the browser barIt’s not a theme issue.
You are using “rankmath” plugin. You need to configure the plugin.
Forum: Themes and Templates
In reply to: [Hello Elementor] Accordion and dropdown toggles are autoclosingIt’s not a theme issue. It’s a plugin issue. The theme has no accordion functionality.
Forum: Themes and Templates
In reply to: [Hello Elementor] theme.min.css .alignwideNegative margins are used to stretch the image beyond the container width.
See the following resources:
- https://www.billerickson.net/full-and-wide-alignment-in-gutenberg/
- https://weblines.com.au/block-editor-wide-alignment-full-width/
- Or search for “WordPress alignwide”
Forum: Themes and Templates
In reply to: [Hello Elementor] Customizing home page not appearingThe option you are referring to can be changed either from “Customizer” > “Homepage Settings” or from the WordPress dashboard “Settings” > “Reading Settings”. When you set the home page to a static page, you can choose any Elementor page.
Alternatively, in your WordPress dashboard go to “Templates” > “Theme Builder” choose the “Single” tab and create a new template. Style your home page with Elementor, and when click the “Publish” button, set a new “Display Condition” as follows: “Singular” > “Front Page”.
We are sorry, this option is not available in Hello Elementor theme.
@shivamtaank please provide more information, what do your mean in “reduce WordPress default posts layout”?
Forum: Themes and Templates
In reply to: [Hello Elementor] Website header covering Blog PostsTry to change the page template to “Elementor Full Width” or “Elementor Canvas”. It can be done from the WordPress post editing screen or from the Elementor Editor “Post Settings” panel.
You can alternatively enable the “Hide Title” option in the “Page Settings” panel.
Rami.
You should not add the
wp_footerhook toheader.phpoffooter.phpfiles.The hook should be added to
functions.phpfile.Why? because when you use the Elementor theme builder, or you use the Canvas template, Elementor doesn’t use the themes
header.phpoffooter.phpfiles.Forum: Themes and Templates
In reply to: [Hello Elementor] Duplicate Meta TagsThank you for your feedback, the removal code was updated, please try:
function remove_hello_elementor_description_meta_tag() { remove_action( 'wp_head', 'hello_elementor_add_description_meta_tag' ); } add_action( 'after_setup_theme', 'remove_hello_elementor_description_meta_tag' );We are working with SEO plugins to disable this meta tag for websites that use SEO plugins.
But we can’t simple remove the tag. Not all the websites use external SEO plugins.
- This reply was modified 2 years, 11 months ago by Elementor.