Forum Replies Created
-
AuthorPosts
-
Hey!
You can adjust the position of the caption with this on the Quick CSS field:
.caption_left .slideshow_caption { left: 20%; bottom: 20%; }I checked the photography site but the images doesn’t add any borders on smaller or bigger screens. Can you please provide a screenshot on how you want the images to look on different screen sizes?
Regards,
IsmaelHi!
Yes, unfortunately, that’s how the Masonry element works. If you want a more complex and automatic masonry functionality that does all the job for you, please hire a freelance developer. Or you can use the Masonry Gallery, edit the images then add the url of the video inside the Custom Link field. It will automatically open a lightbox version of the video. Make sure that Lightbox linking active under Image Link is activated.
For further modifications, please visit Envato Studio or Werkpress.
Best regards,
IsmaelHi!
Did you create a contact form using the plugin? Let us know if the messages are not sent when using the plugin’s contact form.
Add this to the Quick CSS field to adjust the padding and font size of the menu items for smaller screens:
@media only screen and (max-width: 767px) { .av-main-nav > li > a { padding: 0 9px; font-size: 12px; }}You can also decrease the number of menu items on the main menu then create a secondary menu. Set it as Enfold Secondary Menu. Enable it on Enfold > Header > Extra Elements > Header Secondary Menu.
Regards,
IsmaelHi!
It should be:
#top .offline_maps .avia-button-fullwidth .av-button-description { font-size: 12px; }Regards,
IsmaelHi!
Try this:
.avia_transform .avia-gallery-thumb img.avia_start_animation { -webkit-animation: none; -moz-animation: none; animation: none; opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1); }Cheers!
IsmaelHi!
1.) Please give us a link to a post with the issue. We would like to check.
2.) Are you sure? The portfolio grid element should have that option by default. If you want to change the lightbox thumbnail size, adjust the Large thumbnail’s width and height value on Settings > Media panel. Regenerate the thumbnails or upload them again.
Cheers!
IsmaelHey!
I checked the http://www.hannahseyelashextensions.com/ site and it is responsive. Did you figure out the issue?
Regards,
IsmaelHi!
Edit the single.php file then add a do_shortcode function (http://codex.wordpress.org/Function_Reference/do_shortcode). Generate the shortcode using the shortcode wand. Use the full width slider or image shortcode.
Regards,
IsmaelHey!
Try to set a different slider, fullscreen slider perhaps, for mobile devices or smaller screens. Refer to these links for more info:
https://kriesi.at/support/topic/displaying-another-slider-on-mobile-devices/
https://kriesi.at/support/topic/replace-slider-on-mobile/
Regards,
IsmaelHey!
Looks like you’re using a form that is not native to the theme. Please contact the plugin author. You can add a scrollbar to the form element for smaller screens:
form#fsForm1074890 { overflow-x: scroll; }Add css media queries.
Cheers!
IsmaelHi!
Actually, there is no zoom animation. It looks like it’s growing because of the opacity transition. Yigit’s code should remove the rotation.
Cheers!
IsmaelHi!
No, unfortunately, the widget will only work for the default Shop Page and native woocommerce pages.
Regards,
IsmaelHi!
Edit the Color Section then add a unique id attribute in the For Developers: Section ID field. Use “custom-section” for example. Add this to the Quick CSS field:
#custom-section { margin-top: -500px; }Adjust the height. You might need to increase the z-index property as well. This will also require css media queries for smaller or bigger screens.
Best regards,
IsmaelMarch 4, 2015 at 6:55 am in reply to: Enfold theme is creates conflict with Hosting provider platform, JS/CSS conflict #405574Hey!
Maybe you should try another plugin such as WP MigrateDB or WP MigrateDB PRO. The transition is manual and may not be as easy as the wp engine’s migration process.
Best regards,
IsmaelHey!
That is a custom jquery script. Unfortunately, we can’t provide any of that code here. Maybe, you should contact the website developer or owner. Or hire a freelance developer for a more extensive custom hover effect. :)
Best regards,
IsmaelHi!
Oh. Sorry about that. This should work:
add_filter('avf_title_args', 'avf_portfolio_title_args', 10, 1); function avf_portfolio_title_args($args) { $title = get_the_title($id); if(is_singular('portfolio') && is_single()) { $terms = get_the_terms( $id, 'portfolio_entries' ); }elseif(is_singular('post')){ $terms = get_the_terms( $id, 'category' ); } if(is_singular(array('portfolio', 'post')) && is_single()) { $portfoliocat = array(); foreach ( $terms as $term ) { $portfoliocat[] = $term->name; } $args['title'] = $portfoliocat[0]; } else { $args['title'] = $title; } return $args; }Cheers!
IsmaelHi!
Add this to the Quick CSS field:
.avia-search-tooltip form#searchform { overflow-y: auto; }If it doesn’t work, use this:
.avia-search-tooltip form#searchform { overflow-y: scroll; }Cheers!
IsmaelHey tylerjmorrison!
Thank you for using Enfold.
I checked the page but I don’t see any tab elements, only toggles with a single item. Can you please provide a screenshot?
Regarding the table, unfortunately, that is not possible without custom modification on the theme. You may need to hire a freelance developer.
Best regards,
IsmaelHi!
Thank you for using Enfold.
You mean, you don’t want it to show on mobile devices? Maybe, something like this will help:
if(!preg_match('/iPhone|iPod|iPad/', $_SERVER['HTTP_USER_AGENT'])) { echo '<iframe src="http://domussapiens.com.br/sourcelab/auth.php"><p>Your browser don't support iframe</p></iframe>'; }Refer to this link for more info: http://stackoverflow.com/questions/15228937/php-check-if-the-page-run-on-mobile-or-desktop-browser
Regards,
IsmaelMarch 3, 2015 at 9:20 am in reply to: Breadcrumb heading change from h1 to span in child-theme possible? #405009Hey Simon!
Thank you for using Enfold.
Add this to the functions.php file:
add_filter( 'avf_title_args', 'enfold_customization_change_title_heading' ); function enfold_customization_change_title_heading( $args ) { $args['heading'] = 'span'; return $args; }Regards,
IsmaelHi!
Thank you for using Enfold.
Try to add this to the Quick CSS field:
#top .widget_nav_menu li { text-align: left; padding-left: 80%; }Best regards,
IsmaelHey AsadIC!
Thank you for using Enfold.
Please make sure that you have the latest version of the woocommerce plugin. That should fix the issue.
Best regards,
IsmaelHi!
The thumbnail is not available for that specific image. Try to regenerate the thumbnails by using this plugin: https://wordpress.org/plugins/simple-image-sizes/
Go to Settings > Media, click regenerate thumbnails.
Best regards,
IsmaelHi!
There is nothing in the website that you can’t see in the default zoom setting so I don’t think users will intentionally zoom to 150%.
Cheers!
IsmaelHey!
Try to use the character html entity of the apostrophe symbol: http://dev.w3.org/html5/html-author/charref
Best regards,
IsmaelHey Lev!
Thank you for using Enfold.
Unfortunately, it’s not possible without major customization on the theme. You might need to use email marketing service like MailChimp and integrate it on a contact form plugin like Contact Form 7 or Gravity Forms.
Best regards,
IsmaelHey markgibbons243!
Are you referring to the lenser and leatheman image link at the very top of the page? You can use a filter like this on functions.php:
add_action('avia_meta_header', 'avia_meta_header_mod'); function avia_meta_header_mod() { echo "<div id='header-logo1'><a href="URL 1 HERE"><img src='IMAGE URL HERE'></a></div>"; echo "<div id='header-logo2'><a href="URL 2 HERE"><img src='IMAGE URL HERE'></a></div>"; }Add the image url and links. Make sure that have a Enfold Secondary Menu set on Appearance > Menus panel and Enfold > Header > Extra Elements Header Secondary Menu option.
Cheers!
IsmaelHi!
What do you mean by “tap is slightly different”? If you’re referring to the capitalization of the “Uncategorized” text, add this to the Quick CSS field:
span.avia-menu-text { text-transform: lowercase; }Looks like the enfold_child.css is not loaded on firefox. I’m not sure why. Please try to add this to the Quick CSS field:
.responsive .container { max-width: 1310px; }Best regards,
IsmaelHey!
How did you add the widget? If you’re using the filter fro the documentation, please replace it with this:
add_action( 'ava_main_header', 'enfold_customization_header_widget_area' ); function enfold_customization_header_widget_area() { dynamic_sidebar( 'header' ); }Remove the “echo” before the dynamic_sidebar function to remove the number “1”. Use the name of the custom widget area instead of the “header”.
Regards,
Ismael -
AuthorPosts
