Forum Replies Created
-
AuthorPosts
-
Hi!
Its actually quite simple: dont use a .png file as background image. use a jpg and the flashing should not occur any longer ;)
Regards,
Kriesi
Hey! Just a quick question: Guess you are using a multisite installation with thousands of blogs then? I think this is normal behavior of the layerslider but I will check it with the layerslider plugin author :)
Hey!
Great to hear that!
I am closing this one for now, if you have any other issues let us know
Best regards,
Kriesi
Hey! you are saying that your username is ahauberhoher but the licence is for an account named ahauber. Are you sure you are logged in to the correct account? (I wasnt able to log into your account with your credentials, and I also remove them from the forum so they cannot be used by anyone else)
If you are indeed logged in to the correct account and the download does not show up please contact themeforest directly here:
http://support.envato.com/index.php?/Tickets/Submit
If you send them your licence file they should be able to sort things out ;)
Cheers!
Kriesi
Hey!
Guess you have added the debug mode to your functions file earlier?
add_action('avia_builder_mode', "kriesi_set_debug");
function kriesi_set_debug()
{
return "debug";
}
of course you need to add that again :)
We replaced all occurrences of entry-content with entry-content-wrapper, then we searched all files for “$content” strings and wrapped them into a div (entry-content). We further replaced all occurrences of post-title and main-title with post-title entry-title and main-title entry-title.
The reason is that entry-content has a semantic meaning (hatom feed) which is used by Google+ to fetch the article data of a blog page. the previous structure messed this feed up so we had to change it.
I copied this file list from our github repository:
404.php
archive.php
config-templatebuilder/avia-shortcodes/portfolio.php
config-templatebuilder/avia-shortcodes/postcontent.php
config-templatebuilder/avia-shortcodes/postslider.php
config-templatebuilder/avia-shortcodes/section.php
config-woocommerce/config.php
config-woocommerce/woocommerce-mod.css
css/base.css
css/layout.css
css/shortcodes.css
framework/php/class-framework-widgets.php
functions-enfold.php
includes/error404.php
includes/helper-post-format.php
includes/loop-archive.php
includes/loop-author.php
includes/loop-comments.php
includes/loop-index.php
includes/loop-page.php
includes/loop-portfolio-single.php
includes/loop-search.php
index.php
js/avia.js
taxonomy-portfolio_entries.php
template-archives.php
template-builder.php
Everything seems to work as expected when testing. I think I would need more information on whats going on here if I should look further into it. (like how did it look before, an dhow now, screenshots, descriptions etc)
Hi!
Hey! I think I found a solution that should work on mobile devices. Will update the theme later today, let us know if it solves you issue. The enfold version is 2.1
Best regards,
Kriesi
September 5, 2013 at 4:32 pm in reply to: Colour Section & Background Attachment Mobile Devices #138549Hey!
Hey! I think I found a solution that should work on mobile devices. Will update the theme later today, let us know if it solves you issue. The enfold version is 2.1
Best regards,
Kriesi
Hey! Ansich kann sich die slideshow schon der größe anpassen, sie nimmt aber per default immer eine auf ein standardformat gecroppte version des bildes. die nächste enfold version die wir heute releasen wird die möglichkeit geben das wenigstens mal programmatisch leicht ändenr zu können.
Soabld du auf version 2.1 geupdated hast füge folgenden code am ende deiner functions.php datei hinzu:
add_filter('avf_slideshow_config','av_change_config_size');
function av_change_config_size($config)
{
if(config == 'gallery') config = 'large';
return config;
}
Hi!
yes this is a global change that will affect these elements on every page you use them. I will close this thread for now, if you have any further question simply create a new topic ;)
Best regards,
Kriesi
Hey! I am sorry but we dont support safari versions that old, since the market share for those is almost non existent. would recommend to simply upgrade to the latest version, as do most safari users :)
Hey!
Checked the site. Unfortunately it seems that the script that calculates the height of the image and position of the slider does not work when the content is hidden like in these tabs.
you can try the following css changes, i think they should help: we will try to set an explicit width for the tab container so the script should calculate correctly no matter what:
add this to your custom.css stylesheet in folder /css/ or to the quick-css panel located in your wordpress backend at Enfold->Styling:
.sidebar_tab .tab_content{ width: 80%; }
#top .sidebar_tab .tab_titles{width:20%; min-width:0; max-width:1000px;}
Hey! Another question: is there any chance that you got a browser plugin that might be messing with the page? After browsing the site for 15 minutes in various browsers on various devices I have never encountered a single error. everything looks fine to me ;/
September 5, 2013 at 12:37 pm in reply to: Update WP 3.6 + ENFOLD 1.9.1: Error with RSS/Twitter-Widget #135940Hey! It seems twitter has also deprecated this way of getting the feed, thats the caue of the error. at this point it is no longer possible to easily retrieve a follower count without complicated authentication. Something which I dont wont to add to the theme itself, so I recommend to search for a plugin that can do that….
The errors will be fixed with the next update
Sorry for that :/
Hey! I am afraid this is not possible with the way the page is designed. I will think about a workaround but for now there is only the option to keep it that way or hide the sidebar on mobile pages…
Hey!
Hey! I have improved the default output but pages built with the tempalte builder will always need a manual excerpt because layoutbuilder elements would completely mess up the search result layout, especially fullwidth elements :)
Best regards,
Kriesi
September 4, 2013 at 2:41 pm in reply to: Where to put "edit" link on pages created with Advanced Layout Builder? #139331Hey! You can place it at the bottom of the template-builder.php page.
But if you have enabled the wordpress toolbar there will automatically be a link to edit the current page:
September 3, 2013 at 5:07 pm in reply to: Search Broken on The Events Calendar Pro Calendar pages #138618Hey!
For whatever reason that I cannot find, once the plugin is activated the event target is changed. instead of the link the script thinks you clicked onto the body and therefore attaches the search box to the body.
You can fix that by opening avia.js in your JS folder and scroll down to line 1077 where it should read
var element = $(e.currentTarget),
chage that to
var element = $(e.target),
Although this will work in this instance its actually not correct, therefore I cannot add this as a permanent fix to the theme. If you need a permanent solution you probably need to ask the developer team of the events calendar what could be the cause of the problem here…
Hey! The next version should improve the IE8 slideshow behavior. I say improve because its still not as perfect as with modern browsers but there are issues that I couldnt resolve even after hours of testing. Once we release the update please upgrade and see if the improved version is sufficient :)
Hi!
Unfortunately I cant reproduce the issue on my mac.
Does this also happen in the theme demo for you?
Best regards,
Kriesi
Hi!
Thanks for noticing, thats actually a bug. Will be fixed with the next update :)
Best regards,
Kriesi
Hey! I have tested the solutions here and they work, not sure why you couldnt get them to work yourself. I will add one to the next theme update so you can simply update the theme without the need to do your modification again.
Cheers!
August 25, 2013 at 11:15 pm in reply to: Ubermenu Problems – Removing responsive menu from theme, editing .php #136014Hey!
I already sent the theme to sevensparks. Guess he will come up with a solution or tutorial soon ;)
Best regards,
Kriesi
Hey! Next theme update will add a parent theme settings import button. If you can wait that long this will be the easiest way to copy the settings of the theme options page :)
If you need it fast then its probably easiest if you re-create the settings.
Cheers!
August 25, 2013 at 9:54 pm in reply to: Ajax Portfolio Video Playback and Navigation Issue – Enfold #136419 -
AuthorPosts