-
Search Results
-
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? :)
Topic: Issues with Safari browser
Hello,
My site (Enfold Theme) is having some pretty significant issues when viewed in Safari 6.0.5 (Mac) browser. Looks great in Firefox and Chrome. But the main menu is behaving oddly, as well has hovering over images in my portfolio, etc.
Any ideas guys? This could be really bad, considering my client will use his iPhone to view the site a lot.
Love the theme. Main kink so far.
Thanks,
Pat
hi, i presume i may have picked the wrong theme here but can you set the site to have a fixed width with a full background image?
if not with this theme do you have another?
thanks
jaz
Hi,
How can i create 7 columns in the mega menu? The seventh column ‘taal’ is put beneath the rest…
See picture:
http://www.groeier.nl/7columnmega
Cheers,
Herrbirk
Viewing 30 results - 239,401 through 239,430 (of 243,976 total)


