I want to put up a header with description on the top of the tagged page
Example: http://splexlibrary.tumblr.com/tagged/clothing
I want a custom description under "#clothing" with links and text.. preferably in a new box.
But, I want this to be different in specific tags.
Example, new links and text in "#build mode" and so on.
(I know this has been asked before, but hopefully its someone seeing this that knows)
Related
Ok so I'm making a custom blogger template. I know concepts like data tags and basic structure of blogger. But, since
I'm new at programming I am having some difficulties with this specific widget "blog post".
I know this is the most important widget but it's kinda difficult for me to edit this one because i don't know
what to change or what should i look for.
The problem here is whenever I apply this code, instead of showing thumbnail and title of the post it just shows whole post on my homepage.
The homepage looks fine before publishing anything but as soon as I publish a post it disappears leaving a disorientate page.
So please tell me if you guys know what type of specific code I need to change or do i have to write it from scratch in order to show only thumbnail and title of the post.
Here you can see the widget code: https://github.com/Blayke01/blogger/blob/master/blogger.html
I write 4 sections pages in index html page and i want link the sections page with the menu.
How can I show the content of section when click at each menu?
I use ready website from bootstrap and edit it and I use atom program.
What i should to write at page html or at javascript?
Below is my code:
I concur with NewtoJS you should post a code snippet instead of an image, and you are asking at least 3 questions any way I will try to help
1.- I want link the sections page with the menu?
you can do so using The HTML < a> tag that defines a hyperlink, which is used to link from one page to another.
2.- how to show content of section when click at each menu?
this can have many different aproaches but since you tagged the question with html I will try to answer acordingly. Each section should have its own html file, or and "ID" if they are in the same page when you click on a < a> tag refering to that page or "ID" it will lead to that section.
3.- what i should to write at page html or at javascript ?
of course a web site can be done without using Javascript it is easy but you need to use CSS as well for styling purposes. Generally you can't choose just one, you have to use both and depending on your needs could be more from one than the other. please refer to this site for a complete documentation on HTML
and you can read about javascript here, if you want to learn CSS please refer to this page.
a side comment:
for a complete documentation on how to use html < a> tags please refer to this >site
I will suget not to use POOPSTRAP, and you should try to work with wordpress or something like that if you dont know how to code, and if you want to learn to code starting in stackoverflow is a bad aproach, you should first take a free course on udemy.
I'm setting up a website for my brother in-law. Been using a few services that are pretty inescapable in his industry. I could vent right now about them -- but I won't.
I'd like to remove the "Powered by" logo that appears on the schedule and the links:
This is a link to the site: http://goo.gl/lHv7dF (using a shortener in case I have to remove it for some reason).
I had found this question previously asked on stack-flow in regards to the same conundrum. It has some dead links, and sort of comes in the middle, and relates to code found on a defunct webpage. Hide an element loaded from external url
I want to point out that these plugins aren't free at all. They're amazingly pricey. It's kind of gross that the logo remains.
I appreciate your help!
TL;DR: Need to stop a specific element from displaying on a WP plugin.
I do not give my opinion on the fact of hiding the logo or not, that's your business, but be sure you have the right.
You should add this CSS rule in your style.css file (or into your WP template settings page if there is a field like "write your own css here") :
.hc_footer img { display:none; }
The rule hides all the image elements which are on the footer of the timetable. Currently there is only the "powered-by" logo so it's OK.
I want to reproduce a simple, one page website with some javascript in a tumblr post (as a form of documentation for a project) but everytime I try to put the source html of the site into the tumblr form it ends up not loading at all inside the tumblr... Here's the page I'm trying to "embed" into tumblr: www.benenson.ae/recording.html
When I copy the html into the tumblr console, I'm fixing the path to the scripts at the top so that's not the problem..Am I missing some trick for getting this to work inside Tumblr?
I wasn't sure what support there was for iframes in tumblr, but it is possible, but you will need to add some styling to suit your needs:
I simply created a new post, selected the html tab and then put in the following code:
<iframe src="http://www.benenson.ae/recording.html"></iframe>
Alternatively you could create a single post, uploading the image content to tumblr and make it link to anywhere you like, and then add a caption for the post that replicates the current text you have.
If that helps or you want to pursue the second option, let me know and I can update my answer.
On my HTML index page, I am using a popup javascript code that has something like
<li> <font color ="#000"> » </font> <font color ="#ccc">
Some text</font><b>, XYX, Country</b></li>
<li><font color ="#000"> » </font><a href ="secondpage.php" alt="Blog" />
I used a free xml-sitemap generator and strangely, the second li which is a regular a href URL and shows up in the sitemap as a linked page. However, the first one which calls the page using a javascript function does not show up.
This got me thinking,
Would this impact SEO results, would search engines also skip JS code and hence not crawl the linked pages which open in a popup?
Or is this an issue with the sitemap generator that does not understand JS and I have to manually create it?
Totally new to this. Was hoping to get some advise .
thanks!
Ryan
answer will vary based of crawlers, but you should keep your markup readable and less dynamic in areas you want crawler to read or you can follow the guidelines provided. For specific answer to your question:
Since 2009 Google looks for and finds OnClick links in any and all HTML tags. When found they will add the URL to their crawl.
If there is sensible "anchor" text then the text of the element will be used as anchor text.
The OnClick link also passes PageRank.
For more info:
http://www.searchenginepeople.com/blog/onclick.html
http://seogadget.com/google-does-not-crawl-hidden-java-onclick/