Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for the update.
Do you want to change the color of the active menu item? This css code should help.
#top #wrap_all .main_color .widget_nav_menu ul.menu .current-menu-item a { color: blue; }Best regards,
IsmaelAugust 6, 2019 at 10:59 am in reply to: Overwritten CSS files after enabling CSS file merging and compression #1125049Hi,
Thank you for the update.
The site looks the same with or without the file compression. Can you give us a screenshot of the styling issue, or the difference when you enable the compression?
Best regards,
IsmaelHi,
Thank you for the update.
What is the script for? Where did you get it? The script produces the following error when we test it on our own installation.
HTTP404: NOT FOUND - The server has not found anything matching the requested URI (Uniform Resource Identifier). GET - https://my.lemniscus.de/%E2%80%99https:/my.lemniscus.de/pss/pss.nocache.js?v=1565080795932%E2%80%98Is “https://my.lemniscus.de/” the actual URL of the site where you will embed this script? You may need to adjust that for now.
Best regards,
IsmaelHi,
checked pages, posts and the list of all posts in the admin interface)
@havi: Are you referring to the WP admin bar? You can’t access the posts in there. You can only edit the current post on the selected editor or create a new one. You can confirm that by activating a default theme. If you have more questions, please open a new thread. We’ll close this thread now.Best regards,
IsmaelHi,
@lindahaha: Please kindly open your own thread or ticket with the necessary details. We’ll check it there.Best regards,
IsmaelHi,
@traceesioux: We would like to apologize for the late response.The theme keeps reverting back to previous versions
This is in no way cause by the theme. It doesn’t have that capability. You should contact your hosting provider about it. It may be their server reverting the site back to a restore point but we can’t be sure. Do you see any errors when the site reverts back to a previous version?
Also only 120 comments remain on my website. I’ve had this site for 13 years, I promise you that I had thousands of comments on my site. Where did they go?
This is probably an issue with your database. I’m sure you’ve created a backup in your server. You should be able to restore the comments and all missing data using that backup. Unfortunately, there’s nothing we can do on our side to restore that data and quite honestly, we don’t think this issue is entirely related to the theme.
All of my previous theme preferences are back to brand new theme settings.
No, that is not supposed to happen. The theme options are saved in the database, which might have been lost due to a database error as we have pointed out earlier.
Additionally, I requested a refund for the additional unnecessary theme about a month ago.
We will forward the thread to Kriesi. Please wait for his response.
I’ve spent money on trying to even discover that it is a THEME ISSUE.
How did you confirm that it’s a theme issue? If you can share your findings with us — errors, logs or anything, then maybe we can help you figure out where the problem is.
Best regards,
IsmaelHi,
Thank you for the update.
It is a resized version of the original image, so it’s a bit blurry — default size of the featured image on a page with a sidebar is 845x321px. If you want to adjust it, install the following plugin, go to the Settings > Media panel, then adjust the “entry_with_sidebar” thumbnail.
// https://wordpress.org/plugins/simple-image-sizes/
Don’t forget to regenerate the thumbnails after the adjustment.
Best regards,
IsmaelHi,
Danke fur das update.
Du konnen den folgenden CSS code verwenden um das Farbe des Symbol zu blau ändern.
.main_color .special_amp { color: gray; }Lassen Sie uns wissen, ob es hilft.
Best regards,
IsmaelAugust 6, 2019 at 8:51 am in reply to: Button-Prob / Background-Colour doesn't change by hover #1125008Hi,
Thank you for the update.
We don’t see any slider on that page. Did you remove it? The css code above is only applicable to the actual button element. If you want to change the style of the slideshow buttons manually, use this css code.
#top .main_color .avia-slideshow-button.avia-color-theme-color { color:#ffffff; border-color:#d05a00; background-color:#f07c00; }Best regards,
IsmaelHi,
Thank you for the update.
Which version of the spam protection are you using? The v3 version automatically authenticate the users — it will not show a security widget. For that, you have to use v2.
The latest version of the theme contains an improved spam protection feature. You can try it if you want. (see private field)
Best regards,
IsmaelHi,
Thank you for the update.
We are not really sure why some of the links are not showing properly. Are you using the default RSS widget? This article might help.
It might be related to the PHP extensions or modules.
Best regards,
IsmaelHi,
Thank you for the update.
The cookie consent feature of the theme is not enabled. Are you using a plugin? Please explain the issue further and provide screenshots when possible so that we can better understand the problem.
Best regards,
IsmaelHi,
The site is on maintenance mode. We’ll need access to it.
Have you tried applying the logo as a menu link? You can use image tag in the menu label field. Add a custom menu item, place it in the middle of the existing menu items, then add the img tag in the label field. Example:
<img src="LOGO IMAGE URL" class="logo" />You can then adjust the menu item position containing the logo using css.
Best regards,
IsmaelHi,
Great! Glad it worked. Please don’t hesitate to open a new thread if you need anything else.
Have a nice day.
Best regards,
IsmaelAugust 6, 2019 at 4:45 am in reply to: How to display parent page title on postslider on homepage? #1124953Hi,
Thank you for the update.
This line:
$cats = get_term_children( get_the_ID(), 'category' );.. should be replaced with:
$term_id = get_the_terms( get_the_ID(), 'category' ); $term_children = get_term_children( $term_id[0]->term_id, 'category' ); $output .= "<div class='slide-entry-excerpt entry-content' $markup>".$excerpt."</div><div>".$term_children[0]->name."</div>";Best regards,
IsmaelHi,
Thank you for the update.
Now I’m trying another Lightbox plugin on a different website to fix this problem, and you’re telling me it will not work with anything?
We’re just trying to inform you where or how the lightbox gets its caption. By default, it’s from the title attribute. If you’re using the default Gallery, this is going to work without any intervention because the gallery items have the “wp-caption-text” container. That container is not present in the masonry gallery.
Can anyone make the change to the Masonry Gallery feature so it works with your own caption field inside the Edit Gallery popup?
That’s a default WordPress caption feature and is not something added by the theme.
Can anyone help fix this across all Masonry Galleries by adjusting the js above?
You can replace the code in the JS file with the following snippet to set the lightbox to look for the masonry content first instead of the title attribute.
image: { titleSrc: function(item){ var title = item.el.find('.av-masonry-entry-content').html(); if(!title) title = item.el.attr('title'); if(!title) title = item.el.find('img').attr('title'); if(!title) title = item.el.parent().next('.wp-caption-text').html(); if(typeof title == "undefined") return ""; return title; } },Best regards,
IsmaelHi,
Thank you for the update.
Can we have access to the site? We would like to test the modifications.
Best regards,
IsmaelAugust 6, 2019 at 4:19 am in reply to: Jumping to anchors from other pages does't work well #1124950Hi,
Thank you for the inquiry.
That’s quite normal because the scroll script is not used when you manually access the anchor, so the default browser scroll behavior is used without regards to the fixed header. Users have to click on a link, menu or button in order to trigger the scroll script. This is not something you should be worrying about because on normal situations users will not have access to that link, or will they have the intention to manually input the URL in any case. They will visit the site, see the menu, click on it and land on the intended scroll position. If they do have access to the anchor, remove it or replace it with the URL of the page where the anchor or menu section is.
Best regards,
IsmaelHi,
Sorry about that. We can’t set the password because we don’t have access to that email. Please set the password for that account.
Best regards,
IsmaelAugust 6, 2019 at 4:03 am in reply to: button link option display error after copy to other language [using WPML] #1124942Hi,
Thank you for the update.
We can’t reproduce the issue on our end. We set the translated page to be edited independently. (see private field)
Best regards,
IsmaelHey Alex,
Thank you for using Enfold.
You can add a custom css class attribute to the blank menu items or columns, “hide_mobile” for example, then use it to hide them on mobile view.
@media only screen and (max-width: 768px) { .hide_mobile { display: none !important; } }Best regards,
IsmaelHey jgdoyle1,
Thank you for using Enfold.
That is because of a browser policy — autoplay is disabled by default when the video is not muted or if it has an audio and for users who don’t meet the Media Engagement Index (MEI) threshold.
// https://developers.google.com/web/updates/2017/09/autoplay-policy-changes
Chrome’s autoplay policies are simple:
Muted autoplay is always allowed.
Autoplay with sound is allowed if:
User has interacted with the domain (click, tap, etc.).
On desktop, the user’s Media Engagement Index threshold has been crossed, meaning the user has previously played video with sound.
On mobile, the user has added the site to their home screen.
Top frames can delegate autoplay permission to their iframes to allow autoplay with sound.’Best regards,
IsmaelHi,
Thank you for the update.
Where we can we check the “imprint” page? The site is currently on maintenance mode. Please post the login details in the private field so that we can inspect the site.
Best regards,
IsmaelHi,
Thank you for the update.
Looks like you enabled the Performance > File Compression settings. Please disable it temporarily then add the css code again.
#top #header .avia_mega_div > .sub-menu > li > ul > li a { padding: 0 12px 0 12px; line-height: 16px; }Best regards,
IsmaelHey!
Thank you for the info.
It seems to be working properly on Edge. The mega menu container disappears on click after half a second. If it works on IE or Edge, then it will also work on older iOS devices, based on experience.
Regards,
IsmaelHi,
Sorry for the delay. Yes, you can add that shortcode anywhere in the site to allow users to disable the map cookie.
Best regards,
IsmaelHi,
Thank you for the update.
We set the slider sizing from “Fullwidth” to “Full Screen”. And regarding the scroll issue, try to add this code to offset the scroll position.
add_filter('avf_header_setting_filter', 'avf_header_setting_filter_mod', 9999, 1); function avf_header_setting_filter_mod($header) { $header['header_scroll_offset'] = $header['header_scroll_offset'] + 48; return $header; }Best regards,
IsmaelAugust 6, 2019 at 1:46 am in reply to: Update to Enfold 4.x kills Master Slider functions with standard overlays #1124929Hi,
It’s still not working. Please check the login credentials.
Thank you for the update.
Best regards,
IsmaelHi,
Danke fur das Update, und fur die Lösung teilen.
Funktioniert das Skript ohne diese Zeile?
megaParent.trigger('mouseleave');Best regards,
Ismael -
AuthorPosts
