An example is like this:
<span style=”font-size: 17px; font-style: normal; font-weight: 400;”>Paragraph text here.?</span>
My site is set to use these options by defaults. It’s not a noticeable issue on desktop. However with mobile scaling it can be seen. Google has also noticed it and has flagged posts as text too close together.
Thinking this was our own doing (paste from a word document for example), I have checked recent posts where we know we have not used an external editor and we see sporadic insertion of spans.
Is this an Elementor bug?
]]>https://www.ads-software.com/support/topic/add-support-for-spans/
This seems like a basic feature than many users could benefit from. Or is there another way to implement content blocks as spans? I have been using Remote Content Shortcode, but it uses CURL which is giving my site problems.
]]>To do this I simply used custom spans e.g.
<span id=”custom”>Recommendations</span> lorem ipsum
I was just woundering if this has any draw backs/ is frowned on by other developers. From my perspective it works fine. The only slight hickup is that I need to manually alter how it looks in my nav bar, but thats not really hard to resolve.
Am I missing anything?
]]>1. How does this work on pages where there is already a sidebar? Does the sidebar take up 3 of the 12 spans, leaving just 9 spans to divide into columns, 3 columns of 3 spans each?
2. Can I use this multi-column layout inside a div on a page where say the top half is full-width, single column layout plus a sidebar (ie one of the Customizr default layouts) – and the bottom half of the page is a multi-column div containing, say 3 columns, plus the sidebar?
3. Would I be right in thinking that the individual span divs will always position themselves in the first available position on the left of the page unless an offset is specified? In other words, if I declare 2 x span3 divs in the same row-fluid div, they will automatically position side by side in the left half of the page, assuming it is empty?
4. Is there any padding automatically applied between span divs or can I position them anywhere I like with CSS?
5. If I can use CSS and floats to achieve the same result without using the Bootstrap grid system, what are the advantages of the latter?
Thanks for any help.
]]>https://www.ads-software.com/plugins/events-manager/
]]>como eliminar isto? o que é isto? como isso foi colocado?
]]>Ok I am trying to create a site with a drop down navigation generated from the WordPress ‘wp_list_pages’ tag.
I have got to a point now where I am pretty stuck on an element and my raw PHP knowledge is not strong enough to figure it out. I was really hoping I could get some help on the coding of this.
What I am hoping to achieve…
<ul>
<li><a href=""><span>Parent Link1</span></a></li>
<li><a href=""><span>Parent Link2</span></a></li>
<li><a href=""><span>Parent Link3</span></a>
<ul>
<li><a href="">Child link1</a></li>
<li><a href="">Child link2</a></li>
<li><a href="">Child link3</a></li>
<li class="sub-footer"></li>
</ul>
</li>
</ul>
Notice two main additional features to the standard WordPress generated list, the addition of a span to the parent navigation and the addition of a blank list item on the sub navigation. (This is so I can style a footer to the sub nav)
So, I have managed to get this to a point. I have used a piece of code posted on a different thread to generate the ‘spans’ I use the following code for this:
<?php
$pages = wp_list_pages('echo=0&title_li');
$pages = str_replace('">', '"><span>', $pages);
$pages = str_replace('<span><a', '<a', $pages);
$pages = str_replace('</a>', '</span></a>', $pages);
echo $pages;
?>
The main problem here is it adds a span to the Child sub navigation elements as well. This cannot stay like this due to some IE bugs about keeping elements active when hovering over spans.
And I have been comepletly un-succesful at figuring out how to generate a single li at the bottom of the sub list.
So if anyone can point me in the right direction or throw some code up to help me out it would be much appreciated.
Thanks.
]]>So the html code might look something like this:
<h2>THIS IS THE <span class=”styled-span”>EFFECT</span> I AM AFTER!</h2>
I am not sure how to do this as obviously posts are dynamically generated.
I tried to enter the span into the Title field when I write a new post, and it kind of worked, but entered the title twice.
Can anyone help?
]]>