onirisweb on "wp_is_mobile doesn't work with my theme"
As I already said, I tried to contact him several times, but every times he answers out of the subject. I precise that I don't look for somebody that will make all the work at my own place. I'm looking...
View Articleesmi on "wp_is_mobile doesn't work with my theme"
You could try turning debug on and enabling error logging but that's all that WP can offer itself.
View Articleeblumer on "Make my site responsive"
I have a child theme based on WordPress 2010. I would like to make my site responsive (I've been told not having a responsive site will affect my SEO). Is there a way to convert my child theme into a...
View ArticleAndrew Nevins on "Make my site responsive"
When I enter that code I get a rbrace error message. Where did you enter it and what is the full error?
View Articleeblumer on "Make my site responsive"
On line 156 of Style.css. 154 #header_top_contact_info{ 155 max-width:350px; 156 width : 100% 157 position:relative; 158 left:520px; 159 top:-90px; 160 font-size:15px; 161 color:#e5a612; 162...
View Articleeblumer on "Make my site responsive"
Is there a way to copy my child theme into a responsive theme?
View ArticleAndrew Nevins on "Make my site responsive"
You're missing a semicolon on line 156, do you see?
View ArticleAndrew Nevins on "Make my site responsive"
Well CSS is dependent on HTML, so I doubt your Child Theme CSS will work on another theme.
View Articleeblumer on "Make my site responsive"
ok, I think that solved it. My header has several sections to adjust, just scared of doing it on my own. I will make sure to keep backup of the file handy so I don't mess up too bad. Thanks again Eric
View ArticleKathryn Presner on "[Theme: Twenty Fourteen] Links stop working!"
Hi there, providing a link to your site would be helpful - thanks.
View Articleadeb on "[Theme: Twenty Fourteen] Links stop working!"
Sorry, but everything is sorted out now! Heres the link anyway: start.pocketogram.se //Per
View Articlebcworkz on "wp_is_mobile doesn't work with my theme"
There isn't much a theme could do to corrupt wp_is_mobile() other than corrupt one of the variables it uses to make a decision. The function is not fool proof. It essentially does a keyword search on...
View ArticleShmoo on "making mediaelement.js responsive"
Hello guys, Just curious, how can I deregister the stylesheets of this media component? I like the JS stuff just wanna stop-/block the stylesheets Those two please: mediaelementplayer.min.css...
View ArticleShmoo on "making mediaelement.js responsive"
Got it.. Already had this piece of code in my functions.php function shmoo_scripts() { wp_enqueue_style( 'shmoo-style', get_stylesheet_uri() ); if ( is_singular() && comments_open() &&...
View ArticleLeah on "[Plugin: Facebook] Fluid width?"
How do I apply a fluid width instead of px? http://wordpress.org/plugins/facebook/
View ArticleNiall Kennedy on "[Plugin: Facebook] Fluid width?"
Most Facebook social plugins do not support a 100% width. You must specify a width in whole pixels within the allowed range of the social plugin and your chosen options (e.g. button vs. box). The...
View ArticleLeah on "[Plugin: Facebook] Fluid width?"
Thanks! If you have time, how would that translate into code for functions.php?
View ArticleGreeneco on "[Theme: One-Column]"
Hi, I have a question. I have a header image that I want to put a banner above it. So I see my heading image and additional the banner on top of my header image. I want my heading image link to my site...
View Articlebatharoy on "[Theme: One-Column]"
You should be able to add something like this right above the "<?php if" you posted above. By giving the id you should be able to style it independently of the header image. <a href="LINK TO...
View Article