Amazing! Thank you!
So now the final question: How do I change that image to a different size? I’d prefer a square image (medium thumbnail 300×300)…
Thx!!!
Hi Simon –
Thx for your reply. If there is no way to wrap the text, is there a way that I can get block 11 to behave the same as it does on 1/3 columns, for columns that are larger?
As per the pic, as soon as I go with a 2/3 width, the format changes and it adds the larger white space below the image (ie. padding to the left of the excerpt text block).
Thx
Turns out this was entirely my fault!!! (go figure…)
I had a custom single posts file in my Child Theme that was overriding everything.
Deleted and everything is working as it should ๐
Thx!
Works perfectly – thank you!
Hi – sorry, I should have clarified – I’m referencing the Single Image element that I dragged into the TagDiv Composer.
You can see it here:
When you view on mobile, it retains the 250px height and creates a big blank
space below.
Thx!
-
This reply was modified 7 years by
Alin [tagDiv].
Hello – here is the link to my site.
https://americanwatercolor.net
I’m trying to set the Excerpt font size to 16px (and 26 line height) but it doesn’t appear to be taking… I’ve cleared the cache a few times as well…
Thx!
You are correct! I’m so sorry – flushing the cache is CSS-101 ๐ Thank you!
For some reason I’m not having any luck changing the font colors for the title of excerpt using the sample above on BLOCK13 being used on my homepage…
I’m trying
.td_block_13 .td_module_14 h3 > a {
color: #b4413e;
}
.td_block_13 .td_module_14 .td-excerpt {
color: #b4413e;
}
.td_block_13 .td-module-title a {
color: #b4413e;
}
None of which are working?
I’ve tried adding !important but no luck either… does this method work with BLOCK13? (it seems that Block13 is non-responsive to the settings in the theme panel as well? https://forum.tagdiv.com/topic/excerpt-font-size-2/ or my install is funky ๐
Hello – I’m using the EXCERPT setting as documented here (https://www.screencast.com/t/4tKzW67YRuxl) but it looks like something is over-writing that setting? I’ve got no custom CSS added but nothing I do seems to affect the Excerpt text CSS.
CSS settings: https://d.pr/i/KoHfkG
Thx!
Perfect!
Same issue over here.
I eventually gave up on DFP and started using AdGlare for serving ads, which allows the ads to scale naturally on mobile devices. Works perfectly for us.
Must be an unclosed tag in my CSS because when I dropped it at the top, it works ๐
Thank you so much for your stellar support. Second to none!
Hmm… I must be doing something wrong. I’ve added a custom class of rbrlock to the ROW that I’d like the icon to show on.
Then I’ve added this into my Custom CSS tab:
.rbrlock .block-title span:after{
content: "\F050";
font-family: FontAwesome;
margin-left:15px;
position:absolute;
top:7px;
color:black
}
No luck. Also tried removing the Custom Class from the row and placing it in the Column or even the particular text block, still no luck.
If I inspect the code there doesn’t appear to be any addition of the span:after{ CSS code…
Is there a way I can PM you my staging site to see if I’m simply screwing something up? ๐
Thx.
Looks great! Thank you!
This works perfect on desktop but the title runs beneath the photo on iPhone landscape mode (when the thumbnail image jumps up to 150px in width).
How do I handle the screen size between iPhone portrait and iPhone landscape so that I get the proper right padding?
I’m also how would I turn on the excerpt for mobile sizes (below 768) for this block?
Thx!!
100% – thank you sir! ๐
Hello – can you confirm that this method still works? Not having any luck with it… Just wondering if it’s my site ๐
Ahhhh – this is ENTIRELY my misunderstanding. For some reason I was looking for a ‘global’ setting (in the Post Settings section), not an individual post setting. Of course that makes sense.
Found it and got it figured.
Thx @Bogdan!
There is this in the documentation: https://forum.tagdiv.com/primary-category/
Nevermind – turns out there is a custom CSS entry by hitting the little GEAR icon in the upper right of the Visual Builder that outputs only on that page.
Was easily able to change the background by entering
body {background-color: #d2dce4;
background-image: url(“http://www.mydomain.com/wp-content/uploads/2016/12/mypic.jpg”); }
This can be closed. Thx!
Never mind – just seeing that it’s not just list posts but any posts / pages shared to Facebook… and that the recommended course of action is to download the Yoast SEO plugin – https://forum.tagdiv.com/search/facebook+share+text/
Thx!
No, I only run ads we’ve sold ourselves, so my experience may be very different than yours.
I ended up going with AdGlare (http://adglare.com) for ad serving which turned out to be much more flexible for my needs.
For one, the ads scale in size, so they look great and proportional on all devices.
Secondly, I was able to show ads in different places, depending on the screen size… meaning I could have a box ad in the sidebar when on desktop or tablet, but then have it jump into the content when on mobile (so that it didn’t end up with the sidebar waaaaaaay down at the bottom).
AdGlare all the way! ๐
Untouchable support.
Thank you so much.
For reference, this was the code that helped:
.td-header-sp-recs img{
position:initial!important;
}
#zone455099114 ins{
width:100%!important
}
