-
Search Results
-
Hi,
I noticed some background images at Enfold’s demo site cannot be saved directly, for instance, the background images of http://kriesi.at/themes/enfold/homepage/home-v6-classic-4-column/. However, the same demo page at my site can be saved directly.
Can you tell me what the trick is? I would like to protect the images and background if possible.
thanks,
Topic: CSS Problem
Hi,
I am using enfold with woocommerce and have a small issue regarding the category – image on top of the products page: Please have a look at http://www.victorias-bodyshop.com/produktkategorie/bodylotion.
My Question:
How can I change the size of the image (that with the green leaves on top) or delete this image completely?
best regards,
Andreas
Hi,
I’ve a Enfold child theme running, but when uploading the functions.php file the site crashes. I’m using some custom functions, which works fine for other child themes. Any suggestions what can cause the problem>
<?php
// Remove WordPress Version Number in head
remove_action( 'wp_head', 'wp_generator' );
/** BACKEND */
// custom WordPress login url
function wpc_url_login() {
return "http://www.woutervanderzee.nl";
}
add_filter( 'login_headerurl', 'wpc_url_login' );
// custom WordPress login logo
function login_wouter() {
wp_enqueue_style( 'login_wouter', get_template_directory_uri() . 'style-wouter.css' );
}
add_action( 'login_head', 'login_wouter' );
// custom WordPress Dashboard footer
function wz_footer_dashboard() {
echo 'Een website van Wouter van der Zee, Webdesign, powered by WordPress.';
}
add_filter( 'admin_footer', 'wz_footer_dashboard' );
Topic: Header
Topic: color change for "button"
Hi
Does anybody know how to change the color of the strange arrow sign – that one when you scoll over the preview image of the portfolio you can see a round sign with a arrow in it. Where can I set the color of that?
Have a look at my Website http://www.diefarben.com Password: Enfold_2013
Thank you!
Btina
Topic: Blurry Images
Hi Devin
I still have this open quetion about the blurry images! I opend for you, my website please go to http://www.diefarben.com and tipe in the Password: Enfold_2013
On my Website you’ll see that the images are slighly blurry. Somehow the images are scaled down and I don’t know why because I uploadet them ecatly the size I set for. What can I do – need Help!
Can you please answer me today I need to go online – thank you.
Btina
Topic: How to change font color.
Hi,
How can I change the font color of the “IN CASE YOU NEED HELP” text of this page, http://kriesi.at/themes/enfold/pages/help/.
I use the same theme color but only get the font in black which looks ugly with the background. However, I don’t see a way to change the color with the editor as there is no such a selection there.
Thanks,
Topic: Child Theme Custom CSS Order
This thread was the closest I saw: https://kriesi.at/support/topic/issue-with-child-theme
But, my enfold functions.php code seems to be slightly different.
//register styles
wp_register_style( 'avia-style' , $child_theme_url."/style.css", array(), '1', 'screen' ); //register default style.css file. only include in childthemes. has no purpose in main theme
wp_register_style( 'avia-grid' , $template_url."/css/grid.css", array(), '1', 'screen' );
wp_register_style( 'avia-base' , $template_url."/css/base.css", array(), '1', 'screen' );
wp_register_style( 'avia-layout', $template_url."/css/layout.css", array(), '1', 'screen' );
wp_register_style( 'avia-scs', $template_url."/css/shortcodes.css", array(), '1', 'screen' );
wp_register_style( 'avia-custom', $template_url."/css/custom.css", array(), '1', 'screen' );
wp_register_style( 'avia-prettyP', $template_url."/js/prettyPhoto/css/prettyPhoto.css", array(), '1', 'screen' );
wp_register_style( 'avia-media' , $template_url."/js/mediaelement/skin-1/mediaelementplayer.css", array(), '1', 'screen' );
//register styles
wp_enqueue_style( 'avia-grid');
wp_enqueue_style( 'avia-base');
wp_enqueue_style( 'avia-layout');
wp_enqueue_style( 'avia-scs');
wp_enqueue_style( 'avia-prettyP');
wp_enqueue_style( 'avia-media');Which I changed, as an educated guess to:
//register styles
wp_register_style( 'avia-grid' , $template_url."/css/grid.css", array(), '1', 'screen' );
wp_register_style( 'avia-base' , $template_url."/css/base.css", array(), '1', 'screen' );
wp_register_style( 'avia-layout', $template_url."/css/layout.css", array(), '1', 'screen' );
wp_register_style( 'avia-scs', $template_url."/css/shortcodes.css", array(), '1', 'screen' );
wp_register_style( 'avia-custom', $template_url."/css/custom.css", array(), '1', 'screen' );
wp_register_style( 'avia-prettyP', $template_url."/js/prettyPhoto/css/prettyPhoto.css", array(), '1', 'screen' );
wp_register_style( 'avia-media' , $template_url."/js/mediaelement/skin-1/mediaelementplayer.css", array(), '1', 'screen' );
wp_register_style( 'avia-style' , $child_theme_url."/style.css", array(), '1', 'screen' ); //register default style.css file. only include in childthemes. has no purpose in main theme
//register styles
wp_enqueue_style( 'avia-grid');
wp_enqueue_style( 'avia-base');
wp_enqueue_style( 'avia-layout');
wp_enqueue_style( 'avia-scs');
wp_enqueue_style( 'avia-prettyP');
wp_enqueue_style( 'avia-media');Is this effectively the same thing? Just needing to change the order in which the child theme is called? I can’t wait to get rid of all the !important tags.
Thanks and great theme!
Topic: Shortcodes not rendering
Gday Kriesi forum
Some of my shortcodes are not rendering, instead are leaving the shortcode visible in the browser.
I thought it may be due to running WordPress 3.5.2 so I upgraded to 3.6 but still persists.
I am running WordPress 3.6 and Enfold 2. I reverted to an earlier version of Enfold but the problem still persisted.
I disabled all plugins but still the same.
Any ideas what may be causing this?
Captions: http://www.birdsnest.com.au/blog/take-me-to-the-water/
Video: http://www.birdsnest.com.au/blog/that-bird-label-video-sing-your-song/
Thanks for any help you can provide me.
cheers
Darryl
Topic: Get new language to work
Finally i succeed with danish language, but when i tried this (i read in another thread in here), it cam up with something i do not understand
http://wordpress.org/plugins/codestyling-localization/ to translate the theme text strings. Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to fetch all text strings. Then click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).
i did the above – and it says:
Warning: The actual loaded translation content contains mixed textdomains and is not pure translateable within one textdomain.
It seems, that there is code contained extracted out of other plugins, themes or widgets and used by copy & paste inside some source files.
The affected unknown textdomains are: wordpress-importer, woothemes, woocommerce, plugindomain, envato, avia_builder, LayerSlider
What does that mean? :)
Viewing 30 results - 237,151 through 237,180 (of 241,743 total)