
Solutions
-
opentype's post in Push notifications on Safari MacOS was marked as the answerIt’s not an error. It’s an explanation.
-
opentype's post in Facebook API Violation? was marked as the answerIPS won‘t provide it as it needs to reflect how YOU handle these things. What’s your process to handle privacy/deletion requests? How should people contact you? How do you handle such requests? What do you delete and what don’t you delete. That‘s all up to you. You need to flesh out these things and the put in in writing.
-
opentype's post in How to Hide "Categories" at Store was marked as the answerThere are no native settings to achieve this, no.
-
opentype's post in Moderate a user's publications ? was marked as the answerOpen the member in the ACP. Then under Warnings & Restrictions: Require approval before content shows.
-
opentype's post in Official Docker support was marked as the answerIPS has made it clear that they prefer cloud customers. I doubt there will be any new and substantial feature additions that would only benefit self-hosted clients.
-
opentype's post in How taxes work for each country? was marked as the answerThere is no universal list. It depends on what is legally required in your country.
There can also be distinction between business-to-business sales and business-to-consumer sales and there is an additional condition within in the EU about VAT ID numbers. But again, all of that depends on your country.
-
opentype's post in Community subscription renewal length was marked as the answerIf you click on “Manage this purchase” on this page you see the renewal price, term and date.
-
opentype's post in Combined shipping in Commerce was marked as the answerIt all depends on how you set up your shipping methods. You can have “combined shipping”, but you need to pick one of those methods to calculate this.
-
opentype's post in (Pages) Display options for title field was marked as the answerYeah, the title and body field are “special fields”. You can’t edit them this way. Just like changing the order in the ACP doesn’t do anything.
-
opentype's post in Make thumbnail images smaller was marked as the answerNo. The images (thumbnail + hires) are created when you upload the image. You can’t call a different size.
Database settings → Options tab
-
opentype's post in How to create css files was marked as the answerUnder Pages → Templates.
And yes, that’s the right way to add page-specific CSS.
-
opentype's post in 4.6.6 post upgrade: No registered users viewing this page. was marked as the answerIt should work. But is is now cached, so the results might be confusing because they are not in real time.
-
opentype's post in [Pages] Copy Category Articles template was marked as the answerIt’s called “featured records” when you create it.
-
opentype's post in Bulk email failed after 300 sends, can I bulk resend? was marked as the answerWhat method/service is set up to send emails?
My guess would be that you use your hosting provider and they limit the amount of mails you can send out.
-
opentype's post in Where to start modifying 'Files Feed' block layout? was marked as the answerIn the ACP, got to Pages → Blocks → Create New Block
You will be able to create a custom instance of the feed block and you can add it on the front end as “Custom Block”.
-
opentype's post in Subjects not working on profile was marked as the answerYeah, your HTML is broken and it forces the text to be transparent in areas where it shouldn’t be transparent.
I would try to turn off all 3rd-party plugins/apps and check the group formatting. Where does the coloring of the groups come from? Maybe that’s it.
-
opentype's post in Help customize meta tags was marked as the answerThe meta tags can be overridden from any Pages template used to render the current page. You can add variables there as well.
{{\IPS\Output::i()->metaTagsTitle = "Whatever ".$something ;}} {{\IPS\Output::i()->metaTags['og:description'] = "Something else" ;}} You can put that into the record template for example.
-
opentype's post in Don't show field if there is no $Value was marked as the answer{{if $formValue}} // Your code {{endif}} Wrap it all like this.
-
opentype's post in Achievements not correct size & padding seems off was marked as the answerJust click the “create new” button in the ACP. It’s as simple as that.
-
opentype's post in Page Builder: Media Embed - Override Max Video Width Setting was marked as the answerThe default custom CSS for the block looks something like this:
.app_cms_pagebuilderoembed_mp1qzgnrk { } Change it to:
.app_cms_pagebuilderoembed_mp1qzgnrk .ipsEmbeddedVideo { width:50%; } Just to give you an idea. Don’t copy this code. Targeting the .ipsEmbeddedVideo is the key.
-
opentype's post in Cannot find to translate Badges texts? was marked as the answerI repeat: “View word keys?”
That doesn’t require “highlighting”.
-
opentype's post in Multiple images upload - Pages > fields (record) was marked as the answerSomething to start with:
{{if $formValue}} <div class="ipsGrid ipsGrid_collapsePhone"> {{foreach $value as $file}} <div class="ipsGrid_span4 ipsSpacer_bottom"> <img src="{file='$file' extension='cms_Records'}" class="ipsImage"> </div> {{endforeach}} </div> {{endif}}
-
opentype's post in You are not permitted to register a user Account was marked as the answerPretty sure that’s the spam protection kicking in. It has nothing to do with the Commerce settings.
-
opentype's post in Doubt about navigation. Restrict access to content after... was marked as the answer
-
opentype's post in Favicon refuses to show was marked as the answerIt works.
Favicons are heavily cached by the browsers. Reloading a page doesn’t refresh them if they were changed.