Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for the update.
This will probably require a membership plugin where you can restrict access to certain posts/pages, or create protected content that is only accessible to authorized members or users. Please check the following plugins.
// https://wordpress.org/plugins/simple-membership/
// https://wordpress.org/plugins/wp-members/Best regards,
IsmaelHey Yowl,
Thank you for the inquiry.
The site within the iframe will not respond automatically or properly because the iframe’s width is not dependent on the current window, so it will not inherit the size of the viewport. There is a solution to this, but it will require a custom script.
The idea is to get the current size of the viewport and apply it to the iframe element.
Best regards,
IsmaelHi,
Thank you for the info.
You will have to update the theme to v4.7.3 manually or via FTP because the automatic theme update in the dashboard is not available in v4.5.7. Please check the documentation below for more info.
// https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
Best regards,
IsmaelHi,
Sorry for the delay. Looks like you have already managed to change the transparency of the header. If you want the header to appear only while scrolling up, then you have to listen for the scroll event using jQuery or Javascript and check for the vertical position of the scrollbar or the scrollTop value. This thread should help.
Unfortunately, this is not something that is available in the theme out of the box.
Best regards,
IsmaelHi,
Sorry for the delay. Unfortunately, there are no responsive options for the caption font size at the moment, so you’ll have to keep the css adjustments for now.
Best regards,
IsmaelFebruary 19, 2020 at 6:02 am in reply to: How to fit search input field into top menu for mobile #1185908Hi,
Sorry for the delay. Please use this additional css code to align the search field with the menu items in the top header.
@media only screen and (max-width: 768px) { #top #menu-item-search-mobile #searchform { background: #ffffff; min-width: 184px; } .responsive #top #header_meta .sub_menu > ul { text-align: left; } #top .av_minimal_header #s { border: none; padding: 1px 2px 1px 1px; height: 1.6em; top: -3px; } #top #searchform > .ajax_search_response { position: relative; max-width: 300px; top: 20px; background: #ffffff; } #menu-item-search-mobile { top: -10px; } }This is how the header should look afterwards.
Screenshot: https://imgur.com/a/hQ0UNyv
Best regards,
IsmaelFebruary 19, 2020 at 3:19 am in reply to: Structured Data Testing Tool shows errors after using the layout builder #1185896Hi,
@Moaaaaya: Sorry for the delay. The theme only generates basic schema markup for the templates, so it has to be upgraded or improved. You can use Yoast or any markup extension instead of the default schema markup.
// https://wordpress.org/plugins/wp-structuring-markup/
// https://wordpress.org/plugins/wpsso-schema-json-ld/Best regards,
IsmaelFebruary 18, 2020 at 11:47 am in reply to: Sub-menu hover transition timing + Sub-menu related question #1185605Hi,
Thank you for the update.
You can adjust the speed of the sub menu transition, but you have to modify the js > avia.js file. Look for this code around line 1225:
if(parent.is('.av-show-submenu')) { parent.children("ul.sub-menu").slideDown('fast'); } else { parent.children("ul.sub-menu").slideUp('fast'); }Replace fast with slow or add a duration value in milliseconds. Default speed is 400ms.
// https://api.jquery.com/slidedown/
Best regards,
IsmaelHi,
Thank you for the update.
Can you give us a link to a page that is not supposed to display in the front page? We visited the first three items in the front page and they are all posts. Have you tried recreating the converted pages from scratch?
Best regards,
IsmaelFebruary 18, 2020 at 5:51 am in reply to: Link to Lightbox ( not Portfolio Post ) when using Content Element -> Masonry #1185547Hi,
Thank you for the update.
You might be able to use the avf_masonry_loop_prepare filter to replace the default value of the url with the thumbnail image in the post loop.
Example:
// https://kriesi.at/support/topic/read-more-in-masonry-functions-file/#post-885717
// https://kriesi.at/support/topic/add-in-masonry-after-title-also-the-authors-name-and-category/#post-1044519
// https://kriesi.at/support/topic/add-acf-fields-in-portfolio-grid-masonry-without-using-the-shortcode-map/#post-1170991Best regards,
IsmaelHi,
Glad it’s working.
We can’t really reproduce the issue on our end, so this is probably unique in your installation. Unfortunately, we are not sure what’s adding the product visibility in the taxonomy query of the product slider element. Please keep the snippet for now.
Thank you for your patience.
Best regards,
IsmaelHi,
Yes, the TOC widget from the theme has its own limitations but it works well in the advance layout builder. We’ll close this thread for now. Please feel free to open a new thread if you need further assistance.
Thank you for your patience.
Best regards,
IsmaelHi,
We forgot to mention that the editor has to be set to the Classic instead of the Block editor. And anything before the more tag in the text block will be used as the excerpt. Please check the test post again.
This is the excerpt. <!--more--> More content here.Thank you for your patience.
Best regards,
IsmaelHi,
Thank you for the info.
Is the spam coming from the same source (location, IP or email address)? You can black list the IP address or prevent any traffic from a particular location — in this case from Russia — in the Wordfence panel. Please check the documentation below.
// https://www.wordfence.com/help/blocking/
Best regards,
IsmaelHey ConDevWa,
Thank you for the inquiry.
Do you see any errors in the browser console? The site has an SSL certificate issue, so we can’t access it. Please contact your hosting provider and ask them if they can help you fix it. We’ll check the site after.
Best regards,
IsmaelHey iplat,
Thank you for the inquiry.
This is possible, but you have to manually edit some of the theme files to allow certain features such as the fonts to load automatically. For the font, edit the enfold\framework\php\class-style-generator.php file and look for this code around line 756:
if( allow_continue ) { var f = document.createElement('link');.., then replace it with:
if( true ) { var f = document.createElement('link');Best regards,
IsmaelHi,
Thank you for the info.
You can actually select the thumbnail size used in the Portfolio Grid element. The Portfolio Grid Image Size settings is located in the Portfolio Grid > Styling > Grid Settings toggle. Select the second option to enable the thumbnail dropdown.
Best regards,
IsmaelHi,
Thank you for the update.
We get a lot of jQuery errors when we try to edit the page or visit the theme options panel, so we can’t check the slider or the theme settings. Is it working properly on your end?
Best regards,
IsmaelHey!
Sorry for the delay. You can use the Loco Translate plugin to adjust the text that contains no translations. Please note that we rely on other users for translations for apparent reasons, so there are language files that are not yet fully translated.
// https://wordpress.org/plugins/loco-translate/
Best regards,
IsmaelHey Frinxio,
Thank you for the inquiry.
The links above (link1, link2) are not available. Please add it again so that we can understand what you’re referring to.Have you tried enabling the debug mode?add_user_meta( $fields[‘ID’], ‘activation_key’, $key, true);
but after retrieving key using
$key = get_user_meta( $arr[‘user_id’],’activation_key, true)Are the values of the $fields[‘ID’] and $arr[‘user_id’] the same?
UPDATE: We missed the links in the private field.
Best regards,
IsmaelHey Dzammit,
Thank you for the inquiry.
You can add an icon shortcode beside the name of the menu item in the Navigation Label field. Example:
[av_font_icon icon='ue804' font='entypo-fontello' style='' caption='' size='40px' position='left' color='' link='' linktarget='' animation='' id='' custom_class='' av_uid='av-k6r822oo' admin_preview_bg=''][/av_font_icon]Menu ItemBest regards,
IsmaelFebruary 18, 2020 at 3:38 am in reply to: Cookie Modal Popup Window, Google Analytics Default #1185507Hi,
Sorry for the delay. You have to set the Privacy & Cookies > Default Cookie Behavior to the second or third option instead of the first if you don’t want the services to automatically start on page load. Please note that the features or functionality from third party services such as maps, spam protection and videos will only load once the user accepted the cookies and refreshed the page.
Best regards,
IsmaelHi,
Sorry for the delay. You have to adjust the default size of the entry_with_sidebar thumbnail. You can either do it manually by editing the functions.php file or by using the Simple Image Sizes plugin — link below. If you opt in to use the plugin, after the activation, go to the Settings > Media panel and adjust the dimension of the specified thumbnail above. After the adjustment, save or update the changes, then regenerate the images. If you don’t want to regenerate all images, then you have to upload the featured image again.
// https://wordpress.org/plugins/simple-image-sizes/
Best regards,
IsmaelHi,
Thank you for the inquiry.
You should be able to toggle the control in the slide editor’s Styling > Video Settings panel. Look for the Hide Video Controls checkbox.
Best regards,
IsmaelHi,
Thank you for the info.
Did you install an image compression or optimization plugin? Something is adding a resize parameter in the image URL and resizes the image dynamically based on that value. (see private field)
Why do you need to convert the email address to an image?
Best regards,
IsmaelHey soltner,
Thank you for the inquiry.
Are you able to send a message through the contact form when the spam protection is disabled? Disabling the spam protection is probably the only option in this case since we don’t really have any control how reCAPTCHA works internally. If you’re not receiving any spam mails, then it’s probably safe to just instead enable the simple captcha and install security plugins such as Wordfence or AIOWPSF to help protect the site from unwanted traffic.
Best regards,
IsmaelHi,
Thank you for following up.
The contact form is still working properly when we added the code back in the enfold\framework\php\class-grecaptcha.php file. We managed to send at least 4 or 5 test messages using Firefox on Windows 10.
Best regards,
IsmaelFebruary 17, 2020 at 12:02 pm in reply to: Targeting multiple pages with CSS using custom page templates #1185176Hi,
Thank you for the update.
You can actually combine all filters in a single callback function.
function avf_adjust_body_class_slug($classes) { if ( is_page( array( 'about', 'work', 'news' ) ) ) { $classes[] = 'green-footer'; } if ( is_page( array( 'about', 'work', 'people', 'contact', 'news', 'project-inquiries', 'media-inquiries' ) ) ) { $classes[] = 'gray-header'; } if ( has_category( 'news' ) ) { $classes[] = 'gray-header'; } if ( is_page( array( 'contact', 'project-inquiries', 'media-inquiries' ) ) ) { $classes[] = 'green-bg'; } if ( has_tag( 'team' ) ) { $classes[] = 'gray-header'; } return $classes; } add_filter('body_class','avf_adjust_body_class_slug');Only downside is that for new pages, I have to add the new slug names into the is_page code sections below where relevant. Is there a better option for when adding new pages? Thanks.
Have you tried adding custom fields to the pages? You can apply the appropriate class attribute based on the value of a custom field/s added in the page.
// https://wordpress.org/support/article/custom-fields/
This plugin should help.
// https://wordpress.org/plugins/advanced-custom-fields/
Best regards,
IsmaelHi,
Sorry for the delay. Can we access the dashboard? We would like to check the gallery settings. Please post the login details in the private field.
Best regards,
IsmaelHi,
Thank you for the info.
We tried to debug the issue but we can’t find the invalid markup. The plugin actually messes up the ALB layout even if the TOC widget is not present in the page, or if the Autoinsert feature is not enabled. Unfortunately, this is beyond the scope of support. You will have to keep in touch with the plugin developer and ask them to help debug the issue further.
Temporarily, you can use the theme’s TOC widget in place of the plugin’s.
Best regards,
Ismael -
AuthorPosts
