Forum Replies Created
-
AuthorPosts
-
Hi,
What is the login url for your WordPress site? The URL above takes us to a joomla site.
Thank you for the update.
Best regards,
IsmaelHi,
Thank you for the update.
We applied an additional custom css class to the icons and adjusted the script accordingly.
//------------------------------- // Social Media icons + tracking //------------------------------- add_action('wp_footer', 'ava_social_gtag'); function ava_social_gtag(){ ?> <script type="text/javascript"> (function($) { $('.cta-icons-kontakt-1 li:nth-child(1) a').on('click', function(e) { gtag('event', 'Click', { 'event_category': 'Whatsapp' }) }); $('.cta-icons-kontakt-1 li:nth-child(2) a').on('click', function(e) { gtag('event', 'Click', { 'event_category': 'Facebook' }) }); $('.cta-icons-kontakt-2 li:nth-child(1) a').on('click', function(e) { gtag('event', 'Click', { 'event_category': 'Phone' }) }); $('.cta-icons-kontakt-2 li:nth-child(2) a').on('click', function(e) { gtag('event', 'Click', { 'event_category': 'Email' }) }); })(jQuery); </script> <?php }The icons executes the gtag function now when clicked. (see private field)
Best regards,
IsmaelHi,
Awesome! Glad it worked. Please don’t hesitate to open a new thread if you need anything else.
Have a nice day.
Best regards,
IsmaelHi,
That hook removes the default sort element.
You have to disable that code because it removes the default sorting element for the shop page.
Best regards,
IsmaelHi,
I gave you the wrong link to the documentation. Sorry about that.
// https://kriesi.at/documentation/enfold/icon/#adding-your-own-fontello-or-flaticon-icons-
Your icon or image should have an svg format so that you can convert it to an icon font as described in the documentation above. That’s how you extend or include another icon font.
Best regards,
IsmaelHi,
You should try another compression plugin like Autoptimize instead of using the option in the theme.
// https://wordpress.org/plugins/autoptimize/
Let us know if it helps. Please open a new thread if it doesn’t make any difference. We’ll close this thread now.
Best regards,
IsmaelHi,
Sorry for the confusion. We are not asking you to select the parent category. You need to select the child or sub category so that the element will only display items that belong to that particular category. For example, if you have a parent category called “Parent” and two sub categories “Child A” and “Child B”, all you need to do is select the category “Child A”. The element will then only display items that belong to the category “Child A”. Do not select or highlight the parent category because it will display both “Child A” and “Child B” items.
Please post the login details in the private field so that we can check the portfolio setup. And additional screenshots will help.
Best regards,
IsmaelJune 11, 2019 at 3:25 am in reply to: Masonry Gallery pagination links jump to top of page instead of to gallery #1108962Hi,
I don’t have the budget for it though.
Moving to a child theme is quite easy, so there’s no need to hire someone else. Just follow the instructions in the documentation.
// https://kriesi.at/documentation/enfold/child-theme/#how-to-install-the-child-theme
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,
IsmaelJune 11, 2019 at 3:23 am in reply to: Customize and show Next/Previous Buttons on Portfolio and Blog Post Entry Pages #1108961Hi,
Thanks for the update.
Use this css code to have the navigation display on load, without hovering.
.avia-post-nav .entry-info-wrap { width: auto; }Best regards,
IsmaelJune 11, 2019 at 3:13 am in reply to: Layerslider Text Padding to Match Content Width of Site #1108960Hi,
Thanks for the update.
We can’t access the dashboard using the account above. Did you disable it? We would like to check the slider settings.
Best regards,
IsmaelJune 11, 2019 at 3:11 am in reply to: Masonry gallery – "Load more" starts shaking the website + random border #1108959Hi,
Thanks for the update.
1-2.) This should adjust the size of the masonry image and get rid of the white border.
.av-masonry-image-container img { width: 100%; object-fit: cover; }Sorry for the delay. We ask users to avoid including multiple questions in a single thread, however closely related they are, so that other users can effectively search the forum. And to keep the thread as short as possible. Thank you for understanding.
Best regards,
IsmaelJune 10, 2019 at 12:59 pm in reply to: Portfolio grid display issue with Chrome and Firefox #1108810Hi,
Thanks for the update.
We adjusted the following line a bit and it seem to have fixed the issue. Please don’t forget to delete the cache prior to checking the page.
$(window).trigger('debouncedresize');Best regards,
IsmaelJune 10, 2019 at 12:53 pm in reply to: Masonry Gallery mobile Version do not work like the desktop Version #1108808Hi,
Thanks for the update.
You should wrap the code inside a css media query if you don’t want it to affect the desktop view.
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .main_color .container .av-inner-masonry-content, .main_color .container .av-masonry-entry .avia-arrow { background-color: transparent; } }Best regards,
IsmaelHi,
Thanks for the update.
The css code in the following threads should help adjust the header/sidebar breakpoint.
// https://kriesi.at/support/topic/changing-global-breakpoint-didnt-work/#post-1102885
// https://kriesi.at/support/topic/change-media-break-to-activate-burger-menu-in-enfold-photography/#post-1085626Best regards,
IsmaelHi,
Thanks for the update.
The following modification in this thread should help. (see private field)
// https://kriesi.at/support/topic/gutenberg-editor/#post-1086464
Make sure that the site is running on version 4.5.7
Best regards,
IsmaelHi,
Sorry for the delay. Have you tried switching to the Contact Form 7? Let us know if the emails are sent properly when you use the plugin. If it still doesn’t work, then it’s probably an issue with the server.
Best regards,
IsmaelHey krobertson616,
Thank you for usig Enfold.
The site seems to be generating the same errors found in the following thread.
// https://kriesi.at/support/topic/internet-explorer-11-compatability/#post-1107138
Please follow the recommendations there.
Best regards,
IsmaelHi,
1.) You should be able to remove the date in the Enfold > Blog Layout > Blog meta elements section. If you can’t remove it there, try to remove it using css code.
2.) It will show partial content of the post as the excerpt automatically. If you prefer, you can manually specify the summary in the posts’ Excerpt field.
Best regards,
IsmaelHi,
Thank you for the update.
We tried to change the from address and install an SMTP plugin but none of them worked. Where is the site hosted? You may need to contact your hosting provider for additional support.
Or consider using another contact form plugin.
// https://wordpress.org/plugins/contact-form-7/
Best regards,
IsmaelHi,
I see. Make sure that the icon character code exists and that it starts with the backslash without the “u” letter.
Example:
#top .avia_ajax_form.cf-label-icons fieldset p:nth-child(2) label:before { content: '\e800'; font-family: 'entypo-fontello'; }This section might help: https://kriesi.at/documentation/enfold/icon/#how-to-find-the-icon-unicode
Best regards,
IsmaelHi,
The shop page should have its own sorting element by default. Did you add this code?
function avia_remove_woocommerce_frontend_search_params() { remove_action('woocommerce_before_shop_loop','avia_woocommerce_frontend_search_params', 20); } add_action( 'init', 'avia_remove_woocommerce_frontend_search_params');That hook removes the default sort element.
Best regards,
IsmaelHey!
@Guenni007: I imagined manipulating the href attribute of the items inside the portfolio grid element and append the query parameter to it, but I think I misunderstood your question and I actually forgot that that the button is supposed to be added to the single portfolio page.In that case, you should get the current portfolio page url using the window.location.href, split the string so that we can extract the actual portfolio name and append it to the href attribute of the Request button. This function might help.
// https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams
Regards,
IsmaelHi,
I didn’t know that you’re using custom icons. You need to assign or apply a custom css class attribute to those icons and use them in place of the selectors in the above function.
// https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support
Thanks for the update.
Best regards,
IsmaelHi,
Sorry for the delay.
Another question: when I change the css code in the fast css within the theme options in the English version, do I have to change it also in the Italian version?
Yes, you have to add the code in the other languages’ Quick CSS field. If you prefer not to do that, put it in the child theme’s style.css file.
Best regards,
IsmaelHi,
Thanks for the update.
You can use this plugin to manually translate those text.
// https://wordpress.org/plugins/say-what/
Best regards,
IsmaelHi,
You should NOT select the parent category Event then.
Why do you need to select the parent “Event” category? You need to select the sub or child categories if you don’t want all event items to display.
Best regards,
IsmaelHi,
Thanks for the update.
We modified the loop-search.php file as suggested on the previous thread. All that’s left is to add this code in the Quick CSS field.
.search-thumb { width: 300px; height: 200px; margin-bottom: 10px; } .search-thumb img { width: 100%; height: 100%; }We were not able to add it because the previous account for the WP dashboard is no longer valid. Please make sure that the posts have featured images.
Best regards,
IsmaelHi,
Thank you for the update.
The staging site’s dashboard went down when we deactivated some of the plugins. Do you have a backup or restore point? Once the site is restored, please deactivate the plugins temporarily.
Best regards,
IsmaelHi,
@Guenni: Using javascript or jQuery, maybe we can loop through the portfolio items and adjust the items’ href attribute value. First, we should extract the portfolio name by splitting the href string in to an array using “/” as the separator.
// https://www.w3schools.com/jsref/jsref_split.asp
We can then use the extracted string as the value of the “portfolio_name” parameter, append it to the href attribute value and re-assign it to the corresponding portfolio items. I hope that’s understandable.
@royaltask: I’m not really sure what you’re trying to do. Could you elaborate a bit?
Best regards,
Ismael -
AuthorPosts
