westbccoast
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Bullets turned into Arrows >> but fine in EditorThanks. I did get it resolved by the theme creators. Don’t even get me start how stupid I think it is having the default bullets as >>
Anyway they added the following in a custom CSS section and it resolved it.
.sAsCont section ul li:before, footer section ul li:before {
content: ‘?’ !important;
}.bSe ul li:before {
content: ‘?’ !important;
}Forum: Fixing WordPress
In reply to: Bullets turned into Arrows >> but fine in EditorThanks for some reason my home page was set to private and I didn’t realize since I login all the time.
That been said, not a CSS person, but I didn’t change anything in the theme in fact, I avoid any changes to the theme period unless I have no choice, but certainly I don’t change any CSS, I use the CSS Plus plugin if I need to add any CSS to a page.
Is it normal for a theme bullets to change or has something changed the theme without me realizing ?
I will try find that in the theme. I have fixed the home page, so home you will be able to see it as well as you can see it happening on the first link down the page.
Forum: Fixing WordPress
In reply to: are drafts in wordpress being indexed ?You can also set it to a private page no one can see it, drafts could be published by accident if you not paying attention, no I wouldn’t put it in google docs, no need.
Forum: Fixing WordPress
In reply to: Help with product categories/pagesDid you change anything recently, mess with any of the permalink maybe ?
Forum: Fixing WordPress
In reply to: Theme + Customiser Not WorkingYou will have to try explain what is not working, you say the url has not changed but yet you say it has also changed.
I think the root cause of the problem won’t be fixed until you figure out what exactly did you change. How many things do you have on your blog, is it an old install or a new install ?
Normally when people update the url, you need to reconfigure the Database as well, people would connect to the DB and update the URL in the DB, it’s somewhat complex, but there are plugins to help you out.
Maybe you can try rephrase what you did exactly .. you might have to do a new install just to see exactly what you changed, but guess you can reverse whatever you did.
Forum: Fixing WordPress
In reply to: Video pluginI will let someone comment about a specific plugin, but instead of trying to autopen a thumbnail, but not just create a table with the created thumbnails. You could either create a table manually or write a small plugin to create a table I guess.
This might help
- This reply was modified 6 years, 11 months ago by westbccoast.
Forum: Fixing WordPress
In reply to: Video pluginI will let someone comment about a specific plugin, but instead of trying to autopen a thumbnail, but not just create a table with the created thumbnails. You could either create a table manually or write a small plugin to create a table I guess.
This might help
Each YouTube video has 4 generated images. They are predictably formatted as follows:
https://img.youtube.com/vi/<insert-youtube-video-id-here>/0.jpg
https://img.youtube.com/vi/<insert-youtube-video-id-here>/1.jpg
https://img.youtube.com/vi/<insert-youtube-video-id-here>/2.jpg
https://img.youtube.com/vi/<insert-youtube-video-id-here>/3.jpg
The first one in the list is a full size image and others are thumbnail images. The default thumbnail image (ie. one of 1.jpg, 2.jpg, 3.jpg) is:https://img.youtube.com/vi/<insert-youtube-video-id-here>/default.jpg
For the high quality version of the thumbnail use a url similar to this:https://img.youtube.com/vi/<insert-youtube-video-id-here>/hqdefault.jpg
There is also a medium quality version of the thumbnail, using a url similar to the HQ:https://img.youtube.com/vi/<insert-youtube-video-id-here>/mqdefault.jpg
For the standard definition version of the thumbnail, use a url similar to this:https://img.youtube.com/vi/<insert-youtube-video-id-here>/sddefault.jpg
For the maximum resolution version of the thumbnail use a url similar to this:https://img.youtube.com/vi/<insert-youtube-video-id-here>/maxresdefault.jpg
All of the above urls are available over http too. Additionally, the slightly shorter hostname i3.ytimg.com works in place of img.youtube.com in the example urls above.Alternatively, you can use the YouTube Data API (v3) to get thumbnail images.
Forum: Fixing WordPress
In reply to: Theme + Customiser Not WorkingHow did you change your wordpress address. I assume you need to update the wordpress DB with your new URL. Did you look up how to move a wordpress site to another URL, I am thinking you need up the db. Do you still have access to the wordpress DB and does it look populated etc ?
Forum: Fixing WordPress
In reply to: Line on top of tablesAh your first suggestion worked perfectly, thank you, you a star. On my other blog, I had the same issue, just not a blue line, it was a thin line above the table and the other solutions managed to resolve it. It was really bothering me and I knew I would just run into it again if I didn’t try get it resolved.
Thanks a million GraphicsCove