Forum Replies Created
-
AuthorPosts
-
Ah, no there’s no reference but you can also check the icon codes by hovering on the icons – http://imgur.com/1H9lRE0
Best regards,
JosueHi,
Enfold does not use
fontawesome
butentypo
. What exact icon do you want to use? we can include it for you.Best regards,
JosueDone.
Hi,
I adjusted the CSS a bit.
If we could use an Image type layer, LayerSlider will automatically resize it but as this is not the case we need to set the sizes manually.
I don’t know if Wistia provides a direct URL to the video (similar to a youtube embed), if that’s an option we could link the Image layer to it and make it open using the Enfold popup script.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.big-preview img { width: 100%; }
Cheers!
JosueHi,
Custom additional fonts need to be imported first, please check:
Best regards,
JosueHi,
Please post the login URL as well, (‘anma’ isn’t working).
Best regards,
JosueCheck it.
Hi,
User provided is not working, please check.
Best regards,
JosueOk, check it now.
You are welcome, glad to help :)
Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHey kaloraat,
Check it, i changed the code a little bit.
Best regards,
JosueHey,
Try using
position
instead:.shift {font-size:50px !important; font-family: ‘Marcellus SC’, serif; letter-spacing: 4px !important; position: relative; bottom: 20px; }
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.header_bg { opacity: 0 !important; }
Cheers!
JosueHi,
You can change that in the code Yigit provided:
.image-overlay.overlay-type-extern .image-overlay-inside:before { content: 'word'; }
Best regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueJune 7, 2016 at 6:37 am in reply to: Enfold FormidablePro Backend – tabs not working – jquery #643810Hi,
The error persists with the default theme activated.
Best regards,
JosuePlace it outside the media query.
Hi,
Look like the code is wrapped inside a media query so its only getting applied on mobile devices:
@media only screen and (max-width: 767px) { }
Best regards,
JosueHi,
When Functionality is activated it creates another plugin with the name of the user (that’s where the code is stored), to avoid more confusion, do the following procedure:
1. On the new site, install and activate Functionality.
2. Go to Plugins > Edit functions and paste this:function custom_tags_shorcode() { ob_start(); the_tags('<strong>'.__('Tags:','avia_framework').'</strong> '); $output = ob_get_clean(); return $output; } add_shortcode('the_post_tags', 'custom_tags_shorcode'); function custom_categories_shortcode() { global $post; ob_start(); the_terms( $post->ID, 'category', '<strong>Categories: </strong>', ' , ' ); $output = ob_get_clean(); return $output; } add_shortcode('the_post_categories', 'custom_categories_shortcode'); function add_post_categories_after_post_content() { ?> <?php if(!is_singular()) { ?> <div class='custom-blog-meta'> <?php the_tags('<strong>'.__('Tags:','avia_framework').'</strong> '); ?></div> <?php } ?> <div class='custom-blog-meta'> <?php the_terms( $post->ID, 'category', '<strong>Categories: </strong>', ' , ' ); ?></div> <?php } add_action('ava_after_content', 'add_post_categories_after_post_content', 10, 2);
Best regards,
JosueBut have you checked it with the codes i put? it should work on most screen sizes.
Best regards,
JosueHi,
It’s not there, the code is meant to be added to the file, if you’re not using a child theme you can use this plugin to store functions like that:
https://wordpress.org/plugins/functionality/Best regards,
JosueHi,
Have you tried using the search functionality in the main menu? the ajax search may be the functionality you’re looking for.
Best regards,
JosueJune 6, 2016 at 2:10 pm in reply to: Enfold FormidablePro Backend – tabs not working – jquery #643450Hi,
Please post a link to the site too.
Best regards,
JosueHi,
I’ve added these codes to style.css to manage the size of the embed in the various screen sizes:
.ls-l .wistia_embed{ height:200px;width:356px } @media only screen and (max-width: 767px) { .ls-l .wistia_embed{ height:120px;width:250px } } @media only screen and (max-width: 480px) { .ls-l .wistia_embed{ height:80px;width:156px } }
Modify as needed.
The slideshow not rotating was caused because the “start slideshow” option was disabled in Slider Settings > Slideshow.
Best regards,
Josue -
AuthorPosts