Forum Replies Created
-
AuthorPosts
-
Yo Devin
That works fine.
Thanks a lot.
CheersThanks Ismael.
I think i didn’t explain well what my issue is.When i’m adding 1 font that way, there is no problem,
Just when i add a second font with the same code, below the code from the first font,( like in the example in my post above)
then the pages on my website do not load anymore.When i try to add a second font like this:
add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
function avia_add_heading_font($fonts)
{
$fonts[‘Tinos’] = ‘Tinos:400,700’;
return $fonts;
}add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
function avia_add_content_font($fonts)
{
$fonts[‘Tinos’] = ‘Tinos:400,700’;
return $fonts;
}add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
function avia_add_heading_font($fonts)
{
$fonts[‘Indie_Flower’] = ‘Indie+Flower’;
return $fonts;
}add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
function avia_add_content_font($fonts)
{
$fonts[‘Indie_Flower’] = ‘Indie+Flower’;
return $fonts;
}then i got a “500 server error” and the pages don’t load anymore.
how is the proper way to add multiple google fonts?
Thanks for your answer Dude.
Just i couldnt figure out, how to implement that to enfold.
But gona try again later on.Cheers
November 11, 2013 at 10:42 am in reply to: layerslider does't show css classes in the preview #186786Ok thanks Devin.
Might be working in the future….That helps.
Thanks DudeThat works for me.
I had the same issue in this post:
https://kriesi.at/support/topic/portfolio-grid-alignment-problem/Thanks for that Ismael
By the way, the reason, why i have problems like that is, because my provider is caching my internet traffic, that causes all kind of css problems.
- This reply was modified 11 years, 1 month ago by wesdacar.
I just figured out, that with the types plugin it works automaticly, while it doesn’t with some other plugins i have tested.
Hi Yigit
Thanks for your answer.
But i did put the horizontals rules there, because i need theme there for my layout.
The problem is only in firefox.
Isn’t there another solution?Hey great!
Thanks DevinBy the way. where can i place suggestions for the theme.
I think it would be great for the avia layoutbuilder if you had a custom css field for each element.
And an option to “not display in mobile view” for each elment.Thanks Yigit.
But how can i use that just on specific image or <div> ?Ok thanks Ismael.
I gonna test that plugin and maybe some others and give you a feedback later.Ok good to know.
Thank you for the information.OK thanks. Gonna try that plugin
Thanks Devin.
Sorry about that. I don`t know where that problem is comming from.
I mean i testet it on 3 browser before i posted here, did clean the caches n so, and it didn’t work.
Now a fiew hours later, i come back and it looks fine on my side to.
Next time i wait, a bit longer before posting.
Please have a look at this post:
http://maurilux.com/2013/08/26/css-ecamples/
The background color of the paragraph “custom.css” should be red to.
Hi
1. I got some issue with the thumbnails and the mobile view.
They don’t stay on the bottom border in mobile view.
A way to fix that?
website: http://maurilux.com/properties/villa-karma/
screenschot: http://maurilux.com/wp-content/uploads/2013/08/Thumbnails-layerslider.png
2. The Layerslider as a seperated plugin (not integrated in Enfold) displays the thumbnails under the slider like here:
http://mauritius-panorama.com/.
Can i do that in enfold as well?
3. Is it possible to revome the thumbnails just in mobile view?
Thanks for answers
Having the same problem reasently.
But i’m not so shure if this a problem from the enfold theme.
I generaly realized that the wordpress 3.6 backend sometimes takes ages to load a page, ore doesn’t load at all.
So i just made a fresh 3.6 installation, this morning on a bluehost server, without any plugins and not changing the from the standard theme.
And it had the same problem to load pages on the backend. On the frontend it wörks fine.
So i replaced it with a fresh 3.5.2 and everything works fine.
Yeah weird.
It looks fine to me now as well, on my machine.
Was on someone else computer this morning.
Have no idea, why it didn’t look right over there.
Thanks again
Hey Kriesi.
Thanks for your support.
Just it seems only to work in internet explorer and not in firefox and chrome.
August 12, 2013 at 4:43 pm in reply to: How to remove the white band between the slider (below) and the header (above) #130265Hi there is just a gab between the header and the wrapper, when you resize the browser on a desktop.
But i just tested it on some iphone and android devices. There it looks good.
Sorry to bother you.
Thank you nick
August 9, 2013 at 3:11 am in reply to: How to remove the white band between the slider (below) and the header (above) #130263After making the header height bigger, by changing the el_height in the avia.js, the problem is resolved. But now i have another problem in the mobile view.
But without changing the height, it looks like this:
http://maurilux.com/wp-content/uploads/2013/08/white-line.jpg
Hi Nick.
1. It’s just for the portfolios, that i can not do revisions. http://maurilux.com/wp-content/uploads/2013/08/revisions-portfolio.jpg
2. Thank you. I should have seen that myself.
Hi Nick
Your right. On your screenshot it is centered, because it is in the first (initial) tab that is open when you load the page.
But please have a look on the first tab-box on top of it and click on the “map-widget” or “gallery” tabs.
Then you can see what i mean.
http://maurilux.com/wp-content/uploads/2013/08/tab-issue.jpg
As soon as you recize the browser window, then things get right, but just in the open tabs.
August 9, 2013 at 1:44 am in reply to: How to remove the white band between the slider (below) and the header (above) #130262Hi Dude.
Thanks that works so far, but there is still a white line between the header and the layerslider.
Please have a look: http://maurilux.com/
How can i remove thatone?
Ok thanks Ismael.
Hi Islmael.
The problem seems not to bee the plugin.
The map doesn’t position well, when it is within tab’s, and there not in the first tab that it is initialy opend.
When i use the gallery within a tab, not in the initial tab as well, then i got issues with the thumbnails of it.
You can see examples here:
Thank you. That works
-
AuthorPosts