blogger

How to add second level to a submenu in a dropdown navigation css in Blogger

纵然是瞬间 提交于 2020-01-04 05:57:13
问题 I am really struggling with my template. Here is my current css for the navigation menu. I have tried several things but nothing gives me a second submenu that will pop out to the right of the dropdown im already on. Can anyone help me insert code to allow for a second pop out? Thanks!!! /* CSS Main Menu */ #menu-wrapper { background: #353535; height: 50px; width: 100%; position: relative; z-index: 99; } #menu { color: #fff; height: 50px; max-width: 1100px; margin: 0 auto; -webkit-transform:

How do you make an infinite scroll page in Blogger?

假装没事ソ 提交于 2020-01-02 01:55:27
问题 I have a blog and would like to make it infinite scroll so you don't have to click through pages and pages of posts. Can anyone help me with the code, its in HTML according to Blogger ? Thanks :-) 回答1: How to add infinite scrolling to Blogger blogs Recently I read an interesting article, How to add infinite scrolling to Blogger blogs. If you are using Blogger's blog, you can follow the instructions and give your blog, an infinite scroll without much hassle. The code for the widget is

How to display higher-res thumbnails on Blogger

ε祈祈猫儿з 提交于 2020-01-01 19:17:10
问题 All this time I've been using <img expr:src='data:post.thumbnailUrl'/> to display thumbnails on my homepage, which outputs a 72x72 square image originally made for mobile browsing. I then use jquery to scale the image from 72-c to s300. I wonder if there's a different approach to get a thumbnail without using js. The new set of templates released by Blogger can output a thumbnail size available in 32, 64, 128 and 256 px using data:post.featuredImage. How can I apply this to custom templates?

in blogger, overflow doesn't work in IE

房东的猫 提交于 2019-12-25 09:19:54
问题 here is my blog link http://testt0646t.blogspot.tw/2017/06/test.html if you open it with chrome or firefox, you can find that scroll works well; however, if you open it with IE, you will find the scroll does not work. I tried search on the internet, but found nothing useful. I thought the reason my be that the HTML syntax, overflow:auto doesn't work, can anyone help me with this? <div style="background: #ffffff; border-width: 0.1em 0.1em 0.1em 0.8em; border: solid gray; overflow: auto;

How can I get the list of followers from the Google Data API for Blogger?

烂漫一生 提交于 2019-12-25 05:58:10
问题 I am able to get the list of 'authored' blogs for a particular user profile-id and its response is available in JSON. However, when I try to request the profile (which has the list of followers), I can only get the result in HTML. Is there any way to get the list in a data-protocol format (i.e., XML or JSON)? 回答1: After spending several days trying different APIs, I am convinced that the list of followers is not available through Blogger. I worked with the Blogger API, the Client Libraries

How to add Facebook Like and Comments box to image javascript

核能气质少年 提交于 2019-12-25 02:33:32
问题 I want to add Facebook like button and comment box on my Blogger blog.Its a pictures blog which displays pictures using JavaScript. Recently I have implemented share button using Facebook JavaScript sdk and its working perfectly with my image script(sharing image thumbnail and image URL). I want to know if this sharing script can be modified in some way to use it as Like button and comment box(showing only comments for image currently being viewed) This is the Share Button script <script>

Blogger drop down menu

北城以北 提交于 2019-12-25 01:58:31
问题 This the Css code of my blogger template. I tried to fix every detail but I still face problem... I can see the drop down menu when I hoover on the maim menu element but I can't click of the sub-menu items, when I try to hoover over the sub-menu window it disappears. Could you please help me with that .post { border:1px solid #000000; border-style:solid; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; background:#ffffff; margin:0.1em .5em; padding:0px 15px 0px 15px }

Blogger from http to https (SSL problems)

二次信任 提交于 2019-12-25 01:33:46
问题 The problem is that after receiving the SSL certificate, and switch my site from http to https some functions of my site (on my own domain) on the blogger platform, stopped working. How can I fix the code to make them work again? <script type="text/javascript"> function LoadTheArchive(TotalFeed) { var PostTitles = new Array(); var PostURLs = new Array(); var PostYears = new Array(); var PostMonths = new Array(); var PostDays = new Array(); if("entry" in TotalFeed.feed) { var PostEntries

How to tell Facebook which div is the “content” one? (for links summary)

烈酒焚心 提交于 2019-12-24 20:35:17
问题 I have a small blog hosted on blogger.com I don't understand why, when people like or share a blog post on Facebook, the real content is never fetched as a summary. For example, for this post, the summary is the small "about me" that I placed on the sidebar, while on this other post, the summary is the first comment. It's weird, what I can do? There is a way, for example a class, to indicate the main content div? 回答1: You need to implement the Open Graph tags for Facebook into your blog. 回答2:

JavaScript for resizing photos in Blogger posts

ε祈祈猫儿з 提交于 2019-12-24 17:43:40
问题 I am trying to automate resizing of photos in Blogger posts (without much luck). Basically I need a piece of JavaScript that would find all elements within each of the elements above find all elements these are of the form: <img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 400px; height: 265px;" src="http://1.bp.blogspot.com/-y8j5IluAe4g/TykduAo1gnI/AAAAAAAAD38/K6VakbKwowU/s400/Czerwony%2BStompee%2Bdla%2Bdzieci.jpeg" alt="" id="BLOGGER_PHOTO