When I open up my website, the website loads from the footer till the header. Is there a way to load the site normally that the footer, header, and contents appear at the same time?
Thanks!
Hi,
This effect is probably related to the Visual composer elements used on the homepage, since post pages load properly
– http://www.brainer.nl/uncategorized/wat-kun-je-verwachten-van-brainer/
There is a delay before the homepage content is displayed from what I can see, but I believe that is how Visual composer does for some of it’s elements.
Thanks
But is there a way to fix this? and yeah you’re right, it only happens at the homepage.
Thank you!
Hi,
That delay seems to happen because of the elements it loads. If you were to use theme blocks for example instead of those custom elements, this would surely not happen. You could maybe create a test page and try achieving similar design results, using other elements. Test to see the differences.
Thanks
Hi simion, it only loads from top to bottom for the theme blocks. It loads weirdly when I use custom elements. Does this mean I can only fix this by using theme blocks?
Try as I suggested, create a page and use a theme block or element, use Visual composer as you are using now but place a theme block. Check to see how that loads in comparison with the current homepage. There should be a difference in favor of a theme block or grid for example.
Hi,
Thanks for your reply.
I tried some options and the most similar one is Block 4. The only problem with this block is that it’s not full width : https://www.screencast.com/t/TkcxpleTi
As you can see in the example, the post grid has full width.
Is it possible to get full width posts with Block 4?
Thank you!
Hi Catalin ,
Thanks for your reply.
when post grid is used : http://testpagina.brainer.nl/
when block 4 is used : http://testpagina.brainer.nl/homepage-test/
As you can see, the post grid uses the full size of the pictures, while Block 4 crops it. Is it possible to use the full size pictures when using block 4, or at least make it bigger?
I also want to add another question regarding your anwser on this article : https://forum.tagdiv.com/topic/pagination-is-acting-weird/
When I use block 4 instead of post grid. The pagination won’t center : https://www.screencast.com/t/I9msxEyoaYb
Is there a way to center the pagination?
Sorry for the complicated questions. I really appreciate the help!
Thank you!
Don’t mind the first question because I fixed it! I downloaded the regenerate thumbnail plugin which solved the problem.
That only leaves me with the second question. Is it possible to center the pagination?
Thanks!
Oh sorry. Do mind the first question. The regenerate thumbnail plugin doesn’t seem te work at all. Can you still anwser my first 2 questions?
Thank you!
Hello brenbrinkman,
I did not saw any pagination to your homepage, as you can see here -> https://www.screencast.com/t/rSIDHwsyckVV The pagination can be centered using such a custom CSS code. Regarding on images, it seems to work as expected after you have regenerated them. Where is the problem?
Thanks for your understanding!
Hi Catalin, So it can be entered you say?
What code do I need to paste? I am using Block 4 : http://testpagina.brainer.nl/homepage-v2/
Regarding the thumbnail size. As you can see in my latest anweser. The regenerate plugin from Alex Mills doesn’t seem to work. Are there any ways or alternatives to get the full size for block 4?
Thanks!
Hello brenbrinkman,
Sorry but I do not know what you want to achieve! The block pagination can be enabled from block settings from here -> https://forum.tagdiv.com/block-settings-guide/
Thanks for your understanding!
Hi Catalin
Regarding the pagination, I have pagination but its positioned to the left : http://www.screencast.com/users/brenbrinkman/folders/Default/media/3fe8c926-5ff7-4577-8bd3-9480e0dd19d5
I want it to be centered like this : http://www.screencast.com/t/QAeQwz7rcWA
Concerning the second question that is about thumbnail size. When I use block 4, all the thumbnails are being cropped :http://www.screencast.com/users/brenbrinkman/folders/Default/media/b2908467-2f26-4d93-bf53-58fa22f1d4b5
Is there a way to get the thumbnails full size?
I hope you understand the questions now
Thank you!
Hello brenbrinkman,
Please keep in mind that our them uses thumbnails for each block and that’s why each image will be cropped. The theme does not have any thumbnail full size, sorry! You should check our list of modules/blocks because there you will see all the thumbnails size and then you can choose from that list which you like. Please check here -> https://forum.tagdiv.com/theme-blocks-modules/ -> https://forum.tagdiv.com/theme-thumbs/
So, if you want to create another size for your thumbnails you should create a new custom block/module with API according to our documentation from here -> https://forum.tagdiv.com/td_api_blockadd/
Thanks for your understanding!
Okay thanks. I will check it out. Do I also need to check the documentation for centering the pagination. Or do you have css code for that for me?
Thank you!
Hi,
You can use a code like this to center the next/prev pagination in block 4
– https://www.screencast.com/t/nIxseu1K
.td_block_4 .td-next-prev-wrap {
margin-right: auto;
margin-left: auto;
display: table;
width: auto;
}
Thanks for your answer Simion.
Could you please tell me where should I insert this code? the screenshot is not available anymore. Thank you and merry christmas 🙂
Hi,
The code need to be set in theme panel > custom code> custom css and will apply on block 4 only -> https://i.imgur.com/BSaytIE.png -> https://i.imgur.com/BOsS5hv.png
Thank you!
