Forum Replies Created
-
AuthorPosts
-
I did it by adding User Name and API Key but it doesn’t help and also it update only to version 3.1.4
http://screencast.com/t/OoyECGYg8pU
http://screencast.com/t/CXEKdcm43a3dThanks.
This reply has been marked as private.Hi
I mean the category template of Portfolio not page. This template which contains all portfolio items.OK,
and what about php function? I added to page.php: <?php layerslider(4) ?> and there is some error on front end:
Fatal error: Call to undefined function layerslider() in /home/xxxxxxx/domains/xxxxx/public_html/mediatv/wp-content/themes/enfold-child/page.php on line 13also I tried with: <?php echo do_shortcode( ‘[layerslider id=”4″]’ ) ?> but there is no slider only display text: [layerslider id=”4″]
I want to swap the widget which added to div with breadcrumbs
Thanks Rikard. I did it.
Yes, but it isn’t good solution. And hyperlink under the logo does not work.
Thanks :)
Is there any other way?
I am doing something wrong. I have in fuction.php:
add_action( ‘ava_before_main_menu’, ‘enfold_customization_header_widget_area’ );
function enfold_customization_header_widget_area() {
dynamic_sidebar( ‘header’ );
}when I added yours:
add_action( ‘ava_after_main_menu’, ‘enfold_customization_header_widget_area’ );
function enfold_customization_header_widget_area() {
dynamic_sidebar( ‘banner’ );
}it caused error
“Fatal error: Cannot redeclare enfold_customization_header_widget_area() (previously declared in…”This reply has been marked as private.I already have one additional widget area in header. How do I add another?
Thanks -
AuthorPosts