Forum Replies Created
-
AuthorPosts
-
July 21, 2021 at 7:52 am in reply to: Responsive Best Practice / Full width Colour Sections With Images #1311048
Hey psipi,
Thank you for the inquiry.
You can actually hide the section on mobile view and display another section with a background image that is actually resized for smaller screens. To do that, edit the current color section, go to the Advanced > Responsive Settings panel and toggle the appropriate check boxes. You would want this section to be displayed on desktop view or larger screens only. You can then add the other section, apply the background image, insert a larger logo and have it display on mobile view only.
Best regards,
IsmaelHey hollabrunn,
Thank you for the inquiry.
It is possible that the plugin cannot locate the menu because it is inside another container with the ID “header_main_alternate”. Where can we see the issue? Please post the site URL in the private field.
Best regards,
IsmaelHi,
The info there is generated from the template files, or because of a plugin. Try to disable all plugins, see if it persists.
Is this only happening on the tag pages? It might be coming from enfold > tag.php file and you might have to remove it manually.
Best regards,
IsmaelHey Jonah,
Thank you for your interest in the theme.
You can see an example of the submenu on another demo. It should be the same as when you start adding sub menu items in the band demo.
// https://kriesi.at/themes/enfold-2017/
And you can still add other pages on a one page site if necessary.
Best regards,
IsmaelJuly 21, 2021 at 7:31 am in reply to: Disable lightbox on image that links to external site in a new window #1311040Hey Amazingdominik,
Thank you for the inquiry.
Try to edit the video or image element, then add the “noLightbox” class name in the Advanced > Developer Settings > Custom Class field. This should prevent the lightbox from activating.
Best regards,
IsmaelHi,
Thank you for the update.
You can set the image as the menu item’s background. This css should work.
#menu-item-4857 { text-indent: -9999px; background-image: url("https://site.com/image_url.jpg"); }Just replace the value with the actual image URL. You may also have to adjust the style a bit including the background-size property afterwards.
Best regards,
IsmaelHi,
In Enfold you have a term description in the h1 tag of the parallax banner and this is very wrong.
I believe we already adjusted this previously, but for some reason it was reverted back to h1. We edited the functions.php file again.
$output .= "<h1>".get_the_archive_title()."</h1>"; if(false) $output .= "".$description."";Please note that this is already a modified parallax banner based on your previous requests. By default, the theme only renders the description in the parallax banner, not the title.
Unfortunately, we are still not sure why the custom shortcode is not working. You will have to hire a freelance developer for further modifications.
Best regards,
IsmaelHi,
Awesome! Glad to know that the issue is fixed. Please feel to open another thread if you need anything else.
Have a nice day.
Best regards,
IsmaelJuly 21, 2021 at 5:49 am in reply to: A few queries – responsive menu, header content alignment, cookie consent bar #1311016Hey premcemgums,
Thank you for the inquiry.
1-2) The logo and the mobile menu are correctly aligned and we do not see the “line across the first character” on mobile view. Would you mind providing a screenshot of the issue?
3.) You can use this css code to adjust the space between the text and the buttons.
@media only screen and (max-width: 989px) { .responsive #top .avia_cookie_text { margin-bottom: 20px !important; } }Best regards,
IsmaelHi,
Try to replace the max-width value in the css media query from 767px to 480px. Look for this part in the css code that we previously added.
(max-width: 767px)Replace it with:
(max-width: 480px)Best regards,
IsmaelHi,
@GROSSfanz @volmering Try to install a security plugin first like Sucuri or Wordfence and observe if it helps lessen the spam mails. And again, enabling Google ReCAPTCHA should also help but if it does not meet your privacy requirements, then you might have to replace the default contact form with another. Unfortunately, you will have to replace the contact forms manually.
Best regards,
IsmaelHey tsays,
Thank you for the inquiry.
It is not possible to use the Advance Layout Builder to modify the archive pages (tag and category), but you can add the markup of the builder elements directly in the template files. You will have to edit the archive.php and tag.php file in order to do that.
For example, this is the markup of the first color section in your blog page.
// https://pastebin.com/YA5Nr9qN
Unfortunately, this kind of modification is beyond the scope of support. You may need to hire a freelance developer or contact our partner, Codeable.
Best regards,
IsmaelHi,
It is also possible to add custom fields to taxonomy terms.
// https://developer.wordpress.org/reference/functions/add_term_meta/
If you want to use a plugin, this might help.
// https://www.advancedcustomfields.com/resources/adding-fields-taxonomy-term/
You can then modify the archive template and fetch the value of the custom field and place it as the source of the embedded video.
Best regards,
IsmaelHi,
Thank you for the update.
We could use the following filter to add a “read more” text inside the masonry items’ content container, instead of the previous script.
add_filter("avf_masonry_entry_content", function($content) { $content .= "<span>Read more</span>"; return $content; }, 10, 1);Best regards,
IsmaelHi,
Sorry for the late response. The analytics script ran correctly when we visited the site. Did you disable the theme’s privacy options just recently? It is possible that one of the privacy options is preventing the analytics script from running because it is set to block external scripts on page load. You may need to set the Enfold > Privacy & Cookies > Cookie Handling > Default Cookie Behavior to the first or second option to immediately allow external services on page load.
Best regards,
IsmaelHi,
No problem. Glad to know that you figured it out. Please feel free to open another thread if you need anything else.
Have a nice day.
Best regards,
IsmaelJuly 21, 2021 at 4:36 am in reply to: PLEASE SET A MOBILE DEVICE FALLBACK IMAGE FOR THIS VIDEO IN YOUR WORDPRESS BACKE #1310996Hi,
but if a device dos not support the video,
Unfortunately, this is not possible without significant modification in the theme. By default, background videos are disabled on all kinds of mobile devices by default and should be replaced with the fallback image. The fallback image should not display twice unless you have done some modifications on your own.
Please feel free to open another thread if you have more questions.
Best regards,
IsmaelJuly 21, 2021 at 4:33 am in reply to: full width mega menu and adjustment of links in sub menu #1310993Hey annevoelkel,
Thank you for the inquiry.
Unfortunately, this modification is not possible with the current mega menu setup. You may need to use a third party extension to extend the menu capability and to avail of various menu layouts.
// https://wordpress.org/plugins/tags/mega-menu/
If you have further questions, please feel free to open another thread.
Best regards,
IsmaelHey jelle,
Thank you for the inquiry.
You can use this css code if you want to completely remove the left border.
blockquote { border-left-width: 0; padding-left: 0; }But if you want to change the color, you can edit the style of the element in the Enfold > Advanced Styling panel.
Best regards,
IsmaelHey Matt,
Thank you for the inquiry.
The validation of both fields are set to “Valid Email”, which is why anything that you select or place in the fields are invalid. Please make sure to adjust the validation of the fields.
Best regards,
IsmaelJuly 20, 2021 at 10:45 am in reply to: Make control dots smaller in easy slid – they seem to be stuck on a certain size #1310860Hey webWahine,
Thank you for the inquiry.
We should also adjust the padding of the navigation dots. Try to use this code.
#top .avia-slideshow-dots a { /* styles here */ padding: 3px; }Best regards,
IsmaelHey Tim,
Thank you for the inquiry.
It may depend on the elements that are actually used in the site. If there are a lot of masonry elements for example and they are all set to use the default thumbnail, then the “masonry” thumbnail should be kept. WordPress also default back to the original image if a thumbnail is not available, so even if we remove all thumbnails, the site should still work fine.
The following threads should help.
// https://kriesi.at/support/topic/enfold-image-sizes-3/#post-1109028
// https://kriesi.at/support/topic/how-can-i-delete-all-enfold-image-sizes/Best regards,
IsmaelHey pabloj13,
Thank you for the inquiry.
We could adjust the top margin of the grid row to move it downwards.
#aboutgridrow { margin-top: 50px; }We may also have to adjust the background of the main wrapper.
.html_stretched #wrap_all { background-color: #000000; }Best regards,
IsmaelHey Kurt,
Thank you for the inquiry.
It is possible to adjust the style of the strong tag in the Enfold > Advanced Styling panel. We could also add a few css code to change it if necessary.
Best regards,
IsmaelHey acscreativenew,
Thank you for the inquiry.
Try to add this filter in the functions.php file to disable the default title filter from the theme.
remove_filter('avf_title_tag', 'avia_wpseo_change_title_adjustment', 10, 2);And post the login details in the private field so that we could check the issue properly.
Best regards,
IsmaelHey SoFE2021,
Thank you for the inquiry.
Did you set the menu as the Enfold Main Menu? You may also have to purge the cache after adjusting the menu.
UPDATE: The menu is not set as the main menu, so we set it for you. It is not displaying correctly in the front end.
Best regards,
IsmaelHi,
I would like the cookie to be essential and do not allow the users to refuse and delete it.
This is possible but you will have to edit the themes/enfold/js/avia-snippet-cookieconsent.js script directly and include the name of the cookie that you want to keep in the list or array (keep_cookies). You can find the following code around line 480.
if( accepted && allow_hide_bar ) { keep_cookies.push( 'aviaCookieConsent', 'aviaPrivacyRefuseCookiesHideBar', 'aviaPrivacyMustOptInSetting' ); } else if( accepted ) { keep_cookies.push( 'aviaCookieConsent', 'aviaPrivacyMustOptInSetting' ); }Include the name of the cookie that you want to keep in the keep_cookies array.
Best regards,
IsmaelHi,
Thank you for the info.
It seems to be working just fine. The excerpt still displays in the search result page with the br tags intact. Please check the screenshot below.
Screenshot: https://imgur.com/iwMRl1M
Best regards,
IsmaelHi,
Thank you for the link.
1.) Are you using a plugin to load a custom font?
2.) Lazy load is on but the images are immediately visible in the view port because they are at the very top of the document, so they are immediately loaded.
Best regards,
IsmaelJuly 20, 2021 at 5:16 am in reply to: Creating vertical space between menu item and first sub-menu item #1310812 -
AuthorPosts
