Forum Replies Created
-
AuthorPosts
-
Hey!
Try adding this code to the Quick CSS:
.av-masonry-entry.av-masonry-item-with-image { min-height: 200px; }Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueCheck it now.
Regards,
JosueHey!
The problem is that you’re setting all mega menu items as headings, refer to this video on how to set-up the Mega Menu:
Regards,
JosueHey!
Can you enable the centered version for a moment so we can help you with that?
Cheers!
JosueMay 22, 2015 at 9:58 pm in reply to: Cannot edit pages in Enfold theme after latest WP update… #448658Hey!
You may not have the actual latest version of the theme (3.1.5), please update via FTP:
Regards,
JosueHi!
Did you re-select Open Sans in General Styling > Fonts?
Best regards,
JosueHey!
3. Can you point where this issue occurs?
4. Fixed, set a class of “consultation_cta” to the link and added this to Quick CSS (using Enfold’s button classes was the culprit):#top .consultation_cta { padding: 9px 22px; cursor: pointer; border: none; border-radius: 0px; background-color: #2997ab; color: #ffffff; border-color: #077589; }Cheers!
JosueHi!
Are you running the latest version of the theme (3.1.5)?
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueMay 22, 2015 at 9:22 pm in reply to: When he published an article in the Portfolio module throws a 404 #448634Hey!
Are you permalinks correctly set-up in Settings > Permalinks?
Best regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi Coco!
Try the following code in Quick CSS:
#top .button001 { margin-left: 20px; margin-top: 20px; }Best regards,
JosueHi Kurt!
Possible but you’d need to have it as a webfont first:
http://www.fonts.com/font/microsoft-corporation/microsoft-sans-serif/regular/web-fontCheers!
JosueMay 22, 2015 at 9:15 pm in reply to: Cannot edit pages in Enfold theme after latest WP update… #448630Hi!
Placeholder requires different treatment, try the following:
#presseserver ::-webkit-input-placeholder {color: #484848; } #presseserver ::-moz-placeholder {color: #484848; opacity:1; } #presseserver :-ms-input-placeholder {color: #484848;}Best regards,
JosueMay 22, 2015 at 9:10 pm in reply to: Testimonials on Mobile too narrow / arrow buttons under text #448626Hey Mark!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) { #top .avia-slideshow-arrows a { margin: -30px -50px 0; } }Cheers!
JosueYou can use (Email address hidden if logged out) but please post the username/password here (as a private reply) so all team members can help.
Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi Coco!
The Grid Row element should be able to replicate that layout.
Best regards,
JosueMay 22, 2015 at 8:54 pm in reply to: Incorporating Masonry Blog layout on page with a collection of Custom Post Types #448616Hello,
You’d need to code it, you can use the
avia_masonryclass, check line 3013 in /config-templatebuilder/avia-shortcodes/masonry_entries.php.Alternatively you can ALB to build the page but you’d need add this to your theme child functions.php in order to get the Masonry to be able to pull CPTs:
add_theme_support('add_avia_builder_post_type_option');Cheers!
JosueHi!
You’re missing
float: none, code should be:.white-popup { background: #fff none repeat scroll 0 0; margin: 10px auto; max-width: 650px; padding: 20px 30px; position: relative; text-align: center; float: none; }Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueHi!
That’s a nice effect, unfortunately theme does not have such feature yet, feel free to request it here as a new feature.
Regards,
JosueHi!
Refer to:
https://kriesi.at/support/topic/un-mute-audio-in-an-embedded-video-in-a-color-section/Best regards,
JosueMay 22, 2015 at 8:29 pm in reply to: Can you stop tabs on mobile from switching to an accordion? #448603Hey!
Copy css/shortcodes.css to your child theme directory and place this in your child functions.php:
function change_aviacss() { wp_dequeue_style( 'avia-scs' ); wp_enqueue_style( 'avia-scs-child', get_stylesheet_directory_uri().'/css/shortcodes.css', array(), '2', 'all' ); } add_action( 'wp_enqueue_scripts', 'change_aviacss', 100 );Regards,
JosueHello!
It is possible but it would require a heavy modification to the theme, unfortunately that’s beyond our support scope. You can request a customisation quote from a third-party provider here.
Regards,
JosueHey!
1. Install this plugin – https://wordpress.org/plugins/functionality/
2. Go to Plugins > Edit functions:
3. Paste the following code:add_filter( 'avf_google_heading_font', 'avia_add_custom_font'); add_filter( 'avf_google_content_font', 'avia_add_custom_font'); function avia_add_custom_font($fonts) { $fonts['Open Sans'] = "Open Sans:300,400,600,800"; return $fonts; }4. Go to General Styling > Fonts, re-select Open Sans and Save.
Regards,
JosueMay 22, 2015 at 8:23 pm in reply to: Single Post Style with small preview how can I make it bigger #448598Hey!
What are the contents of your functions.php? alternatively you can use this plugin to change the image sizes from the Dashboard:
https://wordpress.org/plugins/simple-image-sizes/Best regards,
Josue -
AuthorPosts
