-
Search Results
-
Topic: Enfold LayerSlider Font
Hello Kriesi, Ismael, Devin & others,
Great job on this theme guys, this is an incredibly beautiful and elegant design.
I’m still exploring the many options but I’ve run into an issue that I need some assistance with. I have toggled Open Sans as the font for both Heading Font and body font in the Theme Options Styling section. I would like to use Open Sans as a font for text elements in the LayerSlider but it’s not recognized when I enter it under Family in the Font area of the Style section.
I’ve also tried adding Open Sans via the plugin WP Google fonts, but still nothing.
What do you recommend as a next step?
Thank you so much for your help.
Best,
Jonathan
Topic: Archive Excerpts
Gday Kriesi forum
I’d like to automate excerpts on the archive page, rather than the default full post content.
I did read a recent post that was in need of the same but the thread is closed and I didn’t understand the latter steps: https://kriesi.at/support/topic/enfold-archive-exceprts
I placed the archive.php in my child theme includes folder, and modified line 47 to say get_template_part( ‘includes/loop’, ‘archive’ );
But then I’m not sure what to do next. It seemed as though I need to also include the loop-index.php in the child includes and modify that. However, I don’t know what to do to modify that file.
Does anyone know what I need to do here?
Thanks for any help you can provide me.
cheers
Darryl
Hi Enfold!
Love the theme! However, having issues with my Blog page. http://metric.uienvy.com/blog/
If you notice, the content of the post is being pushed to the left and below the authors image…I have another site I am working on and it looks as expected. Any ideas as to why this is happening?
Thank you very much!
Topic: IE columns not working?
Hi,
I’m working on a new page, have just started, and noticed that the 1/2 – 1/2 columns don’t seem to be working on IE?
For example: here is the page I started – it works fine on Firefox, Chrome, Safari – but on IE they go one on top of each other, rather than side-by-side?
http://sciant.com/pages/about-us/
Is there a fix for this?
I uploaded the latest version of Enfold. The IE version I’m using is: 10.0.9200.16660
Thanks!
Steve
Purchased the Enfold theme and received this message when trying to save any modification to the theme:
‘Saving didnt work!
Please reload the page and try again’
I tried the following:
Increasing PHP memory limit from 128m to 256m and restarting the web server
Clean install with no plugins
Re-downloading the theme and re-installing
I’ve been able to edit the pages, and all elements and change it as I wish – but cannot under any circumstances edit the theme options at all.
Any help would be greatly appreciated!
Menu page note displaying and recieving a fatal error message
Catchable fatal error: Object of class WP_Error could not be converted to string in /u/k/ksze/www.liondancetoronto.com/wp-includes/formatting.php on line 511
****enfold****
Menu page note displaying and recieving a fatal error message
Catchable fatal error: Object of class WP_Error could not be converted to string in /u/k/ksze/www.liondancetoronto.com/wp-includes/formatting.php on line 511
****enfold****
Topic: Headlines in Mega Menu
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
Viewing 30 results - 240,151 through 240,180 (of 244,013 total)
