Replies: 12 comments
-
WordPress Info Here : wp-coreversion: 6.5.2 wp-paths-sizeswordpress_path: /home/customer/www/shaneh45.sg-host.com/public_html wp-active-themename: bootScore (bootscore-main) wp-themes-inactive (3)Twenty Twenty-Four: version: 1.1, author: the WordPress team, Auto-updates disabled wp-plugins-active (9)Advanced Custom Fields: version: 6.2.9, author: WP Engine, Auto-updates disabled wp-mediaimage_editor: WP_Image_Editor_GD wp-serverserver_architecture: Linux 6.6.21-MCIclouder470 x86_64 wp-databaseextension: mysqli wp-constantsWP_HOME: undefined wp-filesystemwordpress: writable ` |
Beta Was this translation helpful? Give feedback.
-
Hi, quickly checked your site.
This works as expected. As the plugin description says, each image must have the same ratio. Plugin does not crop the images.
This works as expected. As the plugin description says, the excerpt should be short as possible. Plugin does not shorten the excerpt. Write a short excerpt in backend edit screen on the right site.
It seems that the is an open < tag which is not closed. You can see this because masonry is wrapped and font is broken. This is not in the plugin, it‘s somewhere on your site. I can check this tomorrow, please send admin data here https://bootscore.me/private-info-form/ BTW, Isotope is a commercial plugin and you have access to private support https://bootscore.me/support/ |
Beta Was this translation helpful? Give feedback.
-
Inspected the page. The masonry shortcode is wrapped in a code display Overlay templates
Close this as completed now, because here are no bugs. Feel free to ask if you have more questions. |
Beta Was this translation helpful? Give feedback.
-
Thanks - found the issue. Code copied off your docs pages came with its own code when pasted into wordpress pages. |
Beta Was this translation helpful? Give feedback.
-
1 - There is no working support link on the isotop or bootscore page. The only link is in the footer of the site, it says support nad it has no anchor tags / is not clickable. We use GitHub to develop our themes and plugins. If you need help, have a question, find a bug or want to contribute, you’re welcome to open a discussion or an issue in the appropriate repository. So - your customers have no way to access support except through this discussion on github or similar chat functions. |
Beta Was this translation helpful? Give feedback.
-
Converted this issue to a discussion, because this is really no bug.
You find in footer area "Support" with a link to support form https://bootscore.me/support/. When you click on it, you come to a page where you can explain your problem and enter admin data. However, checked your site and fixed it.
Everything works as expected and done as its explained in the documentation
Let me know if there is something more |
Beta Was this translation helpful? Give feedback.
-
It is broken. 3 - Click it doesnt work - as it is missing an anchor / link. see screen shot below. Looking into the code and reinspecting the page - it would seem support is a sub heading and you are meant to click the link below that. However there is very little difference between the title and the link so it is natural to click on support as the link and think it has failed. Having found the word support -and with no visual clues to show it is a sub heading, then having clicked on it it is natural to look no further - as you have found what you are looking for and that item has failed. UIX / UX issue. Also your instructions above say to click on support - which is just the title. Maybe , the link below the support sub heading ( which is called Purchased Products ) HTH |
Beta Was this translation helpful? Give feedback.
-
NOPE!!!! I wont be the only one saying that. There is a reason that classic editor is one of the top 2-3 most downloaded plugins by a factor of 50 or more. There is a significant proportion of users who dont use blocks. They suck, are impossible for non techs to use, add spaghetti html, slow pages down and slow your work flow immensely. Categories, and standard wordpress page excerpts work with classic editor. the_excerpt() works with classic page editor. If the overlays are just meant to show excerpts then they should just show excerpts and work out of the box. that is a bug. We write our sites with zero blocks - so our clients can self manage their sites. Blocks are not an option. And 50 million plus downloads show I am not alone in this belief. Also when i write code and use get_the_excerpt() or the_excerpt() it works even when using classic editor. |
Beta Was this translation helpful? Give feedback.
-
also ... if I change to Twenty 24 theme the plugin stops working. does it only work with bootscore theme? |
Beta Was this translation helpful? Give feedback.
-
Yeah, this is the heading and below you will find the link to the support for purchased products. This is how all footer menu widgets work. But it's fine to solve your issues here, just wanted to mention that you have email support if you have purchased a plugin.
Usually there is nothing wrong using the Classic Editor plugin. But when checking your post edit screen, this plugin hides the custom excerpt meta box, so I quickly disabled it. You may check if there are some plugin settings to enable excerpt, because you really need one.
Isotope uses https://getbootstrap.com/docs/5.3/components/card/#image-overlays for overlay templates. Of course, it's physically not possible to show long content inside a 3x2cm image. That's why you have to shorten excerpt. Bootstrap says: "Note that content should not be larger than the height of the image. If content is larger than the image the content will be displayed outside the image." Again, this is no bug. I setup your overlay correctly and works fine.
Yes, Isotope is a plugin for Bootscore. It's possible to get them work with other themes but needs some adaption because it uses code that only exists in Bootscore. At least it needs a theme which has Bootstrap 5 installed, Twenty 24 is not a Bootstrap theme. |
Beta Was this translation helpful? Give feedback.
-
Usually there is nothing wrong using the Classic Editor plugin. But
when checking your post edit screen, this plugin hides the custom
excerpt meta box, so I quickly disabled it. You may check if there are
some plugin settings to enable excerpt, because you really need one.
IMHO you shouldnt need to use the custom meta excerpt box. We hide it to
make life easier for clients - the_excerpt() and get_the_excerpt() dont
need the meta box ( or at least didnt used to if they do now). isotope
should use the excerpt out of the box - not the entire content, if space
is an issue. Surely that makes sense.
Shane
…------ Original Message ------
From "Basti" ***@***.***>
To "bootscore/bootscore" ***@***.***>
Cc "oitconz" ***@***.***>; "Author"
***@***.***>
Date 4/05/2024 8:24:17 pm
Subject Re: [bootscore/bootscore] Wrong Isotope usage (Discussion #761)
>It is broken.
>
Yeah, this is the heading and below you will find the link to the
support for purchased products. This is how all footer menu widgets
work. But it's good to solve your issues here, just wanted to mention
that you have email support if you have purchased a plugin.
>NOPE!!!!
>
Usually there is nothing wrong using the Classic Editor plugin. But
when checking your post edit screen, this plugin hides the custom
excerpt meta box, so I quickly disabled it. You may check if there are
some plugin settings to enable excerpt, because you really need one.
>If the overlays are just meant to show excerpts then they should just
>show excerpts and work out of the box. that is a bug.
>
Isotope uses
https://getbootstrap.com/docs/5.3/components/card/#image-overlays for
overlay templates. Of course, it's physically not possible to show long
content inside a 3x2cm image. That's why you have to shorten excerpt.
Bootstrap says:
"Note that content should not be larger than the height of the image.
If content is larger than the image the content will be displayed
outside the image._"
Again, this is no bug. I setup your overlay correctly and works fine.
>also ... if I change to Twenty 24 theme the plugin stops working. does
>it only work with bootscore theme?
>
Yes, Isotope is a plugin for Bootscore. It's possible to get them work
with other themes but needs some adaption because it uses code that
only exists in Bootscore. At least it needs a theme which has Bootstrap
5 installed, Twenty 24 is not a Bootstrap theme.
—
Reply to this email directly, view it on GitHub
<#761 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUDYQ7NVOENOJXLTR4NYGPTZASLLDAVCNFSM6AAAAABHFLQXZWVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TGMJSGM2DE>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
If no custom excerpt is set, WordPress uses the first 55 words for the excerpt and this is too long for this template. You can use a custom excerpt or shorten entire excerpts by a function, but this may lead into issues with other loop items. Bootscore is a theme for developers and follows straight WordPress and Bootstrap with no modifications here. There are endless possibilities making this fit to your project using code. |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
Hi I purchased the isotope plugin yesterday.
The masonry and other layouts are broken.
To see the issue:
I have setup a brand new Wordpress site.
I installed BootScore Theme, , Grid, IsoTope, Masonry plugins
I also have CF7 and ACf plugins installed and Classic Editor
The bootscore theme is active
I have set up categories of animals with sub of feline / canine. and created posts under various categories.
I have made a page for each of the isoTope layout types except the woocommerce one.
There has been no other work on this site or any form of alteration except that listed above.
The website can be seen here : http://shaneh45.sg-host.com/
There is a login created and I can send you details directly.
The demo pages are all present in the top menu.
Categories are visible in the right side bar.
Let me know where i can send login and passwords
If you want to recreate this on your own system:
There is a copy of the DB as a mysql dump here http://shaneh45.sg-host.com/booscore-mysql-dump.zip
There is a copy of the plugins folder, themes folder and upload folder here : http://shaneh45.sg-host.com/plugin-upload-themes.zip
Steps to reproduce
Go to : http://shaneh45.sg-host.com/
Look at the pages shown in the top menu
Screenshots and Additional Info
Screen shot of masonry attached
Website link
http://shaneh45.sg-host.com
Beta Was this translation helpful? Give feedback.
All reactions