Hi Enfold team,
For a great number of sites, i don’t need a big SEO plugin like Yoast just to set pages titles and meta description. So, i use a custom header in my child theme. It would be really nice to have a section in theme options where i can set my site title, my meta description and a structure for page titles.
And it could be very useful if i could inject some code in the header in another section of theme options. Like validations tags, for example. A function similar to the “Analytics code”, but for any code. It’s so quicker than using a ftp client …
I’m using these kind of features on some other premium themes, and i would love Enfold to offer that …
Thanks for this exciting theme.
Hi tomwillisweb!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
#layer_slider_2 { top: -100px; }
Regards,
Yigit
Hi,
Two questions about our Enfold Woocommerce webshop:
First, we have created a ‘continue shopping’ button in the webshop. This shows on the cart page, but when the cart is empty, another ‘back to store’ button appears. Is it possible to deactivate this button or program our own button to not show when cart is empty?
Second, our webshop has a lot of categories and subcategories. Behind every category title, the shop shows the amount of products in it, between brackets. Is there a way to remove these numbers?
Thank you so much in advance!
Gonneke Peeters
peetersduurzaam.nl
I’m new to WordPress and after downloading Enfold decided to have a play to understand how it works. In doing this I used existing out of the box pages to start developing my site structure and customizing my pages. I now realize that changing a particular page has eliminated it from my default options. I am using a child theme and have just really started getting going. Before undergoing full development I would like to restore all the default pages Enfold has to offer – for example I dont have portfolio masonry page as an option. Is the best thing to do to simple re-upload the theme?
One other issue I found is when i made a template based on a portfolio page, when I went to use it it appears different (standard gallery page shows with a righthand blank column). If I template a page should it not appear exactly the same?
Many thanks from the newbe:)
Hi,
I would like to change the table.php through enfold-child theme. I copied a section from table.php starting with a class declaration avia_sc_table extends aviaShortcodeTemplate { to the functions.php in child theme. However, after I’ve done this the site doesn’t load anymore. What might be an issue?
Thanks
Hi,
I would like to know how to remove the title bar in enfold, where “you are here” and the tilte of the page is shown.
TIA,
Olli
This reply has been marked as private.
Hello Josue,
When i ad this code
*********
function wpa_105883_menu_title_markup( $title, $id ){
if ( is_nav_menu_item ( $id ) ){
$title = preg_replace( ‘/#BR#/’, ‘<br/>’, $title );
}
return $title;
}
add_filter( ‘the_title’, ‘wpa_105883_menu_title_markup’, 10, 2 );
************
everything freezes and wordpress does not work anymore.
I put the code in the theme (Enfold) functions is that right?
Greetings
Iwan
Hey!
If you want to overwrite an existing shortcode create a “shortcodes” folder within the child theme directory, then copy the /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/iconbox.php into the child theme “shortcodes” folder and modify the php code. Then add following code into the child theme functions.php file
add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
function avia_include_shortcode_template($paths)
{
$template_url = get_stylesheet_directory();
array_unshift($paths, $template_url.'/shortcodes/');
return $paths;
}
This code will make sure the the shortcode file of the child theme is loaded first and you can overwrite the parent theme shortcode files with the child theme.
Cheers!
Peter
Hi!
The gallery itself does not support share buttons out of the box and you would need to hire someone to implement these buttons. However the lightbox we use (PrettyPhoto) supports a twitter and a facebook like button. You can activate these buttons by editing a line in enfold/js/avia.js – open up the file and replace
elements.prettyPhoto({ social_tools:'',slideshow: 5000, deeplinking: false, overlay_gallery:false, default_width: ww, default_height: wh });
with
elements.prettyPhoto({ slideshow: 5000, deeplinking: false, overlay_gallery:false, default_width: ww, default_height: wh });
Cheers!
Peter
Thanks Josue.
A sample gallery page can be seen here: http://enamellers.org/bsoe/gallery/tamizan-savill/
You will see that the pale grey pop-up caption/tooltip boxes aren’t centred, but are a little to the left.
I’d also like them to be closer to their ‘parent’ image when they pop up if possible.
Hi,
i have my test site tested and may have found perhaps some vulnerabilities in Avia/Enfold, but this can not place it. What should I do?
Regards
Torsten
This reply has been marked as private.
Well, this is our dark themed Watch Brand Site. I still need to figure out quite a few things and add more content. But for now that is what I achieved. I am quite a non coder, so there is often a lot of trial and error involved when I work on a site. I hope I managed not to mess up things too bad.
yes…
how to change this color ¿?
Hi!
Are you talking about the lightbox’s black border when you click on the image?
You can add this on your custom.css or Quick CSS to remove the search button:
#top #menu-item-search {
display: none;
}
Cheers!
Ismael
Hey!
I’m not sure if Kriesi is planning to integrate the plugin. You can request it here: https://kriesi.at/support/topic/enfold-feature-requests/
Cheers!
Ismael
It is now back! I was trying to test. The hosting provider has installed another theme with woocommerce on their server and it works. So it is not a server issue.. I think is something with enfold theme…Thank you
Ismael, it’s posible delete de “Search button” in the principal menu ¿? …”magnifying glass” or “lupa in español” ¿?
Hey!
I can’t locate the Gallery. Can you please give us a link to the actual page with the gallery on it?
Regards,
Ismael
Buenos dias Josue.
Estamos probando una pagina con el tema Enfold e insertamos una contenido multimedia llamado galeria.
Esta galeria cuando carga la pagina las fotos tienen un “marco” negro y queriamos cambiar el color.
Por otra parte esta galeria cuando pulsas la foto se abre a tamaño completo enmarcando la foto en blanco y nos gustaria que no tuviese nada salvo los botones de navegación.
No se si me he explicado….
This reply has been marked as private.
I have a custom html form that I’d like to add the enfold datepicker and validation to. Is this possible using classes?
The form submits the request to a third party page. I’ll add a link to a reply.
Thanks
Frank
Hey!
In that case, you can put Promo Box inside a Color Section element and add following code to Quick CSS in Enfold theme options under Styling tab
#av_section_1 .container { width: 100%; }
Best regards,
Yigit
Hi!
You are using Enfold version 1.9.1 which is fairly old. Please update your theme to the latest version 2.4.2 and WordPress to the latest version. Let us know if issue remains
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Regards,
Yigit
Hi
i have a very strange grid layout problem.
All pages of the website get listed in the Blog. I can not find any solution.
Even if i use the Content Element ” Blog Posts” inside a page it lists all pages.
A other strange thing is that the Don’t display header does not work on the blog page.
I use the latest vers. of Enfold Theme
I use WPML
You can see the problem here: http://www.marakoudja.com/site/?page_id=51
THX for your help!
Hola Juan,
Me puedes explicar con mas detalle tu problema por favor?
Saludos,
Josue
Hi!
I see it’s right there, however there are some typos related to the quotes, try pasting it directly in from here:
https://gist.github.com/josueochoa/91654e63e167f4040a81
Cheers!
Josue
Guys, I am too having problems with this. I have to say that since the latest upgrade of the Enfold theme there have been several issues like this. I used to love this theme as I am a small business and could navigate my way around enfold really easily. Now I am being told to change this and insert code here even though I have never had to insert code before.
I have inserted the above code in the style section and it has made no difference. My posts look bad and my readership is dropping off because of this. Please help me fix it asap.
Steve