Forum Replies Created
-
AuthorPosts
-
Hey!
Thank you for visiting the support forum.
You can use media queries to change the size of the masonry entries on different screen sizes. Something like this:
@media only screen and (max-width: 989px) { #top .container .av-masonry-entry { width: 33%; } }This will set the columns to 3 on iPad or iPhone screen size view.
Best regards,
IsmaelSeptember 26, 2014 at 7:42 am in reply to: Portfolio preview picture – change size? and other portfolio grid questions. #325422Hey!
You didn’t regenerate the thumbnails. Please go to the Settings > Media panel then change the width and height of the portfolio size thumbnail. Set the crop parameter to “No”. Click Update then click Save Changes at the bottom of the settings panel. Click the Regenerate Thumbnails button or upload the portfolio item image again.
Best regards,
IsmaelHey!
Please post the login details here and set it as a private reply. We would like to check the slider. What is the size of the image that you added? Did you watch the basic tutorial? It’ll help clear things up a bit.
Best regards,
IsmaelHi!
Thank you for the update.
Please post the login details here and set it as a private reply. I’m really not sure what’s causing the issue. We would like to take a look inside. I’ll ask Dude to check this thread again.
Cheers!
IsmaelHi!
Try using the css line-height property. Something like this:
@media only screen and (max-width: 767px) { .custom-layer { font-size: 12px !important; color: red !important; line-height: 20px; } }Regards,
IsmaelHey!
If you’re using either the full width or full screen slider, edit the video slide then look for the Hide Video Controls. Enable it to hide the video controls.
Best regards,
IsmaelHey slui!
Thank you for using Enfold.
Please use the following css to adjust the position of the login form elements:
p.lost_password { position: relative; top: -15px; left: 5px; } .woocommerce #customer_login .col-2 form { padding-bottom: 50px; }Cheers!
IsmaelHi!
I’m sorry but I checked the site on safari and I don’t really see any white borders. I’ll ask the rest of the support team to take a look. Please wait for their response.
Best regards,
IsmaelHey!
Instead of using the jQuery Mega Menu, please use the Custom Menu widget. First, create a new menu on Appearance > Menus panel then create Custom Widget Area on Appearance > Widgets. Place the the Custom Menu widget, select the newly created menu. Edit the page with the Color Section element, add a 1/3 column layout inside. Insert the Widget Area element inside the 1/3 column and select the custom widget area. I’ll ask Josue to take a look for further assistance.
Please visit Envato Studio or Werkpress for further customization.
Best regards,
IsmaelHey!
Thank you for using Enfold.
Please edit functions.php, find this code on line 16:
if(isset($avia_config['use_child_theme_functions_only'])) return;Below, add this code:
function avia_add_custom_icon($icons) { $icons['yelp'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue802'); return $icons; } add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); function avia_add_custom_social_icon($icons) { $icons['Yelp'] = 'yelp'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);You can now select Yelp at the very bottom of the social icons.
Cheers!
IsmaelHey!
@TheodoraPhotography: As a temporary solution, please update the theme via FTP. Refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
@nparent: Sorry for any inconvenience this problem might have cause you. I’ll ask Kriesi to take a look. For the meantime, please update the theme via FTP.
@mjaraas: Do you mind if we take a look at the website? Please try to deactivate the plugins, see if that changes anything. Enfold 2.9.2 should fix any issues with WordPress 4.0 but third party plugins that are not compatible with the latest WP release can ruin things up.Regards,
IsmaelHey!
I’m sorry but we won’t be able to help if we can’t access the actual site. Have you tried overriding the whole theme files again? Did this issue occur after you updated WordPress or Enfold? What is the current PHP version of the site? Please check the chrome console if you’re using Google Chrome, see if you can find any reported script errors.
Best regards,
IsmaelHi!
Actually, it is the shop_catalog size that you need to set to “No”. Please check the settings again, set the crop parameter to No then maybe adjust the size of the thumbnail a bit. Update it then make sure to click “Save Changes” before you regenerate the thumbnails.
Cheers!
IsmaelHey!
Thank you for the info but the login credentials are not working. You can add a color section below the layer slider then apply a unique css id to it. Use “scroll-down” for example. Add this at the very bottom of functions.php:
function add_scroll_down_arrow() { ?> <script type="text/javascript"> jQuery(window).load(function(){ jQuery('#scroll-down').append('<a href="#scrollPage" title="" class="scroll-down-link" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a>'); jQuery('#scroll-down').css('position', 'relative'); }); </script> <?php } add_action('wp_head', 'add_scroll_down_arrow');Regards,
IsmaelHey!
Please try to convert the movie file into mp4, ogv or webm. Regarding the “proxy” issue, not sure if we can do anything about that. I’ll ask the rest of the support team.
Regards,
IsmaelSeptember 26, 2014 at 5:48 am in reply to: "An Error occurred in the upload. Please Try again later." #325396Hi!
Please check your account, ask your host, make sure that there are remaining space for more data.
Cheers!
IsmaelSeptember 26, 2014 at 5:46 am in reply to: How can I make the latest entries links in the widget areas to be "No Follow" #325395Hey!
Thank you for the info but the code is breaking the forum layout. We can’t read it properly. Please place the code on pastebin.com.
Cheers!
IsmaelHi!
Thank you for using Enfold.
There is only a single slide on the page. I can’t see the transition. Please create a test page with two or more slides then enable 3D transition.
Cheers!
IsmaelHi!
Thank you for using Enfold.
You didn’t select the front page on the Enfold(EN). Set the home page on Enfold (EN) > Theme Options > Frontpage Settings. http://ingreenci-guide.net/wp-admin/admin.php?page=avia
You can find your previous thread here: https://kriesi.at/support/profile/tanker65/topics/
Cheers!
IsmaelSeptember 25, 2014 at 4:49 am in reply to: Tab in custom page template: how to make them work on mobile? #324780Hey!
Please give us an update when the site is live. We’ll check it then. Instead of adding the actual html tag. Copy the tab element shortcode then use the do_shortcode function to render it on a template. Refer to this link: http://codex.wordpress.org/Function_Reference/do_shortcode
Best regards,
IsmaelHey a00109943!
Thank you for using Enfold.
There is only one layer on the slider. Are you sure you added it correctly? Please create a test page then add the dummy sliders. Please watch this video for layer slider basics: http://www.youtube.com/watch?v=WB3Xyc_QDRM
Cheers!
IsmaelHey!
I checked the website and the images are showing up again. Did you fix it?
Best regards,
IsmaelSeptember 25, 2014 at 4:08 am in reply to: Enfold – image import sizes and reductions of sizes generated…… #324768Hey!
Unfortunately, you can’t deactivate them via child theme. However, you can use this plugin: https://wordpress.org/plugins/simple-image-sizes/
Set the width and height of the thumbnails that you don’t need to zero. Save changes. All images that you upload will ignore this thumbnail size.
Cheers!
IsmaelHey Umur!
Thank you for using Enfold.
The first category of the post should be added automatically on the breadcrumb. Please go to Enfold > Theme Options then set the Blog Overview Page as blog page on Where do you want to display blog? option.
Cheers!
IsmaelSeptember 25, 2014 at 3:56 am in reply to: Enfold – dynamic blog entries sorted by tag in tab? #324765Hi dplandis!
Thank you for using Enfold.
Try to create a custom widget area on Appearance > Widgets then add the Enfold Latest News widget. Generate the Widget Area element shortcode on a post or page. Copy the shortcode on the tab content. You might not be able to sort the posts by tag though.
Cheers!
IsmaelHey!
You’re using Enfold version 2.9.2. Please upgrade to WordPress 4.0. Can you please give us access to the plugins? We would like to deactivate the plugins while working on the site, if that’s alright.
Regards,
IsmaelSeptember 25, 2014 at 3:49 am in reply to: "An Error occurred in the upload. Please Try again later." #324754Hi skyline_network!
Thank you for using Enfold.
I tested the image upload and it doesn’t work. Please ask your host to upgrade to PHP 5.4 or higher.
Best regards,
IsmaelSeptember 25, 2014 at 3:43 am in reply to: How to config so I get one constant non moving image across entire website… #324753Hey!
I’m sorry but it is normal that the header refresh on page load. Adding AJAX functionality is beyond the scope of support. You might need to find a plugin or hire a freelance developer to add the feature for you. Please visit Envato Studio or Werkpress for further customization. Use this at the very bottom of functions.php if you want to add content on the header:
function put_stuff_on_header() { ?> CONTENT HERE <?php } add_action('ava_main_header, 'put_stuff_on_header');Regards,
IsmaelHey evtilsley!
Thank you for using Enfold.
I’m sorry but this is beyond the scope of support. You can vote or post the feature on our Feature Requests page.
Cheers!
Ismael -
AuthorPosts
