We need ability to to add to this setting on blocks images https://developer.mozilla.org/en-US/docs/Web/API/HTMLImageElement/fetchPriority
Currently our Featured Image on frontpage get loaded last and we get low LCP score.
On Posts it’s Ok because featured image is loaded with tag but block images are not.
Because images are loaded as css background-image: url(xxxx) and NOT as tags I can’t exclude them from lazyloading.
If the images where using tag we are add/remove lazyload and add fetchpriotity tag.
For great performance use Cloudflare and enable all their performance settings.
I am running latest everything.. i fixed warnings with code above.
Regards
J
I modified the code to check if it exists: isset($widgetArgs[‘widget_id’])
if (isset($widgetArgs[‘widget_id’]) && strpos($widgetArgs[‘widget_id’], ‘td_block’) !== 0) {
https://ibb.co/2tZHMq3
Sometimes we have 3,4 rows of category names. Uses too much space.
If you can truncate the end, or add drop down icon to show the rest, or scroll to right.
thanks
J
Here is screenshot: https://ibb.co/FsfMdd9
OK please tell devs to fix this so the Big Grid flex inherits global default font like the other elements.
Thanks
J
I had to add this Css:
.td-pulldown-filter-list, .td-pulldown-filter-list ul
{
min-width:18em;
}
Hello, How is disabling “more” going to fix the design issue?
I want “Drop menu items in More” enabled.
The menu it produces is missing the styling min-width.
Other submenus are styles differently.
The More menu is too marrow
/J
Disable lazy loading in the theme and use a plugin like Autoptimize that has lazylaoding and option to ignore first X number of images.
We cannot backup/export the cloud templates. It’s a need feature. All page builders i used have this feature.
Yes I put that on the page, but it’s empty, where does it get the location from?
Hello,
Any chance you can move the backup settings to different location? My td_011_settings field is over 1mb and this Autoloads on every page It is not necessary to load backup data so often. Please move thr backups to their own db row.
thanks
/J
There are Shortcode plugins that add that functionality such as Shortcodes Ultimate.
Use the Cloud Templates from the Left menu, you can assign the templates there..
Hello CountryCaller,
Did you pick one yet? I am also looking. The Optin builder by tagdiv is not robust enough.
I saw users having issues with Ultimate members, so maybe not that one.
/J
The Count is wrong. it is counting all post types. It should filter the count based on the CPT in the Flex loop.
Your list looks alphabetical but it might be sorted on the backend that way.
It’s random in my case.
https://www.actioninsports.com/tagdiv-composer-draft-2/
Anyway, i bought the plugin Filter Everything, it does the job. I will wait until this feature matures a little more.
Please also Sort by Alphabetical, the Filter list is random now..
-
This reply was modified 3 years by
bananaj.
Yes but the HIDE EMPTY TERMS also doesn’t work because the count is wrong… This can be fixed with one line of code…
/J
The Reviews Section is for admin reviews not user reviews.
Not possible to put ‘user reviews’ stars in the blocks ( i believe). You need to use the module from the demos : https://forum.tagdiv.com/edit-modules-flex-block-x/
-
This reply was modified 3 years by
bananaj.
You are right that works. It was be something else. I will investigate.
thanks
/J
Here you go https://www.actioninsports.com/tagdiv-composer-draft-2/
The taxonomy count is not limited to the CPT that i want to display in the loop bellow, it needs extra filter.
Try to filter by RUNNING, i have three posts, but the count is 15. < this is because other CPT types are using this taxonomy too.
I have two CPT: Athletes (3 RUNNING) + Schools(12 RUNNING) = 15.
So for me the Flex filters are useless. Which is shame i really like them
/J
Hello Calin,
I know there is CPT support. I can create Template for Single post and Taxonomy , I want to create template for the Archive page to show all the CPT listing.
domain.com/CPT/Singlepost << OK
domain.com/CPT/ << no archive template support
/J
Hi, I am needing this too. Are we able to customize the Archive pages for CPT?
I got it working for one CPT by creating a PAGE with the same SLUG as the CPT. The page has priority over the archive slug. So effect is the same
But that’s not correct way. Will it be available soon?
thanks!
J
I will NOT be updating anymore until Child theme support is back.
I use child theme for :
-Adding Trending News ticker in the /parts/header-style-9.php
-Adding Facebook Comments shortcode to loop-single-2.php
-Custom pages using loop-customposttype.php
-Adding Google Translate icons to td_module_single.php
-Remove some Meta info from td_module_slide.php
and other things. We need child theme support. Please find a way to let us edit the php code.
thanks
/Johnny
-
This reply was modified 7 years by
bananaj.
I fixed it 🙂
I have htaccess rules blocking php execution in plugin folder. i made exception for td composer. working now.
