Forum Replies Created
-
AuthorPosts
-
Hey!
1) Please create me an admin account and post the login credentials as private reply. I”ll look into it.
2) The grid format just supports preview images at the moment. Maybe we’ll add video support in the future but afaik we didn’t get feature request yet and thus it’s not on our “priority” list. The grid format is not intended to be used for video blogs because the space/column width is not enough to display (and view) the video properly. The standard blog layout allows us to display the videos with a width of at least 500-600px.
Best regards,
PeterHey!
Please try to update Enfold to 2.5.4. Kriesi did some debugging ( https://kriesi.at/support/topic/2-5-background-videos-user-examples-for-debugging/ ) and the youtube api issue should be fixed now.
Regards,
PeterHi!
Since WP3.6 you don’t need a third party plugin – you can use the audio shortcode: http://codex.wordpress.org/Audio_Shortcode
[audio mp3="source.mp3" ogg="source.ogg" wav="source.wav"]
Best regards,
PeterHi!
Right now we do not plan a “deep integration” of Events Calendar (i.e. Advanced Layout Editor support for Events, etc.) because the templates are different but you can use the shortcodes generator (magic wand icon in the TinyMCE (visual editor) toolbar) to insert shortcodes into the event page description/content.
Regards,
PeterHey Helchar!
Open up wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php and replace:
switch($contents) { case "excerpt": $excerpt = $entry->post_excerpt; $title = $entry->post_title; break; case "title": $excerpt = ''; $title = $entry->post_title; break; case "only_excerpt": $excerpt = $entry->post_excerpt; $title = ''; break; case "no": $excerpt = ''; $title = ''; break; }
with
switch($contents) { case "excerpt": $excerpt = $entry->post_excerpt; $title = $entry->post_title; break; case "title": $excerpt = ''; $title = $entry->post_title; break; case "only_excerpt": $excerpt = $entry->post_excerpt; $title = ''; break; case "no": $excerpt = ''; $title = ''; break; } $cats = get_the_term_list($the_id, 'portfolio_entries', '', ', ','').' '; if(!empty($cats)) { $excerpt = '<span class="blog-categories minor-meta">'.__('in','avia_framework')." "; $excerpt .= $cats; $excerpt .= '</span>'; }
This code will replace the excerpt text with the category list.
Cheers!
PeterHi Design!
You can try to replace prettyphoto with fancybox. This child theme: http://www.mediafire.com/?05ho02ecut516hu will replace the lightbox script and you can check if it gives you better results than the default lightbox. Personally I prefer the fancybox script because the animations look better and it’s responsive. Unfortunately we can’t bundle it with the theme because of license restrictions – see: http://fancyapps.com/fancybox/#license
Regards,
PeterFebruary 26, 2014 at 9:40 am in reply to: Pricing table: how do I include smaller text in the pricing row? #229475Hey lordvadar10!
You just need to write your text into a small tag – i.e. like:
<small>per month</small>
Cheers!
PeterFebruary 26, 2014 at 9:39 am in reply to: Woocommerce edit account information page email alignment #229474Hi!
Please insert this code into the quick css field to fix the issue:
.form-row.form-row-wide { clear: both; }
Regards,
PeterHi!
Something (probably custom code) adds some weird output to the head area of the website (i.e.:
<!-- Add jquery script to support Conditional Forms--> <script type="text/javascript" src="http://mobilcsarnok.hu/wp-content/themes/enfold/js/1.7.1/jquery-1.7.1.min.js"></script> <script type="text/javascript" src="http://mobilcsarnok.hu/wp-content/themes/enfold/js/hidefieldsScript.js"></script>
) and this breaks the doctype definition and some other things. See: http://validator.w3.org/check?uri=http%3A%2F%2Fmobilcsarnok.hu%2F&charset=%28detect+automatically%29&doctype=Inline&group=0
Please revert the changes or install the unmodified, updated theme files with ftp: https://vimeo.com/channels/aviathemes/67209750 to fix the issue.
Best regards,
PeterFebruary 26, 2014 at 9:22 am in reply to: Full Width Template Automatically Resizes Content to Mobile Size #229468Hi stoffey99!
Please insert this code into the quick css field:
.single-tribe_events .fullsize .content { width: 100%; }
Regards,
PeterFebruary 26, 2014 at 9:18 am in reply to: Keeping Image Size small for responsive display in mobile #229467Hi!
If the BC Responsive Images plugin uses php to resize the images on the server it may help you to reduce the file size. However it will probably not work with Enfold if it uses a jquery script to replace the image because such a script will conflict with our jquery code for sure (slider scripts, animation code, etc.). If you really want to reduce the file size a bit try a tool like: http://www.obviousidea.com/de/windows-software/light-image-resizer/ to reduce the file size of the original images before you upload them.
Cheers!
PeterHey davidrk!
You can try https://wordpress.org/plugins/wp-super-cache/ and https://wordpress.org/plugins/bwp-minify/ – maybe they can improve the performance a bit. If not you might consider a server/host switch because if the server itself (hardware, number of hosted websites, etc.) is slow you can’t improve the page speed with plugins. Often you even just slow down the website with the plugin because they require even more resources (cpu and ram usage) and then the server response time will be slower.
Cheers!
PeterHi Sally!
1) Yes, you can use a newsletter plugin like: Tribulant Newsletter Plugin. There’re some other plugins out there but I didn’t test them.
2) Yes, use google analytics ( http://wordpress.org/plugins/google-analytics-for-wordpress/ ) or – if you like a self hosted solution – use Piwik: http://piwik.org/ / http://wordpress.org/plugins/wp-piwik/. I prefer piwik but the setup is not as easy as the google analytics setup.
3) Yes, you can use this plugin: http://wordpress.org/plugins/simple-share-buttons-adder/
Regards,
PeterHey!
You can try to add a “Color Section” to the layout. Then use the “Section Minimum Height” option: http://www.clipular.com/c/6248100729454592.png?k=uv9y0eTazC1ex3LFe6HcMsFLH14 to set a minimum height for the content section. This height will be applied regardless of the content height. If the page is an archive page (i.e. shop page or post) you can’t set a minimum height for the content. In this case you either need to add more content or the footer/socket area will be bigger.
Cheers!
PeterHi!
Great, glad that Yigit could help you :)
Best regards,
PeterHey!
No, it’s not a spacing issue but the location of the label is different and breaks the plugin labels. Add this code to the quick css field and the issue should be fixed:
#commentform .oneall_social_login label { position: relative; left: 0; }
Best regards,
PeterHey!
1) Please try to re-install the theme with ftp: https://vimeo.com/channels/aviathemes/67209750 – maybe a theme file is corrupt.
2) Go to Enfold > Theme Options and delete your custom icon font files. Then upload the icon font file again. I get a warning “: include(/home3/hawthor3/public_html/wp-content/uploads/avia_fonts/fontello/charmap.php) [” – “]: failed to open stream: No such file or directory in …” and it seems like the font files where removed from the server during the update.
Cheers!
PeterHey!
Try to replace this line from wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:
if(!is_admin() && !session_id()) session_start();
with
if(!is_admin() && session_id() == "") session_start();
If it doesn’t work delete this line completely.
Regards,
PeterHey!
The line you mentioned in your last post
wp_list_pages(‘title_li=&sort_column=menu_order’.$exclude);
will only be executed if no custom menu is set. Then the theme must generate a fallback menu and it uses the wp_list_pages function to query all pages for the fallback menu. If you think the wp_list_pages() function breaks your website go to Appearance > Menus, create some custom menus and then assign these menus to the right theme location. As soon as a custom menu is assigned to the theme location no fallback menu will be generated and Enfold doesn’t execute the wp_list_pages() function.
Best regards,
PeterFebruary 25, 2014 at 10:11 am in reply to: How to remove the 'Enfold Theme by Kriesi' in the socket? #228926Hi tangcslanyu!
You just need to add
[nolink]
into the copyright text option field.
Cheers!
PeterHey!
1) You can try to add a “Color Section” to the layout. Then use the “Section Minimum Height” option: http://www.clipular.com/c/6248100729454592.png?k=uv9y0eTazC1ex3LFe6HcMsFLH14 to set a minimum height for the content section. This height will be applied regardless of the content height. If the page is an archive page (i.e. shop page or post) you can’t set a minimum height for the content. In this case you either need to add more content or the footer/socket area will be bigger.
2) I recommend to hide the image with some css code – insert this code into the quick css field:
.template-shop .page-thumb{ display: none; }
Cheers!
PeterHi!
No, unfortunately there’s no way to measure the width of the content inside the columns with css. You can change the media queries if you want to change the responsive layout for smaller screens but this layout is also based on a percentage value and it will break the content (i.e. new line or hide it) if it doesn’t fit into the column.
You can use this code:
@media only screen and (max-width: 989px) and (min-width: 768px){ .responsive #footer .av_one_fourth.first.el_before_av_one_fourth, .responsive #footer .av_one_fourth.first + .av_one_fourth, .responsive #footer .av_one_fourth.first + .av_one_fourth + .av_one_fourth, .responsive #footer .av_one_fourth.first + .av_one_fourth + .av_one_fourth + .av_one_fourth, .responsive #footer .av_one_half.first + #footer .av_one_fourth.el_before_av_one_fourth, .responsive #footer .av_one_half.first+ #footer .av_one_fourth.el_before_av_one_fourth+ #footer .av_one_fourth { margin-left: 3%; width: 20.5%; } }
to change the width of the columns for screens with a width between 989px and 768px. Change the width percentage value if necessary and/or adjust the max-width/min-width values to get better results.
Cheers!
PeterHey!
I suggest to use the free Codestyling plugin to translate the WooCommerce plugin or to change the translation. Install the plugin ( http://wordpress.org/plugins/codestyling-localization/ ), go to Tools > Localization and select “Plugins”. Then search for “WooCommerce” in the list and select your language and click on “Rescan” to search for all text strings. Afterwards click on “Edit” and translate the required strings from the textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).
Cheers!
PeterHi!
You can try to replace this line in enfold/js/avia.js:
new $.AviaTooltip({"class": 'avia-search-tooltip',data: 'avia-search-tooltip', event:'click', position:'bottom', scope: "body", attach:'element'});
with
new $.AviaTooltip({"class": 'avia-search-tooltip',data: 'avia-search-tooltip', event:'click', position:'bottom', scope: "#header", attach:'element'});
This change will change the click event scope and maybe fix your issue.
Best regards,
PeterHey!
This child theme: http://www.mediafire.com/?05ho02ecut516hu replaces prettyphoto with fancybox and should be a good starting point for your project.
Best regards,
PeterHey!
If you use a 3 columns layout the thumbnail size of 200×200 doesn’t make sense because the columns will stretch the images to 273px x 273px. You can try to increase the number of columns on the settings page (WooCommerce > Settings > Products – scroll down and search for the “Column Count” option and set it to 4 or 5). Then Enfold will show more columns per row and the image/thumbnail size will decrease because the column width is smaller.
Best regards,
PeterHi!
Did you try to deactivate all third party plugins. Then check if this fixes the “Internal Server Error” issue. If yes activate some of them and check if the “Internal Server Error” returns again or not. If not activate more plugins until the “Internal Server Error” pops up again. Afterwards you should be able to identify the plugin which causes the issue.
Best regards,
PeterHey!
I can’t reproduce the issue on my test server. Please create us an admin account and post a link to the page where the button doesn’t work.
Best regards,
PeterHi 500Webmaster!
Please create us an admin account and post the login credentials as private reply. We’ll test the contact form and debug the code if necessary.
Regards,
PeterHey!
Please try to insert this code into the quick css field:
#top #wrap_all .widget_nav_menu ul ul .children { padding-left: 10px !important; }
Best regards,
Peter -
AuthorPosts