Forum Replies Created
-
AuthorPosts
-
November 21, 2014 at 4:42 am in reply to: Open external content in a lightbox broken after upgrading to 3.0.4 from 2.9.2 #354871November 21, 2014 at 4:06 am in reply to: All Forms down since – wordpress auto-update 4.0.1. #354863November 21, 2014 at 2:17 am in reply to: avia code block and shortcode with lightbox not works #354814
Hey Xavier!
Include this in your image generation script (after the images are generated):
jQuery("body").avia_activate_lightbox();Cheers!
JosueGood, i’d suggest disabling wp auto-updates:
http://www.wpbeginner.com/wp-tutorials/how-to-disable-automatic-updates-in-wordpress/Best regards,
JosueHola,
Si, esto es un problema reciente con WordPress 4.0.1, el ultimo parche de Enfold (3.0.3) lo soluciona:
https://kriesi.at/support/topic/wordpress-4-01-update-problems-with-slideshows-google-maps-contact-forms-etc/Saludos,
JosueNovember 21, 2014 at 12:43 am in reply to: Special Heading thin font type changes to "helvetica" when I log out of WP Admin #354720Hi!
It’s an issue with WordPress 4.0.1, a patch fix (3.0.3) it’s already on wait for approval on Themeforest, please be patient.
Best regards,
JosueHey!
This will be fixed in Enfold 3.0.3, which is on wait for approval on Themeforest, please be patient.
Best regards,
JosueNovember 21, 2014 at 12:19 am in reply to: CONTACT FORMS STOPPED WORKING. PLEASE NEED HELP URGENTLY #354676Hey!
This will be fixed in Enfold 3.0.3, which is on wait for approval in Themeforest, please be patient.
Best regards,
JosueNovember 20, 2014 at 8:22 pm in reply to: Special Heading thin font type changes to "helvetica" when I log out of WP Admin #354420Hey!
Try adding this code to the Quick CSS:
body.home { overflow: hidden; }Cheers!
JosueNovember 20, 2014 at 2:48 am in reply to: Special Heading thin font type changes to "helvetica" when I log out of WP Admin #354101Hi!
Please enable file editing or provide a temporary FTP account so i can edit child theme files.
Regards,
JosueHmm, not right now. I’ll tag the rest of the team, perhaps they can come up with a better solution.
Best regards,
JosueHey!
Yes, that’s the purpose of Google Fonts. I’ve added some code to fix the collapsing issue, the logo should now adapt to the available space.
Best regards,
JosueNovember 19, 2014 at 11:31 pm in reply to: Special Heading thin font type changes to "helvetica" when I log out of WP Admin #354027Hi!
I see, the problem is that by default Enfold only includes Open Sans 400 and 600, add this to your child theme functions.php:
add_filter( 'avf_google_heading_font', 'add_open_sans_full'); add_filter( 'avf_google_content_font', 'add_open_sans_full'); function add_open_sans_full($fonts) { $fonts['Open Sans'] = 'Open Sans:100,300,400,600'; return $fonts; }Regards,
JosueNovember 19, 2014 at 10:30 pm in reply to: Special Heading thin font type changes to "helvetica" when I log out of WP Admin #353999Hi!
I think i was able to fix it with this code:
.av-thin-font .av-special-heading-tag, .modern-quote .av-special-heading-tag{font-weight: 500;}Please check your website.
Cheers!
JosueColor sections don’t work outside of ALB but i got an idea, as you want to have the CF7 in a popup one thing you can do is have a separate page for the form (using Blank Template, no ALB) and have a button in the page with ALB linking to it, you’d just need do use a link like this to make it open as a popup:
Best regards,
JosueHey!
Try disabling the avia gallery popup animation:
.avia_transform .avia-gallery-thumb img{ opacity: 1 !important -webkit-transform: none !important; -moz-transform: none !important; transform: none !important; } .avia_transform .avia-gallery-thumb img.avia_start_animation{ -webkit-animation: none !important; -moz-animation: none !important; animation: none !important; opacity: 1 !important; -webkit-transform: none !important; -moz-transform: none !important; transform: none !important; }Cheers!
JosueHi!
The desired font available must be available in the server first , you’d need to convert the font to @font-face format and include it in your website, here’s a good plugin to do that – https://wordpress.org/plugins/wp-font-face/
Alternatively you can simply look for a similar Google Font and include that instead, it’s a much easier process.
The menu collapsing it’s happening because of the code you have in Quick CSS, you’d need to re-factor it via media queries, for example this one will apply it only when the screen size it’s at least 1550px:
@media only screen and (min-width: 1550px) { .av-main-nav li { right: 300px; }Cheers!
JosueHi!
Good to know, unfortunately that seems to be a limitation between Enfold and CF7.
Regards,
JosueHey!
Yeah, refer to this on how to modify or add your own avia elements:
http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/Best regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHi,
Can you please create us a temporary FTP account? post it here as a private reply.
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
Refer to this for tablet and phone media queries:
http://stephen.io/mediaqueries/There is no standard for Laptop and Desktop but i think those are fine.
Regards,
Josue -
AuthorPosts
