Thanks Yigit :-)
I was actually able to restore the regular version with the parent Enfold theme.
In the Child theme the changes are the following:
– the menu on top of the page includes all pages, not just the ones that make part of the original menu, so there is a justaposition of hyperlinks that looks really bad.
– there doesn’t seem to be the correct colored buttons and hyperlinks as in the original styling section: they all remain green as per Enfold default, instead of being the custom color I selected to fit in the site.
– the divider bar in the blog is no longer 75% as before, but maybe I suppose I have to redo the change within the file with the code you gacve me, since it’s a different theme, right?
Those are the first tings i saw. I couldn’t keep the site that way so i didn’t have time to investigate further and restored the original parent theme.
It would be very useful to have the child theme running as the parent, but if I can’t get it, it’s kind of useless to me and I unfortunately have to redo all the custom changes manually everytime there is a new Enfold theme update (which is quite bothering).
Thanks for your quick feedback.
I really appreciate.
Antonio
Hi MichaelAbel!
In WordPress dashboard please go to Appearance > Editor and open Header.php file and find following line
if(strpos($headerS,'bottom_nav_header') === false) avia_social_media_icons($social_args);
and add following right below it
echo avia_breadcrumbs();
then add following code to Quick CSS in Enfold theme options under Styling tab
#header_meta .breadcrumbs { float: right; margin-top: -25px; }
Best regards,
Yigit
Hi Peter! That’s great news!!
THe problem I experienced however had nothing to do with the portfolio but with all the permalinks.. And it happened in the Propulsion theme..
If you want I can re-install the WPML plugin in the website where I experieced the problem..
Look forward to your reply :-)
Salut!
Hey!
Please try flushing browser cache and refresh your page a few times. This is how it looks on my end http://i.imgur.com/v0XCNhk.jpg
Cheers!
Yigit
Hi Jouse,
Thank you for your reply. The code you posted is doing something different.
Now the 2nd level submenu items simply appear on top of the 1st level submenu items. I want the 2nd level submenu items to be opened to the right, from the 1st level sumbenu items .
Regards,
Tom
Hi Yigit,
i just followed your suggestion on my previous (closed) thread about using a child theme to keep the changes to my actual site when Enfold releases a new update.
I followed the link you gave me on the tutorial to get the Enfold Child Theme, install it and import the parent settings.
Unfortunately the import of the parent settings produces changes in the outcome of the new site using the child theme .
I tried to revert to the original Enfold theme, yet the mistakes are all there and the site now looks slightly different from the correct way it was just a few minutes ago.
That’s quite an issue and a damage. How can I get it back the way it was before? And how can I make sure the child them looks exactly the same as the parent so i can actually use it and preserve any future changes?
Thanks.
Antonio
Hey tech500!
Please deactivate all active plugins and make sure that you are using the latest version of Enfold (2.4.5) and WordPress (3.8)
http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
Yigit
Hi silky2013!
Yes, older Enfold theme versions do not support the masonry gallery. Please update your theme to 2.4.5 and the masonry element should be available.
Cheers!
Peter
Hi!
Versuche einmal folgenden Code
add_filter( 'avia_google_maps_widget_load_api', 'avia_remove_widget_script', 10, 2);
function avia_remove_widget_script($load, $config) {
if(get_query_var('post_type') == 'tribe_events') return false;
return true;
}
Best regards,
Peter
Hi aparteDenmark!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#footer div .first { margin-left: 15px; }
#footer { padding: 0px 0 30px 0; }
.avia-slideshow { margin: 30px 0; }
Regards,
Yigit
Hey!
Have you choose to display your menu as “Enfold Main Menu” in Appearance > Menus?
Cheers!
Yigit
Hi Antonio!
Yes, you are going to need to redo it each time after update or you can create a child theme. Please see http://kriesi.at/documentation/enfold/using-a-child-theme/
You are welcome, glad we could help!
Cheers!
Yigit
Hi, I’ve been trying every single way in order to migrate my wordpress&enfold developing installation to the production server and had plenty of issues.
First uploaded everything to the last version. (enfold 2.4.5, wordpress 3.8.x…)
I exported from wordpress both .sql file using “WP MIGRATE DB” as you recommend and also an .xml file from the default wordpress exporter.
I did also export the whole database through phpmyadmin to a sql.zip file and replaced both url and path in a text editor from old location to the new location.
Also downloaded the whole installation folder including the /wp-content one.
I guess that’s the best method to have a safe and smooth migration but I’ve found the following issues :
Finding errors one after the other, I could never success on importing ENFOLD settings and sometimes even don’t have the chance to access to dashboard because it appears blank. Still couldn’t make the WPML flags I had at the header appears.
I have also tried deleting or using an .htaccess file.
I have tried installing to other paths and creating new databases as an alternative, but sometimes it doesn’t even load. I’ve been struggling with these issues so far for one week long and still don’t now how to fix it and make them work.
I tried importing both sql files from phpmyadmin at different times and not mixed. The one from WP MIGRATE DBB and the exported file straight from phpmyadmin including all the tables.
Any suggestion or way to backup and import ENFOLD settings and restore my developing installation to the final location?
Thank you in advance,
Oriol
-
This topic was modified 12 years, 3 months ago by
karbonato. Reason: grammar :)
-
This topic was modified 2 years, 3 months ago by
Yigit.
Hello,
When I go to Enfold home page to edit it’s content, I click the ‘Edir Element’ icon to edit the iCon Box area, but the content area there is disable, can’t input anything there.
Any ideas ?
Hi akcayit!
Use the Small Fixed Header. Go to Enfold > Header > Header Type.
Regards,
Ismael
Hier ist übrigens die URL der Site, aber ohne die Hooks von Dir – die habe ich erstmal auf meinem lokalen Server probiert.
http://m-v-m.de/event/kuenstlerfreundschaften-in-cuxhaven/
Hi guys,
pls close this ticket.
I solved it for my own.
Sometimes thinking for myself first, may be better, sorry :)
BR,
Martin
Hi Peter,
der erste Hook funktioniert nicht, der zweite schon, allerdings verliere ich mit dem zweiten Hook die Widget Karte auf allen anderen Seiten.
Tribe verlinkt scheinbar auf die externe Google Maps API. Vielleicht liegt es daran, das ich die nicht im Code von Tribe finden kann?
<script src=”http://maps.gstatic.com/intl/de_de/mapfiles/api-3/15/6/main.js” type=”text/javascript”></script>
Gibt es da nicht auch einen Hook, mit dem ich das auf die “event” Kategorie – auch in der URL – eingrenzen kann?
I thought I had something, but it was an fluke. Still working on this.
Hi guys,
one question: i have to use a complete graphical menue.
So i bought UberMenue … this plugin works fine with PNG files instead of text navigation.
But :) … the background of the PNG Image in the navigation is dark … (see screenshot linked).
So, which css file i have to change, that the main navigation background ist getting transparent (like the PNG) ?
Does i need a plugin for such a graphical menue ?
Does Enfold offers such a graphical menue from scratch ?
Thx an greetings from germany,
Martin
-
This topic was modified 12 years, 3 months ago by
mwolfert.
Hi Raju!
1) Please create me an admin account and post the login credentials as private reply – I’ll look into it.
2) Maybe you didn’t translate the 404 error text? Please use this plugin: http://wordpress.org/plugins/codestyling-localization/
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 search for 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).
3) It would surprise me if the theme causes this issue. Please switch to the TwentyThirteen theme and check what happens when the validation fails.
Regards,
Peter
i got now the same. It was all running. Had uploaded fonts before…. Now trying to upload another font i see the same errormessage. Zip is activated … dont know what happend. I testet it with various font-files. No Luck. Other Idea than reinstall?
The DB Row avia_builder_fonts mangages the fonts…. Maybe i replace only the one table and it should run …
At the moment it has this content:
a:1:{s:5:”mario”;a:3:{s:7:”include”;s:16:”avia_fonts/mario”;s:6:”folder”;s:16:”avia_fonts/mario”;s:6:”config”;s:11:”charmap.php”;}}
What is standard content? Empty right? And is there an other row managing fonts?
The message i see:
Couldn’t add the font.
The script returned the following error:
Fatal error: Call to a member function attributes() on a non-object in /homepages/5/d132518056/htdocs/,,,/…/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 179
I replaced the file … no chance to get it running. Need a solution :-(
PS. Plugins are compatibel. There is no conflict!
-
This reply was modified 12 years, 3 months ago by
docperi.
Hello,
how do i get the navigation with the arrow like the header on the demopage http://kriesi.at/themedemo/?theme=enfold ?
Thanks
Hey koballo!
1) Yes, open up /wp-content/themes/enfold/includes/loop-index.php and delete
echo '<span class="blog-author minor-meta">';
echo '<strong>'.__('Author','avia_framework').': </strong><span>';
the_author_posts_link();
echo '</span></span>';
2) Open up /wp-content/themes/enfold/single.php and delete
//wordpress function that loads the comments template "comments.php"
comments_template( '/includes/comments.php');
Regards,
Peter
Hi There…
I have just come round to developing the portfolio section of the site I am designing and I seem to be missing the [advanced layout] content element > Full Width Masonry also the media element Full width Masonry Gallery
Any Ideas?
Do I need a theme update if you how do i do that?
Hi!
I don’t know a plugin which generates such a portfolio grid. Enfold comes with a similar portfolio effect: http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/ but obviously it’s not an exact copy of the pixelentity theme :)
Best regards,
Peter
When using Business Directory Plugin in Enfold the listing images will not show next and previous arrows.
The main listing thumbnail shows an arrow on the right, but it doesn’t lead anywhere. When clicking the thumbnails below, now arrows shows up as it does in other themes. I’ve tried the support on business directory.com, but I didn’t get any solution from there.
The plugin lightbox works fine in Twentythirteen, but not in Enfold.
http://runtvattern.se/business-directory/2442/hjo/
Awesome, let me give it a try.
Thanks for the swift response.
On a side note, do you know what sort of plugin that can generate the same effect as per http://demo.pixelentity.com/?halfcreative_wp when you click on their portfolio entry?
Thanks in advance :)
Hello again.
Again I chose to buy one of your templates. Excellent Enfold!
Sorry for not knowing how to write English, my translation is made with google translator.
The problem I have is when viewing the website on a smartphone (iphone 4S). It looks as if the CSS or similar styles (seen fatal Web) will not charge.
Do you know that you can be happening?
Web: http://medspanassociates.com
Thank you very much for your help
Regards!
***************************************************
Hola de nuevo.
Una vez más he optado por comprar uno de vuestros templates. Excelente Enfold!!
Perdonad por no saber escribir inglés, mi traducción está hecha con el traductor de google.
El problema que tengo es al visualizar la página web en un smart phone (iphone 4S). Se ve como si no se cargase los estilos CSS o parecido (se ve fatal la web).
¿Sabéis que puede estar sucediendo?
Web: http://medspanassociates.com
Muchas gracias por vuestra ayuda
Un cordial saludo !!
Hi Dude – tried that as both a plugin and in the functions.php file – it appears to want to make no difference at all