Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 8 years ago.
Improve this question
Is it possible to use CSS to style the facebook share button? The problem im having is that the javascript creates an iframe meaning normal CSS on the page doenst affect the styling of the iframe.
https://developers.facebook.com/docs/plugins/share-button/
According to the Facebook Do's and Don'ts, you are not allowed to
Modify Facebook brand assets in any way, such as by changing the design or color
So I guess that settles the matter.
Should you really want to customize the content of an iframe, the question has already been asked multiple times: check out this answer, or that answer or even that one.
Related
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 years ago.
Improve this question
I have 3 cards on my wordpress site homepage, jookaskids.com.ng, it has a link in it already, and I don't want only the link to be clickable but the whole card.
I hope my question is built well.
Example here on this bootstrap page HERE
The Card Img Here
Wrap the whole HTML structure of the card into an a tag & specify corresponding href attribute.
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 years ago.
Improve this question
My site:
When I was setting up the store I was prompted to create a banner. I thought, gee that looks great, wonder if I will be able to remove it....
Well, I cannot seem to find where to remove the banner. It is only on the home page and only when you first load.
Thanks!
Andrew
You can disable the banner by logging into your Wordpress backend and doing the following steps:
Open Appearance > Customizer
Open the Woocommerce tab
Click on Store notice
Disable the store notice by removing the check in the checkbox.
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 3 years ago.
Improve this question
Whenever I try to to use developer options in browser my website automatically starts shrinking
Yes, this is the expected behavior. There is an option to open developer tools in a separate window in most browsers (that can be found in the top-right corner of the developer tools panel in your screenshot).
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Closed 9 years ago.
Improve this question
How can I improve the page load on this page? http://designwebs.co.uk/griffiths/news-6/
Basically before the css gets loaded the page doesn't look very pretty.
Any help would be appreciated, thanks.
Some general tips:
Minimize your css.
Combine your css into one file (use a server side utlity).
Same with your javscripts.
And use a preloader. This will display a loading icon until your whole content has been loaded
http://niklausgerber.com/blog/preloadme-a-lightweight-jquery-website-preloader/
When you have a big CSS-File, it takes a while to load it.
Try to use a clean CSS. Some tips are documentet here
A other option is to show the site until everything is loaded. Here you have an easy-to-understand code snip by CSS-Tricks
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 am working on one website and came across css issue. Mozilla and Chrome not taking css.
Please help me out from this. I have checked the url on w3.validator site it showing me OK.
Here is website link: http://adtrack.seoperspective.com
Thanks,
Praful
The problem here is the style isn't loaded because your domain gets filtered by AdBlock.
Namely, it trips the following rule in the EasyList: /adtrack.
If I disable AdBlock and reload, the CSS file gets loaded and applied, complete with shadows and a black background.
There is no easy solution but changing your third-level domain to something that isn't offensive to AdBlock.
your CSS is protected by login.php:6.
Edit: or it's because of of the adtrack URL. But in any case, when I try to open the styles.css in a new window, I get rerouted to the login page.