Hi Vlad,
I apologize as well, my description of the issue wasn’t the best. I’ve just sent an email to the address you mentioned. Thanks!
Vlad, it does not work as I want it to. The sidebar is CHANGING its background color once the post is scrolled, do you not see it?
You literally screenshotted the issue yourself, the background of the sidebar changes from light grey to black once it is scrolled.
I think I just found the issue. When this element has position absolute enabled then the overflow happens https://prnt.sc/11aj4kv. When it is disabled, there is no overflow anymore but my columns lose their background color and become transparent https://prnt.sc/11aj5ak.
Can you tell me how to apply the absolute position fix AND also keeping the background black color of the two columns?
As I said, this is all done on my local machine. I can’t work on re-designs on a live website. Is there no other way you can help me?
The Overflow also happens when I stretch the main row in single post template as well. There seems to be some kind of extra padding even when all of the row stretch options are chosen, except the default one (that doesn’t cause overflow). Here is another screenshot- (https://prnt.sc/11915g5), but I cannot find a way to fix it.
Hi,
Thank you, I had max input vars at 1000 (increased to 4000 now) and wp memory limit on 40 (increased to 128). Seems to be working fine now, and the reason the title on browser is sometimes “undefined” is I think because of ads, I’ll have to get that configured.
I have a question, is there a way to make the auto load post start loading after user scrolls to 3/4 of the page? Because I doubt anyone will scroll directly to the footer in order to proc the auto load feature.
Make a cloud template if you don’t have one yet.
Click edit template
Click the bottom right button on the left side editor.
When doing so it should open an auto load menu thingy, click to enable it.
Go to theme panel – post settings and set the site wide post template to the cloud template with auto load you just configured (or you can set it manually to different posts in the post editor).
Clear cache.
*Note* When I enabled it just now, with only 20 users on my site, the server usage skyrocketed and the site became laggy af. It also broke my ad placements, the auto load doesn’t sometimes load (just shows the loading animation, and when it bugs out like that, I couldn’t click any links or buttons on the site), and in my case, when it loaded the next post, the post title (in the browser) changed to “Undefined”.
I’ll be making a ticket about these things, hopefully they can resolve it soon cause I’m pumped for the auto load feature.
Hi,
This worked, it removed the website url field.
How do I edit the label content now? I want to change from “Save my name, email and website in this browser for the next time I comment.” to “Save my name and email in this browser for the next time I comment.”
Thanks!
Ty,
I decided to use Flex block 4. I now have a slight styling issue. How can I pull up the flex block header or widen it, so that the black line is in line with the facebook social button. See this screenshot http://prntscr.com/lanaam
Can you see the image now?
works now?
I managed to figure it out myself, inner row let me add more of them.
I’ve encountered another issue now though, I added the related posts block and it seems to remove spacing from posts that have only 1 line title. How can I fix this, see screenshot please: http://prntscr.com/la3hxm I want to remove that empty white space.
Hi, just wanna say thanks a lot. I’m almost done with the redesign, I’m just a little bit confused with 3)
What I did was make the row into 3 parts so, 1 ad, 1 content, 1 ad. What the issue is now is that in case my content is long (some of my posts have 3000+ words) I’d like to add 1 or 2 more sidebar ads under the main ones. These obviously need to be in line with the content but I’m not sure how I can achieve this since I only have one widget spot on each side now until the content ends. What I’m trying to achieve can be seen on this picture http://prntscr.com/la2ugf (its zoomed out to 50%).
Thanks again! I love tagdiv support!
Thank you, and is there a way to do these things for POSTS?
Thanks, works now… I didn’t notice the format had to be different.
-Update -> Resaving Permalinks will work. But you need to actually click the Permalinks tab under Settings, doing as in the screenshot did not work.
Works now, thanks. Yeah had to resave permalinks…
Here is a screenshot: http://prntscr.com/l4xizz
Have the same issue, restoring permalinks doesn’t work. For some reason to open an amp post you need to put /?amp instead of /amp.
I know of this, and I set this up. But I want to set up AMP AUTO ADS which require 1 code to be set in the header and 1 in the body of the amp posts. How do I do this?
Hi,
.td-post-template-13 .td-post-header .td-post-title .td-post-views {
display: none;
}
.single .td-post-views {
display: none!important;
}
Both of these work (I’m using layout 13) although I don’t like that you can literally see the view count disappear when the post is loading, is there any way to load it faster so it can’t be seen? I would imagine by adding either of these codes to the theme code, if so, how?
Thanks.
+1, Anyone found out how to do this?
Thx, the 2nd code, to hide the table on desktop, I place it in the advanced css area for desktop or both codes inside mobile?