Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for the update.
The upgrade is not proposed anywhere. How could I proceed ?
The auto updater in v4.5.7 has been deprecated, so you have to update the theme manually via FTP this time. You should be able to automatically update the theme again directly from the dashboard once it’s upgraded to the latest version.
// https://kriesi.at/documentation/enfold/theme-update/
Best regards,
IsmaelJanuary 27, 2020 at 8:58 am in reply to: WPML Language switcher offers languages in which no content is available #1178600Hi,
Thank you for the update.
The site redirects to the home page when you switch to FR because the FR blog page doesn’t exists, or it’s not set properly in the FR theme options. You have to create a blog page in the FR language and set it accordingly. (see private field)
Best regards,
IsmaelJanuary 27, 2020 at 8:53 am in reply to: Error: The text content of element time was not in the required format…. #1178599Hi,
Thank you for following up.
You may need to modify the archives.php file or the includes > loop-index.php file. Look for this code around line 341:
echo "<time class='date-container minor-meta updated' >".get_the_time(get_option('date_format'))."</time>";Best regards,
IsmaelHi,
Thank you for the update
We can now reproduce the issue on our end. It’s not working properly because you’re trying to access a content or area in a tab section (#spray-tan) when it is not yet enabled or active. You should replace the anchor #versa-pro in the link or button with #spray-tan. (see private field)
Best regards,
IsmaelHi,
Thank you for the update.
We created and translated a test page (see private field) using the translation editor and it works well.
You may need to delete the “Partner” page and recreate it from scratch. Make sure that you use the translation editor this time. Please watch the video in the documentation above.
@jan_behr: Thank you for the info.
Best regards,
IsmaelJanuary 27, 2020 at 8:23 am in reply to: Sorting Masonry Gallery Items Incorrectly After "Load More" #1178593Hi,
Thank you for the update.
It’s not working properly because of the Post Types Order plugin. Somehow, the plugin alters the query of the gallery causing duplicate items.
Best regards,
IsmaelJanuary 27, 2020 at 8:13 am in reply to: Hide .av_minimal_header on scrolling when using transparent header #1178590Hi,
Thank you for the clarification.
We added the following css code in the Quick CSS field to disable the background image on pages with transparent headers.
.html_header_transparency .header_bg { background: none !important; }Best regards,
IsmaelHi,
Thank you for the screenshot.
The text in the select element is now center aligned. Did you adjust it? Unfortunately, it’s not possible to control the alignment of the text in an option element.
Best regards,
IsmaelJanuary 27, 2020 at 7:59 am in reply to: Iconfont Manager Error "Couldn’t add the font because the server didn’t respond" #1178587Hi,
Sorry for the delay. You can only upload monocolored icon sets from Flaticon. If it is an svg file, then you can use Fontello’s SVG converter before uploading it to the theme’s Iconfont Manager. If you need more help, please create a new thread and post the necessary details in the private field.
Best regards,
IsmaelJanuary 27, 2020 at 7:43 am in reply to: Adjust Google reCAPTCHA implementation in contact form content element #1178584Hi,
Thank you for the info.
You can use the following plugin to adjust the current translations of the privacy text.
// https://wordpress.org/plugins/loco-translate/
Best regards,
IsmaelHi,
I know, i dont have any fullpage slider or fullpage backgrounds. So is it reasonable that i can delete this pictures from Enfold creating and from the database?
Yes, you can delete the thumbnails that the site don’t actually use. You can manually do it by removing the thumbnail registration from the functions.php file or use the following plugin to set the height and width of certain thumbnails to 0.
// https://wordpress.org/plugins/simple-image-sizes/
After the plugin activation, go to the Settings > Media panel, look for the name of the thumbnails that you want to disable, set their width and height to zero, update or save the changes, then regenerate the thumbnails.
Best regards,
IsmaelJanuary 27, 2020 at 4:39 am in reply to: Popup Builder Modal windows not working since update #1178563Hi,
Thank you for the update.
Also, no answer to my other question. This is not achievable with using just Enfold, right?
You may be able to use the lightbox feature to open an inline content inside a modal popup window. Example of this implementation can be found in the following thread.
// https://kriesi.at/support/topic/gallery-launched-from-text-link/#post-1178381
Best regards,
IsmaelHi,
@Karamba69: You can use the following css code to change the opacity of the header background..header_bg { opacity: 1; filter: alpha(opacity=100); }
@Arbogaz: You can adjust the style of the Menu Indicator in the Enfold > Advanced Styling panel. Look for the element under the Main Menu section. And regarding the update, you might have to upgrade the theme manually this time because the auto updater in v4.5.7 has been deprecated.// https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
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,
IsmaelJanuary 27, 2020 at 4:19 am in reply to: search results (PDF's) not opening in new window or tab #1178557Hi,
Thank you for the update.
How exactly did you add the external links and pdf files?
Try to replace the line with this code.
$blank = in_array(get_post_type($the_id), array('page', 'post', 'product')) ? '' : 'target="_blank"'; echo "<{$heading} class='post-title entry-title {$css}'><a {$blank} 'title='".the_title_attribute('echo=0')."' href='".get_permalink()."' $markup>".get_the_title()."</a></{$heading}>";Best regards,
IsmaelHi,
Thank you for the update.
An error still occurs in the database same as in the previous thread.
SELECT SQL_CALC_FOUND_ROWS * FROM wp_layerslider WHERE group_id IS NULL AND flag_deleted = '0' ORDER BY <code>date_c</code> DESC LIMIT 0, 25 Error: Unknown column 'group_id' in 'where clause'Are you sure that the new column was added correctly?
Best regards,
IsmaelHi,
Sorry for the delay. Did you add the code right after this line?
$('#header').on('mousedown', '.av-main-nav-wrap', function() { int = setInterval(function() { a(); }, 500); });And please copy it directly from the forum, not from your email.
Best regards,
IsmaelHi,
Thank you for the update.
You can enable the post types and taxonomies from the Screen Options of the Appearance > Menus panel. We enabled the portfolio items and categories. You can now manually include the portfolio items in the menu.
Best regards,
IsmaelHi,
Thank you for the info.
The spaces are from the pricing tables. You can use this css code to remove the gaps between the columns.
.pricing-table { margin: 0; }Best regards,
IsmaelJanuary 27, 2020 at 3:22 am in reply to: ReCaptcha issue “Sorry, but the session time for this page has expired" #1178550Hi,
Thank you for the update.
We can’t reproduce the issue on our end. The spam protection works properly without producing an error or timing out. Please check the contact form in the test page below. (see private field)
Best regards,
IsmaelHi,
Thank you for the update.
The %%pagenumber%% string should be set in the title tag, not in the pagination. The plugin will then convert it to the current value of the page/paged query or the pagination, which should be available when you use the Blog Posts element. Now, this is probably not working because the theme overrides the title tag as explained previously.
should pick up the number from /page/2 but it’s always 1 not 2
Where can we check the issue? Do you see different set of items when you use the pagination?
Best regards,
IsmaelHi,
You’re welcome!
We added this code in the Quick CSS field to adjust the size of the logo on scroll.
.responsive .logo img { min-height: 100px !important; margin: 0 auto; } .responsive .av_header_transparency .logo img { min-height: 200px !important; }Best regards,
IsmaelHi,
the new breakpoint that we added only works, if we add “av-desktopl-hide=” in /includes/helper-privacy.php line 1786:
Sorry for the delay. That is the markup of the privacy tabs. Are you trying to hide it?
You said “You may need to copy the whole av_privacy_class in your child theme.”
You have to copy the whole av_privacy_class and AviaHelper classes without the class_exists wrapper in the child theme’s functions.php file or in any file of your choosing. Make sure to include or require the file properly.
// https://www.php.net/manual/en/function.require-once.php
Best regards,
IsmaelJanuary 27, 2020 at 2:48 am in reply to: Responsiveness Issue on mobile device on woocommerce my account order page #1178546Hi,
You’re welcome! Glad it works.
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,
IsmaelJanuary 27, 2020 at 2:47 am in reply to: API Schlüssel für Google Maps kann nicht angesetzt werden. Keine Verbindung #1178545Hi,
Sorry for the delay. The map in the contact page is working properly now. Did you manage to enable the missing API as Victoria suggested? (see private field)
Best regards,
IsmaelHi,
Sorry for the delay. The filters display when the WP Fastest Cache plugin is disabled. We don’t see any errors or anything, so it’s a bit difficult to debug. You may have to contact the plugins authors for additional assistance.
UPDATE: We activated the cache plugin again and the filter still displays properly. It must have been an issue with the cached files.
Best regards,
IsmaelHi,
You’re welcome!
Did you update the theme just recently? There are 6 options in the Default Footer & Socket Settings and the option to display only the socket is there. It is currently set to display the page Footer.
Best regards,
IsmaelHey AstridBerkhout,
Thank you for the inquiry.
Did you create the shortcode [WP-Coder id=”3″]? What is it supposed to return or display? We couldn’t find the shortcode’s callback function in the functions.php file.
Best regards,
IsmaelHi,
Thank you for the update.
You should be able to recreate the boxes using the column elements and use the special heading or text blocks for the content. It is possible to apply background colors or images to the columns. To make the corners of the box rounded, you will have to add a few custom css in the Quick CSS field or the child theme’s style.css file.
This guide should help.
// https://kriesi.at/documentation/enfold/add-custom-css/
Best regards,
IsmaelHey Birgit,
Thank you for the inquiry.
The following css code in the style.css file alters the default style of the tab section titles. It causes the titles to stack on top of each other.
.av-section-tab-title { padding: 0 !important; display: block !important; }What is it for?
Best regards,
IsmaelJanuary 24, 2020 at 9:41 am in reply to: Output alt or title below featured image in magzin- and blogelement #1178041 -
AuthorPosts
