Forum Replies Created
-
AuthorPosts
-
Glad that worked for you, let us know if you need anything else :)
Best regards,
JosueHi,
1. It’s because arrows are set to show on
hover
, as there isn’thover
in mobiles, they trigger on first tab, if you change this setting it will get fixed.2. Ask Wistia about it.
Best regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery("a[href^='/panos/']").attr('target','_blank'); }); </script> <?php } add_action('wp_footer', 'add_custom_script');
Cheers!
JosueHi,
Probably the portfolio items categories aren’t retrieved because they are a custom term, you need to change the function to work with this.
Best regards,
JosueHi,
Make sure the translations are saved in
wp-content/languages
(you can choose this when creating a new translation in LocoTranslate) instead of the theme folder.Best regards,
JosueThat’s a custom script made by them it seems, try asking them directly here:
http://codecanyon.net/item/ubermenu-wordpress-mega-menu-plugin/154703Best regards,
JosueJune 11, 2016 at 1:31 pm in reply to: Contact Form autoresponse text with name field included #646529Hi,
I think it would be more convenient to use a specialized form plugin like:
https://wordpress.org/plugins/contact-form-7/Best regards,
JosueNo problem, glad you found the issue :)
Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHey,
1. Via FTP, go to
wp-content
and renamethemes
tothemes2
.
2. That will activate the default theme instead of Enfold and the login screen will be functional.
3. Once you done that, re-upload the theme using a fresh copy from Themeforest.Best regards,
JosueOf course, Vimeo would work fine, except for – https://vimeo.com/forums/help/topic:111246
-
This reply was modified 9 years, 1 month ago by
Josue.
What we need is a fullscreen player (not the video file URL, similar to this), if Wistia doesn’t have that option i’m afraid there’s nothing else we can do.
Best regards,
JosueI suggest discarding the direct link method because by linking a .mp4 file directly you’re letting the browser decide what to do with it (in mobile, it won’t autoplay because of data usage concerns and it won’t work on browsers that don’t support .mp4 playback).
Best regards,
Josue-
This reply was modified 9 years, 1 month ago by
Josue.
I agree with them, that’s the purpose of using a third-party service, using the page link could work, perhaps if custom CSS is allowed there we could hide the page elements with that.
Best regards,
JosueHello!
At the moment, Mega Menu will only work in the main menu, perhaps using a specialized third-party plugin like UberMenu could work for you.
Regards
JosueHi,
Should work now, the theme required more memory the instance was allowed to use, i changed that in wp-config.php:
define( 'WP_MEMORY_LIMIT', '256M' );
Best regards,
JosueHey Desire,
Refer to:
https://kriesi.at/support/topic/portfolio-external-links-on-new-tab-or-window/#post-272601Best regards,
JosueHey psaw27,
If you’re building custom transition in 2D or 3D make sure the opposite ones (2D or 3D) are not enabled as well.
Best regards,
JosueJune 9, 2016 at 7:38 pm in reply to: Cannot add "full size Image" SOUNDS SIMPLE, BUT IT'S NOT – please look #645676Hey,
Activate the default WordPress theme and check if you can upload images via Media > Add new, if the issue persists then it’s a server issue.
Best regards,
JosueHey gap,
Does that code works on a blank Page with only a Code Block?
Best regards,
JosueJune 9, 2016 at 7:27 pm in reply to: ajax portfolio pics, force enfold to use class attachement-portfolio #645666Hey!
Do the following:
1. Install this plugin: https://wordpress.org/plugins/simple-image-sizes/
2. Go to Settings > Media
3. Change the portfolio small image size
4. Regenerate the thumbnails by clicking the button at the bottom.Cheers!
JosueHi,
Some function names where changed, ex:
avia_header_class
toavia_header_class_filter
, which is used in header.php, the fix is to simply modify this line:$filterable_classes = avia_header_class( avia_header_class_string() );
To:
$filterable_classes = avia_header_class_filter( avia_header_class_string() );
Best regards,
JosueHey Munford,
Try editing the attachments metadata in Media.
Best regards,
JosueHey!
Do the following:
1. Install this plugin: https://wordpress.org/plugins/simple-image-sizes/
2. Go to Settings > Media
3. Change the entry_without_sidebar image size (increase its width/height).
4. Regenerate the thumbnails by clicking the button at the bottom.Cheers!
JosueJune 9, 2016 at 7:04 pm in reply to: Change the "Portfolio Latest" widget to show post categories instead of date #645645Hey,
Try creating a complete new Widget using:
class avia_newsbox extends WP_Widget { ... }
as a base, if you’re using a child theme you can do that via functions.php.
Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHey,
Let’s start with the BLOG points, add this to Quick CSS:
#top .slide-meta { display: none; } #top .slide-entry-title{ color: red; }
Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHey Marcel,
Refer to:
https://kriesi.at/support/topic/filter-option-below-my-products-on-mobile-device/#post-473032Best regards,
JosueHi,
Does the homepage has a featured image set?
Regards,
Josue -
This reply was modified 9 years, 1 month ago by
-
AuthorPosts