Hi!
I just installed Worpress and Enfold, I added a photo and some text tot he main page and when I went to create a porfolio category this happended:
Warning: extract() expects parameter 1 to be array, null given in /home/valok776/public_html/wp-content/themes/enfold/css/dynamic-css.php on line 35
Warning: Cannot modify header information – headers already sent by (output started at /home/valok776/public_html/wp-content/themes/enfold/css/dynamic-css.php:35) in /home/valok776/public_html/wp-includes/pluggable.php on line 899
The page is http://www.valokuvauskurssi.fi
What’s the problem and what can I do?
Josue,
Thank you for pointing me in the right direction. I only have minimal PHP experience. If you could guide me a little, I promise to spend as many hours as needed sifting through the PHP manual for a more complete understanding :)
As I see it, it seems like I would need to inject a variable for the hover text either between lines 94/95 or 99/100. Then either designate the strings for the actual text in the CSS, or add a parameter for the text in /enfold/css/layout.css ?
Would there be other files (besides the custom styles.css) that I would need to edit, or just this function? Trying to jump from the kiddie pool to the lake (or possibly ocean) as it were, so any help (flotation devices) you might have for me would be greatly appreciated. Thank you!
– Michael
You are welcome Rohan, we are here to help :)
Cheers!
Josue
Hey Simon!
Please update your theme to the latest version of Enfold (2.4.2):
Cheers!
Josue
Hi Enfold Team,
pls see image to understand…
http://tinyurl.com/pwdqnyw
Kindest regards,
xrisxal2000
Hey!
I think that change was intended due to a design trend (i may be wrong), however if you don’t like it, simply add this code to your style.css:
.avia-button{
background-image: url("../images/layout/bg-button.png");
background-repeat: repeat-x;
background-position: 0 0;
}
If it doesn’t work, copy the /images folder from Enfold to your child theme folder.
Cheers!
Josue
Hey Michae1!
You would need to edit this file: /enfold/includes/helper-social-media.php, play with the html() function declared in line 84.
Put the text string you want and then make a behavior part with CSS.
Best regards,
Josue
Hi mgma!
It is possible, be sure to request it here :)
Cheers!
Josue
Wow! Thank you for that….
Really appreciate the time you spent on this.
Warm regards
Rohan
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.page-id-2528 .main_menu { display: none; }
.page-id-2528 .sub_menu li { padding: 0 50px; top: 30px; font-size: 16px; }
That will remove main menu and increase font-size, padding and position of sub-menu only on “18th-aapsw-2014” this page. For other pages you need to add page ID’s to custom css as well
Regards,
Yigit
Hey Rohan!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.avia-icon-list .iconlist_content_wrap { min-height: 4em; }
Best regards,
Yigit
Hey!
The width of each table cell is determined by its content, i created a screencast explaining this, please take a look:
http://screencast.com/t/n5eT3xgA
What you need to do is add some line breaks to the table cell content in order to alter its width.
Cheers!
Josue
I know this is not currently a feature in Enfold (per the original thread here : https://kriesi.at/support/topic/social-icons-set-hover-text/ ) but I need to add it anyway for a client :) So could you point me in the right direction of what file to edit, or perhaps a plugin? Thank you.
I still need to keep bread crumbs navigation! See for example:
Left breadcrumbs display (Knife Sets) is correct: http://kriesi.at/themes/enfold/product-category/knives/knife-sets/
Left breadcrumbs display (shop) is wrong, it should be the product name “Humo Floss”: http://kriesi.at/themes/enfold/product/humo-floss/
Hope to solve!
Thank you very much!
Blessing happy every day!
Hi,
What’s the best way to change my default font style for blog posts?
Also, I noticed some resources online mentioning font size customizations, etc available in the post toolbar but for some reason these don’t show for me. Is this expected within enfold?
Many thanks,
Jonathan
In wordpress3.6.1, 3.7 open enfold Version 2.4.1, turning off all plugins,
Navigation above or a gap, the gap left text appears “AviaBuilder Version: 0.4 ML :128-PU :26-PLA: 0 ->”
enfold Version 2.3.2 does not have this problem.
Hi!
You can add this as well to hide that option:
.avia_sidebar_active .avia_shop_option_link {
display: none;
}
Cheers!
Devin
There is really no way for us to tell you all of the changes that have been made since 1.6 for all of those files.
Your only real choice I can think of is to update the whole parent theme and then compare each file you’ve modified against the parent.
Hi Josue,
My apologies. I think i might have changed the URL to improve the SEO rankings.
Here’s the link:
http://www.pledgeback.org/trail/programme-selection-types/
Thanks for your assistance.
Warm regards
Hi!
I’m not sure what you mean by the white space issue. The spacing is only ever going to be effected by the size of the image relative to the page.
Cheers!
Devin
Hey!
Please try this on your custom.css or Quick CSS:
html {
-webkit-font-smoothing: antialiased;
}
Cheers!
Ismael
Hi t3lgroup!
Can you please give us a link to the website? Do you have the latest version of Enfold. Please deactivate all plugins then try again. Post the login details here as a private reply.
Best regards,
Ismael
Hi livemx!
You can choose not to display the Header on single product pages. Edit the product then look for Header Settings > select Don’t display header.
Best regards,
Ismael
This reply has been marked as private.
Hi!
I tried the plugin that you mentioned and the Total Load Time is 3.0682seconds avg on my end. I have minimal plugins installed.
Best regards,
Ismael
Hey Adrian!
Can you try updating WordPress to 3.7 and Enfold to 2.4.2 ( which was just released ) and let us know if issue remains?
Best regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.single-post .template-blog .blog-meta { display: none; }
.small-preview img, .big-preview img { height: 82px; }
Best regards,
Yigit
Enfold is a powerful theme with great features. Thank you for coding it very clean and well! :) However, I don’t think the shopping cart view box that appears briefly in the top right corner, after adding an item to the cart, is enough for people to notice “how” to find their items in the cart.
FEATURE REQUEST:
When someone adds a product to the cart, instead of the box appearing in the top right corner for a short moment, have the box to be shown at the center of the screen for a few seconds, and then float to the position of where the cart icon is at on the top right of the page. Can you help me with this? This would draw peoples attention to where it is at and be a great benefit for the shoppers. Perhaps have an option in the theme panel to enable or disable animation for the cart, so others can choose the one to use.
Will you help by adding this to the next release? I believe it will help a lot with people identifying where the cart and checkout is.
Thank you again!
Gary
Hey!
Looks like WPML and LayerSlider is not compatible with each other yet. You can create a different slider for each language.
http://wpml.org/forums/topic/how-to-translate-layerslider-wp-text/
Best regards,
Ismael
Thank you for the reply Ismael. I do use Cloudflare pro plan and the rocket loader feature for our site. We are also moving from a shared server to VPS, so I believe that will definitely help. I have tried W3 Total Cache, but not with too much success yet on the shared server.
Can you tell me how fast the theme should respond on the average so I can have a guideline to work up to? I appreciate the clean coding in this theme, as I had one from another company on themeforest that was really bad, way too many http requests and database queries happening with that one. Thank you to the programmers on this Enfold theme. Great job!
Thanks again. Gary