Forum Replies Created
-
AuthorPosts
-
Thank you Basilis for your quick repsonse 🕺
Actually no… how can I do that? Here is the code that brakes the site//avia builder to residents add_filter('avf_builder_boxes', 'avia_register_meta_boxes', 10, 1); //Add meta boxes to custom post types function avia_register_meta_boxes($boxes) { if(!empty($boxes)) { foreach($boxes as $key => $box) { $boxes[$key]['page'][] = 'resident'; } } return $boxes; } //avia builder to faculty add_filter('avf_builder_boxes', 'avia_register_meta_boxes', 10, 1); //Add meta boxes to custom post types function avia_register_meta_boxes($boxes) { if(!empty($boxes)) { foreach($boxes as $key => $box) { $boxes[$key]['page'][] = 'faculty'; } } return $boxes; }
Thank you!!
August 24, 2016 at 11:17 pm in reply to: SSL loads scripts/fonts in a non-secure way – How can I fix? #677266That worked Thanks!
I figured out!
av-preloading-logo
Amepro I had the same problem and took me 3 hours of testing to find out my problem…
For some reasons when I upload the theme via FTP something goes wrong and I get your same Media library error but when i zip the theme and upload it via the WP dashboard it works fine.
Hope that will fix it fo you too!
After migrating the site to a new hosting the problem got fix…
Thanks anyway
I have the same exact problem, I can only upload small images, when I try to upload something bigger than 100px wide I get this error http://bit.ly/1mgnm3o
If i disable Enfold and enable another theme everything works fine, seems that the problem is Enfold.
Please let us know
Thank you!
My developer figured out! You can close this topic
Thanks!
Thanks for the quick reply!
I have installed the plugin you suggested and created the custom type post and taxonomy, its publicly query able and I believe I did things right but I still can’t see the type post in place http://drif.tt/1KRHhL7 :(
Sorry to bother you with this but it’s been frustrating to fix this in the past week and I really could not figure out with the documentation or previous support tickets.
Thank you so much!
Figured out! If i add to the end of a link ?iframe=true the link will open in a lightbox :)
You can close this ticketThanks!
I have actually found a way around!
ThanksYou are right! We are all done with this ticket :)
Thanks!
I have disabled all the google fonts i can http://drif.tt/1IHakQc but apparently I cant choose anything else but Google fonts for the heading.
I don’t understand why it keeps on loading these now unless and unused fonts.. http://drif.tt/1IHasiN
I’ll leave my logins so you can take a lookThank you!
- This reply was modified 9 years, 3 months ago by Gigi.
Thanks for the quick reply, I have added the PHP but I still see the stylesheet being loaded http://drif.tt/1JHyHmb
Any other suggestion?
Thank you!
Issue solved! I decided to simply build the page differently..
Thanks!
- This reply was modified 9 years, 3 months ago by Gigi.
Oh man, my fault! Sorry!
Thanks a lot!
Thanks! It’s easy to have an awesome site with a great theme ;)
I have updated to the latest version of the theme
Oops sorry, try now :)
THIS WORKED GREAT!
Thank you o much!
Sorry I should have explained myself better, basically I have built this product page http://bit.ly/1DULcD0 and I need it to be the homepage because it’s the only way I can have the ecommerce functionality at the bottom (where user can choose size, upload file etc..)
Makes sense?
Thank you so much Ismael! You rock!
Cheers
This reply has been marked as private.Hey Ismael, I have created the custom post type with the plugin you mentioned http://i.glui.me/1bQckNW
but it still doesn’t show up on masonry http://i.glui.me/1za0MzbI have disabled all plugins to make sure but I can’t manage to make this work…
Please let me know if you have any idea!
Hey Eliot, sorry my ticket was not clear, this is what i meant http://i.glui.me/1bL41To
Please let me know how to make the custom post type appear in here so that I can display it in a masonry fashion :)
Thanks!
Sure thing here you go!
http://site.bedesignful.com/livingabroad/blog/
Also where is a place where I can submit bug reports?
This reply has been marked as private.I have found the topic on the forum but hen I add:
add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
function avia_add_heading_font($fonts)
{
$fonts[‘Alegreya Sans’] = ‘Alegreya Sans:500,700,800,900’;
$fonts[‘Alegreya Sans’] = ‘Alegreya Sans:500,500italic,700,700italic,800,800italic,900,900italic,italic’;
return $fonts;
}it does not show the font in the dropdown.. :( Any idea? This is the front I’m trying to add http://www.google.com/fonts/specimen/Alegreya+Sans
Thank you!
Worked like a charm!
THANK YOU!
Sorry i figured out! I had them aligned to center…
Thank you!!
Hey Elliot, sorry for the delayed response.
I would like the video to play automatically when people click the play button on the homepage, right now you have to like the play button and then once the Lightbox opens click play again.Thanks for your help!
I’ve actually figure out!
THANK YOU! -
AuthorPosts