Screenshot example of an adjustment that might made:
https://paste.pics/P71LF
Regards
]]><div class="rev-left-text">BEKIJK HIER DE FOTO'S VAN DEZE OPDRACHT:</div>
<div class="rev-right-img"><a href="https://www.domain.nl/wp-content/uploads/2020/09/selina1-scaled.jpg" class="fancybox"><img src="https://www.domain.nl/wp-content/uploads/2020/09/selina1-scaled.jpg" alt="" /></a> <a href="https://www.domain.nl/wp-content/uploads/2020/09/selina2-scaled.jpg" class="fancybox"><img src="https://www.domain.nl/wp-content/uploads/2020/09/selina2-scaled.jpg" alt="" /></a></div>
Has something changed in the plugin, and is there a way to restore the output as it used to be?
Thanks
]]>I have two websites that are using Elementor (a lot more actually, but I’m working on updates those two at the time).
I updated a few days ago the two websites to version ^3.x on development environments.
Since the update, I noticed from the changelog (and the broken front end :D) that modifications were made to the Elementor generated HTML (mostly removing .elementor-row from generated HTML). I made the consequent CSS fixes and updated, then everything was fine.
The problem is that something like an hour after, I noticed that one of the two websites started back using the old injected HTML (I.E .elementor-row elements are back in the outputed HTML).
More infos :
– There is no cache (desactivated wp-fastest-cache)
– The other website shows no rollback to the old structure
– The two websites share same WP version, same theme, and something like 80% of plugins in common
Can you provite more info about the mechanic involved to migrate to the new HTML structure? Are there any migrations helper that force the old structure in some way?
Thanks and have a good day!
Cheers
I’m using this plugin to display code blocks in my blog post.
My post already contains the code blocks with
tags but when I used this plugin it is not displaying the content . For example in my text view I have the content like this. It should display only the "Testing code" text. but it is displaying whole data like "<span style="color: yellow;">Testing code</span>" ex:<span style="color: yellow;">Testing code</span>
<span style="color: green;">Testing pre tag</span>.
Please provide me a solution how to fix this issue using this plugin.
]]>
That’s completely invalid HTML markup.
You end up with
<h2>
[ all your code and content here]
</h2>
Which for most people will result in:
<h2>
<div style="text-align:left;">
<p>Under construction message</p>
<p>Be back when message</p>
<p>Thanks</p>
</div>
</h2>
Am I the only one to see this is a little wrong? Please fix.
https://www.ads-software.com/plugins/wp-maintenance-mode/
]]>You are using heading tags for cosmetic styling, which means the maintenance page will break WCAG2 and WAI (accessibility) guidelines.
Can you please adjust the HTML markup used to display the maintenance message and headline so it is accurate in reflecting what is a real structural heading and what is body content.
If you apply a class to each and/or give us a font size selector in admin we can then make the text as big as needed.
Thanks
https://www.ads-software.com/plugins/maintenance/
]]>A. Have the editor copy existing content from the visual editor and then, paste it into the Content field while preserving the HTML formatting.
B. Make the shortcode editable from the Visual Editor after inserting, so as to enable use of the standard editor TinyMCE within the shortcodes. (Currently once the shortcodes are created, they are only editable from the pop-up dialog).
https://www.ads-software.com/plugins/shortcode-ui/
]]>I started to use SEO Ultimate. I also use Google Webmaster Tools. After some time of rescanning my website, the Google Webmaster Tools show me an error for “hentry (Markup: microformats.org)”.
It show me: missing HTML-Markup “updated” for all articles.
For example, the details according to Google from “https://galerie.blackseals.net/2012/06/24/neufelder-see-schatzsuche-2012/”:
hentry
itemtype: https://microformats.org/profile/hentry
entry-title: Neufelder See: Schatzsuche 2012
bookmark: https://galerie.blackseals.net/2012/06/24/neufelder-see-schatzsuche-2012/
tag: https://galerie.blackseals.net/category/tauchen/
tag: https://galerie.blackseals.net/category/tauchen/neufelder-see/
tag: https://galerie.blackseals.net/tag/osterreich/
tag: https://galerie.blackseals.net/tag/schatzsuche/
tag: https://galerie.blackseals.net/tag/tauchsport-lorenc/
tag: https://galerie.blackseals.net/tag/neufelder-see/
tag: https://galerie.blackseals.net/tag/burgenland/
author
itemtype: https://microformats.org/profile/hcard
fn: Andyt
url: https://galerie.blackseals.net/author/andyt/
Is this something missing in the plugin SEO Ultimate or is it a missing theme feature? I tried “Structured Data Testing Tool Structured Data Testing Tool” with a live test. I didn’t get any error message. Mean that, Google Webmaster Tools show me wrong (or outdated) information?
Please for help.
regards, Andreas Reisenhofer
https://www.ads-software.com/plugins/seo-ultimate/
]]>genesis_register_sidebar( array(
'id' => 'page-header',
'name' => __( 'Page Header', '$domain' ),
'description' => __( 'This is the page header of the homepage.', '$domain' ),
'before_title' => '<h1>',
'after_title' => '</h1>',
) );
this widget I created gives an html markup such as this below:
<div class="home-left widget-area">
<section id="text-19" class="widget widget_text">
?
<div class="widget-wrap">
<h4 class="widget-title widgettitle"></h4>
<div class="textwidget">
</div>
</div>
</section>
</div>
But what I want to achive is something like the code below:
genesis_register_sidebar( array
'id' => 'home-blog',
'name' => ‘Home - Blog',
'before_title' => '<h2>',
'after_title' => '</h2>',
) );
HTML mark up created the widget above:
`<div id=”blog” class=”section”>
<div class=”wrap”>
<div class=”copy clearfix”>
<div class=”one-half first”>
<section id=”text-5″ class=”widget widget_text”>
<div class=”widget-wrap”>
<h2>The Blog</h2>
<div class=”textwidget”>
<h6>Some text here</h6>
</div>
</div>
</section>
</div>
<div class=”one-half right”>
<a href=”/blog” class=”button”>Some text here</a>
</div>
</div>
<div class=”blog-posts clearfix”>
<article class=”post-69535 post type-post status-publish format-standard has-post-thumbnail category-building-your-brand category-business-blogging-2 category-business-growth entry” itemscope=”itemscope” itemtype=”https://schema.org/BlogPosting”>
<header class=”entry-header”>
<h2 class=”entry-title” itemprop=”headline” style=”height: 140px;”><a href=”https://www.chrisducker.com/create-promote-blog-post-process/” rel=”bookmark”>How to Create and Promote a Blog Post ‘Perfectly’ Every Time [Youpreneur Process Blueprint]</a></h2>
</header>
<div class=”entry-content” itemprop=”text”>
<p>Important Note: The ‘Process Blueprint’ featured in this post is one of our monthly deliverables at Youpreneur.com. These workflow process documents, along with other exclusive content, as well as our private (…) <a class=”more-link” href=”https://www.chrisducker.com/create-promote-blog-post-process/” rel=”nofollow”>Continue Reading</a>
</p>
</div>
<footer class=”entry-footer”>
</footer></article>
<article class=”post-69537 post type-post status-publish format-standard has-post-thumbnail category-building-your-brand category-business-growth category-1-entrepreneurship category-personal entry” itemscope=”itemscope” itemtype=”https://schema.org/BlogPosting”>
<header class=”entry-header”>
<h2 class=”entry-title” itemprop=”headline” style=”height: 140px;”><a href=”https://www.chrisducker.com/bringing-your-community-together/” rel=”bookmark”>The Importance of Bringing Your Community Together in Person [Youpreneur Chit-Chat]</a></h2>
</header>
<div class=”entry-content” itemprop=”text”>
<p>Important Note: The ‘Chit-Chat’ video interview clip featured in this post is one of our monthly deliverables at Youpreneur.com. These training videos, along with other exclusive content, as well as (…) <a class=”more-link” href=”” rel=”nofollow”>Continue Reading</a></p>
</div>
<footer class=”entry-footer”>
</footer></article>
<article class=”post-69538 post type-post status-publish format-standard has-post-thumbnail category-building-your-brand category-business-blogging-2 category-business-growth entry” itemscope=”itemscope” itemtype=”https://schema.org/BlogPosting”>
<header class=”entry-header”><h2 class=”entry-title” itemprop=”headline” style=”height: 140px;”><a href=”https://www.chrisducker.com/understanding-your-customers-motivations/” rel=”bookmark”>The Power of Understanding Your Customers Motivations! [Youpreneur TTT Archive]</a></h2>
</header>
<div class=”entry-content” itemprop=”text”><p>Important Note: The ‘Tropical Think Tank’ clip featured in this post is one of our deliverables at Youpreneur.com. These live training videos, along with other exclusive content, as well as our private (…) <a class=”more-link” href=”https://www.chrisducker.com/understanding-your-customers-motivations/” rel=”nofollow”>Continue Reading</a></p>
</div>
<footer class=”entry-footer”></footer></article>
</div>
You will notice that it adds a div class inside it such us <div class=”copy clearfix”> <div class=”one-half first”> <div class=”one-half right”> <div class=”blog-posts clearfix”> <header class=”entry-header”> etc.
]]>