Link to details section that expands details section as well - anchor

Anyone use the <details> tag? I'm trying to create a link that takes the user to a details section and opens the previously closed details. Haven't found any solutions that work and aren't 5 years old.
<details><summary id="openThis">This is initially closed</summary>More words and stuff</details>
I'd like to create an anchor like this Open Sesame that also expands the details without the user having to click again. Any ideas welcome.

Related

Mautic email links getting replaced leading to broken links [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I tried adding a url to to my Mautic emails. They are getting replaced by the following links which appears to be broken and is triggering Gmail spam filters.
http://url9156.motivesmedia.in/ls/click?upn=r1I3730w6uT5Y-2F1VS0EcEa6mVXyfIdORD1s4GHTFFGmFiirbW6nwIfkY6YGDQ4R-2B53sf0qOqcp1sMdeFmWbCPQ9IR2WbGVz7om2qClGMZ3H2jb-2BMYi10Cs4PIMVw-2BVCIVhIYDnmhf3sVkz9mxgcGALJQPWRFJm8-2FscN0sIbzITKqzKvFR3gAIUBXTDUsgN-2BVo6BYeB40YHYHS6soAu-2BendJzCPiH4ZdolH7v-2BxflDJtXqlHyjQlS5rtC-2Bdez3HbprER9j29g43oQGbQI7kr2cmf4y6Wb0MP-2BOZcmLc1j6SPxz9pOW0raMmyRInuXvrPM3CkgXC5DXqCDBcuVm3bVnaO8FLQpv1n590vO2sY2r9Lw7-2FyLTP9T2D-2FjXGzHD8vbRcmpQxXOg0ae-2BrEJ2RcZrA-3D-3D8LJs_JZHjo7Iyk6KmIbqvM4N7ab34zxuAK4n5HtR9OHOpxkngg7afD-2FZ2jVRmLFUmgoUskyBbE3Bi-2F9OO534waDayFbPUopg6tOQCst7vXZtbzcRBkET0dtqJ9gpbZap6lV8kJwSB6A3uktLZOKUYH5yxhy7cXkbbHf06zILRskCpPoSUZRIZRAZe5h-2Fgq8-2B2t-2BUA2n1YgKKrhMwmz61v0nfrra-2B50gwmSykieNdRVWRxFeE-3D
The original url is a google drive file. The problem is that when I add a link in my email it always ends up in the spam and when the recipient clicks the link, it's showing a site not found error (Please click the above replaced url to understand what I'm trying to say). When I don't add any links, it ends up in the inbox without any problem.
I have installed mautic on a subdomain mautic.mydomain.com and the root url is given as mautic.mydomain.com (I've tried changing the root url to mydomain.com and clearing the cache but that didn't help.)
Here's a screenshot showing the broken links.
screenshot of broken links in email-tester
There are no log errors being shown.
Please tell me why this is happening and any solution to this problem. Thanks in advance.
Link Tracking Config
Link Tracking in Mautic properly working depends on a few things:
Your hosting configuration
Use of third-party Queues like RabbitMQ or Elasticbeanstalk
If using LAMP, appropriate .htaccess file.
If using LEMP, appropriate nginx.conf.
Because the setup for infrastructure so widely varies, it is difficult to troubleshoot your question without more details.
Spam Score
Mautic will automatically replace your links with a link through the Mautic platform in order to track clicks.
If you want to decrease your spam score, you should look into the following:
Mautic should be on the same domain you are sending emails from... otherwise it will always look spammy.
Set up SPF / DKIM On your domain.
Reduce the number of links in your email. Too many and it can get a higher spam score.

Why does images in Google spreadsheet often change their place?

I am currently working with Google Script which accepts the user input and store in the other spreadsheet. This logic works ok but to facilitate this, I have created a form like provision on my worksheet and placed some images which look like buttons. When I (and other collaborators) open this spreadsheet, we often observe that images are not on their place as shown below,
Note: See above, buttons (images) 'Get Case Details' & 'Deletegate Tasks' are not on their original positions. Ideally, they should appear as below,
As a workaround, I just go to some other tab/worksheet and come back to mine which shows the image location correctly.
I checked this discussion on Google Doc forum but looks like a known issue, no answer yet.
Does anyone have any idea? Has anyone come across this problem?
Besides the discussion that you linked, there a lot of other similar reports over the years on the Google Docs Help Forum and other places on the web.
One alternative is to increase the whitespace around the buttons. Another alternative is to use another UI element like custom menus, a side panel or dialogs.

Disable the right click, ctrl +c , ctrl+v and selection functionalities [duplicate]

This question already has answers here:
How to Disable Copy Paste (Browser)
(12 answers)
Closed 8 years ago.
I am developing an Online Exam rails app. In the Examination interface, I want to prevent the copy(ctrl+c), paste(ctrl+v), right click and selection functionalities. How I would be able to prevent it using javascript? Please help me to have a better solution for this.
Thanks :)-
This depends on the client's browser, so you'll need to add the appropriate JScript to your page. Note that this only works if Javascript is enabled on their browser (it generally will be).

Clear cache/indexed pages of a Google Custom Search Engine

I added a Google Custom Search Engine to a site. There is a search box in the header. It also shows the list of frequently searched keywords. Since, the header was available on all pages, the search engine index all the pages according to these keywords too. This was wrong. I searched and added class='nocontent' to the relevant div. Now the question:
I want the clear the cache of my custom search engine and force it to reindex pages. How to do that? I have tried to remove the site and add it again but it does not work.
You may want to use the "On-Demand Indexing" feature to request updated indexing for your CSE.
http://code.google.com/apis/customsearch/docs/indexing.html
There are several additional help pages with related information. I cannot post any further links here (because I lack sufficient rep on Stack Overflow), so I'll tell you how to find those pages:
On the page linked above, under "Other Resources" in the sidebar, click "Help Center"; then click "How to", click "Search results", click "Indexing", and follow the listed links.
NOTE:
At this time the class="nocontent" exclusion feature of Custom Search may not yet work in some cases. Please see this discussion in the Custom Search forum (and check there again later for any updates):
https://groups.google.com/a/googleproductforums.com/d/msg/customsearch/Rz63MiyoU6I/_tSZ_g_9D_AJ

How can I make Google cache delete old webpages and start to index new ones [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 months ago.
Improve this question
I have a problem concerning Google cache my old content URLs while I created a new website
I have an old website where the old webpages are dead now and created a new website with new webpages.
Because I have old content so when people search on Google for old content the old URLs appear in the search results (as it was cached) instead of the new ones which should be appearing (but not indexed yet), this is because the old content is already indexed by Google and the new ones are not indexed yet.
While when people search of new content the new URLs appear. So for the new content there is no problem, but the problem I have is with the old content.
For that reason above, now I created a new pages with the old URL names to redirect to the new page with the new URL when people search for old content.
My question is what I did to solve this will help the old URLs to disappear from Google cached pages and start to index the OLD content with new URLs instead or should I keep with page not found?
Here's an example of the case I have:
When I search for old content this URL appear in search results --
www.example.com/Sectionnewsdetail.aspx?id=10132
which is deleted and land on page not found
So I created a webpage with the old name
Sectionnewsdetail.aspx to redirect to the new content page --
http://www.example.com/Content/SectionNews.aspx?NewsID=13855
whenever any one click on the old URL on Google my solution redirects him to the new page
So which case will help Google cache forget the old URLs and index the new URLs.
Keeping page not found or the solution I did as explained above?
Try submitting your site again. But It could still take a week or two.
The easiest way could be adding the cross-domain rel="canonical" link element in your old website. Google Tutorial
There are situations where it's not easily possible to set up
redirects. This could be the case when you need to move your website
from a server that does not feature server-side redirects. In a
situation like this, you can use the rel="canonical" link element
across domains to specify the exact URL of whichever domain is
preferred for indexing. While the rel="canonical" link element is seen
as a hint and not an absolute directive, we do try to follow it where
possible.

Resources