Forum Replies Created
-
AuthorPosts
-
Hey!
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!
IsmaelHi!
@MeryVi: Thank you for the info. I’m sorry but we don’t have permissions to view drafts. Please create a new thread then post the logins details there as a private reply.
Cheers!
IsmaelHey!
Please post the login details here. We would like to check it. Is it OK if we deactivate the plugins while working on the site? I’ll ask the rest of the support team to take a look.
Best regards,
IsmaelHey!
Maybe that’s the problem. Please get a fresh copy of avia.js from Enfold 2.9.2 version then modify it again according to your needs. Replace the old file on the child theme folder.
Best regards,
IsmaelHey!
Thank you for using Enfold.
I’m sorry but this is not a theme related issue. Have you tried minifying the youtube url? Use this http://tinyurl.com/.
Best regards,
IsmaelHi InekeWerkt!
Thank you for using Enfold.
Use this instead:
$category = get_the_category(); if(!empty($category)) { echo '<span class="blog-categories minor-meta">'.__('in','avia_framework')." "; echo $category[0]->cat_name;; echo '</span><span class="text-sep text-sep-cat">/</span>'; }Cheers!
IsmaelHey!
Thank you for using Enfold.
Unfortunately, you can’t apply the masonry layout for category or archive page. You need to modify archive.php and tag.php in order to do that. I’m sorry but this is beyond the scope of support so you might need to hire a freelance developer.
Regards,
IsmaelSeptember 25, 2014 at 2:50 am in reply to: Thank you for your support – but there`s still a problem! (sorry) #324723Hi erikatzen!
Thank you for using Enfold.
You can change the thumbnail size of the single product page on config-woocommerce > config.php. Find this code on line 16:
$avia_config['imgSize']['shop_single'] = array('width'=>450, 'height'=>999, 'crop' => false);Replace the width then regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
IsmaelSeptember 25, 2014 at 2:46 am in reply to: Enfold Products Displayed – Any ideas on making this layout better? #324722Hey!
Different selectors are needed to change the layout of the tab element. You can play around with the css selectors. Change the color values to know which is which. It will help you to a better css inspector. If you have the time, take a short tutorial about google inspector or firebug. I believe I answered the other question here: https://kriesi.at/support/topic/enfold-tab-options-changing-color-and-font/
Regards,
IsmaelHi!
Thank you for the link.
Please js > avia.js, find this code on line 1593:
text = element.data(this.options.data).trim(),Replace it with:
text = $.trim(element.data(this.options.data)),Remove browser cache then reload the page.
Cheers!
IsmaelSeptember 25, 2014 at 2:32 am in reply to: Text box editing problems (adds 'p' tags; white text; cross-browser) #324713Hey!
Thank you for the update.
The paragraph tag doesn’t break the layout. You need to avoid switching between visual and text mode as much as possible. Please try this plugin to toggle wpautop: https://wordpress.org/plugins/toggle-wpautop/
Regards,
IsmaelHi svreatt!
Thank you for using Enfold.
Please edit config-templatebuilder > avia-shortcodes > section.php, find this code on line 489:
'video_loop' => true,Replace it with:
'video_loop' => false,Cheers!
IsmaelHey!
Thank you for the update.
Please try to add a css class on the layer’s Attribute panel. Fill in the Classes field. Use media queries and the css selector that you applied on Quick CSS or custom.css file to modify the look of the font on mobile device.
Cheers!
IsmaelHi Juan!
Thank you for using Enfold.
I checked the site on safari and the slider is working fine. Please set the main menu as Enfold Main Menu on Appearance > Menus panel. In order to migrate the theme successfully and leave the database intact, please use this plugin: WP MigrateDB or WP MigrateDB PRO
Refer to this link for more info on how to properly migrate your enfold website from production to development vice versa:
http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
https://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684Cheers!
Ismael -
AuthorPosts
