suramya26vyas
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Getting Not secure on address bar for my domainHi
I got reply from Amazon and they suggested 2 solutions—–Solution 1—–
In the meanwhile, we’ve received an update from the Technical team that we need not use the “http” or “https” in the HTML code generated.
If “http” or “https” is removed from the HTML script, it should start working then. I’ve also personally checked and replicated the issue and the links were working fine after the changes.
For better understanding and to make it simple for you, please refer to the below example:
While pasting the HTML code in the website/blog site, please change the below line as mentioned to other and keep the other parts as it is. Please NOTE “http:” has been removed and “//c.amazon-adsystem.com/aax2/assoc.js” has been used from original code.
Change the HTML code from,
“<script type=”text/javascript” language=”javascript” src=”http//c.amazon-adsystem.com/aax2/assoc.js”>”
To,
“<script type=”text/javascript” language=”javascript” src=”//c.amazon-adsystem.com/aax2/assoc.js”>”
Using “//….” instead of “http:// ….” or “https:// …..” makes it protocol agnostic and takes the protocol automatically.
—–Solution 2—–
If you are using a Blog site and while posting the links on your Blog site, you may receive the error message shown below.
” This page contains HTTP resources that may cause mixed content affecting security and user experience if the blog is viewed over HTTPS.
Fix Dismiss Learn more
<script type=”text/javascript” language=”javascript” src=”http://c.amazon-adsystem.com/aax2/assoc.js"> ”I had already done solution 1
I see the error specficied in solution 2 when I click inspect the page by clicking on F12.
Can you tell me how can I fix it?
Forum: Fixing WordPress
In reply to: Disable pagination on homepageThis is temporary fix. I mean every time the limit is reached I need to increase the number in the number of posts.
Can’t there be a more dynamic and permanent fix?
Forum: Fixing WordPress
In reply to: Getting Not secure on address bar for my domainOk I have sent them the mail, lets see what they reply
thanksForum: Fixing WordPress
In reply to: Not getting options to edit my widgets in side baryes it worked. But why did this problem happen? Earlier without this plugin also website was working fine and I was able to add and edit widgets
Hi
I added the code manually
I cleared the cache and uninstalled the propeller plug and the issue got fixed
Thanks for your timeForum: Fixing WordPress
In reply to: Unable to Increase the Font Size of title of postsThanks a lot, that will be all for now.
Thanks for your helpful supportForum: Fixing WordPress
In reply to: Unable to Increase the Font Size of title of postsThanks, this worked. I was stuck on this issue since ages.
One thing more how can I make the font of the title bold
Can you please help me with this?Forum: Fixing WordPress
In reply to: Unable to Increase the Font Size of title of postsHi,
Sorry I dont know how to send screenshots here.
The code#header h1 { font-size: 100px; }did work but this only changed the title of my website.
If you visit https://analyticalsoul.com/upcoming-netflix-india-offerings/
You will see at the top it is written Analytical Soul, tat is acting as the website logo hence it is present on all pages
With the above mentioned code only the size of that text i.e. Analytical Soul is changed.The Title of my post is 5 Upcoming Indian Movies and Series on Netflix worth watching.
This is the text for which I want to change font sizeBut with neither of the above codes it is happening
Please help meI wanted to know that the when I click run my URl FB debugger. It shows that It shows 77 likes and shares around my URL but where Can I find these likes and shares ??
- This reply was modified 6 years ago by suramya26vyas.
Thanks a lot, I didn’t know about this debugger earlier.
I checked it so now on FB I can find the image.Can you please help me with the twitter issue as well?