Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for the update.
You should be able to remove the portfolio item title with this css code.
.portfolio-grid-title { display: none !important; }Best regards,
IsmaelHi,
Did you install an image compression plugin? Please disable it temporarily, then upload the images again.
The color of the original image or copy looks the same as the thumbnails above. (see private field)
Best regards,
IsmaelHi,
The slide captions display properly on Chrome Windows 8, same on IE11. I didn’t get the chance to check it on Edge because I don’t have a Windows 10 machine. Could you provide a screenshot of the issue?
Best regards,
IsmaelHi,
Is the issue fixed? If it is, then you can just ignore this message. Please don’t hesitate to open a new thread if you have other inquiries.
Best regards,
IsmaelJune 25, 2019 at 3:50 am in reply to: How to change CSS in config-templatebuilder/avia-shortcodes #1113093Hi,
The default display property of elements is either block or inline. Why do you need to remove the “block” value? Have you tried to change the display property to “inline” instead of overriding the whole file?
You can find more info about different types of display property value in the following link.
// https://www.w3schools.com/cssref/pr_class_display.asp
Best regards,
IsmaelJune 25, 2019 at 3:41 am in reply to: Enfold Safari & Internet Explorer Darstellungsproblem #1113091Hi,
You can add an actual image or svg instead of text. Unfortunately, that property is not supported on IE.
// https://codepen.io/brenna/pen/mybQVx
Thank you for the update.
Best regards,
IsmaelJune 25, 2019 at 3:34 am in reply to: ATT Jordan – problem still remains on mobile -Menu has dropped down approx 20px #1113089Hi,
We can’t reproduce the issue on our end. And we can’t pin point the issue in the screenshot. Could you annotate the screenshot so that we can understand the issue better?
The following css code should remove the space between the header and the slider on mobile view.
@media only screen and (max-width: 989px) { .html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 45px!important; } }Best regards,
IsmaelHi,
When i click on a tab name, the page scrolls up, so the user has to scroll down again to view the content. See link for example. I have already contacted the plugin developer and he thinks its a problem with the Enfold theme.
This is because of the smooth scroll feature of the theme. All links containing anchors will automatically scroll to their corresponding container. You can find that script in the js > avia.js file.
//smooth scrolling if($.fn.avia_smoothscroll) $('a[href*="#"]', container).avia_smoothscroll(container);You can either disable that script altogether or exclude the custom product tabs.
Best regards,
IsmaelHi,
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
IsmaelHi,
Thank you for the update.
That is possible but it’s not available in the theme by default. The animation will not restart once it’s done. You may need to hire a freelance developer or contact our partner, Codeable if you really need that feature.
// https://kriesi.at/contact/customization
Best regards,
IsmaelHi,
The navigation doesn’t display for those items because they contain a full width slider or element. You have to add this filter in the functions.php file.
add_filter('avf_post_nav_settings','avf_post_nav_settings_mod', 10, 1); function avf_post_nav_settings_mod($settings){ $settings['is_fullwidth'] = false; return $settings; }Best regards,
IsmaelHi,
Did you create another page for the “press review”?
The images in the masonry gallery now display properly. (see private field)
Best regards,
IsmaelHi,
Awesome! Glad we could be of help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
And don’t forget to bookmark the Enfold Documentation for future reference.Thank you for using Enfold! And have a nice day! :)
Best regards,
IsmaelHi,
Have you tried reverting the post_type back to “any” or change it to “q_a”? If “Ordliste” is a custom post category, then using it as a value in the post type parameter is invalid. You should remove it or replace it as suggested previously. If you want to fetch posts by category, use the “tax_query” parameter or the default “cat” or “category” arguments.
// https://codex.wordpress.org/Class_Reference/WP_Query#Category_Parameters
// https://codex.wordpress.org/Class_Reference/WP_Query#Taxonomy_ParametersBest regards,
IsmaelJune 25, 2019 at 2:11 am in reply to: Cannot Update Post With .pdf Contained in The Text, Showing 404 Error #1113050Hi,
Yes, we can reproduce the issue with the buttons. We will forward this thread to the dev team. For now, please enable the debug mode so that you can edit the shortcodes directly.
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode
Thanks for the update.
Best regards,
IsmaelJune 25, 2019 at 1:42 am in reply to: Woocommerce Bookings option to display calendar on click not working properly #1113049Hi,
What can I do to make have the “Choose” button displayed on load?
You may have to ask the plugin author for the specific function or the hook where they attach the callback in order to render the “Choose” button.
Please forward this thread to the plugin authors.
Best regards,
IsmaelHi,
Thank you for the update.
How can we reproduce the issue? The site doesn’t crash or lose connection when we edit the posts. (see private field)
Best regards,
IsmaelHi,
Great! Glad to hear it’s fixed.
Please don’t hesitate to open a new thread if you need anything else. We hope that we can help you better next time.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the update.
A closing tag for a div container was missing in one of the text blocks.
<div> Le affissioni statiche e dinamiche sono <strong> un ottimo strumento di comunicazione</strong> poiche permettono alle aziende di essere presenti e molto ben visibili sul territorio, facilmente individuabili dai pedoni e dagli automobilisti, hanno una forte localizzazione territoriale, consentono una notevole liberta di espressione creativita e non necessitano di ingenti budget pubblicitari. La <strong>Publical Adv</strong> azienda che rappresento, e una societa di servizi pubblicitari operante in tutto il territorio sardo dal 1976. Leader nel settore delle affissioni statiche e dinamiche del cagliaritano con oltre 120 impianti formato metri 6x3, 50 stendardi bifacciali formato metri 1,40 x 2,00 e Camion Vela bifacciali formato metri 6x3 <strong>La nostra priorita </strong>è quella di soddisfare le esigenze del cliente rispettando le 3 regole fondamentali per la promozione: <strong>chi sei</strong> descrizione dell’azienda <strong>cosa fai</strong> descrizione del prodotto <strong>dove sei</strong> descrizione in cui opera lazienda <!-- add a closing tag for the div container here --></div>Please check the private field.
Best regards,
IsmaelJune 25, 2019 at 1:21 am in reply to: LayerSlider rendering differently in safari, chrome and firefox #1113044Hi,
Thank you for the update.
Did you separate the text or heading background from the actual box? Try to combine the box and the text into a single layer. You can add a background to the text layer and set a padding around it. And make sure that the right position unit value of the layers are in pixels, not percentage.
Best regards,
IsmaelJune 25, 2019 at 1:07 am in reply to: Accordion/Toggles – ALB Accordion not clickable after Ajax Call with Toolset #1113035Hey madsonic,
Thank you for using Enfold.
You have to re-initialize the toggles after the AJAX request or after the toggler in the search results load.
//activates the toggle shortcode if($.fn.avia_sc_toggle) { $('.togglecontainer', container).avia_sc_toggle(); }Just add that inside the complete or success AJAX callback.
Best regards,
IsmaelJune 25, 2019 at 12:49 am in reply to: Fixing incorrect behaviour of custom colors on Accordion content element #1113033Hi,
Thank you for the update.
We will forward this issue to the dev team. For now, please edit the config-templatebuilder > aviashortcodes > toggle > toggle.js file. Look for this code around line 110:
/* change style on hover */ if (hoverStyle) { thisheading.hover( function() { if ( ! thisheading.hasClass('activeTitle')) { $(this).attr('style',hoverStyle); } }, function() { if ( ! thisheading.hasClass('activeTitle')) { $(this).attr('style', headingStyle); } } ); }Replace it with:
/* change style on hover */ if (hoverStyle) { thisheading.hover( function() { if ( ! thisheading.hasClass('activeTitle') ) { $(this).attr('style',hoverStyle); } }, function() { if ( ! thisheading.hasClass('activeTitle') ) { if( headingStyle ) { $(this).attr('style', headingStyle); } else { $(this).removeAttr('style'); } } else { $(this).removeAttr('style'); } } ); }Don’t forget to toggle the Enfold > Performance > File Compression settings afterwards.
Best regards,
IsmaelHi,
Thank you for the update.
1.) Defer parsing of JavaScript – Most of the scripts that require to be deferred are actually not related to the theme. You can a find a list below. For the youtube videos, you should enable lazy loading so it doesn’t interfere with the browser or only load it when the user interact with it. Edit the video element, look for the “Lazy Load videos” and set it to the second option (Wait for the user to interact with the video)
https://www.youtube.com/yts/jsbin/player_ias-vfl49f_g4/en_US/base.js (955.0KiB)
https://www.youtube.com/yts/jsbin/www-embed-player-vflHQTJzU/www-embed-player.js (90.0KiB)
https://www.puertoplataclick.com/es/wp-includes/js/jquery/jquery.js?ver=1.12.4 (87.0KiB)
https://www.puertoplataclick.com/ (3.7KiB of inline JavaScript)
https://www.youtube.com/embed/IxUA-0zhHyk?feature=oembed&wmode=opaque&rel=0 (3.2KiB of inline JavaScript)2-3.) Serve scaled images & Optimize images – Do you have the original copies of the event featured images (see private field)? You should resave the images using Photoshop or any photo editor, set the quality to 85-90 and upload them again. You can also use the following plugin to adjust the size of the “square” thumbnail.
// https://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
IsmaelHi,
Thank you for the update.
The following script generates an error, which is probably affecting the portfolio sort.
<script src="//rum-static.pingdom.net/pa-5c62e1a9cea07b0016000b9e.js" async></script>Do you have any idea how to disable that temporarily?
Best regards,
IsmaelHi,
We are able to login to the server but we can’t find the WordPress root directory. Where is it?
We may need another login token for the WordPress dashboard because the first one has expired.Sorry if this is taking a bit too long to get resolved.
Best regards,
IsmaelHi,
The issue is probably related to this thread. The JS “includes” function is not supported on IE, so it’s creating an error.
// https://kriesi.at/support/topic/internet-explorer-11-compatability/
You will have to do the changes described in the thread manually for now.
Best regards,
IsmaelHi,
Thank you for the update.
We set the logo manually and the main menu manually. Is that what you’re after?
Best regards,
IsmaelHi,
Thank you for the update.
If that is the case, then you should set the “std” parameter value to “HYBRID” to make the hybrid view as the default map type.
"std" => "HYBRID", "subtype" => array( __( 'Roadmap', 'avia_framework' ) => ”, __( 'Hybrid', 'avia_framework' ) => 'HYBRID', __( 'Satellite', 'avia_framework' ) => 'SATELLITE', __( 'Terrain', 'avia_framework' ) => 'TERRAIN',Best regards,
IsmaelHi,
The post with the code 359017 doesn’t display in the actual search results page. (see private field)
Why did you set the post type value to “Ordliste”? The actual post type slug or name of the posts is “q_a”.
$defaults = array('numberposts' => 5, 'post_type' => array('post','Ordliste'), 'post_password' => '', 'suppress_filters' => false, 'results_hide_fields' => '');You should change that to “q_a” or leave the post_type value to “any”.
Best regards,
Ismael -
AuthorPosts
