Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for the update. The posts elements in the theme are still using the same query so you need to add that filter if you want to display the sticky posts.
Best regards,
IsmaelHi,
We would like to help with the issue but this may require modifications that are beyond the scope of support. Please contact the script author or disable the script on mobile as previously suggested.
Best regards,
IsmaelHi,
Alright. Thank you for the info. Please keep the modifications for now and update the theme to version 4.4 if you haven’t updated it yet. Open a new thread if you encounter the issue again.
Thank you for using Enfold. :)
Best regards,
IsmaelHey quebag,
Thank you for using Enfold.
The theme’s Facebook widget has “2-click” solution so it’s “B”.
b) Do you use Facebook plugins with "2-click" solution?Best regards,
IsmaelMay 28, 2018 at 6:31 am in reply to: Portfolio page styling/format is lost when moving to Enfold 4.4 from Enfold 3.8 #962940Hey premedia,
Thank you for using Enfold.
Did you enable the “Lazy Load videos” option? Please provide the login details in the private field. We would like to check the Video settings.
Best regards,
IsmaelMay 28, 2018 at 6:28 am in reply to: Problem with transparent header and size of blog titels #962938Hi,
Thanks for the update. I think you forgot the URL though. Please add it in the private field.
Best regards,
IsmaelHi,
Thanks for the update. We provided a fix in the following thread.
Please post the FTP and WP login details in the private field if you want us to implement it.
Best regards,
IsmaelHey bjornwallman,
Thank you for using Enfold.
If you’re asking for the particular file, just do a file search for the keyword “cookie”, “setCookie” or “getCookie”. It should return all files that deal with cookies.
This article might help. Please read the “One more word about Cookies” section.
// https://kriesi.at/archives/enfold-4-4-and-the-gdpr-general-data-protection-regulation
Best regards,
IsmaelHi,
Thank you for using Enfold.
The background image url is invalid because of the css compression. Please update to version 4.4. It contains the fix for this particular issue.
Best regards,
IsmaelHi,
Thanks for the update. The max width of the Samsung Mega 2 device is 1280px so this css code should work.
@media only screen and (max-width: 1280) { .av-inner-masonry-content { display: none !important; } }Don’t forget to remove the browser cache prior to checking the page.
Best regards,
IsmaelHi,
Here’s a complete guide to updating the theme via FTP or via theme options.
// https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#update-via-dashboard
// https://kriesi.at/archives/the-complete-guide-to-updating-enfoldUse this css code for the scroll to top button.
#scroll-top-link { color: #e8e8e8; border: 1px solid #282b2e; background-color: #282b2e; }Best regards,
IsmaelHi,
Great! It looks good. Thanks for the update. We’ll close this now. Please feel free to open a new one if you need anything else. :)
Best regards,
IsmaelMay 28, 2018 at 6:01 am in reply to: Category in blog post, add it and delete it from the main blog page #962931Hi,
Thanks for the update. Please replace the filter with this one.
function avs_custom_categories_shortcode() { $terms = get_the_terms( get_the_ID(), 'category' ); $output = "<span>"._('Dossier-Thema: ', 'avia_framework')."</span>"; foreach ( $terms as $term ) { // The $term is an object, so we don't need to specify the $taxonomy. $term_link = get_term_link( $term ); // If there was an error, continue to the next term. if ( is_wp_error( $term_link ) ) { continue; } // We successfully got a link. Print it out. $output .= '<p class="cat"><a href="' . esc_url( $term_link ) . '">' . $term->name . '</a></p>'; } return $output; } add_shortcode('the_post_categories', 'avs_custom_categories_shortcode');Best regards,
IsmaelHi,
The mobile menu is not displaying properly because of the css modifications and the plugins. We deactivated the Easy Facebook Plugin and removed the following css code because they’re breaking the header layout.
.responsive, .responsive span, .responsive span iframe[style], .responsive span img { /* width: auto !important; */ }We also added this css code.
@media only screen and (max-width: 767px) { .responsive #top #wrap_all .main_menu { top: 0; height: 80px; left: auto; right: 0; display: block; position: absolute; width: 100%; } }Best regards,
IsmaelHi,
Create a folder called “slideshow_feature_image” then move the file inside. It’s the new structure of the shortcodes. You may want to get a new copy of the file from the parent theme folder first and re-add the modifications.
Best regards,
IsmaelHi,
The error “av_countdown_events_fallback” means that there are duplicated files inside the config-templatebuilder > aviashortcodes folder. Did you update the theme manually? Please remove the duplicated files in the said folder or delete the whole parent theme first before uploading the new version.
Best regards,
IsmaelHi,
The feed returns 404 because it doesn’t exist which is ok. It’s the same as when you access a page like so.
(see private field)
It tells google that it’s not a real page so it’s not going to be included in the search results. If you want, you can also redirect these 404 pages to a custom page. You can set that in the Enfold > Theme Options > Error 404 Page.
Best regards,
IsmaelHi,
Thanks for the update. Please try to use this css code to increase the size of the logo and adjust the position of the mobile menu container.
@media only screen and (max-width: 989px) and (min-width: 768px) { .responsive.html_mobile_menu_tablet #top #header_main > .container .main_menu .av-main-nav > li > a, .responsive.html_mobile_menu_tablet #top #wrap_all .av-logo-container { height: 180px; line-height: 180px; } }Best regards,
IsmaelHi,
The theme changes the folder’s permission automatically because it has to regenerate the stylesheet inside.
Best regards,
IsmaelHi,
Thanks for the info. The slider display properly now. If you encounter the issue again, edit the page and update it.
Best regards,
IsmaelHi,
Did you create the Home EN page manually? It has to be the translation of the DE version. Please delete the Home EN page and then translate the Home page of the DE language.
Best regards,
IsmaelHi,
The map script is inside the framework > js > conditional_load > avia_google_map_api.js file now.
(line 153)
styles:[{featureType: "poi", elementType: "labels", stylers: [ { visibility: "off" }] }]Best regards,
IsmaelHi,
Did you activate the layers’ Loop or Middle transitions? If this transition is not enabled, the slider or the layers will not loop. In the transition properties, you should see the “Count” field. This field can be set to “Infinite” or “-1”.
Best regards,
IsmaelHi,
Thank you for using Enfold.
Where can we see the issue? Please provide the site url and provide the login details in the private field. After the update, please try to reconfigure the theme options or just re-save it to regenerate the script and stylesheets. You may want to update the page with the broken elements as well.
Best regards,
IsmaelMay 25, 2018 at 5:43 pm in reply to: Problem with changing the appearance and centering the button to activate Google #962289Hey Mariusz86,
Thank you for using Enfold.
Where can we see the map? Try to replace the second css declaration with this one.
.av_gmaps_sc_main_wrap .av_text_confirm_link { margin-left: 0px !important; font-size: 0.9em !important; position: absolute; left: 50%; transform: translate(-50%, 0; }Best regards,
IsmaelHey mleite1,
Thank you for using Enfold.
Are you using the advance layout builder? You can save the page with the gallery as template and then load the template on another page or post. Adjust the image gallery as needed.
Best regards,
IsmaelMay 25, 2018 at 5:36 pm in reply to: NExt / Previous single post navigation no longer showing up for events? #962285Hi,
We can’t access the “wp-admin” or “wp-login” page of the development site. The same login credentials work for the live site but don’t want to break anything there so we’ll wait for your response.
The event “risking light” no longer exist. Please create a test event so that we can see the issue.
Best regards,
IsmaelHi,
Thanks for the info. The “muted” attribute is going to be included in the latest version but it will only be applied to self hosted or local videos. For the full width easy slider, you may need to enable the “Mute Video Player” option manually.
Best regards,
IsmaelHi,
The session cookies don’t store any information from the users so you don’t have to disable it. If you haven’t updated the theme yet to 4.4, please do. And read this short article regarding GDPR.
// https://kriesi.at/archives/enfold-4-4-and-the-gdpr-general-data-protection-regulation
The section “One more word about Cookies” explains why you don’t have to disable the session cookies.
Best regards,
IsmaelHi,
I replicated the site’s menu setup on my local installation. The first and second level menu items are displaying properly. In your installation, only the second level menu items are rendered inside the mobile menu container.
I would like to test it again but there’s an Internal Server Error in your site. Please let us know when it’s up again.
Best regards,
Ismael -
AuthorPosts
