Forum Replies Created
-
AuthorPosts
-
March 8, 2019 at 7:52 am in reply to: Enfold shortcode not rendering with The Event Calendar plugin #1076244
Hi,
Thanks for the update.
Unfortunately, it still doesn’t work. This is what we get when we try to connect to the server. (see private field)
Please ask your hosting provider if there are other security options that you’re not aware of. They might be blocking access of certain countries. You can find our locations in this page.// https://kriesi.at/contact/customization
Best regards,
IsmaelHi,
Thanks for the update.
Could you give us a link to a page where we can reproduce the issue? We created a test page and all the changes committed there are being saved properly. (see private field)
Best regards,
IsmaelHi,
Thank you for using Enfold.
We are getting this error in the console, which seems to be entirely unrelated to the color section issue.
Uncaught Error: Syntax error, unrecognized expression: #Patient%20Forms
Do you remember adding the text “#Patient%20Forms” anywhere? Try to replace “%20” with a hyphen or underscore.
Best regards,
IsmaelHey Snerp,
Thank you for using Enfold.
The default search usually looks and compares the keyword from the post content, title or excerpt. Unfortunately, the content in the AJAX portfolio editor is not included in the search index. You may need to include the keyword “R12194” in the default post content editor.
Best regards,
IsmaelHi,
Thanks for the update.
The “postMessage” error is still generated in the ‘test-youtube-2’ page even though the videos are playing properly, so something else is causing the problem. We were able to reproduce the issue on our own installation. Have you tried installing a SSL plugin?
// https://wordpress.org/plugins/wp-force-ssl/
UPDATE: Try to remove the “www” from the youtube url. It might work.
Best regards,
IsmaelHey solomita,
Thank you for using Enfold.
I think you forgot the site url though. Please include it in the private field
Best regards,
IsmaelHi,
Thanks for the update
We were not able to reproduced the issue on our end but we have encountered a few threads that might be related to this problem and the suggested css fix there might help.
// https://kriesi.at/support/topic/product-grid-looking-blurry/#post-1071634
Best regards,
IsmaelMarch 7, 2019 at 1:40 pm in reply to: Anzeigeprobleme bei color section mit diagonal border #1075973Hi,
Thanks for the update.
Unfortunately, we don’t hand in that kind of information here. Please ask your hosting provider to disable the security option temporarily. Or create a staging site where we can see the issue.
Best regards,
IsmaelHey Pierre,
Thank you for using Enfold.
The layout that you are trying to create is quite complex, the black boxes differ in sizes and their position are quite random. You might be able to achieve that with the hotspot element but it requires you to trace or inspect each hotspots in order to create the correct css so that you can change their size and position.
The css nth child selector may come in handy when you need to adjust a specific element.
// https://css-tricks.com/almanac/selectors/n/nth-child/
Best regards,
IsmaelHi,
Thanks for the update.
1.) This css code should remove the blank menu items.
li#menu-item-833, li#menu-item-816 { display: none !important; }
2.) You asked how to remove the “triangle bullet” and now you want to add it again and change its color. That’s a bit confusing. Could you clarify that?
3.) Use this css code to change the font size and line height of the mega menu items.
#top #header .avia_mega_div > .sub-menu > li > ul ul li { margin-left: 15px; font-size: 24px; line-height: 36px; }
Best regards,
IsmaelHi,
The only difference between the sites is this css code.
.av-thin-font .av-special-heading-tag, .modern-quote .av-special-heading-tag { font-weight: 300; }
Did you adjust the “Heading Style”?
Best regards,
IsmaelHey linkdojo,
Thank you for using Enfold.
This issue has been fixed on the latest version of the theme. Please make sure that the site is running on 4.5.4. You may need to update the theme manually for now.
// https://kriesi.at/documentation/enfold/install-enfold-theme/#reinstall-or-update-using-ftp
Best regards,
IsmaelHey oeilneuf74,
Thank you for using Enfold.
Could you give us an example of the svg file? Some svg files may not be compatible with fontello’s icon converter.
// https://github.com/fontello/fontello/issues/206#issue-20290141
Best regards,
IsmaelHi,
Yes, that is possible. Create a custom shortcode base on the get_bloginfo function and then put that shortcode inside a text widget.
// https://developer.wordpress.org/reference/functions/get_bloginfo/
// https://codex.wordpress.org/Function_Reference/add_shortcodeThe code may look something like this:
add_shortcode( 'av_description_shortcode', 'av_description_shortcode_callback' ); function av_description_shortcode_callback() { $description = get_bloginfo('description'); return $description; }
Best regards,
IsmaelMarch 7, 2019 at 12:15 pm in reply to: Masonry blog: show no separator AFTER the category term #1075947Hi,
Thanks for the update.
Do you have a test page where we can see this modification in action? The login token in the other thread has expired, so we didn’t get a chance to take a look.
Best regards,
IsmaelMarch 7, 2019 at 12:11 pm in reply to: Category/Tag Archive: show excerpt but not read-more-link #1075945Hi,
Thanks for the update.
The login token has expired. Please regenerate another token so that we can access the site. Make sure that the Appearance > Editor panel is accessible.
Have you tried removing the read more link with css?.more-link { display: none !important; }
Best regards,
IsmaelHey jamesgeier,
Thank you for using Enfold.
The following thread seems to be related to this issue.
// https://kriesi.at/support/topic/comments-and-comment-box-missing-on-pages/#post-1072098
Let us know if the modification or the filter there helps.
Best regards,
IsmaelHey!
Related thread: https://kriesi.at/support/topic/masonry-gallery-issue-in-enfold-4-5-4/
Regards,
IsmaelHi,
Thanks for the update.
Did you add any custom filters or modifications to the theme? Please make the Appearance > Editor panel accessible so that we can check the files.
Best regards,
IsmaelHi!
Glad it is fixed. We’ll close this thread now.
@Yoursefzade: Please continue here: https://kriesi.at/support/topic/problem-on-page-do-not-have-a-pagination/#post-1074929
Best regards,
IsmaelHey!
UPDATE: Our developers found the issue and a fix is going to be included in the next patch. For now, please edit the framework > php > function-set-avia-frontend.php, remove everything and replace it with the following code.
// https://pastebin.com/gM4TKR9Y
Cheers!
IsmaelHi,
Thanks for the update.
Our developers found the issue and a fix is going to be included in the next patch. For now, please edit the framework > php > function-set-avia-frontend.php, remove everything and replace it with the following code.
// https://pastebin.com/gM4TKR9Y
Best regards,
IsmaelMarch 6, 2019 at 6:06 am in reply to: Changing social bookmarks color in header but not in scroll down header #1075277Hi,
Thanks for the update.
Use this css code to change the initial and “scrolled” color of the social icons.
/* initial color */ #top .av_header_transparency .phone-info, #top .av_header_transparency .social_bookmarks li a { color: red; } /* scrolled color */ .header_color .social_bookmarks a { color: blue; }
Best regards,
IsmaelHi,
Thanks for the update. And we would like apologize for the confusion.
The videos in the demo page were created using the “Video” element or shortcode. That element or shortcode is available in the advance layout builder or the shortcode generator. Insert the Video element, specify the link, save and then update the page. That is all there is, no special configuration or anything. Unfortunately, you won’t be able to make it auto play or start on page load.
There are more info in the documentation: https://kriesi.at/documentation/enfold/video/
Best regards,
IsmaelHi,
Great. Thanks for the update. We’ll close the thread then.
Have a nice day.
Best regards,
IsmaelHi,
Thanks for the update.
You can apply a minimum height to those columns but the value will have to be adjusted on different screen sizes.
Best regards,
IsmaelMarch 6, 2019 at 5:19 am in reply to: Pricing table column height are uneven when heading row has images #1075263Hi,
Thanks for the update.
Use this css code to move the image on its own line.
.first-table-item > img { clear: both; display: block; }
Don’t forget to remove the line breaks.
Best regards,
IsmaelHi,
I was referring to this filter.
add_filter('avf_contact_form_submit_button_attr','avia_add_submit_attributes_to_cf', 10, 3); function avia_add_submit_attributes_to_cf($att, $formID, $form_params){ $att = "onclick=\"var _gaq = _gaq || [];_gaq.push(['_trackEvent', 'Anfrage', 'Senden', 'Anfragesenden', testvalue, true]);\""; return $att; }
You have to replace the gaq function with ga like so..
add_filter('avf_contact_form_submit_button_attr','avia_add_submit_attributes_to_cf', 10, 3); function avia_add_submit_attributes_to_cf($att, $formID, $form_params){ $att = "onclick=\"ga('send', 'event', '_trackEvent', 'Anfrage', 'Senden', 'Anfragesenden', 1, true);\""; return $att; }
Best regards,
Ismael -
AuthorPosts