-
Search Results
-
I’ve altered the following, and it works great in Chrome but not Firefox. I’ve also tried adding “!important” but that still doesn’t work either.
#top .main_menu .menu > li:last-child > a {<br />
padding-right: 10px;<br />
}<br />I’d rather not hardcode it into layout.css, as then I’d have to keep altering with every new update.
Thoughts? Thanx!
Hello,
I want to place a simple link between the social icons and the phone in the top of my website.
The links are:
a href=”http://paisagismoonline-com-br.web22.redehost.com.br/nsite1/portal/login-page/”>LOGIN’
No fancy stuff, only something that looks like this: LOGIN | REGISTRAR
Where do I place the code and how?
Can you assist me? I´ve try to hire a freelancer for this, but did not find any that fitted my needs.
I appreciate your attention.
Thanks,
Fabiana.
Hello!
i would like to reduce the top margins of the avia Builder Elements.
Here is a screenshot of the margin i am talking about (the orange margin):
https://docs.google.com/file/d/0B-I4iaY2YA9jUjA3bTV0bjF5cEE/edit?usp=sharing
Thank you in advance!
Best,
Jeff
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
Topic: Header
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: 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 - 139,831 through 139,860 (of 142,729 total)






