Forum Replies Created
-
AuthorPosts
-
Hi,
We would like to apologize for the misunderstanding. You can actually use the “avf_header_setting_filter” filter to adjust the value of the default scroll offset. This value influences the scroll position.
// https://kriesi.at/support/topic/link-in-footer-to-anchor/#post-970924
Best regards,
IsmaelHi,
Thanks for the update.
1.) Do you have version 4.5.4? Please make sure that the site is running on the latest version of the theme. Disable all cache and minification before trying to edit the pages again.
2.) That is an option in the contact form element. You can make the input title be a label or an input placeholder. Look for the “Hide Form Labels” option.
3.) Where can we see the issue? Please provide a link to the actual page.
4.) Do you see any error when you activate the child theme? Did you override any templates or functions?
Best regards,
IsmaelMarch 18, 2019 at 3:37 pm in reply to: BuddyForms "Add Media" – button don't work with Enfold theme (frontend) #1079919Hi,
Thanks for the update.
We would like to help you solve this issue, but we are not familiar with the plugin’s code, so it is very unlikely that will be able to solve this immediately. Please ask the plugin author for any hint or info that they can provide in regards to the issue.
Best regards,
IsmaelHi,
This filter might help.
add_filter('avia_masonry_entries_query','avia_masonry_entries_query_mod', 10, 2); function avia_masonry_entries_query_mod($query, $params) { if(is_singular('post')) { $query['post__not_in'] = array(avia_get_the_ID()); } return $query; }Best regards,
IsmaelHi,
Thanks for the update.
The “imageObject” property is going to be replaced with “image” in the latest version of the theme. For now, you can use the following filter to fix the issue temporarily.
// https://kriesi.at/support/topic/sturctured-data-testing-error/#post-1013165
You can also disable the theme’s basic schema markup and use a third party plugin.
Best regards,
IsmaelHey Anke,
Thank you for using Enfold.
Those options are not available out of the box, but we can use css to adjust the position of the items. Could you give us a screenshot of the layout that you have in mind? You can use imgur or dropbox. Are you referring to the full submenu element?
Best regards,
IsmaelHi,
Thanks for the update.
You can use css media queries to adjust the height value for smallers screens.
// https://www.w3schools.com/css/css_rwd_mediaqueries.asp
Best regards,
IsmaelHi,
Thanks for the update.
How did you set the anchors? Have you tried using a color section to separate the areas of the page? You can use the Section ID field to define the anchor.
// https://kriesi.at/documentation/enfold/menu/#one-page-menu
You can also try to adjust the scroll offset value.
// https://kriesi.at/support/topic/link-in-footer-to-anchor/#post-970924
Best regards,
IsmaelHi,
Thanks for the update.
We notice that the site is still using an older version of the theme, 4.4.1. You have to upgrade it to the latest version and hopefully, the upgrade will fix the category template issue.
Best regards,
IsmaelMarch 18, 2019 at 12:39 pm in reply to: Image caption overlay on hover – change background opacity #1079854Hi,
Thanks for the update.
The css code for that should look something like this.
@media only screen and (max-width: 1024px) { /* Add your Mobile Styles here */ #top .av-image-caption-overlay { height: auto; width: auto; left: 0px; bottom: 0px; transform: translateY(100%); } #top .av-image-caption-overlay-center { padding: 0; } #top .avia_image { margin-bottom: 50px; } }It will only affect screens that are equal or less than 1024px.
Best regards,
IsmaelHi,
Thanks for the update.
We can’t see the issue on the current portfolio page. Would you mind creating a test page so that we can see the issue?
Best regards,
IsmaelHi,
We would like to apologize for not being able to reply immediately.
We found a script error in the browser console and it is probably affecting the mobile menu script. Do you remember adding this modification?
<script> jQuery(window).load(function(){ jQuery(‘img’).removeAttr(‘title alt’); }) </script>Please remove it temporarily and then check the page again.
Best regards,
IsmaelHi,
Thank you for using Enfold.
Do you have access to the svg file of the icon? You can upload the svg file to fontello and convert it to an icon file that is compatible with the theme’s icon font manager.
// https://kriesi.at/documentation/enfold/icon/#adding-your-own-fontello-or-flaticon-icons-
Best regards,
IsmaelHi,
Thanks for the update.
That is possible, but you have to place the product grid element inside a color section. You can then adjust the width of the color section content. More info in the documentation.
// https://kriesi.at/documentation/enfold/color-section/#color-section-with-100-content-width
Best regards,
IsmaelMarch 18, 2019 at 12:06 pm in reply to: Moving inline Javascript to before external CSS files for parallel downloading #1079845Hi,
That option is not available in the theme by default, unfortunateyl. And not all inline scripts are generated by the theme, some are created by plugins, so this is not something we can help you with. You may need to look for third party extensions or ask a developer to manually relocate the inline scripts before the external css files.
Best regards,
IsmaelMarch 18, 2019 at 11:07 am in reply to: Matching Local Fonts to Proper Font Weight Displayed #1079819Hi,
Thanks for the update.
Did you include the “light” style of the Open Sans font, or did you configure the font weights before downloading the font file?
Best regards,
IsmaelHi,
Thanks for the update.
We need the login details for the dashboard, not the page password. Please post it in the private field.
Best regards,
IsmaelMarch 18, 2019 at 10:58 am in reply to: Unterschiedliche Navigation auf unterschiedlichen Seiten #1079811Hi,
Try the following plugin to control the visibility of the menu items.
// https://wordpress.org/plugins/menu-items-visibility-control/
You have to use conditional tags.
// https://codex.wordpress.org/Conditional_Tags
Best regards,
IsmaelHi,
Thanks for the update.
We modified the code a bit. Please try it again.
// https://pastebin.com/rX2rW7Dq
Best regards,
IsmaelHi,
Thanks for the update.
We can see the issue on your installation. The only difference we notice is that the site is still running on an older version of the theme. Have you tried deleting the older version (4.4.1) from the themes directory?
Best regards,
IsmaelHi Oliver,
We would like to apologize for the late response.
This css code should center align the caption again.
#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content-pos { display: table; width: 100%; height: 100%; text-align: center; } #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content-pos-content { display: table-cell; vertical-align: middle; }Just insert it right after the previous css code.
Best regards,
IsmaelHi Pete,
Thanks for the update. Glad it’s working.
Unfortunately, you won’t be able to sort the items by price. It’s possible but that option is not available out of the box, so will require a few modifications. We will not be able to help you with that because it’s beyond the scope of support. Thank you for understanding.
Best regards,
IsmaelHi,
We would like to apologize for the late response. Unfortunately, the login credentials don’t work no matter what protocol or settings we use. Have you tried to contact your hosting provider? They should be able to help you set up a valid FTP account.
Best regards,
IsmaelHi,
We would like to apologize for the late response.
We were able to change the settings of the columns without recreating them. (see private field)
Have you tried editing them on another computer or network?Best regards,
IsmaelHi,
I have removed commas and also removed that line from quickcss but product names are still showing same, (from my end it’s showing hazy).
This thread might help with that issue.
// https://kriesi.at/support/topic/blurry-text-on-chrome
One of the users suggested a solution.
// https://kriesi.at/support/topic/blurry-text-on-chrome/#post-1068282
Best regards,
IsmaelMarch 18, 2019 at 10:05 am in reply to: Contain content within Grid row to sit within site container #1079787Hi Sean,
Thanks for the update.
Could you give us a screenshot of the expected layout? You can upload it to imgur or dropbox.
Best regards,
IsmaelHi,
We would like to apologize for the late response.
We tried to access the site again but the login details are no longer valid. Please provide another user account.
Best regards,
IsmaelHi,
Thank you for using Enfold.
Did you check it mobile view? We would like to implement the changes but the previous login details are invalid. Please provide a new login account. Make sure that the Appearance > Editor panel is accessible.
Best regards,
IsmaelMarch 18, 2019 at 9:41 am in reply to: Masonry blog: show no separator AFTER the category term #1079782Hi,
Thanks for the update.
1.) Try to edit the following code.
if($i++ === $count) {Replace it with:
if($i++ == $count) {2.) We have already mentioned on the previous thread that you won’t be able to click on the category because the masonry item or container itself is a link.
Best regards,
IsmaelMarch 18, 2019 at 9:38 am in reply to: Single Product Site: «Zusätzliche Informationen» not for mobile optimized #1079781Hi,
I would like to apologize for the late response.
1.) Please adjust the code a bit.
div table.shop_attributes th { width: 100%; display: block; } div table.shop_attributes tr { display: block; }2.) We don’t see any variations in that product. Please provide another.
Best regards,
Ismael -
AuthorPosts
