tumblr

Tumblr portfolio is very slow

送分小仙女□ 提交于 2020-12-15 01:45:08
问题 First of all i'm not a dev at any point ; I'll do my best to make me understood. I've created myself (a long time ago now) a portfolio, using tumblr platform. It may or may not be the greatest paltform, I know, but I like it this way and want to keep it, because it is easy for me to update it. I'm struggling right now, because since 1 or 2 months, my page is extremly slow to load. It can take frome 5 to 30sec ! I think there is an optimization problem, because even though it is displaying a

Tumblr portfolio is very slow

南楼画角 提交于 2020-12-15 01:43:26
问题 First of all i'm not a dev at any point ; I'll do my best to make me understood. I've created myself (a long time ago now) a portfolio, using tumblr platform. It may or may not be the greatest paltform, I know, but I like it this way and want to keep it, because it is easy for me to update it. I'm struggling right now, because since 1 or 2 months, my page is extremly slow to load. It can take frome 5 to 30sec ! I think there is an optimization problem, because even though it is displaying a

Html code for displaying posts in random order

ⅰ亾dé卋堺 提交于 2020-01-25 04:26:09
问题 I have created a Tumblr blog that shows photos of my interest. I am looking to have my tumblr photo posts to be displayed in random order such that every-time the page is loaded, the order of posts in my grid theme is randomly shown. This way everyone can see all my posts without scrolling. Does anyone know a code that I can simply insert to my theme so that posts are shown in random order and be shown in random order every time the page loads. 回答1: I am not entirely familiar with Tumbler,

how can I show “0 Notes” in tumblr when there aren't any notes?

百般思念 提交于 2020-01-23 12:13:10
问题 I tried different codes from different themes and google search. Though everything just shows a notification only if there are notes in a post. So when there aren't notes, i wanted to show "0 notes" - How can I do that Thanks 回答1: From the first look solution seems to be impossible to output anything if Post has no notes due to tumblr custom themes docs, but as we shall see, the impossible is possible. I invented trick to help you with your question. The main idea of trick is to create

how can I show “0 Notes” in tumblr when there aren't any notes?

蹲街弑〆低调 提交于 2020-01-23 12:13:07
问题 I tried different codes from different themes and google search. Though everything just shows a notification only if there are notes in a post. So when there aren't notes, i wanted to show "0 notes" - How can I do that Thanks 回答1: From the first look solution seems to be impossible to output anything if Post has no notes due to tumblr custom themes docs, but as we shall see, the impossible is possible. I invented trick to help you with your question. The main idea of trick is to create

Infinite Scroll functions only in the front page

a 夏天 提交于 2020-01-23 03:45:10
问题 I'm using the infinite scroll plugin in a tumblr blog and everything works as it should, provided the user is in the front page- for example: "{someblog}.tumblr.com". Starting from "{someblog}.tumblr.com/page/2" and so on, the plugin doesn't seem to load at all (it doesn't hide the navigation elements). initialize Here's the code I use to call it: $('#container').infinitescroll({ loading: { finished: undefined, finishedMsg: "Finished", img: "preloader.gif", msg: null, msgText: "Loading...",

Click a checkbox with selenium-webdriver

こ雲淡風輕ζ 提交于 2020-01-14 14:31:52
问题 I'm testing my app with tumblr and I have to log in and out as I go through procedures. While doing so, I'm having trouble clicking a checkbox that keeps popping up. How can I use selenium-webriver in python to click it? I've tried selecting xpaths, ...by_ids, and by_classes, they won't work, so now I'm trying to use the mouse's coordinates to physically click the item. (This is on the tumblr login page, fyi) Above is the html of the item I'm trying to select. (EDIT:) I've the following

How do I add Google Adsense every x posts?

空扰寡人 提交于 2020-01-13 06:53:12
问题 I found this example http://wearevanity.co where the new ads are loaded in every page. In addition to the maximum number of posts allowed by Tumblr . The ads are automatically adjusted to the layout of the page, which makes them add to the look of the blog. Does anyone know how to achieve this? If so, would you please explain it to us, step by step? 回答1: Use {block:Post6} and {block:Post12} to show content on the 6th and 12th posts. Documentation here Example usage: {block:Posts} {block:Photo

Android Tumblr login issue “JumblrException: Not Authorized”

ぐ巨炮叔叔 提交于 2020-01-12 05:44:05
问题 Why following code giving me such type of exception com.tumblr.jumblr.exceptions.JumblrException: Not Authorized I saw this question , but i am not able to resolved this issue...plz help me public class MainActivity extends Activity implements OnClickListener { private static final String TAG = "TumblrDemo"; private static final String PREFERENCE_NAME = "tumblr"; public static final String REQUEST_TOKEN_URL = "https://www.tumblr.com/oauth/request_token"; public static final String ACCESS

Redirecting Posts on Tumblr to Custom Pages

↘锁芯ラ 提交于 2020-01-07 07:58:26
问题 Now before you post one of the many "Add a Page" tutorials I've read, I'm going to say that none of those have helped because not only has Tumblr removed the "Redirect" option on it (courtesy of April 8th, 2015, unfortunately), but the add a page feature does not seem to work when using a custom HTML code--even when you use the "add a page" link that you created and paste it into the link url section provided for the tabs! Of course, I have also looked at questions on here, but those pertain