Forum Replies Created
-
AuthorPosts
-
Hey!
Try to change the folder permission of wp-contentuploadsdynamic_avia to 777.
Regards,
Peter
Hey!
Did you solve the problem?
Best regards,
Peter
Try to re-upload the theme files and make sure that the code
add_theme_support('avia_template_builder_custom_css');
is called at the bottom of functions.php. I’d recommend to clear your browser cache (and W3TC/SuperCache cache if necessary).
July 20, 2013 at 7:44 am in reply to: portfolio roll over links not working after update to enfold 1.8 #130383Hi!
Please activate the debug mode ( instructions can be found here https://kriesi.at/support/topic/is-it-possible-to-customizea-theme-on-one-blog-and-then-transfer-it-to-another#post-124550 ) and post the entire page content (including shortcodes). Wrap it into backtick ( ` ) characters.
Best regards,
Peter
July 20, 2013 at 7:41 am in reply to: Layerslider not working, white screen of death, can't fix #130186Hey!
Glad it works now :)
Regards,
Peter
I’m not sure if this will fix the issue but please download the latest version (Enfold 1.8.1) from themeforest.net and upload the theme files via ftp (place the uncompressed files into the wp-content/themes/enfold/ directory. Then you’re using the latest version and we can be sure that it’s not a known theme bug of the “outdated” 1.7 version.
July 20, 2013 at 7:37 am in reply to: Remove Feature Image From Post (Devin's) Code Not working #130075Hey!
Great :)
Regards,
Peter
July 20, 2013 at 7:36 am in reply to: I can not create any 3D transitions….( Enfold – Responsive Multi-Purpose Theme #130628Hi!
Please download the latest version (Enfold 1.8.1) from themeforest.net and try to re-upload the theme files via ftp (place the uncompressed files into the wp-content/themes/enfold/ directory. I guess one or more files are missing on your server or they’re damaged/corrupt. The best solution is to make a clean install again.
Best regards,
Peter
But there’s an “empty value” which will be used as default value – compare wp-contentthemesenfoldconfig-templatebuilderavia-template-builderconfigmeta.php
array(
"slug" => "layout",
"name" => "Footer Settings",
"desc" => "Display the footer widgets?",
"id" => "footer",
"type" => "select",
"std" => "",
"class" => "avia-style",
"subtype" => array(
"Default Layout - set in ".THEMENAME." > Footer" => '',
'Display the footer widgets & socket'=>'all',
'Display only the footer widgets (no socket)'=>'nosocket',
'Display only the socket (no footer widgets)'=>'nofooterwidgets',
'Don't display the socket & footer widgets'=>'nofooterarea'
),I know that some of the older versions used the global settings to preselect the right value in the metabox dropdown but since Enfold 1.5 or so this is not the case anymore.
Hey!
The product pages shouldn’t be affected by the change but Enfold uses a new “Layout Builder” and your “dynamic templates” and the shortcodes (which where created with Abundance) are not compatible with Enfold.
Best regards,
Peter
The sub menu uses the wp_list_pages() function which does not interact with your menus (Appearance > Menus). However – you mentioned this above – you can configure the “menu order” id (Page attributes).
You can try to use the “Custom Menu” widget (Appearance > Widgets) in the sidebar – it enables you to display the main menu (or any other menu you created on the Appearance > Menu option page) in the footer or sidebar widget areas.
You need to configure the “Autorotation” option on the slider element option screen (modal window which pops up when you click on the element):
Officially Enfold just supports the icons which are bundled with the theme. We’ll add a “font icon generator” to the theme framework but we have no ETA for this update yet. Devin wrote a short tutorial: https://kriesi.at/support/topic/youtube-icon#post-117381 which shows you how to include custom social icons manually.
Hey!
Use following css code to change the font style
.avia-button-wrap a.avia-button span.avia_iconbox_title{
font-weight:bold;
color: #fff;
}Obviously you can use different css styling rules :)
Best regards,
Peter
You can use a plugin like http://wordpress.org/plugins/taxonomy-terms-order/ to manually sort the order of the portfolio categories. It’s not possible to use a default category – “All” is always the standard selected item.
1) Personally I can’t reproduce the issue and the j,g, p, etc. letters display just fine for me. However try to insert following code into the quick css field
.avia-content-slider .slide-entry-title {
font-size: 14px;
line-height: 1.4em;
}and change the font size and/or line height value – this should fix the issue.
2) You can activate the excerpt field with the “Screen Options” in the top right corner of the post/page editor page
Try to install http://wordpress.org/plugins/rewrite-rules-inspector/ and check if any rewrite rules are marked as “missing”. You can also use the button “Flush Rules” to rewrite the rules/htaccess file if necessary. If this doesn’t help try to install the latest beta version of WPML (running on my test server at the moment).
Hey!
Please try following css code – insert it into the quick css field
#lang_sel {
display: inline;
float: right;
margin-top: -7px;
}Regards,
Peter
July 20, 2013 at 5:36 am in reply to: WPML flags of fixed menu with social icons as dropdown? #130278Hey!
Yes, this should be possible. Open up header.php and replace:
do_action('avia_meta_header');
with:
do_action('icl_language_selector');
Regards,
Peter
July 20, 2013 at 5:34 am in reply to: I have all MEDIA en the backend but I can´t see the media files designing page #130480Yes, maybe there’s a database error and wordpress can’t read the corrupt data anymore. You can try ro switch to the default theme (TwentyTwelve). If the error still persists it’s definitely a wordpress problem and I’d recommend to restore the database with a backup file (sql file).
Hi!
Yes, insert following css code into the quick css field to hide the buttons:
.main_color .ajax_controlls a.next, .main_color .ajax_controlls a.ajax_previous{
display: none !important;
}Regards,
Peter
Hey!
Afaik there’s no direct way to remove search results from the google cache. You can only try to re-upload a new sitemap.xml (i.e. use Yoast SEO to generate it).
Best regards,
Peter
Hey!
I’ll ask Kriesi to include it in the documentation. Glad you found the solution :)
Regards,
Peter
You can try to use the “font icon” shortcode in this case. The menu title/description field (Appearance > Menus) should support the shortcode. You need to generate the shortcode first (Magic Wand icon on the post/page editor page) and then you can copy/paste it into the menu item title field.
Hi!
Id the plugin activated right now? The LayerSlider works just fine for me.
Regards,
Peter
Hallo,
Es kommt auf die Konfiguration an, aber es bestehen zwei Möglichkeiten:
1) Man legt jeweils ein Blog Element an und verwendet für jedes Blog Element nur eine Kategorie. Dann können doppelte Posts nicht vorkommen.
2) Man legt auch gemischte Blog Elemente an (daher man verwendet mehrere Kategorien für einen Blog) – dann kann es dazu kommen, dass sich zwei Blogs mit Posts überschneiden. Teilweise Abhilfe schafft die neue “Offset” Funktion, welche wir in 1.8 eingebaut haben. Damit lassen sich eine bestimmte Anzahl von Posts (kann man einstellen) von einer Blog/Post Auflistung entfernen. Diese Posts werden “vom Anfang” weggenommen – daher man kann zB die 4 neuesten Posts nicht anzeigen und nur die älteren Posts (ab den 5ten Post) werden angezeigt. Der Nachteil ist jedoch, dass dieser “Offset” immer “Kategorie übergreifend” ist, daher wenn ein Blog mehrere Kategorien anzeigt, so kann es passieren das die 5 neuesten Posts der Kategorie A zugeordnet sind und von der Kategorie “B” werden alle angezeigt.
Actually it’s the same error which was already reported by another user: https://kriesi.at/support/topic/javascript-broken-on-post-edit-page and Kriesi will look into it. I forwarded your login data to Kriesi – maybe it helps him to find the error.
Hi!
Please create me a wordpress admin account and send me the login data to: (Email address hidden if logged out) – I’ll look have a short look at it.
Regards,
Peter
Hi!
See: https://kriesi.at/support/topic/advanced-layout-editor-dissappeared-please-help – probably this will solve your issue too.
Best regards,
Peter
-
AuthorPosts