-
Search Results
-
Hello Enfold Support,
On this page, you can see quite clearly that there is a programmed effect on the element at the top of the page. It is made up of a color element, a 1/3 & 2/3 column element… and image element in the 1/3 column element and two white space elements and a special heading element in the 2/3 column element.
There is a fade effect, and I’m guessing that within that code (to make them fade in) is something that is telling them to load in last, after everything else has loaded. When logged in as an admin, the admin menu (black bar top of page) loads and then these two elements fade in.
The client is very insistent that they want these elements to load in quickly – practically first in order of loading into page.
Do you know that code that is creating the timing and the effect of the load into the page?
(credentials are in the private section)
Sincerely,
GregI used the following CSS to globally remove the animated circle arrow and the diamond shaped pointer on images. It worked for a while but I may have messed up some CSS somewhere because it stopped working.
Is this correct:/* REMOVES CIRCLE/ARROW ANNIMATION ON HOVER */
.av-masonry-entry {
opacity: 1 !important;
visibility: visible !important;
}/* FIGCAPTION remove diamond-arrow */
.av-masonry-entry .avia-arrow {
display: none;
}Working from your Consulting demo and wondering if it’s possible to add an audio file to the full-width Easy Slider. I would like to add an audio player right under the caption/sub-caption as you see here > http://kriesi.at/themes/enfold-consulting/#top
I did a few searches here on the support forum about adding audio. Found this reply about adding to background video to be helpful: https://kriesi.at/support/topic/adding-audio-option-on-fullscreen-background-video/ However, this seems to add the button in the bottom right corner. Wondering if there’s a way where I can add a small audio player under the Easy Slider captions.
Thanks!
Hey guys,
this topic has been discussed in a variety of threads, but none of the solutions worked for my page.
Since last week I may not edit my home-page anymore. When I try to do this, there is only a loading symbol. All other pages work fine and can be edited as wished.
I have tried:
– increasing the memory size in wp-config.php
– deleting enfold completely via FTP and re-installing it
– setting a debug-mode line into wp-config.php
– deactivating all plugins
– clearing the cache via wp-cache
– clearing the entire browser cache (I am using chrome) as well as all cookies
– hard-refreshing the siteThis failure persists and is SUPER annoying. I have important information that has to be updated on the home-page and I cannot use it any more.
Please help!! :(
Hi!
How i can do de same efect in version movil than desktop version in this page http://brickfunding.com/
Now, the logo in version movil not si the white logo than de desktop version.
Thanks!
I have been having issues for the last month or more with a couple of things and I cannot seem to find the answers that work. I have searched the help forums and done everythign I can think of and it’s driving me nuts:
1. Google is indexing a ton of Enfold theme URLS in the /wp-content/themes/enfold/framework
For example, I only have 5 pages on my website, but google is indexing over 30. They consist of the above url with stuff after the /framework, such as images/colorpicker, php/wordpress-importer, images/icons, ect, ect……I cannot get google to stop reading and indexing these. The #2 keyword on my site, according to google search console is “PNG”, due to all of these URL’s from enfold, which include PNG files. This is obviously not good for SEO as you can imagine.2. Googlebot cannot render my pages fully. What i mean, is that it will see about half my page and that is it. This is coming straight from the fetch and render portion of search console. Their is no rhyme or reason to why it’s only rendering half of the pages…the stuff it cant render is mostly just text too, nothing fancy. Again, if goggle cannot see half of the stuff on my page, thats a problem. If you or I were to go to my website, we’d see everything just fine as it’s supposed to be.
Before I purchased enfold, I had zero issues with either of the above two examples, so if i can’t find a solution, I’m going to have to remove enfold. I don’t want to do that, so if anyone can help me out, I’d much appreciate it.
Dear Enfold-Team,
on creating lustwandler.at I realized, that the Lightbox does not support retina images. My site uses the WP Retina 2x for retina image handling.
It is fairly easy to add support:1. ) avia.js
(function($) { $.fn.avia_activate_lightbox = function(variables) { var defaults = { groups : ['.avia-slideshow', '.avia-gallery', '.av-instagram-pics', '.portfolio-preview-image', '.portfolio-preview-content', '.isotope', '.post-entry', '.sidebar', '#main', '.main_menu'], autolinkElements: 'a.lightbox, a[rel^="prettyPhoto"], a[rel^="lightbox"], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href*=".jpg?"], a[href*=".png?"], a[href*=".gif?"], a[href*=".jpeg?"], a[href$=".mov"] , a[href$=".swf"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="screenr.com"], a[href*="iframe=true"]', videoElements : 'a[href$=".mov"] , a[href$=".swf"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="screenr.com"], a[href*="iframe=true"]', exclude : '.noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added, a[href*="dropbox.com"]', }, options = $.extend({}, defaults, variables), av_popup = { type: 'image', <strong>// Lustwandler.at: adding retina support</strong> retina: { // ratio: 2, // Increase this number to enable retina image support. // Image in popup will be scaled down by this number. // Option can also be a function which should return a number (in case you support multiple ratios). For example: ratio: function() { return window.devicePixelRatio === 1.5 ? 1.5 : 2 }, replaceSrc: function(item, ratio) { return item.src.replace(/\.\w+$/, function(m) { return '@2x' + m; }); } // function that changes image source }, // end of Modification Lustwandler.at ….2.) The Magnific Popup
The Magnific Popup bundled with Enfold is from 2013; replaced by the latest version. Still, there is a bug in Magnific Popup with retina images and the aspect ratio. Best solution I found up to now is to use the object-fit property.In magnificpopup.js:
if(ratio > 1) { _mfpOn('ImageHasSize' + '.' + RETINA_NS, function(e, item) { item.img.css({ '-o-object-fit': 'contain', // force aspect ratio 'object-fit': 'contain', 'max-width': item.img[0].naturalWidth / ratio, 'width': '100%' }); });3.) And finally, my question
I made these changes directly in the Enfold-theme, so with every update, I will have to apply those again. Do you have plans to update Enfold, so these modifications are not necessary any more or ist there a smart way to add those changes to a child theme without moving massive blocks of enfold code there?Topic: problem in RTL mode
Hey guys,
> This is what the website looks like in English mode: (which looks completely right)

> But this is how Persian page (RTL mode) looks like in the website: (which is NOT right – as you see, the logo is gets under the top bar and menu box)

Please let me know how RTL mode could be looked as like as English mode.
Regards,
SadeghTopic: Columns in text block
So i inserted in text block this code
[av_one_half first]
SLA Violation Penalties*:
[/av_one_half]
[av_one_half ]
SLA Violation Penalty Duration:
[/av_one_half]
[av_one_fourth first]
SLA Level
gamma
delta
epsilon
zeta
[/av_one_fourth]
[av_one_fourth]
% of variable fee–
0.5%
0.75%
1%
[/av_one_fourth]
[av_one_fourth]
Incidents per month
1 – 4
5 – 9
more than 9
[/av_one_fourth]
[av_one_fourth]
Duration1 month
3 month
6 month
[/av_one_fourth]and got this http://imgur.com/a/RC4lc
i also use this code to make column aligned at top
.flex_column.av_one_half + br {
display: none;
}
.flex_column.av_one_fourth + br {
display: none;
}how to align at top 1/4 columns now?
Hi there,
Im going to build a new Landing Page with some anchor links linked to color Sections. Until now on click its scrolling to section a it should
but doesnt fit close to menu bottom. There is some space visible on top of the section. Anchor should scroll to that precise position that previous section is not visible and starts exact under menu bottom border. Please check link in privat content.I hope you understand what i try to achieve and find a quick fix.
P.S:
1. there is some margin top for logo -> .logo img {margin-top: 2.7rem;} because otherwise the menu will overlay my logo.
2. i found a hint here to add to avuia.jsif(tempPadding > 0 && shrink)
{
tempPadding = (tempPadding / 2 ) + non_shrinking + non_shrinking2 -160;It doesnt work in this case.
Viewing 30 results - 89,341 through 89,370 (of 142,845 total)

