Forum Replies Created
-
AuthorPosts
-
Hi!
Maybe you forgot to update the child theme version number? Open up style.css (located in the vhild theme folder) and make sure it equals the parent theme version number (eg 1.8.4).
Regards,
Peter
July 27, 2013 at 6:39 pm in reply to: Link to an extended ajax Portfolio item from a different page #131678Right now the ajax portfolio does not support a deeplinking feature. The only workaround would be to open the first item automatically ( https://kriesi.at/support/topic/ajax-portfolio-opened-at-the-start ). You just need to make sure that the member you want to feature/present is the first portfolio item in the grid.
Hey!
Please try followig code instead
#top .ls-nav-prev, #top .ls-nav-next {
display:none !important;
visibility:hidden !important;
}
.ls-bottom-nav-wrapper {
display: none;
}Regards,
Peter
Hey!
Please create me a wordpress admin account and send me the login data to: (Email address hidden if logged out) – I’ll look into it.
Regards,
Best regards,
Peter
Hi!
Glad you found a solution :)
Regards,
Peter
Hey!
Schön, dass er jetzt wieder geht :)
Regards,
Peter
Hi!
Glad it works now. We’ll take care of the slideshow issue in your other post/thread.
Regards,
Peter
The latest version should fix the issue (if it’s related the wpautop() filter).
Regards,
Peter
July 26, 2013 at 7:58 pm in reply to: Advanced Layout Editor has gone blank on ALL of my pages #131476Hi!
Please try to follow the instructions here. https://kriesi.at/support/topic/advanced-layout-editor-dissappeared-please-help
Regards,
Peter
Hi!
Doch, wir haben den Editor nicht entfernt/geändert. Falls dieser doch weg sein sollte, versuche einmal diese Lösung: https://kriesi.at/support/topic/advanced-layout-editor-dissappeared-please-help
Best regards,
Peter
Yes this is possible. You can insert html code into the title fields (eg just insert a simple image html tag: http://www.htmlgoodies.com/primers/html/article.php/3478181/Basic-HTML-Images.htm ) or use the shortcode generator (magic wand icon in the tinymce editor field on the post/page editor screen) to generate a font icon shortcode and insert the shortcode into the title field of the menu item.
Hey!
Please add following code to the bottom of functions.php
add_filter('avia_post_grid_query','avia_order_by_random');
function avia_order_by_random($query)
{
$query['orderby'] = 'date';
$query['order'] = 'DESC';
return $query;
}Best regards,
Peter
Hi!
Please read https://kriesi.at/support/topic/add-a-larger-google-font and https://kriesi.at/support/topic/google-fotns-with-extended-latin-subset
Regards,
Peter
Hi!
If you get a php error (or “white screen of death”) please increase the allocated php memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Best regards,
Peter
Hey!
Solved.
Best regards,
Peter
July 26, 2013 at 4:32 am in reply to: Fatal error: Call to undefined function layerslider_init() #131229Hi!
Please try to re-install the theme files. Maybe the layerslider.php file is missing on your server or the file is corrupt.
Regards,
Peter
Hey!
Glad you found a solution. Imo it’s still strange that wp adds a width value to the caption…
Best regards,
Peter
Das Problem hierbei besteht darin, dass diese Daten in der Datenbank (wp_options Tabelle) gespeichert sind und nicht in Dateien abgespeichert werden. Soweit ich weiß kann man jedoch eine Konstante in wp-config.php setzen: http://codex.wordpress.org/Editing_wp-config.php#WordPress_address_.28URL.29 , welche dann die Einstellungen von der Datenbank “überschreibt”.
Oh, ok. Yes that’s possible. Just translate the theme with mo/po files (I’d recommend codestyling – see https://kriesi.at/support/topic/translate-to-pt-br#post-126338 ) and WPML will load the right files automatically based on the selected language.
Hey!
I always recommend: http://wordpress.org/plugins/wordpress-seo/ – it gave me the best results.
Best regards,
Peter
Hey!
You can increase the height with
#megaMenu {
height: 60px;
}Looks kind of strange to me though because there’s too much space/padding…
Best regards,
Peter
July 25, 2013 at 12:50 pm in reply to: images added to blog post aren't responsive on iphone #131334Hi!
Did you find the
style="width: 760px"
code? If yes please try to remove it and check the results…
Regards,
Peter
Hey!
Please create me a wordpress admin account and send me the login data to: (Email address hidden if logged out) – I’ll look into it.
Regards,
Peter
July 25, 2013 at 11:06 am in reply to: Simple quote not supported in related post image tooltip #131370Hey!
Yes try to escape the quote. Instead of ‘ type ‘ . You can also try the html entity:
"
Regards,
Peter
Afaik the captcha which comes with Enfold is a simple equation – the user has to sum up two values (like 2 + 2 = ?), etc.
I’m not sure why the captcha should be different from language to language because the equation and the solution is always the same?
Open up header.php and search for
if(strpos($headerS,'social_header') !== false && strpos($headerS,'bottom_nav_header') !== false) avia_social_media_icons($social_args);
Replace this line with
echo '<img src="http://mywebsite.com/image.jpg" style="float:right;" width="468" height=68" alt="banner alt text" title="banner title" />';
and instead of http://mywebsite.com/image.jpg insert the src path to your banner image and insert a custom alt/title text.
I didn’t test the code but you can try to insert it at the bottom of functions.php. It will only work if the blog is on the homepage though because the is_home() check will exclude all other pages.
Hey!
I marked the topic as resolved.
Regards,
Peter
Hi!
I changed the code a bit – please try it again.
Regards,
Peter
Hey!
1) I’m sorry but the mega menu does not support this modification.
2) Yes, open up functions-enfold.php and remove following line
add_action('avia_ajax_after_save_options_page', 'avia_generate_stylesheet', 30, 1);
Best regards,
Peter
-
AuthorPosts