Forum Replies Created
-
AuthorPosts
-
Revert the change,
media
should work. Where are you getting the error? when sharing the Page through the button? can you post a screenshot of your view?Best regards,
JosueHi,
Pretty much what @foveaworks said, i’ll re-visit the documentation article and find if there’s a way to do it more easily.
Best regards,
JosueJune 9, 2016 at 4:14 pm in reply to: Color Section: stretch to fit background no longer works #645518Hi,
That works, now simply create a Image layer and set the link of it to:
https://embedwistia-a.akamaihd.net/deliveries/aecd8428892147da77085f20ff39ac5dcb322da3/file.mp4?iframe=true;
Best regards,
JosueHi,
Can you post a link to the site? and also which of the code are you trying?
Best regards,
JosueHi,
I think the issue is that you have multiple
<IfModule mod_headers.c>
declarations, try using only one.Best regards,
JosueHey,
It is better to delegate that to plugins (functionality) rather than the theme (appearance).
https://wordpress.org/plugins/bwp-minify/Best regards,
JosueNone of the script based one will work, what we need is a direct URL to the video file, have you tried reaching Wistia support?
Hi,
Yes, it’s been increased to 21.
Best regards,
JosueWhat happens if you do that? (toggle fallback)
Hey robsdesigns,
Seems ok to me, can you post a screenshot of your view?
Best regards,
JosueHi,
I tried the last one but this is the result:
http://strengthinnumberscoaching.com/wistia-test-2/I think manually resizing would be the way to go, it’s just a matter of tweaking the numbers if needed.
Best regards,
Josue-
This reply was modified 9 years, 1 month ago by
Josue.
Hey!
It’s a intended limitation, Kriesi will increase the amount of allowed columns in the next patch, if you don’t want to wait you can do that by editing line 96 in /enfold/config-templatebuilder/avia-template-builder/assets/js/avia-table.js:
if(columns.length <= 14)
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueAre you replacing the old code? i just changed
media
forimage_url
in the pattern line.Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHey Itai,
Try changing the code to:
add_filter('avia_social_share_link_arguments', 'modify_pinterest_pattern', 10, 1); function modify_pinterest_pattern($args) { $args['pinterest'] = array("encode"=>true, "encode_urls"=>true, "pattern" => "http://pinterest.com/pin/create/link/?url=[permalink]&description=[title]&image_url=[thumbnail]"); return $args; }
Best regards,
JosueHey WebVizion,
Seems to be a limitation indeed, i’ll report to Kriesi. Alternatively you could use this plugin:
https://wordpress.org/plugins/tablepress/Best regards,
JosueHey Welmoed,
That’s a FullWidth Slider, they’re practically the same, the only difference is that the FullScreen one allows you to set percentage based height for the slider.
Best regards,
JosueHi,
Can you paste the whole .htaccess file contents here.
Best regards,
JosueOk, i’ve edited the file and now the testimonial CSS should be applied on all sizes.
Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueOk, let me know when you’re done with the transfer except for that part, i can re-add the code to the new site.
Best regards,
JosueHi,
Add this too:
#top .av-masonry-entry{opacity: 1;visibility: visible;}
Best regards,
JosueJune 8, 2016 at 1:34 pm in reply to: Sync theme settings in multisite setup & change header & change menu style #644811Hey,
1. Not possible to do that but one thing you could try is include the dynamic stylesheet of one of the sites (and dequeue the default one), you can do that via child theme functions.php:
function change_dynamic_css() { wp_dequeue_style( 'avia-dynamic' ); wp_enqueue_style( 'main-avia-dynamic', '_MAIN_SITE_/wp-content/uploads/dynamic_avia/enfold_child.css', array(), '2', 'all' ); } add_action( 'wp_enqueue_scripts', 'change_dynamic_css', 100 );
That way, all sites will use the same dynamic stylesheet, however only Styling and layout options will be shared.
2. You can use the Header Secondary option – http://screencast.com/t/dGKuO1saWFt3
3. What do you want to change exactly? we can provide you a custom CSS code.
Best regards,
JosueHey,
Some filenames were changed (helper-mailchimp.php to av-helper-mailchimp.php) so if for some reason the old files survived the update (or you’re including them in child theme) it will cause a fatal error.
Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi,
Where are you getting that message? can you post a screenshot?
Best regards,
Josue -
This reply was modified 9 years, 1 month ago by
-
AuthorPosts