Forum Replies Created
-
AuthorPosts
-
Hi,
You can now set an Alternate Menu for Mobile. You should see that option in the Enfold > Main Menu > General panel if the site is running on Enfold v4.5.
Best regards,
IsmaelHi,
Which type of google analytics are you using?
// https://developers.google.com/analytics/devguides/collection/analyticsjs/
This line in your code is actually invalid or is not use.
$gaq = “_gaq.push([‘_trackPageview’, ‘UA-111111111-1’]);\””;It just sets the $gaq variable but it’s not use anywhere. Please open a new thread with the site url and the login credentials.
Best regards,
IsmaelNovember 8, 2018 at 5:53 am in reply to: Change color section full-width to make it aligned with masonary with big gap #1031112Hi,
I’m sorry but I’m a bit confuse. Which color sections? Can you give us a link to the page with the color section?
You can also add Section IDs to the color section and then copy the css code above to change the width of their container.#your-custom-section-id .container { max-width: 1030px; }Replace the “your-custom-section-id” selector with the Section ID of your color section.
Best regards,
IsmaelHi,
You can copy that shortcode on the layer field. Just create a layer, set it to html or text and then put the shortcode there. It may not render properly on the layer slider editor but it should work fine on the front end. If the shortcode is not working, create the same layer and then use this html.
<span class="av_font_icon avia_animate_when_visible av-icon-style-border avia-icon-pos-center avia_start_animation avia_start_delayed_animation" style="color:#f68b32; border-color:#f68b32;"><a href="https://www.youtube.com/watch?v=kceeao9YpUc" class="av-icon-char mfp-iframe lightbox-added" style="font-size:30px;line-height:30px;width:30px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a><span class="av_icon_caption av-special-font">Setting up the endiio retrofit box</span></span>Just change the video url in the “href” attribute.
Best regards,
IsmaelHi,
Thanks for the update.
Use this css code to redisplay the featured image and the categories.
@media only screen and (max-width: 767px) { .responsive .template-blog .blog-meta, .responsive .post_author_timeline { display: block; } .category .post-meta-infos, .tag .post-meta-infos { display: block !important; } }Best regards,
IsmaelHey Andy,
Thank you for using Enfold.
You can use the “av_custom_url” to change the search items’ url.
add_filter( "av_custom_url", function( $link, $post ) { // do something here return $link; }, 10, 2 );Best regards,
IsmaelHi,
Thank you for using Enfold.
A quick search led me to this thread:
// https://wordpress.stackexchange.com/questions/279445/cannot-get-grandparent-object
So you need to get the current post id, check if a parent page is set, get the id of that parent page, check if the current post parent’s post_parent value is set and then get the grand parent page. Just copy the conditional logic from that thread and you’re good to go.
Best regards,
IsmaelNovember 8, 2018 at 5:25 am in reply to: Autoplay: start videos when they appear in viewport #1031092Hi,
The theme is using the waypoint script to trigger animations when the elements come into view. Maybe, you can utilize that script to auto play the video.
// http://imakewebthings.com/waypoints/
Example: https://kriesi.at/support/topic/onepager-change-h2-title-color-on-focus-when-scrolling/#post-995873
Best regards,
IsmaelHi,
The “subject” form parameter before the email is sent is set properly when I checked it. Are you sure that you checked the email sent by the contact form and not the autoresponse email? The “Thank you for your Message!” text is the subject for the autoresponse email. I created a test page. (see private field)
Best regards,
IsmaelNovember 8, 2018 at 4:56 am in reply to: Related posts not showing on single blog… not using AWB. #1031085Hi,
Do you want to get rid of that category in the blog page? Please provide the login details in the private field so that we can check the settings. Are you using the advance layout builder for your blog? You may need to use the “avia_post_slide_query” filter to adjust the blog query.
// https://codex.wordpress.org/Class_Reference/WP_Query#Taxonomy_Parameters
Best regards,
IsmaelNovember 8, 2018 at 4:44 am in reply to: Contact Form not working – Unable to receive email #1031078Hey Yaser,
Thank you for using Enfold.
Have you check the spam folder? You may need to setup a SMTP or change the default from address so that the mail server will properly accept the emails, or will not mark the emails as spam. These steps should help you fix the issue.
// https://kriesi.at/documentation/enfold/contact-form/#my-contact-form-is-not-sending-emails-
Best regards,
IsmaelHi,
Yes, it’s probably cause by the adblock. Is it working when you disable the browser’s adblock option?
I don’t think we can get around that if that’s the case.
Best regards,
IsmaelHey ezvisa,
Thank you for using Enfold.
I’m not really sure if I understand what you need. Can you provide a screenshot? Please use imgur or dropbox.
Best regards,
IsmaelHey Lara,
Thank you for using Enfold.
That is possible but it will probably require another extension or plugin. Unfortunately, adding that kind of feature is beyond the scope of support. Please search for a plugin or hire a freelance developer. You can contact our partner, Codeable.
// https://kriesi.at/contact/customization
Best regards,
IsmaelHi,
Looks like you managed to remove the arrows. Anything else we can help you with?
Best regards,
IsmaelHi,
Which images? I checked the image of one of the posts and it’s the same size as you mentioned. (see private field)
Best regards,
IsmaelNovember 8, 2018 at 4:29 am in reply to: Change background color for table price heading row #1031071Hi,
I think the login token has expired. Sorry about that. Please generate another token and make its expiry longer.
Try this css code:.main_color .pricing-table li.avia-heading-row, .main_color .pricing-table li.avia-heading-row .pricing-extra { background-color: red; color: blue; border-color: orange; }Best regards,
IsmaelNovember 8, 2018 at 4:26 am in reply to: Background color for next arrow in the portfolio detail pages #1031070Hi,
1.) You can use this css code to change the background color of the post navigation.
#top .avia-post-nav { background: #b3050f; } #top .avia-post-nav:hover { background: #b3050f; }Change the color values to rgba if you want to retain the transparency effect.
2.) You can exclude certain pages or posts from being shown on the sitemap. Just follow this guide:
// https://kb.yoast.com/kb/sitemap-shows-excluded-posts-pages/
Best regards,
IsmaelHi,
Thanks for the info. I’ll forward this thread again, just to make sure you get an update. Please wait for Kriesi’s response.
Best regards,
IsmaelHey Peter,
Thank you for creating a new thread.
I can now login to the site but I need another authentication to access the actual page. Please add it in the private field. Or just set the user role to admin.
This site is password protected while under development. Enter your password to access the development site.
Best regards,
IsmaelHi,
You have to remove this code first:
.responsive #top #wrap_all .flex_column.avia-builder-el-9:empty { margin-top: 100px !important; }And then add this one:
.responsive #top #wrap_all .av-flex-cells .no_margin { overflow: visible; }Add a unique Section ID to the grid row element containing the columns if you want to solely apply this modification to that particular column.
Best regards,
IsmaelHi,
You can usually ignore those errors if you don’t encounter any layout issues when you test the page on a mobile device. Do you see any issues on your site? You can also redirect those url to the home page or wherever you want and then set the line in your google search console as “mark as fixed”.
// https://support.google.com/webmasters/answer/35120?hl=en
Best regards,
IsmaelNovember 8, 2018 at 3:28 am in reply to: Set the Burger Menu /Navigation Break Width in Custom CSS #1031063Hi,
It happens when the screen width is between 989px and 768px.
media only screen and (max-width: 989px) and (min-width: 768px) { .responsive body.boxed#top, .responsive.html_boxed.html_header_sticky #top #header, .responsive.html_boxed.html_header_transparency #top #header { max-width: 100%; } }You can adjust the css media query view port values.
Best regards,
IsmaelHi,
I’m sorry for the late response. This script should help fix the “stacking up” issue.
// https://kriesi.at/support/topic/parallax-bug-on-background-images-with-pictures/#post-1013455
I’m not really sure if I understand the question regarding the “taxonomy”. Can you provide a screenshot of that? What do you mean by “taxonomy function”?
Best regards,
IsmaelHi,
It seems to be created by the “addthis” widget. Did you add any scripts related to that widget?
Best regards,
IsmaelHey GCSkye,
Thank you for using Enfold.
You cannot return a whole menu when using the “wp_nav_menu_items” filter. You need to edit the includes > helper-main-menu.php file directly and load the appropriate wp_nav_menu based on your conditions.
// https://developer.wordpress.org/reference/functions/wp_nav_menu/
You can also use the “avf_alternate_mobile_menu_id” filter but it will override the default heading settings.
Best regards,
IsmaelHey ITIS,
Thank you for using Enfold.
I’m getting this error in the console on desktop view.
// /wp-admin/admin-ajax.php:1 Failed to load resource: the server responded with a status of 500 ()
The “wpv_get_view_query_results” ajax function is not working properly because of that. Please ask your hosting provider if the mod_security rule is blacklisting or blocking the admin-ajax.php file.
Best regards,
IsmaelNovember 8, 2018 at 2:31 am in reply to: How to override Enfold mods to The Events Calendar in Enfold-Child? #1031054Hi,
Thanks for the update. You should be able to override the template in your child theme but you have to remove the theme’s default template paths. Add this code in the functions.php file:
add_action('after_setup_theme', function() { if(is_child_theme()) remove_action('tribe_events_template', 'avia_events_template_paths', 10, 2); }); add_action('tribe_events_template', 'avia_events_template_paths_mod', 10, 2); function avia_events_template_paths_mod($file, $template) { $redirect = array('default-template.php', 'single-event.php'); if(in_array($template, $redirect)) { $file = get_stylesheet_directory() . "/tribe-events/views/".$template; } return $file; }You can now add the single-event.php file inside the child theme’s “tribe-events/views” folder.
Best regards,
IsmaelNovember 8, 2018 at 2:24 am in reply to: Using Button element to play a video in a lightbox #1031053Hi,
Thanks for the update. You can actually use the video url as the link and it will open in a lightbox. Do you really need to open the video inside a page?
Best regards,
IsmaelHey dondela,
Thank you for using Enfold.
1-2) These css codes should help.
@media only screen and (min-width: 479px) { #av_product_description * { font-size: 20px; line-height: 1.4em; } .responsive #top #wrap_all .container { width: 95%; max-width: 95%; } }3) Please enable the debug mode and then update the custom footer page. The columns doesn’t respond or resize properly because the whole section is outside the wrapper or main container.
// https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#debug-mode
Best regards,
Ismael -
AuthorPosts
