-
Search Results
-
Hello!
My third issue today… :)
If you open a page via https, all resources must be integrated via https. For relative paths the browser makes this automatically.
For absolute URLs not, they have to be https://…
For many resources the browser shows “only” a warning. For scripts and CSS modern browsers refuse to execute them completely. In case of CSS there are some missing CSS styles then and so the page looks broken.
So the entry looks in the source:
<link rel=’stylesheet’ id=’avia-dynamic-css’ href=’http://www.wiseseo.de/wp-content/uploads/dynamic_avia/enfold.css?ver=1′ type=’text/css’ media=’screen’ />
The entry is generated by the file wp-content/themes/enfold/functions.php:
if( get_option(‘avia_stylesheet_exists’.$safe_name) == ‘true’ )
{
//MT:20130815 we need a relative path for https
//$avia_upload_dir = wp_upload_dir();
//$avia_dyn_stylesheet_url = $avia_upload_dir . ‘/dynamic_avia/’.$safe_name.’.css’;
$avia_dyn_stylesheet_url = ‘/wp-content/uploads/dynamic_avia/’.$safe_name.’.css’;
wp_register_style( ‘avia-dynamic’, $avia_dyn_stylesheet_url, array(), ‘1’, ‘screen’ );
wp_enqueue_style( ‘avia-dynamic’);
}
The function wp_upload_dir () returns with the element “baseurl” an absolute path including http:// no matter how the page is accessed. That can not be. My hack so far: Fixed relative path, fits for our installation.
But it would be great if you could fix this as soon as possible.
Thanks & regards,
Martin
Topic: Twitter widget pro css
Anyone styled the twitter widget pro to match enfold theme? If you have could you share your CSS?
Hope that does not come over badly :-/
Hello,
I’m working with Enfold and an Ajax portfolio grid. I’ve placed some video clips inside the previews for several projects, and I’ve noticed that once I’ve started playing a video it often doesn’t stop until I pause it, even if I close out the preview, or click to open another preview, replacing the view of the clip. I can’t see it, but I know it’s still playing because I can hear the audio, and navigating back to the project, I will find it playing.
I’ve also noticed that sometimes, after either closing the preview or clicking on another project thumb, the clip does stop, but only to restart after a pause, sometimes from the start of the clip, and sometimes from where it left off. This especially becomes a mess when you’ve already moved on to watching another clip and get an overlap of audio.
Is there a way to force all video clips to stop playing once you either close the preview area or click on another project thumb?
All my video is currently linked to Vimeo, if that helps.
You can test it out for yourself here: http://www.omarramirez.net/cms/
thanks
Omar
Hi,
I have purchased a newsletter to be used in my site, but i am unable to integrate that with contact form. I wished touse the checkbox that is available in the contact form to be checked by default and that enables news letter subscription.Is there a way i could solve this.
Where can i find the code for data processed in the contactform.
Thanks in advance.
Hi!
I enjoy Enfold very much! But one thing is a little annoying: I often use “Icon Box” in the Layout Builder as a mere button. Nice Icon, big text as link – that’s it. So I remove the text “Click here to add your own text” from the RTE. That works fine, but each time reloading the page in the backend, the text “Click here to add your own text” reappears in the “Icon Box” elements and I have to remove the text again if I don’t want to show it publicly under my buttons after the next “save”.
Could you make it that the RTE stays empty once I empty it?
Thanks!
Rolf
Topic: Enfold 2.0 theme updates
Hi,
If we have a child theme setup and have the updates enabled in v2.0 will the main theme only be updated? How does it work?
Thanks!
Viewing 30 results - 240,571 through 240,600 (of 244,406 total)


