Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for the update.
The event posts also have a published date which is what the blog template displays by default. The Blog Posts element is not really intended to display events but it can be modified if necessary.
Please edit the includes > loop-index.php file and look for this code around line 377:
echo "<time class='date-container minor-meta updated' >" . get_the_time( get_option( 'date_format' ) ) . '</time>';Replace it with:
$time = get_the_time( get_option( 'date_format' ) ); if(get_post_type(get_the_ID() == 'tribe_event')) { $time = tribe_get_start_date(get_the_ID(), true); } echo "<time class='date-container minor-meta updated' >" . $time . '</time>';This will display the event time instead of the published date if the post type is event.
Best regards,
IsmaelOctober 9, 2020 at 11:38 am in reply to: Inline Loading of Element's CSS & JS which are used one time only #1251668Hi,
This is not possible with the theme out of the box, so it will require a few modifications. Unfortunately, this is beyond the scope of support. You could instead make use of the browser caching by defining a longer expiry for the site resources.
// https://gtmetrix.com/leverage-browser-caching.html
Best regards,
IsmaelHey barrystrauss,
Thank you for the inquiry.
That should be possible but it will require a custom script (jQuery or vanilla Javascript). We could hide the logo initially, then only display it after a slider transition or after the logo animation is done.
In one of the sliders, this should be possible using the Event Callback and the Slide Change Events . Please check the documentation for more info about the layer slider API.
// https://layerslider.kreaturamedia.com/documentation/#layerslider-api
Best regards,
IsmaelHey Maw87,
Thank you for the inquiry.
The load more button seems to be appearing immediately on the page despite the fact that there are a lot of heavy images in the home page, and loading more items does not cause issues with scrolling, at least not when we tested it.
Please try to update the theme to the latest version 4.7.6.4, then toggle the Performance > File Compression settings afterwards. You might also want to consider decreasing the number of images in the home page by using categories or sub pages.
Best regards,
IsmaelHi!
Thank you for the inquiry.
The group_id column might be missing from the layerslider table in the database. Please check the following thread for a possible fix.
// https://kriesi.at/support/topic/layer-slider-fails-on-enfold-update-4-6/#post-1159740
Cheers!
IsmaelHey Marco,
Thank you for the inquiry.
Yes, the theme options page is only visible to administrators. Changing the condition will require modification of the core files. If you want to proceed, look for the file enfold\framework\php\class-superobject.php and this code around line 183:
if( is_admin() ) { add_action( 'admin_print_scripts',array( $this, 'set_javascript_framework_url' ) ); new avia_adminpages( $this ); new avia_meta_box( $this ); new avia_wp_export( $this ); }These changes cannot be done in the child theme, unfortunately.
Best regards,
IsmaelHi,
Thank you for the update.
We did not find any logo slider element in the home page, so we created a draft page and included the element in it and we did not encounter any issue with it at all — all entries or items in the slider display properly. Please check the draft page in the private field.
Best regards,
IsmaelHi,
Thank you for the update.
The theme will only add the avia_forced_reroute query when the Custom Error 404 Page is set to the third option. Please try to set it to the second option (Display selected page without redirect) instead.
Best regards,
IsmaelHi,
Thank you for the info.
We adjusted the snippet in the functions.php file and added css code in the child theme’s style.css file. Please remove the browser history and purge the cache prior to checking the page.
Best regards,
IsmaelOctober 8, 2020 at 12:37 pm in reply to: Make "Get Demo" button link to our SimplyScheduleAppointment plugin #1251403Hi,
Thank you for the update.
There seems to be no extra space below the header and the heading Solving Extreme Price Variations is now located in the middle of the page. Do you require more changes in this page?
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,
We could add the menu element right under the header but this means modifying the template files directly. The main menu code is located in the includes > helper-main-menu.php file. Toggling the visibility of this menu on hover will also require custom code.
Best regards,
IsmaelHi,
We are not really sure why that particular video doesn’t work. Is this the only video that is not working? The second video in the page, which is the sample video, is working as it should.
Thank you for your patience.
Best regards,
IsmaelHi,
@kraftjungs: Where can we see the issue? Please open a new thread and post the necessary details in the private field so that we could check the issue. By headline, do you mean the Special Heading element?Best regards,
IsmaelOctober 8, 2020 at 12:22 pm in reply to: Blog Widget, Grid Layout show author and date/time #1251397Hi,
Edit: I found it. Shortcodes folder needs to be right in the root of the child theme. Thanks everyone
Alright. Glad it is fixed. You are welcome!
Have a nice day.
Best regards,
IsmaelOctober 8, 2020 at 12:19 pm in reply to: Added PHP Functions for Autoplay Video and experience two bugs now: Please help #1251394Hi,
The videos are now playing automatically on page load. Please remove the browser history and purge the cache. We checked the site on Firefox Windows 10.
Thank you for your patience.
Best regards,
IsmaelOctober 8, 2020 at 12:15 pm in reply to: Horizontal Gallery – Images Loop – Bug Twice Clicks #1251393Hi,
We have introduced the directory that contains the gallery
config-templatebuilder/avia-shortcodes/gallery_horizontalWe do not necessarily have to have the same structure as the parent theme because we already create a new shortcode path in the child theme. All we need to do is copy the gallery_horizontal folder including the files (php, css, js) from the parent theme to the new folder called shortcodes that we created and placed inside the child theme directory. After that, edit gallery_horizontal.php file, look for the extra_assets function and adjust the script and stylesheet path so that they point to the modified files in the child theme.
function extra_assets() { $child_theme_url = get_stylesheet_directory_uri(); wp_enqueue_style( 'avia-module-slideshow', $child_theme_url . 'shortcodes/slideshow/slideshow.css', array( 'avia-layout' ), false ); //load css wp_enqueue_style( 'avia-module-gallery-hor', $child_theme_url . 'shortcodes/gallery_horizontal/gallery_horizontal.css', array( 'avia-module-slideshow' ), false ); //load js wp_enqueue_script( 'avia-module-gallery-hor', $child_theme_url . 'shortcodes/gallery_horizontal/gallery_horizontal.js', array( 'avia-shortcodes' ), false, true ); }Best regards,
IsmaelHi,
Thank you for the info.
We could use this css code to correct the layout of the share box and the product tabs below.
.product .av-share-box { margin-bottom: 0; } .single .woocommerce-tabs { position: relative; top: 0; }Please purge the cache and toggle or temporarily disable the minification after adding the css code.
Best regards,
IsmaelHi,
Thank you for the info.
We checked the PHP info and noticed a few options that might help with the issue. Another user reported that by enabling the allow_url_fopen, allow_url_include and register_globals directives, he managed to import the demos properly. These directives are currently off or is not available in your server. You could disable them back after importing the demo for security reasons.
These threads might also help.
// https://kriesi.at/support/topic/enfold-demo-import-2/#post-1082170
// https://kriesi.at/support/topic/demo-loading-help/#post-1068101Best regards,
IsmaelHi,
Glad to know it is fixed. Please feel free to open a new thread if you need anything else.
Have a nice day.
Best regards,
IsmaelOctober 8, 2020 at 11:49 am in reply to: button link option display wrong after copy to other language using WPML again #1251383Hi,
The latest version of the theme is v4.7.6.4, so you are actually testing older versions of the theme. Please download the latest version from your Themeforest account.
Best regards,
IsmaelHi,
Another user provided a snippet that might help in this case. The code checks if a certain cookie or cookies exist and only then it will load or render the Google Tag Manager script. You might be able to use the same code for Facebook Pixel.
Please check the link below.
Best regards,
IsmaelHi,
Thank you for the update.
Would you like to remove the lightbox navigation? This css code should work.
.mfp-arrow { display: none !important; }Best regards,
IsmaelHi,
So are you saying that the import feature only works on a fresh, untouched install?
The import should work even on an old installation as long it has the latest version of the theme, and that the exported settings file is not corrupted or broken. Why do you have to reset the theme options and import it back? Are you just testing if importing works?
@bridgeworx: Please create a new post or thread and post the details in the private field so that we could check the issue further. For more info about the theme and the installation process, please check the documentation.// https://kriesi.at/documentation/enfold/install-enfold-theme
Best regards,
IsmaelHi,
Yes, the code above should display the value of the Description field.
Did you add an excerpt or caption to the gallery? These fields will only display if the gallery item has a caption.
Best regards,
IsmaelOctober 8, 2020 at 11:31 am in reply to: Enfold Sidebar Menu – Need it to stick to the side, but also scroll? #1251377Hi,
Thank you for the inquiry.
The sticky option is not working as expected because of this css code.
.html_header_sidebar #top #header.av_always_sticky { position: fixed; -webkit-backface-visibility: hidden; }This makes the header sticky at all times regardless of its height, which breaks the default behavior.
Best regards,
IsmaelHi,
@vergara : The css code above will only center align the logo and the burger menu. They will not place the logo inside the mobile menu container. Placing a logo inside a mobile menu will require a custom script. Unfortunately, this modification is beyond the scope of support.You could try adding the logo in one of the menu items using an img tag, but we are not sure if the current script will include it in the mobile menu.
// https://www.w3schools.com/tags/tag_img.asp
If you need further help, please create a new thread and post the necessary details in the private field.
Best regards,
IsmaelHi,
Why can’t it load in the same place and just go to more blog posts? Why does it need to reload the entire page?
You are probably looking for asynchronous loading which is not available in the default WordPress pagination.
Again, is there no way for the blog posts to simply slide in the same section?
This is possible with the Masonry element by setting the pagination to the load more button. Or with a third party posts plugin with an AJAX feature.
Best regards,
IsmaelHi,
Would you mind providing the login details so that we could access the site? The theme should supply a valid href when the characters used in the tab section title is non Latin such as the Arabic text. Please post the login details in the private field and make sure that the Appearance > Editor panel is accessible.
FYI, the latest version of the theme is now out, v4.7.6.4.
Best regards,
IsmaelOctober 7, 2020 at 1:37 pm in reply to: How to deal with custom post type and a relative custom archive page layout #1251152Hey Elena,
Thank you for the inquiry.
What did you change in the archive-projects.php file? Have you tried using the is_post_type_archive function to check if the current archive page shows the Project post type?
// https://developer.wordpress.org/reference/functions/is_post_type_archive/
We could also use the avf_blog_style filter to adjust the blog style of the Project archive page to blog-grid.
Best regards,
IsmaelOctober 7, 2020 at 1:37 pm in reply to: How to deal with custom post type and a relative custom archive page layout #1251150Hey Elena,
Thank you for the inquiry.
What did you change in the archive-projects.php file? Have you tried using the is_post_type_archive function to check if the current archive page shows the Project post type?
// https://developer.wordpress.org/reference/functions/is_post_type_archive/
We could also use the avf_blog_style filter to adjust the blog style of the Project archive page to blog-grid.
Best regards,
Ismael -
AuthorPosts
