Forum Replies Created
-
AuthorPosts
-
January 17, 2019 at 4:24 am in reply to: Portfolio – Excerpt Overlay Not Showing on Service Pages #1054840
Hey kathyfg,
Thank you for using Enfold.
The “grid-entry-excerpt” containers of the portfolio item in the “branding” page don’t exist. Please check if the “Excerpt” settings of the portfolio grid element is set to “Title and Excerpt”. Or post the login details in the private field so that we can check the issue further.
Best regards,
IsmaelJanuary 17, 2019 at 4:16 am in reply to: Anzeigeprobleme bei color section mit diagonal border #1054838Hi,
That border should not be there. Is the site live now? We need to inspect it in order to find the issue.
Best regards,
IsmaelHey delta3informatica,
Thank you for using Enfold.
Did you install a child theme? You can move those css modifications in the child theme’s style.css file.
// https://kriesi.at/documentation/enfold/child-theme/
Best regards,
IsmaelHi,
The update script in that version is already deprecated, so you have to do it manually using FTP. Here’s how:
// https://kriesi.at/documentation/enfold/install-enfold-theme/#reinstall-or-update-using-ftp
This article should help as well:
// https://kriesi.at/archives/the-complete-guide-to-updating-enfold
After upgrading to version 4.5.2, you’ll be able to update again automatically via the theme options
// https://kriesi.at/support/topic/updating-to-enfold-4-5-and-validating-personal-token/
Best regards,
IsmaelHi,
This script should set the “Events” menu item as the current menu item when the current post belong to the “event” category.
add_action('wp_footer', 'ava_script_set_events_menu_item', 9999); function ava_script_set_events_menu_item() { ?> <script> (function() { const single = document.querySelector('.single'); const categories = document.querySelectorAll('.blog-categories a'); const journal = document.querySelector('#menu-item-1152'); const events = document.querySelector('#menu-item-1661'); let event = null; if( ! single ) return; for (i = 0; i < categories.length; ++i) { if( categories[i].textContent == 'events' ) { event = categories[i]; } } if( event ) { journal.classList.remove('current-menu-item'); events.classList.add('current-menu-item'); } })(); </script> <?php }
Just add it in the functions.php file.
Best regards,
IsmaelJanuary 17, 2019 at 3:45 am in reply to: Enfold Theme Conflict with The Events Calendar – Two Register Buttons #1054834Hi,
I’m not really why it’s duplicated, but you can use this css code to remove the other button.
.tribe-events-schedule + .rtec-outer-wrap.rtec-js-placement { display: none !important; }
Best regards,
IsmaelJanuary 17, 2019 at 3:42 am in reply to: Portfolio grid: unwanted space between items (page bottom) #1054833Hi,
It’s because the title of the first item is quite a bit long compare to the other items. Try to decrease the font size of the title.
@media only screen and (max-width: 989px) { #top .isotope-item.special_av_fullwidth .av_table_col .entry-title { font-size: 13px; margin: 0 0 10px; } }
Best regards,
IsmaelJanuary 15, 2019 at 4:12 am in reply to: Instagram Widget: Fehlermeldung: "Inhalt kann nicht eingebettet werden" #1053944Hey Andreas,
Thank you for using Enfold.
Our developers are working on this issue. You may need to use the following plugin temporarily.
// https://wordpress.org/plugins/instagram-feed/
For GDPR compliance, please refer to this thread:
// https://smashballoon.com/gdpr-and-our-plugins/
// https://smashballoon.com/instagram-feed-gdpr-compliance/Best regards,
IsmaelJanuary 15, 2019 at 4:01 am in reply to: Instagram Widget: Anzahl der Bilder ist eingeschränkt #1053943Hey Andreas,
Thank you for using Enfold.
That is not possible with the theme’s instagram widget, unfortunately, but you can use the gallery or the masonry element instead.
Best regards,
IsmaelHi,
Sorry for the confusion. Regarding your question, that option is not available in the contact form but you can add multiple checkbox elements as a substitute.
Best regards,
IsmaelHi,
Great! Glad it helped. We’ll close the thread now.
Have a nice day.
Best regards,
IsmaelHi,
Great! Glad it helped. We’ll close the thread now.
Have a nice day.
Best regards,
IsmaelHi,
Could you give us a screenshot of what you’re trying to implement? Do you want the icon to stick, or set it as a fixed element? You can start with this css code:
.whatsapp-icon { position: fixed; bottom: 50px; right: 50px; z-index: 1000; }
Make sure that the icon container has the “whatsapp-icon” class attribute.
Best regards,
IsmaelHi,
The excerpt or summary is not displayed because you’re using the Advance Layout Builder for your posts. You have to manually add a summary in the Excerpt field.
Best regards,
IsmaelHi,
Great! Glad it’s fixed. We’ll close this thread now.
Have a nice day. And thank you for using Enfold!
Best regards,
IsmaelHey Excention,
Thank you for using Enfold.
You can use this css code to adjust the position of the logo.
div .logo { float: none; position: absolute; left: 50%; transform: translateX(-50%); }
Best regards,
IsmaelJanuary 15, 2019 at 3:33 am in reply to: After password protection removed my page.php child theme code is not working #1053926Hey 110percent,
Thank you for using Enfold.
We need to see the actual modifications. Please post the page.php codes on pastebin.com.
Best regards,
IsmaelHey mitiuphoto,
Thank you for using Enfold.
This is possible but it will require modifications that are beyond the scope of the support. Please a hire a freelance developer or contact our partner, Codeable.
// https://kriesi.at/contact/customization
Best regards,
IsmaelHi,
I get this error on IE:
https://platform.twitter.com/widgets/widget_iframe.2e05bcc02f9198c4399ba5dc0c61000f.html?origin=https%3A%2F%2Fwww.smith-scott-mullan.co.uk&settingsEndpoint=https%3A%2F%2Fsyndication.twitter.com%2Fsettings SCRIPT5: Access is denied. File: widget_iframe.2e05bcc02f9198c4399ba5dc0c61000f.html, Line: 1, Column: 1
It seems to be related to a twitter widget. Did you install any twitter related plugin?
Best regards,
IsmaelHi,
Did you enable the File Compression settings in the Enfold > Performance panel? You should disable it temporarily, while editing the site or until you’re completely done with it. Same with caching and minification plugins if there are any.
Best regards,
IsmaelHey Florian,
Thank you for using Enfold.
The button is not working because the admin-ajax.php file is blocked or the access to it is forbidden.
/wp-admin/admin-ajax.php:1 Failed to load resource: the server responded with a status of 403 (Forbidden) jquery.js?ver=1.12.4:4 POST https://phototravellers.de/wp-admin/admin-ajax.php 403 (Forbidden)
Please disable the plugins temporarily and ask your hosting provider if the mod-sec rule is blacklisting the said file.
Best regards,
IsmaelJanuary 15, 2019 at 3:09 am in reply to: Adding Social Media Icons at bottom of mobile menu #1053916Hi,
Use this code:
// https://kriesi.at/support/topic/social-icons-in-mobile-menu-3/#post-835215
.. but then remove this line:
if(isMobile == 'none') return;
And replace this code:
htmlString = $('#header_main .social_bookmarks').find('li a'),
.. with:
htmlString = $('#footer .social_bookmarks').find('li a'),
Best regards,
IsmaelJanuary 15, 2019 at 2:08 am in reply to: Cover photo on mobile | font size on posts without sitebar #1053910Hi,
The p or paragraph element is actually set to be 15% bigger than the default font size.
#top .fullsize .template-blog .post .entry-content-wrapper { text-align: justify; font-size: 1.15em; line-height: 1.7em; max-width: 800px; margin: 0 auto; overflow: visible; }
Best regards,
IsmaelHi,
Thanks for the update.
We moved the image inside the slider caption field, use “snap-pronosgame” as a class attribute and added this css code.
.avia-slideshow li img.snap-pronosgame { width: 180px; height: 180px; } @media only screen and (max-width: 767px) { .avia-slideshow li img.snap-pronosgame { width: 90px; height: 90px; } }
Best regards,
IsmaelHi,
They are still valid but some options may not work or may not be compatible with the current site’s setup and server. You have to play around with the configuration in order to find the best combination of options for optimization.
Best regards,
IsmaelJanuary 15, 2019 at 1:00 am in reply to: Unpredictable scrolling behaviour of submenu and anchors #1053899Hey wpompen,
Thank you for using Enfold.
Did you add an overflow css property to an element somewhere? The scroll bar looks a bit off and the header should not go over it.
Best regards,
IsmaelHi,
Thanks for the update.
You need to modify the includes > loop-index.php file. Look for this code around line 268:
echo "<time class='date-container minor-meta updated' >".get_the_time(get_option('date_format'))."</time>";
// https://codex.wordpress.org/Function_Reference/get_the_modified_time
Best regards,
IsmaelHi,
Thanks for the update. This css code should help:
@media only screen and (max-width: 989px) { .av-tab-section-tab-title-container { min-width: 920px !important; } }
Best regards,
IsmaelJanuary 15, 2019 at 12:42 am in reply to: improved: added rel='nofollow' ? Excuse me? What? This is the biggest nonsense #1053894 -
AuthorPosts