Forum Replies Created
-
AuthorPosts
-
October 30, 2013 at 11:33 am in reply to: VIdeo URL doesn't work when parameters added after the URL #182376
Hey!
I’m don’t know how you can hide the “recommended videos” but I tried the generator and following code should hide the logo
<iframe id="youtube-player" type="text/html" width="640" height="385" src="http://www.youtube.com/embed/TvLEg_UjUVw?modestbranding=1" frameborder="0" allowfullscreen>
Best regards,
PeterHey!
No, Wistia is not supported by wordpress ( http://codex.wordpress.org/Embeds ) or the PrettyPhoto Lightbox. Only Youtube and Vimeo are supported by PrettyPhoto (see: http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/ )
Regards,
PeterHey allegrabillings!
Please open up wp-content\themes\enfold\config-templatebuilder\avia-shortcodes\masonry_entries.php and delete the entire code. Then paste the code from: https://gist.github.com/InoPlugs/1ce9b14b6c37e93015e5
Regards,
PeterHey!
IE doesn’t support png images as favicons yet ( http://stackoverflow.com/questions/16943609/which-versions-of-ie-support-png-favicons ). please use a .ico image and the favicon should work.
Cheers!
PeterHi!
You can use the .home class. I.e. instead of
.bottle{ width: 350px; height: 650px; position: fixed; left: 0; top: 0; z-index: 1000; }
use
.home .bottle{ width: 350px; height: 650px; position: fixed; left: 0; top: 0; z-index: 1000; }
and the bottle will only be displayed on the front page.
Best regards,
PeterHi!
Glad you found the solution :)
Cheers!
PeterHi!
Open up enfold/js/avia.js and replace
avia_responsive_menu();
with
avia_responsive_menu(); jQuery('.single-product-main-image .images a').find('img').unwrap();
Cheers!
PeterOctober 30, 2013 at 8:38 am in reply to: Gallery is not working when we want to add any images it is not opening. #182350Hi!
1) I updated WP to v3.7.1 and the gallery seems to work now. Before I got this error message
Uncaught SyntaxError: Unexpected token ILLEGAL load-scripts.php,qc=0,aload,P5B,P5D=jquery-ui-core,,jquery-ui-widget,,jquery-ui-mouse,,jquery-ui-so…:31
2) Please try to install and configure a smtp plugin: http://wordpress.org/plugins/easy-wp-smtp/ – we use the wp_send function to send the emails and it should be compatible with our theme.
Regards,
PeterHey!
1) Try following code to change the background
.page-id-2459 .header_color .header_bg { background: #1a1a1a url(https://www.digitalclicksmarketing.com/dcm/wp-content/uploads/2013/04/header_background1.jpg) top center repeat scroll; }
2) Probably not without creating a new layout element because i.e. a table would look different. However you can create a 3 column structure and then use the “iconbox” shortcode to create a similar design. You can also try the new masonry grid to reproduce it.
Best regards,
PeterOctober 30, 2013 at 7:54 am in reply to: Different layout for portfolio tag archive and blog archive #182345Hi!
Personally I recommend to use this plugin: http://wordpress.org/plugins/widget-logic/ – it helps you to show/hide widgets on certain pages.
If you want to show a widget just on the tag pages use following conditional
is_tag()
If you want to hide a wigdet on tag pages use
!is_tag()
Cheers!
PeterHey!
Ok, I’ll also notify Kriesi about your request.
Best regards,
PeterHi!
We’re aware of this limitation (see: https://kriesi.at/support/topic/preformatted-text-in-layout-builder/ ) and it’s on our todo list. For now you can use a plugin like: http://wordpress.org/plugins/insert-html-snippet/ to insert your snippets.
Regards,
PeterHey fusion01!
Enfold deactivates the next/prev buttons when you use a fullwidth slider on the page. The reason is that the slider navigation and the next/prev post navigation may overlap each other and Kriesi wanted to avoid this problem. If you still want to show both navigation buttons open up functions-enfold.php and delete following code
//dont display if a fullscreen slider is available since they overlap if((class_exists('avia_sc_layerslider') && !empty(avia_sc_layerslider::$slide_count)) || class_exists('avia_sc_slider_full') && !empty(avia_sc_slider_full::$slide_count) ) return;
Cheers!
PeterOctober 29, 2013 at 5:51 pm in reply to: Portfolio page images disappeared after update from 2.2 to 2.4.1 – continued #182161Hey reidbiz!
Actually Kriesi and I work with Chrome and it’s more likely that we miss a Firefox issue :) – however I found the problem and we’ll fix it in the next update.
Best regards,
PeterHi glozemedia!
Please suggest your idea here: https://kriesi.at/support/topic/enfold-feature-requests/ – if more user request it we’ll look into it.
Best regards,
PeterHey!
No, not by default because you can’t display the page content in the slider area. You can try a “background image” plugin like: http://wordpress.org/plugins/background-manager/ or http://wordpress.org/plugins/wp-backgrounds-lite/ and then you should be able to add a slider behind the text content.
Best regards,
PeterHi!
Try to insert this code
#header_main .container { width: 1130px\9; }
If it doesn’t work try to increase/decrease the px value a bit.
into the quick css field
Best regards,
PeterOctober 29, 2013 at 5:33 pm in reply to: Buttons from Layout Builder not Going to Right Location #182148Hi!
Please install this plugin: http://wordpress.org/plugins/solid-code-theme-editor/ and make sure that we can edit the theme files with it. (set the folder permission of the theme to 777). I can’t reproduce the issue on my test servers and I need to debug the code on your server.
Best regards,
PeterOctober 29, 2013 at 5:20 pm in reply to: How to scroll right on mobile when table is bigger then viewport? #182136Hey Walgermo!
You can use this css code
#resultatservice_container { overflow-x: auto; }
to make the table container scroll-able. Insert the code into the quick css field.
Cheers!
PeterHey!
Yes, the WPML setup can be a real pain sometimes. Someone who hired me as a freelancer had also problems with the permalink rewrite rules and it turned out that his server simply stopped to process them. He switched to a different hoster, cloned the entire website and suddenly everything started to work flawlessly. I still don’t know which php or htaccess configuration caused the issue on the first server but the same settings worked on another server and thus I think it was not a configuration or plugin/theme code issue.
Regards,
PeterHey!
I did not test it but you can try to overwrite the default separator with following css code
#js_sort_items .text-sep:after { content: "|"; } #js_sort_items .text-sep{ display: none; }
Insert it into the quick css field.
Regards,
PeterHi jmbernstein!
This is not possible without some theme code customization. By default Enfold just supports one logo and one header. I recommend to hire a freelancer who can implement this feature for you.
Cheers!
PeterHey!
You can use thw wp_head hook. Add following code to the bottom of functions.php
add_action('wp_head','avia_print_meta_data', 10); function avia_print_meta_data(){ echo '<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">'; }
Best regards,
PeterOctober 29, 2013 at 9:54 am in reply to: After WP 3.7: Warning: Missing argument 3 for wpseo_upgrader_process_complete() #181967Hi Johan!
You can ignore it. It seems to be a small bug in the Yoast SEO plugin code.
Regards,
PeterOctober 29, 2013 at 9:49 am in reply to: Updated to WP 3.7 and Enfold 2.4 and now Portfolio Grids are Broken #181965Hi!
Please create us an admin account and post the login credentials as private reply.
Regards,
PeterHi crospa91!
Do you use the “Advanced Layout Builder” on this page? If yes the comments won’t work because the page builder does not support them yet. You can switch to the “Default Editor” and use the shortcodes (Magic Wand Icon) to build a similar page with comments though.
Cheers!
PeterHey xilopix!
<h3 style="\"text-align:" center;\">Lorem Ipsum</h3>
doesn’t seem to be a valid css syntax for me. If you want use css inline styles you don’t need to add quotes to the css attributes like “text-align:” but you just write
<h3 style="text-align:center;">Lorem Ipsum</h3>
Regards,
PeterHey cothedo!
You also need to generate the mo file. You can use PoEdit ( http://www.poedit.net/ ) to generate it. Open up the po file and hit the save button. Poedit should now generate two files, a mo file and a po file. Upload both files into the enfold/lang folder.
Cheers!
PeterHey!
Ok, please let us know if it works for you or not.
Cheers!
PeterHey!
Dies sollte im letzten Update schon behoben sein, aber vielleicht hat es Kriesi noch nicht in v2.4.1 inkludiert. Versuche einmal folgenden Code in das Quick CSS Feld einzufügen
body .alignleft, .entry-content-wrapper a:hover .alignleft, body .alignright, .entry-content-wrapper a:hover .alignright, body .aligncenter, .entry-content-wrapper a:hover .aligncenter{position: relative;}
Cheers!
Peter -
AuthorPosts