-
Search Results
-
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? :)
Hi, I have a problem that my primary menu bar has a lot of long sentences in it. What I am trying to do, is that the link text’s would fix to rows. I can do that from css in my dropdown menu just fine, the words will group if I change the the max width in css
.main_menu ul first-child > li > a
max-width ….
But I cannot find where i could fix my primary menus preferences. I would want my menu text to be in two rows.
Another thing is with the custom slider. If I use the normal easy slider, it does not create any borders with it. If I implement my own or another custom slider, it always makes box shadow-like lines top of the slider, it is kind of like the custom slider is an element with edges top of it. I would want to have the “borders” or the lines to be blank white. I am not sure if you get what I mean!
Thanks!
Topic: Specific IDX problem
So my client wants a Real Estate site – we’re using Enfold. We are also using the IDX plugin. The IDX plugin automatically generates pages for Real Estate agents. The pages that are created, however, are formatted like blog posts. I hid the icon and dashes to make it look less blog like but this will be an issue down the line.
e.g.
http://test.curlyhost.com/homes-for-sale-search/
http://test.curlyhost.com/homes-for-sale-toppicks/EastGrandRapidsWaterfrontHomes/28086/
Any idea on how to fix this? On how to make blog posts be formatted like blog posts and these dynamically created pages to be formatted like pages?
I know you guys don’t support third party plugins, but any thoughts in the right direction would be greatly appreciated.
My website is http://web.guru99.com/
1. Open the website web.guru99.com
2. Click on PHP tutorial link in the top left of the web page
3. Click on the tutorial 1 link “What is PHP, First PHP program”
4. Check for the link “You are here: Home / PHP / WHAT IS PHP, FIRST PHP Program” in the top left of the tutorial 1 page
5. Click on the PHP hyperlink (Middle)
6. Now webpage http://web.guru99.com/category/php/ is opened
7. Click on the recent tab in the right side of the page
8. Click on the first link in the recent tab
9. Click on the back button in the browser
10.Click on Answers link in the recent tab
Actual Result:
Links are broken . Error 404: Page not found error is displayed
Expected Result:
There should not be any broken links
For more information please see this picture – http://imgur.com/ijXby7s
So how can i fixed it
Please help
Hi
My website is web.guru99.com
At the home page Top link/button not visible in safari and chrome browser.
Check here http://i.imgur.com/PiGAwOx.png
Viewing 30 results - 139,951 through 139,980 (of 142,824 total)


