Forum Replies Created
-
AuthorPosts
-
January 10, 2014 at 9:45 am in reply to: Little White Line with tiny upwards pointing Arrow at Bottom of Main Menu #207890
Hi Ismael,
The second code worked for the line, but the little arrow in the middle of it seemed to turn into a greyish color. Is there any way I can either remove that or make it black as well?
Here’s the new screenshot – https://www.dropbox.com/s/35xbi2qr3beg8vi/Screen%20Shot%202014-01-10%20at%203.50.26%20PM.png
Thanks
Jonny
Thanks Ismael
Yeah they were turned on but not working then I turned them off and back on and they started working. Sometimes I forget the first rule in IT doh! Thanks Devin
Worked. Thanks YIgit :)
January 9, 2014 at 12:29 pm in reply to: Main Menu Font Color in Mobile Version Didn't Change with CSS #207353Thanks Yigit :)
January 9, 2014 at 9:13 am in reply to: Main Menu Font Color in Mobile Version Didn't Change with CSS #207300Thanks will give it a go. How about the code to change the color of the menu font?
Working now thanks Ismael :)
It loads fine on my chrome and safari. I have added it to the theme using this code :
add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
function avia_add_heading_font($fonts)
{
$fonts[‘Shortstack’] = ‘Shortstack’;
return $fonts;
}add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
function avia_add_content_font($fonts)
{
$fonts[‘Shortstack’] = ‘Shortstack’;
return $fonts;
}And additionally used it as the Menu Header Font with this code
.main_menu ul:first-child > li > a {
font-size: 18px;
font-family: ‘Shortstack’, sans-serif !important;
}Is there something I have done incorrectly?
Thanks
No that’s not what Shortstack looks like.
http://www.google.com/fonts/specimen/Short+Stack
I took a screenshot of my site on chrome working, but I can’t seem to figure out how to upload an image…
Didn’t work. I already had that same code in without the !important btw if that helps you figure out what’s wrong.
January 9, 2014 at 3:36 am in reply to: Main Menu Font Color in Mobile Version Didn't Change with CSS #207189Thanks Peter that did the job.
January 8, 2014 at 8:51 am in reply to: Main Menu Font Color in Mobile Version Didn't Change with CSS #206721page selection area = mobile menu
January 8, 2014 at 8:50 am in reply to: Main Menu Font Color in Mobile Version Didn't Change with CSS #206720Thanks. That changed the color of the text but the vertical line and vertical arrows at the right side of the the page selection area in the mobile version are still the same color as before.
Also, is there a way to only change the color of the background and border of the mobile menu?
January 8, 2014 at 8:39 am in reply to: How Can I Change the Height of the Header and/or Remove Social Icons Bar #206714Thanks :)
January 8, 2014 at 8:26 am in reply to: Single Author Big Preview Image Size Different on Blog Page and Category Page #206704Thanks that worked :)
January 8, 2014 at 8:01 am in reply to: Single Author Big Preview Image Size Different on Blog Page and Category Page #206691Sorry forgot to post the link to the page where the issue is occurring. Like i said, the images stretch properly on the blog page. Here is an example of a page where I’ve set it up to call up blog posts from only a certain category and the images only stretch to 660.
January 8, 2014 at 7:29 am in reply to: How Can I Change the Height of the Header and/or Remove Social Icons Bar #206680The color bar is still there. I want to remove that bar completely, like how it is in the Small Fixed Header. But the small fixed header is too small for me, so if I need to use that to remove the bar then I need to know how to change the height of the header.
Never Mind.
Fixed it with this code :
#top .main_menu .menu li ul a { color: blue!important;}
Hi Ismael,
That one works thanks :)
If I want to apply this to tablets as well, would I add this below it?
if( wpmd_is_tablet() && is_front_page() ) {
$redirect_url = ‘http://jonnyfreesh.com/music’;
header(‘Location: ‘ . $redirect_url ); // Redirect the user
}Thanks
Jonny
Thanks Ismael,
It worked on opera but not on safari on an iphone. The error message was that Safari can’t open the page because too many redirects occurred. I think the problem is that this applies to every url on my site, and so it’s infinitely redirecting to a page with a redirect on it.
I just want to redirect one page – http://www.jonnyfreesh.com to http://www.jonnyfreesh.com/music – is it possible to do this with this plugin and different code?
Thanks
doh! Very new to custom coding. Didn’t work though, still same problem. Any other suggestions?
January 7, 2014 at 8:28 am in reply to: Layer Slider Doesn't Stay Responsive when I rotate mobile device #206189http://www.jonnyfreesh.com – I’m currently trying to figure out a way to set up a redirect for mobile devices as the landing page i’ve designed doesn’t work well with iphone sized screens anyways.
thanks Josue will check it out and let you know how it goes.
January 7, 2014 at 8:04 am in reply to: Layer Slider Doesn't Stay Responsive when I rotate mobile device #206179Thanks Josue,
Tried Rev Slider and it only worked flipping the screen one way – from horizontal to vertical. Vice versa cut the image in half :(
January 7, 2014 at 5:57 am in reply to: Layer Slider Doesn't Stay Responsive when I rotate mobile device #206131Thanks Ismael.
I’m not interested in hiring anyone at the moment, are there any other sliders you know of that are fully compatible that might work?
January 7, 2014 at 4:11 am in reply to: Layer Slider Doesn't Stay Responsive when I rotate mobile device #206105Thanks Ismael,
So then what you’re saying is that from the get go it’s not fully compatible with the theme and that to use it I would need to hire a developer?
Also, I’ve just realized that I have the same issue with the thin white line at the top of the page as well. I tried putting in this css into the quickcss but it didn’t work.
#top.avia-blank {
height: 101% !important;
}Many Thanks for the awesome support guys.
Jonny
January 7, 2014 at 3:42 am in reply to: Layer Slider Doesn't Stay Responsive when I rotate mobile device #206094Thanks Devin,
CSS worked thanks :)
Do you know of any other sliders with layers that can stay responsive upon screen shift? Am I correct in saying that the sliders included with the theme don’t have the layering function required to make a slider with two different links like mine?
BTW Theme is great and clearly support is too, I’m quite happy with my purchase!
Thanks
Jonny
-
AuthorPosts