All in One SEO Plugin - Post Card Issue in Excel Sheet - excel

my sites pages and posts titles, descriptions and featured images gets changed automatically. I am using all in one seo plugin but titles and descriptions are not coming from seoplugin. I don't know from where they are coming. Please check this screenshot when URL is added in Excel Sheet then t shows an abnormal post card with som chinese or japanese language text.screenshot for reference

Related

How to get selected text from google doc embedded in angular

We are developing software in angular for Cloud File Manager, We are using google drive as a backend. We have the following task that needs to perform :
When the user search for any string in folder/file listing, files, and folder that contain that string will be listed. and when the user will open any file (Google Doc/ Google Sheet or Google Slide /PDF) our angular application should highlight the searched text in the file.
When the user selects the text in the file view, we will enable a virtual copy content button. so that we can track the word count that is copied by the user and we need to limit the user to copy the content let's say 500 words per day. when a user reaches to limit, the user can't copy the content.
When the user copies any content from view and pastes it to any other word document (MS Word or Libre Office), the formatting of the content should be the same. Ex. if the user is copied table, the user can paste it as a table in the word.
Techstack: Angular, Node and Google Drive v3 API
Do you have any solution or any other way to perform the same thing?
Solution Tried:
We have tried to download the files at the server end and display them on the angular end. Highlighting the search and Copy Content Limit is working fine but the Formating of the content does not remain the same when we are pasting it to local MS word. (We have used the mammoth viewer)
We have converted the doc into HTML and tried to display the document. but it is possible as embedded iframe feature and We are not able to get the selected text for copy and we are not able to highlight the searched text as well.
We have tried to integrate the google viewer, we can directly display the google doc to viewer but it is also creating the embeded iframe tag and still facing the seacted text and searched hightlight text issues.

From woocommerce order to customized pdf

I built a website using Wordpress and WooCommerce. Once i have created an order,
i need to have a final page(that i will then convert into pdf) to sum up the order in details. For instance, i need a sheet with the name of the company, some information about the guest and a detailed description of the products with pictures. Of course some information will be static and Others will come from the order.
1) I do not need an invoice (there are several plug-ins for that), i would need a final page showing the information with a layout i choose. Is there any drag and drop tool that helps me costumize a page with static(logo, client info) and dynamic(orders) information?
2) At this point, i can export my order details into Excel file. Is there any way to automatically generate a pdf with custom layout from an Excel file?

From Excel to Outlook: how to do the link especially with files such as PDF

First a few words of context:
In my company we always have to attach 3 PDF files when it comes to sending an e-mail (by Outlook) to a client regarding a product. Sometimes when we speak about several products, we have to send even more PDF files. Hopefully some files are redundant because they are "family" of products but still it's really a mess.
Then I got the idea of creating an excel sheet with the list of all the products and all the associated PDFs to send. The idea is to tick the box of which files we want to send then click on the big email icon and all the chosen documents will be already attached to an e-mail in Outlook. After that all you have to do is to write the name of the client and you're done: send it!.
Having an idea is great but implementing it is better. That's where my Excel and VBA skills are lacking.
Here are the questions:
1.how to assign a pdf files to a "box"
2.how to create the link from Excel to an email in Outlook by simply clicking on the mail icon so that all chosen documents are attached in the email?
Here are the pictures that will help you understand the issue.
Your approach is almost right, but off a bit. Please see the link below. You should find your answer there.
http://www.rondebruin.nl/win/s1/outlook/amail6.htm

Resize column functionality required in Google Sites List Page Template

I need a resize column capability in on a Google Sites Page based on the List Page Template.
Can anyone suggest a possible workaround for this, other than embedding a spreadsheet which looks really bad
As far as I know there's no way to change columns size. About Google Spreadsheets, they look better if you insert the URL of a published spreadsheet (published as web page that is). The embed tag looks sth like this:
<iframe src="https://docs.google.com/spreadsheets/d/e/2PACX-1vQLcI0Y7X4oaW8eBYkt5r4.../pubhtml?widget=true&headers=false"></iframe>

Custom viewing of files from Documents and Media portlet

I have a requirement where in a drop-down with years (2008,2009,2010,2011,2012) as its values is to be displayed.
On select of a particular value all annual report (i.e all pdf files falling in that year) for that particular year are to be displayed.
I have found Documents & Media useful to store such files. I have created Document Type for annual report having following meta data:
NAME: Text field-name of the file uploaded
FILE UPLOAD: file uploaded
YEAR: Integer-this year are linked to the drop down values
I am trying a way to filter (displaying all years in drop down) be added on viewer.
When you select a year, the file document stored is displayed. Please help as how to go on further.
We have Documents & Media Display but it shows all the files
Or if Web-content Display can be useful?
Or if how Documents & Media Display can be modified to generate a drop-down of all values displaying links to the pdf?
Please help.
So here is your requirement in short:
Show a drop-down with certain values
On select of any of the values, a list should appear which displays the list of files.
So here are my suggestions according to the points above:
Create your own custom portlet to show the drop-down. Don't go with customizing the liferay's portlet since later on you might get some more requirement to refine the logic or change the UI and you may also be required that Liferay's Document library portlet works as is. But if you want that uploading the files and a drop-down should be given in the same portlet then you have just one option to go with the Documents and Media display portlet.
Write your custom logic to display the list of files using Liferay Document & Media API in conjunction with Dynamic Query API.
The challenge would be to make the logic of fetching files according to the Meta-types for your Document Type, since I don't think liferay does not provide any way to fetch data according to the Meta-data types in a Document Type.
Please comment if you need something more or have not understood anything.

Resources