getting this when I use the fullwidth slider:
Strict Standards: Non-static method AviaHtmlHelper::modal_group() should not be called statically in /home/cphfilm/public_html/2014/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/html-helper.class.php on line 109
Strict Standards: Non-static method AviaHtmlHelper::modal_group_sub() should not be called statically in /home/cphfilm/public_html/2014/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/html-helper.class.php on line 217
Strict Standards: Non-static method AviaHtmlHelper::modal_group_sub() should not be called statically in /home/cphfilm/public_html/2014/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/html-helper.class.php on line 217
Strict Standards: Non-static method AviaHtmlHelper::modal_group_sub() should not be called statically in /home/cphfilm/public_html/2014/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/html-helper.class.php on line 217
Strict Standards: Non-static method AviaHtmlHelper::modal_group_sub() should not be called statically in /home/cphfilm/public_html/2014/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/html-helper.class.php on line 217
Strict Standards: Non-static method AviaHtmlHelper::modal_group_sub() should not be called statically in /home/cphfilm/public_html/2014/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/html-helper.class.php on line 226
Hi!
When you switch to a child theme you are technically switching themes. All theme settings are saved to your currently active theme by its name.
So WordPress loads Enfold and pulls the options saved for the Enfold theme in the database. When you activate a child theme you are using Enfold-Child which is completely different data. So your menu, theme options etc will not be loaded by default.
We added a button on the main theme options to import in your parent options to make the transition easier as it will import in the theme options you set in the parent.
Quick Edit: WordPress specific options still need to be re-saved.
Regards,
Devin
-
This reply was modified 12 years, 2 months ago by
Devin.
Hey Community i get an alert on my ipad 3 using enfold WordPress Theme on WP 3.8.
It says “The Google Maps API server rejected your request. The “sensor” parameter spacified in the reuest must be set either “true” or “false”. – If i hit ok, i can go on. But on each page it gets the same alert again.
Do you have a idea what the problem might be?
Best Wishes
Arne
Hi!
I see, change the code i gave you to this:
.main_menu .menu > ul{
right: 0 !important;
left: auto !important;
}
Best regards,
Josue
Hey! Peter…
Thanks for helping with this. I think it could be of great use for all Enfold users.
Could this be the problem?
If you’re running our asynchronous script loader, add this line to set the data-pin-hover attribute:
p.setAttribute(‘data-pin-hover’, true);
Where would I add this code?
Here is where Pinterest provides the dev info:
http://developers.pinterest.com/on_hover_pin_it_buttons/
Thanks Lynn
Hi!
The permalink issue is connected to the portfolio slug rewrite and a few users experienced issues with it. With the new permalink rewrite method we have no reason to keep the flush_rewrite_rules() function or to use a custom function to register new permalinks. Currently only Enfold supports the new permalink rewrite method and it doesn’t make sense to test it with Propulsion.
Cheers!
Peter
Hi losting!
You can upload and use your own icon font as part of the default theme functionality. See: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/
Best regards,
Devin
Hey!
I have just realized that you are using Enfold version 1.8.4 which is fairly old. Recently version 2.4.5 was released which has many bug fixes and improvements since version 1.8.4. It is also fully compatible with WordPress 3.8.
Please update Enfold to the latest version http://kriesi.at/documentation/enfold/updating-your-theme-files/
Also you can take a look at new Enfold documentation here http://kriesi.at/documentation/enfold/ to learn more about new features
Best regards,
Yigit
Hi Yigit,
Thank you for your quick response.
I am always testing these after flushing the cache.
It does exactly what can be seen on the picture you posted. Probably I did not express myself clearly. Sorry.
I define 3 type of menu items:
1.) Main Menu Item – Visible on the header no matter if hoovered or not
2.) 1st level submenu items – These are the children of the Main menu items
3.) 2nd level submenu items – These are the children of the 1st level submenu items
The way the 1st level submenu items behave by default is perfect.
At the moment with the code what Josue provided the 2nd level submenu items appear on top of their parent instead of opening to the right. By default the 2nd level submenu items items are opening to the left of their parent. I want to orverride the default setting and make the 2nd level submenu items open to the right of their 1st level submenu parents.
I have changed the menuitems under the HOME main menu item to make my description more visible.
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, 2 months ago by
karbonato. Reason: grammar :)
-
This topic was modified 2 years, 2 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, 2 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