Forum Replies Created
-
AuthorPosts
-
Hi!
1) You need to modify the contact form code if you want to use the captions as field placeholder – see https://kriesi.at/support/topic/contact-form-align-center/#post-276879 (issue 2).
2) Please try to re-install all enfold theme files with ftp and overwrite the files on the server if necessary: https://vimeo.com/channels/aviathemes/67209750
If that doesn’t help it might be a permission issue and wordpress can’t access the theme templates.Best regards,
PeterHey!
Unfortunately we can’t solve this problem on our end. It seems like the author of LayerSlider (kreatura) is also the author of the WeatherSlider WP. They use the same update class (called KM_PluginUpdates) in both plugins and apparently they didn’t add a class_exits check to the code which loads the update class only if it’s required. If you want to solve the issue use the code Ismael provided above to deactivate LayerSlider or deactivate the WeatherSlider plugin. Then contact the plugin author (kreatura) and ask them to fix their plugin code and to make LayerSlider compatible with the WeatherSlider plugin…
Best regards,
PeterHey XsiteJaco!
Yes, you can use the icons inside the table. I recommend to open two browser windows/tabs. Use one tab with the default editor to generate the icon shortcodes (use the magic wand icon http://www.clipular.com/c/4952934513115136.png?k=ex4QRXahQjAyghy9l_RpxAw_t6g in the standard editor toolbar) and in the other tab/window create the table and insert the icon shortcodes into the data fields. Eventually the result will look like: http://www.clipular.com/c/5608440609112064.png?k=Ik9_AjTOIGEzDPwowe7eHdgixac
Cheers!
PeterAugust 4, 2014 at 4:16 pm in reply to: Enfold new light box magnific Popup – you tube video URLS #299722Hey!
1) Yes, you can use this php code to load a custom js/lightbox script – add it to the child theme functions.php file:
if(!is_admin()) add_action('wp_enqueue_scripts', 'avia_register_child_frontend_scripts', 100, 1); function avia_register_child_frontend_scripts() { $child_theme_url = get_stylesheet_directory_uri(); //dequeue default scripts wp_dequeue_script('avia-popup'); wp_enqueue_script( 'avia-popup', $child_theme_url .'/js/jquery.magnific-popup.min.js', array('jquery'), 2, true); }
and place the modified jquery.magnific-popup.min.js file into a js folder inside your child theme folder (enfold-child/js/jquery.magnific-popup.min.js).
4) Afaik the lightbox doesn’t use mediaelement.js as the video player but the default youtube/vimeo player which is embedded inside an iframe.
Cheers!
PeterHey!
Unfortunately you can’t update the theme within the interface because your server obviously can’t connect to the Envato download server (you just get a 403 error). I recommend to use ftp and to make a backup of the old theme files first by renaming the folder (i.e. from enfold to enfold_bak). Then upload the new theme files into the enfold folder. Personally I always update my themes with ftp because you’ve much more control and it’s also safer than an update with wordpress. Sometimes you may experience transmission errors (corrupt files, etc.) but you can solve this problem easily by re-uploading all files again – you just need to confirm the overwrite files dialog and that’s it.
Best regards,
PeterHey!
Yes, you can load new shortcode files with i.e. a child theme or a plugin. See: http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
If you want to create new shortcode files I recommend to study the code of the existing shortcodes located in wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/. If it’s beyond your coding skills I recommend to hire a freelancer – i.e. from http://studio.envato.com/ who can help you to create new shortcodes.
Cheers!
PeterHi!
Glad you solved the problem :)
Regards,
PeterHey Denis!
A plugin causes a javascript error:
Uncaught TypeError: undefined is not a function page-tracking.js?ver=3.9.1:111
which breaks the mega menu (and all other javascript based features). Deactivate the plugin (the plugin folder is http://force.stewartmedialabs.com/wp-content/plugins/cta/ ) and the mega menu will work again.
Best regards,
PeterHey gdwarren!
You must add the 100 font size to the google font stylesheet. Add this code to the very bottom of the enfold or child theme functions.php file:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); add_filter( 'avf_google_content_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Lato'] = 'Lato:100,300,400,700'; return $fonts; }
Then go to Enfold > Theme Options and re-save the options. Afterwards Enfold should load the 100,300,400,700 font files from google.
Cheers!
PeterHi betty!
Please try to install a smtp plugin like: http://wordpress.org/plugins/easy-wp-smtp/ and configure the plugin properly (insert your smtp credentials). Then the server will use smtp to send the mails instead of the default php mail() function.
Cheers!
PeterHi!
Yes, use this css code to remove the dashed line:
.avia_transform .avia-icon-list .avia_start_animation .iconlist-timeline{ display: none !important; }
If you want to change the color of the icons on a certain page use this code:
.page-id-812 .main_color .avia-icon-list .iconlist_icon { background-color: #d0d0d0; } .page-id-812 .avia-icon-list .iconlist_icon { color: #ffffff; }
and replace 812 with the page id of you page and the color values with your custom color values.
Regards,
PeterHi!
No, Enfold currently doesn’t come with a dedicated “featured product” slider. You can suggest the idea here though: https://kriesi.at/support/enfold-feature-requests/
You can use a workaround to create the featured product slider. Just create a new product category, call it i.e. “Featured” and add some products you want to feature to this category. Then use the the “Product Slider” element: http://www.clipular.com/c/6007902095540224.png?k=LJNkyoeUiQQ00P6zdibTQDIewFU to display the products which are assigned to the “featured” category within a slider.
Best regards,
PeterAugust 3, 2014 at 8:28 am in reply to: Need to add several lightboxex triggered by clicking at hotspots #299280Hey!
I’ll mark this thread for Josue – maybe he can provide any further recommendations. Glad you found an acceptable solution though :)
Best regards,
PeterHi!
Try to change the padding values of Yigits code and use this code instead
@media only screen and (min-width: 1140px) { .page-id-22 .top_tab .tab { padding: 12px 28px 14px 29px; } } .tab_inner_content h3 { text-align: center; }
Replace 28 and 29px with other values (i.e. 27 and 28) if necessary.
Best regards,
PeterHey!
Yes, use this css code to darken the opacity on the caption backgrounds – you can add it to the quick css field:
.caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title { filter: alpha(opacity = 90); background: rgba(0, 0, 0, 0.9); }
Replace 0.9 with any value between 0 and 1 and 90 with any value between 0 and 100. I.e. if you want 80% opacity use:
.caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title { filter: alpha(opacity = 80); background: rgba(0, 0, 0, 0.8); }
2) Yes, use this code:
#top .main_color .button:hover, #top .main_color .big_button:hover, #top .main_color #submit:hover, #top .main_color input[type='submit']:hover { background-color: #eb3b3b; border-color: #c91919; }
and replace the background and border color values with a darker/lighter color.
Regards,
PeterHi!
Right now we can’t provide a solution because we simply can’t reproduce the problem. Without any errors, etc. we don’t know what causes the issue on you client’s Mac and how we can fix it. We forwarded to Kriesi who will try to reproduce it on his PCs and Masc when he comes back from his vacation and then (hopefully) we’ll have a definite answer.
Regards,
PeterHi!
This slider was created with LayerSlider. You can create a new LayerSlider ( LayerSlider WP > All Sliders > Add New button ) and then add it to your template with the Avia Template Builder: https://www.clipular.com/c/5401669676302336.png?k=1mh4hbJW4WDrFnWmXrzx__dnONQ
Regards,
PeterHey!
The type “link” can only be used if an url exists at the very beginning of the post which can be used for the featured link. Enfold extracts this url from the post content and uses it for the headline/title link. The advantage is that the user doesn’t see the single blog post page when he clicks on the post title but the title will directly link to the url you want to feature. I.e. on the demo page here: http://kriesi.at/themes/enfold/blog/page/5/ the post with the title “This is a post with post format of type Link” links to http://kriesi.at instead of the single post page ( http://kriesi.at/themes/enfold/2012/01/17/kriesi-at/ ) because the post format is set to “link”. To create a featured link/url just add it at the very beginning of the post content like:
http://kriesi.at Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus.
If you don’t add an url at the very top the post format link may break the blog page.
Best regards,
PeterHi!
Great website. I suggest to use a bigger image (higher resolution) for the background though because the current image doesn’t cover full hd screens.
Best regards,
PeterHey!
Unfortunately this customization is beyond the scope of our support forum. The arrows, expandable submenu, etc. requires quite a lot of work (overall probably more than 3 hours) and we can only help with small css code adjustments. If you want to add such a menu you can try wordpress plugins like UberMenu or a plugin featured in this article: http://premium.wpmudev.org/blog/free-wordpress-accordion-menu-plugins/
Regards,
PeterHi!
To fix the warning open up wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_accordion.php and replace:
$this->slides[$key]->av_target = empty($slide['attr']['link_target']) ? "" : "target='".$slide['attr']['link_target']."'" ;
with
$this->slides[$key]->av_target = empty($slide['attr']['link_target']) ? "" : "target='".$slide['attr']['link_target']."'" ; $this->slides[$key]->ID = $slide['attr']['id'];
We’ll also fix it with the next update.
Cheers!
PeterHey!
Glad I could help you :)
Best regards,
PeterHey!
Glad you found the code of the social icons :) – tbh we don’t plan to add the nofollow attribute to the links but maybe I’ll add a filter with the next update which help you to overwrite the default output with a child theme.
Cheers!
PeterHey dalen550!
Please try to insert this code into the quick css field:
.page-id-269 .entry-content-wrapper div .avia-icon-list li { min-height: 88px; } .page-id-269 .avia-icon-list .iconlist_title { top: 0; margin-top: 19px; }
Best regards,
PeterHey datadirt!
Yes, open up wp-content/themes/enfold/includes/helper-social-media.php and replace:
$this->html .= "<a {$blank} href='".$share['url']."' ".av_icon_string($icon)." title='' data-avia-related-tooltip='{$name}'><span class='avia_hidden_link_text'>{$name}</span></a>";
with
$this->html .= "<a {$blank} rel='nofollow' href='".$share['url']."' ".av_icon_string($icon)." title='' data-avia-related-tooltip='{$name}'><span class='avia_hidden_link_text'>{$name}</span></a>";
Best regards,
PeterHey!
Glad I could help you :)
Regards,
PeterAugust 2, 2014 at 10:07 am in reply to: Double buttons in related products when using Woo's Product Add-ons #299122Hey!
Glad you found a solution :)
Regards,
PeterHey!
I think this code breaks the html source code:
<a href="http://ministrymarketplace.net/vendor/dustin-cooper/" title"More products from Dustin Cooper">More products from Dustin Cooper</a>
because the = is missing between the title attributes and the quotes “”: http://validator.w3.org/check?uri=http%3A%2F%2Fministrymarketplace.net%2Fproduct%2Fnothing-series%2F&charset=%28detect+automatically%29&doctype=Inline&group=0
The code should look like:
<a href="http://ministrymarketplace.net/vendor/dustin-cooper/" title="More products from Dustin Cooper">More products from Dustin Cooper</a>
Cheers!
PeterHi!
Please check if a plugin or custom code breaks the image links. I noticed that
1) The right click events are blocked
2) Something covers the image links and I can’t even click on the thumbnails.Cheers!
PeterHi Luc!
I’m sorry but your post doesn’t help us to help you.
1) You don’t mention which theme version worked for you and to which version you upgraded
2) You don’t provide a link to your website and admin account credentials.Afaik no other user reported broken 1/3 columns and there’s a good chance the update/upgrade didn’t work flawlessly (old files or corrupt files on your server) or a plugin causes the issue. I recommend to make a backup of the old theme files and to upload a fresh copy of the new theme files with ftp: https://vimeo.com/channels/aviathemes/67209750 . If the columns still don’t work make sure no custom code (or your child theme) may break the Enfold parent theme and deactivate all plugins if necessary…
Best regards,
Peter -
AuthorPosts