Forum Replies Created
-
AuthorPosts
-
September 14, 2018 at 3:17 am in reply to: Get variable of the url and attach it on subject of content form mail #1009760
Hi,
You can replace the first filter with this.
add_filter('avf_sc_contact_form_elements', 'avf_shortcode_sc_contact_form_elements', 10, 4); function avf_shortcode_sc_contact_form_elements($form_fields, $atts) { $data = ''; $googlevariable = 'myvariable'; if(!empty($_REQUEST[$googlevariable])) { $data = htmlspecialchars($_REQUEST[$googlevariable]); } if($data) { $variable = array($googlevariable => array('label' => '', 'type' => 'text', 'value' => $data)); $form_fields = $variable + $form_fields; } return $form_fields; }Best regards,
IsmaelSeptember 14, 2018 at 3:02 am in reply to: Top bar: create widget, delete avia-WPML-widget, use Fontello-icon #1009757Hi,
Cool! Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.Thank you for using Enfold :)
Best regards,
IsmaelHi,
I don’t think you can do that without cutting the image or making it larger than parent container — that’s just how parallax effect works.
Best regards,
IsmaelHi,
You should be able to replace the “get_author_posts_url” with the “get_the_author_meta” function to set the user website instead of author page as link.
// https://developer.wordpress.org/reference/functions/get_the_author_meta/
$author_link = get_the_author_meta( 'user_url', $entry->post_author );Best regards,
IsmaelHi,
The plugin is probably using some kind of hook (https://docs.woocommerce.com/document/introduction-to-hooks-actions-and-filters/) to render the button on the checkout page but we need to know what it is exactly, so that we can disable it and then create another hook to move the button below the checkout form. What is the name of the plugin? Please forward this thread to the plugin developer if possible.
Best regards,
IsmaelHi,
I think he changed the url of the font files on your style.css file or the Quick CSS field. Please look for the “Parisienne” font face rule.
Best regards,
IsmaelSeptember 14, 2018 at 2:43 am in reply to: Layer Slider – Slides blink white before going to the next #1009751Hi,
One of my teammates transferred your slider to his localhost but he couldn’t reproduce the issue so there’s something in your installation, perhaps a plugin or a server configuration, that is causing the issue. What is the current PHP version?
Best regards,
IsmaelSeptember 14, 2018 at 2:37 am in reply to: Display Author and creation date on post when using Avia Layout Buider #1009750Hi,
Thank you for your patience. The headline and image should be inside the “BlogPosting” section or the text block where the post meta infos and post content are placed. The headline is currently situated above that section.
Best regards,
IsmaelHi,
But what is the problem? can I know that?
One of the theme scripts fails to apply the correct css class attribute to some of the gallery items so they don’t animate properly.
And I find the new problem that “tab” content can’t show in safari.
I’ll ask the team to check it on Safari.
Best regards,
IsmaelHi,
Have you tried adding the image as a layer instead of a slide background? That’s what I did on my installation. You may need to resize the image until it overflows outside the container.
Best regards,
IsmaelHi,
Thanks for the update.
You can use these css codes to control the width of the columns.
div .avia-table { table-layout: auto; } .main_color tr td:nth-child(2), .main_color tr td:nth-child(1) { width: 35%; } .main_color tr td:nth-child(3) { width: 20%; white-space: nowrap; }If you want to apply this modification on a specific table, turn on the custom css class field.
Best regards,
IsmaelSeptember 13, 2018 at 5:31 pm in reply to: Old sidebar widget title style flashes on page load #1009538Hi,
The featured images are visible in the category pages. They are smaller compare to the default blog overview page.
Best regards,
IsmaelHey NR1234,
Thank you for using Enfold.
The page is not found or it’s not existing. Did you remove it?
Best regards,
IsmaelHey NR1234,
Thank you for using Enfold.
You can use this css code to create buttons with rounded edges.
#top body div .avia-button { border-radius: 5px !important; }Adjust the value as needed.
Best regards,
IsmaelHey Mzunguman,
Thank you for using Enfold.
It is from the “thrive-visual-editor” plugin. You can remove the borders with this css code but I’m not sure how it will affect the plugin.
[class*="third"] { border: 0 !important; }Best regards,
IsmaelHi,
Thanks for the update.
You can’t apply the popup builder post as the column link. You can, however, add the popup builder shortcode manually and set the event parameter to “click” instead of “load”. (see private field)
Example:
[sg_popup id="486" event="click"]Click here to open the popup[/sg_popup]Actual markup of the shortcode:
<a class="sg-show-popup sgpb-popup-id-486" data-sgpbpopupid="486" data-popup-event="click">Click here to open the popup</a>Best regards,
Ismael3Hey rkrasky,
Thank you for using Enfold.
This css code should help.
#top .av-submenu-container.av-sticky-submenu { width: 100% !important; }It’s quite odd. The menu should be center aligned by default. Let us know if the css code above helps.
Best regards,
IsmaelHey urango,
Thank you for using Enfold.
The items’ spot calculation inside the grid is a bit off. Please try this code in the functions.php file to force the entries or items to reposition.
add_action('wp_footer', 'ava_auto_resize'); function ava_auto_resize(){ ?> <script> (function($){ $(document).ready(function() { var int = window.setInterval(function(){ $(window).trigger('resize'); }, 2000); $(window).load(function () { setTimeout(function() { clearInterval(int); }, 2000); }); }); })(jQuery); </script> <?php }Best regards,
IsmaelSeptember 13, 2018 at 4:54 am in reply to: Get variable of the url and attach it on subject of content form mail #1009194Hey Empatica,
Thank you for using Enfold.
Are you trying to append some data on the autorespond email’s subject? I don’t think that’s possible because you can’t filter the “autoresponder_subject” once the email has been sent, at least in the theme’s case.
Best regards,
IsmaelHey intermarketer,
Thank you for using Enfold.
Have you tried saving that section or element as a template? You can then reuse that template on another page or section.
// https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#templates
Best regards,
IsmaelSeptember 13, 2018 at 4:41 am in reply to: I want to show translated footer page on my translated pages #1009191Hey ohmani,
Thank you for using Enfold.
You can set different footer pages for each languages. Just change the language of the theme options or the dashboard then configure the Enfold > Footer settings.
Best regards,
IsmaelHi,
Thanks for the update. I can’t reproduce that issue on my end. The “MENU” text displays when the screen width is less than 1385px and it seems to align properly with the mobile menu icon.
// https://imgur.com/a/PDogIiP
Best regards,
IsmaelSeptember 13, 2018 at 4:33 am in reply to: the picture in new tab on product page need to be enlarged by touching in mobile #1009187Hey ngavy,
Thank you for using Enfold.
I’m not sure what you mean by that. Could you provide a screenshot of the issue? Please use imgur or dropbox.
Best regards,
IsmaelHey ngavy,
Thank you for using Enfold.
You can use this css code to remove the tab title.
.yikes-custom-woo-tab-title { display: none; }Best regards,
IsmaelSeptember 13, 2018 at 4:30 am in reply to: problem with the mobile presentation of a video in a full-image slider #1009184Hi,
The login credentials didn’t work when I tested it and the site went down (service unavailable..) on my second try. Please create another user/account and then we’ll check the site again later today.
Best regards,
IsmaelSeptember 13, 2018 at 4:24 am in reply to: Layer Slider – Slides blink white before going to the next #1009182Hi,
I can’t figure out what’s causing the issue. I’ll ask the team to check the thread.
Best regards,
IsmaelSeptember 13, 2018 at 4:23 am in reply to: How to maintain width without responsive layout activated. #1009180Hi,
Great! Glad that you solved the issue. Please feel free to open a new thread if you need anything else. :)
Best regards,
IsmaelHey DROR,
Thank you for using Enfold.
You can use these css codes to change the colors.
/* title row */ .main_color .avia-heading-row th { background: #353535; color: red; } /* middle column */ .main_color tr td:nth-child(2) { background-color: #eef0ed; text-align: center; } /* 1st and 3rd column */ .main_color tr td:nth-child(1), .main_color tr td:nth-child(3) { background-color: #ffffff; } /* text color of 3rd column */ .main_color tr td:nth-child(3) { color: #37bb41; }Don’t forget to remove the browser cache and toggle the theme’s file compression settings.
Best regards,
IsmaelSeptember 13, 2018 at 4:15 am in reply to: Display Author and creation date on post when using Avia Layout Buider #1009177Hi,
I would like to check this but I can’t open the data testing tool. I’ll get back to you once I managed to run the page on the test.
Best regards,
Ismael -
AuthorPosts
