getting trouble with CSS in twitter widget using wordpress [closed] - javascript

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
I have a http://4gwirelessforum.intemind.biz/ i used there a plugin twitter widget that showing at the right side name of My LinkedIn Profile i have to manage the profile image I know how to set I just need to give width of its 285px; on but cant understand where to put it is saying the online url static.licdn.com for css. how can there be possibility to change it.
An early reply will be highly appreciated.
Thanks in advance

First, you don't need to change the image size but whole container's size which is containing that widget part.
go in your style.css or plugin's css(if you know) and add the css of this line in end :
.li-profile-container { width:302px !important; }
before it was 350px so i have used !important as you don't know about this css location but keep in mind, its work around as m not sure about your site's other css so have this as current solution but also test that it won't affect other css(i think it won't).

Related

How Can I Run My Search Box Without JavaScript? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I want to remove JavaScript. But it does not work without JavaScript. What is the solution for this, please any modified code?
CSS is used to style the content and JS is the proper way to handle clicks and go some logic. Explain what you mean by damaging the system and I will try to help you fix it.
CSS means casacade style sheets, how do you want to create forms and functions with it? You definitely need js.
In other words, css is for the visuals, javascript to give it functionality. You just can't create methods using css.
CSS is for styling only (colours, font style etc.) as mentioned by others. Adding 'interactivity' by css would be somthing like this
.search-button a:active{background-color:#000;}
Change style on active or hover etc, but thats about it.
Personally I wouldn't say this is interactive. Javascript shouldn't slow down your website as its used by thousands of websites extensively eveyday. If it is then you need to take a look at the javascript code and debug it.
Regards

HTML, CSS application prototype - canvas, iframe or other [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I im currently in the making of a mobile application (prototype), which need to created in html, css and js. I made a low-fidelity prototype with paper cards, but now i need to create it as a website.
I was thinking about setting in a picture of a smartphone (iphone/android) and then edit the content inside that screen to point out that it should be run on a smartphone.
So if you emagine a i picture of a smartphone, and then inside the screen i wanne create some kind of box where all my content should go, but i am not quite sure what the best way to do that is. Should i use a canvas, a iframe or something different?
If there are any other inputs you are more than welcome to fire them at me.
I created a video to see how a user, unknown to the project, would interact with my low fidelity prototype, and thats what i am building my html prototype from.
The video can be found here if it is to any interest.
https://www.youtube.com/watch?v=TVXhEwGYYfg
(don't mind the text, it is in danish and just describes what the user is dooing)
Hope you can give me a hand to get startet.
Regards,
Nissen, Michael
Sounds like what you need is to start with reading something like this Introduction to Mobile Prototyping with HTML, CSS and JavaScript

How can i make a site like this by myself? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I saw this type of site : FireWaves
I really like the idea of desplaying pages content. The home page is simply the background image and the menu, then when you press on a page frrom the menu, it happends that :
http://i.stack.imgur.com/mb1Vg.jpg
the menu bar goes down, and the page content appears. I want to use this into a wordpress theme, but don't know how to make this type of site. i guess is a combination of css and ajax, but i'm not sure
Try using twitter Bootstrap (getbootstrap.com)
This will help you creating this type of website easily.
Twitter Bootstrap is easy to use and help you making really good and responsive websites.
Cheers!!

Need to Find A JQuery solution similar to app for Ipad [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I had a meeting with our president this morning who was wanting to have our team page function similar to the following app for her Ipad:
http://itunes.apple.com/us/app/appstream-for-ipad/id375288393?mt=8
There is a lot of movement and I am not sure where to really begin. In our case the thumbnails would be pictures of our people and when you clicked the photo a pop up box with description and contact information would be available for the user. I am wondering if anyone has seen a JQuery plugin I could use to simulate this affect or something else I could build on.
Any help would be greatly appreciated.
For anyone that is interested, here is what I wound up doing.
I used a JQuery plugin called "quicksand" for the animation part of it, then set up some an AJAX request on a timer to call a php page with a list of all employees in random order. Give a similar effect to what we were looking for, thanks for all the help.
One way i could think is to just have the thubnail images and then load the appropriate profiles in a fancy box
http://fancybox.net/
Or do it all manually, by having a hidden, absolute positioned Overlay and then present it on click

What slideshow script is 'tumblr.com' using? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
The url is like below.
http://www.tumblr.com/
On the main page, you can see 3 images keep rotating, which I first thought was a swf, actually is not. They are the images each in <li> tag.
Is there any script out there that can do this? If then, what is it?
Not sure about the Tumblr but you can use jQuery Cycle plugin to create a lot of effects if you want.
In the source they import the file prototype_and_effects.js so they are most likely using the Prototype Framework (a popular alternative to jQuery) and script.aculo.us for the rotating banner effect, which is also included in that file.
Check out their effects demo page for examples and documentation.

Categories

Resources