Forum Replies Created
-
AuthorPosts
-
Hi,
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,
IsmaelHi,
You’re welcome. Please don’t hesitate to contact us if you need anything else.
Have a nice day.
Best regards,
IsmaelHi,
Thanks for the update.
You have to set the masonry’s “Element Title and Excerpt Styling” settings to “Default as centered overlay” in order for that css code to work.
Best regards,
IsmaelHi,
We did nothing, actually. We just added the API key in the field and verified it.
Please create a new thread and post the login details there.Best regards,
IsmaelHi,
Thanks for the update.
We won’t be able to enable the debug mode or edit the wp-config.php file from the dashboard, so we need access to your file server.
Please post the FTP details in the private field. Is the builder working when you set the “CONCATENATE_SCRIPTS” constant to true?Best regards,
IsmaelHi,
Thanks for the update.
Try to put this code:
if(empty($post_ids)) { echo "<div class='entry-content-wrapper'>".__('No products found.', 'avia_framework')."</div>"; }
.. right after this line:
echo “<div class=’entry-content-wrapper’>”.$blog->html().”</div>”;
Best regards,
IsmaelHi,
1.) We’re not really sure what you mean by that. Can you provide a screenshot of the layout that you prefer on mobile view?
2.) Add this in the functions.php file to set the target attribute of the rss link.
add_action('wp_footer', 'ava_rss_target'); function ava_rss_target(){ ?> <script type="text/javascript"> (function($) { $('.rsswidget').attr('target', '_blank'); })(jQuery); </script> <?php }
Best regards,
Ismael -
AuthorPosts