Forum Replies Created
-
AuthorPosts
-
November 16, 2013 at 9:31 am in reply to: Content pulled from other site on multisite will display, not process shortcodes #189557
Hi!
I recommend to hire someone from http://www.microlancer.com/ or here: http://kriesi.at/contact/customization if you really need this feature. I’m not sure what needs to be done – you first need to debug the code in /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow.php and then you probably need to find a way to fetch the right image id based on the multisite blog id.
Regards,
PeterNovember 16, 2013 at 9:25 am in reply to: Konflikt zwischen Avia Layout Builder und CM Tooltip Plugin #189556Hey!
Ok, then the plugin is definitely incompatible with our layout editor because our layout editor sometimes generates content with unclosed html tags and we close these tags with different functions – i.e. the “fullwidth” elements like the Layerslider or the fullwidth masonry gallery require a different structure than a default “content” element. If another plugin starts to “fix” the html code it will break the theme. I recommend to try another tooltip plugin from the repository: http://wordpress.org/plugins/search.php?q=tooltip
Cheers!
PeterHi allegrabillings!
Use following code to replace the prettyphoto js url
if(!is_admin()) { add_action('wp_enqueue_scripts', 'avia_register_child_frontend_scripts', 100); } function avia_register_child_frontend_scripts() { $child_theme_url = get_stylesheet_directory_uri(); wp_dequeue_script('avia-prettyPhoto'); //register js wp_register_script( 'avia-prettyPhoto', $child_theme_url.'/js/jquery.prettyPhoto.js', array('jquery'), "2.0", false ); wp_enqueue_script( 'avia-prettyPhoto' ); }
and place the modified jquery.prettyPhoto.js file into the “js” folder inside your child theme folder.
Regards,
PeterNovember 15, 2013 at 10:14 pm in reply to: Konflikt zwischen Avia Layout Builder und CM Tooltip Plugin #189444This reply has been marked as private.Hi!
The templates are stored as post meta values in the wp_postmeta table. Use a tool like phpmyadmin to view the table content and search for “_avia_builder_template_” – it should return all data fields which contain the template data. The meta key varies based on the template name. I.e. if you named your template “Test” the meta key is “_avia_builder_template_test”.
Cheers!
PeterHey!
Interesting because the link seems to work on my test server (it converts to Cyrillic chars like http://localhost/?portfolio=%d0%bf%d0%be%d0%b4%d0%bc%d0%b5%d0%bd%d0%b0-%d0%b2%d0%be%d0%bf%d1%80%d0%be%d1%81%d0%be%d0%b2 but the link works just fine. Maybe a third party plugin changes the url of the button?
Cheers!
PeterHey midischool!
You can try a plugin like: http://wordpress.org/plugins/taxonomy-terms-order/ to create a custom sort order for your portfolio and post categories.
Regards,
PeterHi jessicaglser!
Sure – insert following code into the quick css field
#top .product-sorting{display:none !important;}
Regards,
PeterNovember 15, 2013 at 1:19 pm in reply to: Drop down menu not working in IE 8 & 9 & issues with portfolio #189164Hey flavoursmedia!
It seems like you removed the logo and this mod can break the main menu. We’ll make sure that the main menu works with and without logo by updating the javascript function in the next version but for now you can use a quick fix.
Please open enfold/js/avia.js and delete the entire code within the file. Then copy & paste the code from here http://pastebin.com/c27VFSmh
into the avia.js file and save it.Cheers!
PeterHi!
To answer part2 of your question. You need to change the id in the database. Open the wordpress database with a tool like phpmyadmin, click on “wp_layerslider”, then delete the sliders/db entries you don’t need and change the “id” field values of the other entries. Make sure that you don’t use the same id for two or more sliders.
Best regards,
PeterHi midischool!
You need to replace the “loading” gif located in /wp-content/themes/enfold/images/layout/ (/wp-content/themes/enfold/images/layout/loading.gif) with your custom image.
Regards,
PeterHey!
I think a better approach would be to deactivate all plugins except WP Retina 2x and then check if it works or not. I talked to Kriesi and he also didn’t test the theme with WP Retina 2x or Retina notebooks yet – thus we also do not advertise it as “retina ready for all devices” but only as “Retina Ready: for smarthpones and tablets” and these devices use screens with lower resolutions than notebooks or desktop retina displays.
Best regards,
PeterNovember 15, 2013 at 12:28 pm in reply to: Can´t See the Route in Text block with Google Routeplanner V3.6 #189149Hey fsinger!
I couldn’t find any obvious js error and I’m not sure why it’s not working. It seems like the “Route berechnen” button doesn’t trigger the route calculation function. Please contact the plugin author and ask him to look into it because I’m not familiar with the plugin code and the third party plugin issues are beyond the scope of our support forum.
Regards,
PeterNovember 15, 2013 at 12:23 pm in reply to: Enfold doesnt work with variations of "woocommerce subscriptions" #189148Hey azulbambu!
I recommend to contact the plugin developer – maybe it’s a configuration issue. If you think it’s a theme conflict try to switch to the default theme first and check if the subscription product variations work with the TwentyThirteen theme.
Cheers!
PeterHey frankster1234!
As far as I know Enfold does not support such a heading style (please correct me if I’m wrong but I couldn’t find it on the demo page: http://kriesi.at/themes/enfold/ ). You can try to hire a freelancer on http://www.microlancer.com/ who should be able to implement it with 1 or 2 hours of work.
Regards,
PeterNovember 15, 2013 at 12:09 pm in reply to: Content pulled from other site on multisite will display, not process shortcodes #189146Hey!
1) No, the header probably won’t work because it requires an attachment id (=slideshow image) and I’m pretty sure that the multisite blogs do not share the same media gallery images and attachment ids. Fetching the attachments from a different database would require a major rewrite of the template builder framework.
2) Please elaborate on “the padding is a little off” – I’m not sure which padding you mean.
Best regards,
PeterNovember 15, 2013 at 12:03 pm in reply to: How can I set Enfold to swedish using Code Styling Localization? #189144Hi!
It can be found on line 682 in framework/php/class-form-generator.php – search for
$message = nl2br($this->form_params['autoresponder'])."<br/><br/><br/><strong>".__('Your Message:','avia_framework')." </strong><br/><br/>".$message;
Cheers!
PeterHi!
Strange. I marked this thread for Kriesi because I don’t know what causes the issue.
Regards,
PeterNovember 14, 2013 at 12:07 pm in reply to: Lightbox problem – description / caption not displayed #188313Hi!
Great :)
Regards,
PeterHey Vermishelle!
The standard ?p=XX parameter won’t work with the portfolio post type. Instead you must use the post type name which is “portfolio”. I.e. in your case the url would be http://www.skoroprazdnik.ru/?portfolio=подмена-вопросов
Cheers!
PeterHi Bruno!
There’re 2 options:
1) Upload the mp4/webm version of the video into the same folder like the mediathek video. The theme will load it automatically if the browser requests another video format. You just need to make sure that the file names of all videos match each other (except the file extension of course).
2) You can also insert following code into the theme functions.php file:
add_theme_support('avia_template_builder_custom_html5_video_urls');
Afterwards Enfold enables you to set 3 different videos (even with different urls) when you want to embed a “video element” into a layout. By default Enfold just allows you to upload/set one video url.
Regards,
PeterHey!
1) I tagged the thread for Kriesi – I’m not sure if the WP Retina 2x plugin is compatible with Enfold or not.
2) If you don’t want to use the PrettyPhoto lightbox because the button/images are not optimized for retina displays you can try fancybox instead ( https://github.com/fancyapps/fancyBox ). I uploaded a child theme which removes the default prettyphoto lightbox and uses the fancybox script instead here: http://www.mediafire.com/?05ho02ecut516hu
3) The dropdown icon of the select box is a png image – I’ll ask Kriesi to replace it with a high res version.
Best regards,
PeterHey!
Please create us an admin account and post the login data as private reply – we’ll check why it’s not working.
Cheers!
PeterNovember 14, 2013 at 11:23 am in reply to: Enfold Gallery Pagination needed (still need help) #188296This reply has been marked as private.November 14, 2013 at 11:18 am in reply to: Content pulled from other site on multisite will display, not process shortcodes #188295Hi!
Use following code to process the shortcodes
echo do_shortcode($post_6->post_content);
Regards,
PeterHi!
Please try following code instead of the code I posted above
#top .alignleft a, #top .alignleft a:hover, #top .alignleft img, #top .alignright a, #top .alignright a:hover, #top .alignright img, #top .aligncenter a, #top .aligncenter a:hover, #top .aligncenter img{position: relative;}
Best regards,
PeterHi!
Ok, you’re using the “grid blog” layout – that’s why it doesn’t work because the grid layout doesn’t support different post formats. However I can understand that the link format can make sense (even if you use it with the grid layout) and I decided to implement the “link post format” into the grid layout. We’ll add this change to the next theme update and I also updated the code on your server.
Regards,
PeterHey!
1) To resize the logo try this code (insert it into the quick css field):
#top .logo a img { width: 297px; }
If it doesn’t work try
#top .logo a img { width: 297px !important; }
or
#top .logo a img { max-width: 297px; }
2) The “full width image is tiled and not streached (IE8)” issue is not fixable. We use the css3 attribute “background-size” to stretch the image which is not supported by IE8 or older browsers (see “browser support” section here: http://www.w3schools.com/cssref/css3_pr_background-size.asp ). IE9/10/11 should support this css attribute though.
3) The favicon should work if you use a .ico file for the favicon. png, etc. files are not supported by IE10 or older browsers ( http://stackoverflow.com/questions/16943609/which-versions-of-ie-support-png-favicons ). If it doesn’t work try a plugin like: http://wordpress.org/plugins/all-in-one-favicon/ which allows you to set several image formats for the favicon.
Best regards,
PeterNovember 14, 2013 at 10:11 am in reply to: How can I set Enfold to swedish using Code Styling Localization? #188276Hi!
Please try to delete the German language file – it’s located in the enfold/lang folder and is called de_DE.po and de_DE.mo. I’m still not sure why Enfold loads the German language files on your server but hopefully it will start to use the Swedish translation files if you remove the German files.
Regards,
PeterHi toshe!
I’ll contact the WPML and ask them to include a filter in the next WPML version. If they include a filter we can fix it. Unfortunately the WPML support staff is not very helpful when it comes to WPML bugs.
I.e. the last time we reported a bug ( http://wpml.org/forums/topic/wpml-and-ajax-calls/ ) we simply didn’t receive any help and the issue is still not fixed because of a bug in the WPML plugin code.
Update: I posted the feature request here: http://wpml.org/forums/topic/filter-for-head_langs-function/
Cheers!
Peter -
AuthorPosts