Forum Replies Created
-
AuthorPosts
-
October 4, 2018 at 8:51 pm in reply to: Blog dates not showing on translation page and blog notifications to subscribers #1018003
Hi,
Thanks for the update. It’s been a while. I edited the postslider.php file and adjusted the date format in the Settings > General panel. The dates are displaying properly now.
Best regards,
IsmaelOctober 4, 2018 at 8:39 pm in reply to: Button onclick event problem (including tracking codes and pixels) #1018001Hi,
Cool. Glad that it’s working now. Please open a new thread if you need anything else. :)
Best regards,
IsmaelHi,
You can actually change the background and font color of the upper bar or container on the Advanced Styling panel — same with the main header container. Have you tried it? Please post the login details in the private field so that we can adjust the elements for you.
Best regards,
IsmaelHey Dawn,
Thank you for using Enfold.
Did you set the WooCommerce > Settings > Products > Column and Product Count > Product Count settings to -1? Default value should be 15. The product sorting number is based on that value.
Best regards,
IsmaelHey ezvisa,
Thank you for using Enfold.
Where can we see one your products? Please provide a link. What is the current rating code or script that you’re using?
Best regards,
IsmaelHey Yaser,
Thank you for using Enfold.
1.) The map is displaying properly when I check. Please check the docs for more info regarding the map API key.
// https://kriesi.at/documentation/enfold/google-map/
2.) You can change the footer info in the Enfold > Footer panel. Look for the “Copyright” field.
Best regards,
IsmaelHi,
It seems to be an issue with your CDN. Please deactivate CDN temporarily and then check the layer slider editor again.
Best regards,
IsmaelHey ezvisa,
Thank you for using Enfold.
Can we take a peek at the site? We need to see the actual setup of your portfolio items and categories.
Best regards,
IsmaelOctober 4, 2018 at 3:22 pm in reply to: error when aktivate portfolio post type / post types order plugin #1017940Hey Roger,
Thank you for using Enfold.
The notice has nothing to do with the plugin. It’s also not critical so you have nothing to worry about. Please try to move the masonry gallery element inside a 1/1 column or a color section and update the page. Or disable the debug mode in your wp-config.php file.
Best regards,
IsmaelHi,
@bespokebranddesign: Thanks for the info. Please feel free to open a new thread if you need anything else. We’ll close this thread now.Best regards,
IsmaelOctober 4, 2018 at 3:07 pm in reply to: input element, type of "checkbox", has no text in label #1017930Hi,
Awesome! 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,
Great! 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,
IsmaelOctober 4, 2018 at 3:05 pm in reply to: Button onclick event problem (including tracking codes and pixels) #1017927Hi,
Yes, I was referring to the gtag manager because you’re using the gtag manager snippet instead of the google analytics library. If you want to implement the google analytics library, please refer to the following docs.
// https://developers.google.com/analytics/devguides/collection/analyticsjs/
// https://developers.google.com/analytics/devguides/collection/analyticsjs/eventsYou should use the “ga” function instead of “gtag” tracker.
Best regards,
IsmaelHey hex80,
Thank you for using Enfold.
The inline styling of the tab content or closed items are missing. The css “display” property should be set to “none” for closed items. Did you modify any of the theme files? Please deactivate the plugins temporarily and then check the page again.
Best regards,
IsmaelHi,
Try to set the opacity and scale of the timeline icons directly.
.responsive #top .avia-timeline-vertical .milestone_icon { transform: scale(1); opacity: 1; }
Best regards,
IsmaelHey Andreas,
Thank you for using Enfold.
You can edit the top bar or header meta in the Advanced Styling panel. Edit the “Small bar above Main Menu” element. You can also modify the main menu element there.
Best regards,
IsmaelOctober 4, 2018 at 6:44 am in reply to: images in rows jumping and showing white background at certain screen sizes #1017706Hey FZKFranziska,
Thank you for using Enfold.
Make sure that the images in the grid have exactly the same sizes. Some of the images are slightly different from the others — a few of them are 2120x1415px while the others are 2119x1415px.
Best regards,
IsmaelOctober 4, 2018 at 6:38 am in reply to: Smart Area (Smart Areas / predefined blocks of page builder) #1017704Hi,
but a few things like the contact form are not displayed if i use this element.
This should help you fix the code block issue.
// https://kriesi.at/support/topic/code-block-not-working-with-page-content/#post-1017146
Best regards,
IsmaelOctober 4, 2018 at 6:27 am in reply to: input element, type of "checkbox", has no text in label #1017697Hey dellato,
Thank you for using Enfold.
Edit the includes > helper-privacy.php file and then look for this code around line 87:
$output .= '<label>';
Replace it with:
$output .= '<label for="'.$cookie.'">';
Best regards,
IsmaelHi,
You need to modify the includes > related-posts.php file for that. Use the same get_posts query as the filter above on line 75.
$my_query = get_posts( array( 'tag__in' => $tag_ids, 'post_type' => get_post_type($this_id), 'showposts'=>$postcount, 'ignore_sticky_posts'=>1, 'orderby'=>'rand', 'post__not_in' => array($this_id)) );
You will also need to replace $tags (line 58) to get the author info or id instead.
$tags = get_post_field( 'post_author', $this_id );
And change the subsequent logic base on the author info.
Best regards,
IsmaelHi,
I modified the lightbox script in the functions.php file. The popup or lightbox is working properly now. Unfortunately, I can’t assure you that the form inside the lightbox is going to work as expected.
function ava_iframe_lightbox_inline() { ?> <script type="text/javascript"> jQuery(document).ready(function() { jQuery('.button_row_lightbox a').magnificPopup({ items: [ { src: 'https://app.acuityscheduling.com/schedule.php?owner=16684187', type: 'iframe' // this overrides default type }, ], midClick: true // Allow opening popup on middle mouse click. Always set it to true if you don't provide alternative source in href. }); }); </script> <?php } add_action('wp_head', 'ava_iframe_lightbox_inline');
Best regards,
IsmaelHi,
Is it working properly when you disable the columns’ animation?
Best regards,
IsmaelHi,
Add the “tax_query” parameter to the query.
function avia_add_all_breadcrumb_parent() { $args = array('posts_per_page' => -1, 'post_status' => 'any', 'post_type' => array('portfolio'), 'tax_query' => array( array( 'taxonomy' => 'portfolio_entries', 'field' => 'term_taxonomy_id', 'terms' => array(26, 25, 24) ) )); $articles = new WP_Query( $args ); foreach($articles->posts as $article) { update_post_meta($article->ID, 'breadcrumb_parent', 1980); } wp_reset_postdata(); } add_action('wp_head','avia_add_all_breadcrumb_parent');
Replace the portfolio category ids in the “terms” parameter inside the “tax_query” with the id of the categories in your installation.
Best regards,
IsmaelHi,
Thanks for the update. The icon is placed inside the sidebar. This sidebar is hidden on mobile devices by default. Use this css code to redisplay the sidebar on smaller screens.
@media only screen and (max-width: 767px) { .responsive #top #main .sidebar { display: block; } .responsive #top #main .sidebar .inner_sidebar .widget { display: none; } .responsive #top #main .sidebar .inner_sidebar .widget_custom_html { display: block; } }
Best regards,
IsmaelHi,
The “order” and “orderby” settings are already available in the Portfolio Grid panel. Just scroll at the very bottom of the element’s panel. Do you need to sort your portfolio items based on the custom field? Try to use the “avia_post_grid_query” filter to adjust the “orderby” parameter. It should be set to “meta_value”.
// https://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters
Best regards,
IsmaelOctober 4, 2018 at 3:35 am in reply to: Same browser tab opening for specific tab in a tab section. #1017649Hi,
Thanks for the update. By default, you cannot open a tab sub section with a custom link. You need to create a custom script for that.
// https://kriesi.at/support/topic/hotspots-with-anchor-links-to-tabs-section/#post-896815
Replace this line:
scrollToTab( '#top .iconbox_top a', 'click' );
with this:
scrollToTab( '.avia-image-overlay-wrap a', 'click' );
Best regards,
IsmaelHi!
Where do you see the error? Did you put it in the functions.php file?
Best regards,
IsmaelHi!
I’ve forwarded the issue to the team.
Yes, I do have an old iPad but you can’t inspect the website there. You’ll need a mac computer or laptop in order to do that.// https://www.hongkiat.com/blog/ios-debugging/
Best regards,
IsmaelHi,
Thanks for the update. Did you add those text or content in the “Additional Portfolio Settings” > “Add Preview Text” editor? Please note that the AJAX preview can only display the content from the “Additional Portfolio Settings” editor. It will not display the content of the default editor.
Best regards,
Ismael -
AuthorPosts