Forum Replies Created
-
AuthorPosts
-
Hey!
Yes, you can change the thumbnail size with css code – insert this code into the child theme style.css file or quick css field:
#top .news-thumb, #top .news-thumb img { width: 108px; height: 36px; }
Regards,
PeterJuly 15, 2014 at 5:15 pm in reply to: Standard Editor will not work with newest Enfold Theme #291702Hi!
If you want to translate these links you must install WPML. It seems like you’re using qtranslate which is not fully compatible with Enfold and which doesn’t translate these prev/next links, etc.
Regards,
PeterHey!
I can’t test the booking calendar on http://www.novamaris.com/ – I just get a “Hosted by SigmaWeb Visit SigmaWeb!” message. On this page http://www.novamaris.es/ the event calendar doesn’t work or at least I couldn’t find it…
Regards,
PeterHi!
Yes, the paginations can NOT work independently from each other. If you want to avoid that the blog pagination changes the portfolio pagination or vice versa you must make sure that just one pagination is used on the same page. That’s a wordpress limitation which we can’t solve it on our end without creating a lot of code overhead which would result in bad page loading and query performance.
Best regards,
PeterHi!
Please create us an admin account and post the login credentials as private reply.
Regards,
PeterHi!
Great, please let us know if it doesn’t work.
Best regards,
PeterHey!
It seems like you’re using the “Blog” element to display the blog. You’ve two options:
1) Do not use the read more tag but the “excerpt” option field on the post editor page to create the excerpt.
2) Add this code to the functions.php file:
add_filter( 'post-format-standard', 'avia_category_content_filter', 15, 1); function avia_category_content_filter($current_post) { if(!is_single()) { global $more; $more = 0; $current_post['content'] = get_the_content(__('Read more','avia_framework').'<span class="more-link-arrow"> →</span>'); } return $current_post; }
Regards,
PeterHey Micheal0424!
1) Page Caching has nothing to do with the theme but with your wordpress setup. You can use tools like W3TC or SuperCache to cache your website. Both cache plugins should work with Enfold although W3TC is hard to configure properly and I recommend to use SuperCache for page caching.
2) URL Rewriting can be done with the permalink options (Settings > Permalinks). Enfold does not affect/change the permalink settings.
Best regards,
PeterJuly 14, 2014 at 5:33 pm in reply to: WooCommerce Plugin and Advanced Editor (Avia Layout Builder) #291171Hey!
No, unfortunately I’m also clueless at this point. I’ll mark this thread for Kriesi in case he can provide some useful tips.
Cheers!
PeterHi sundialstudios!
No, afaik this is not possible. You can try Master Slider instead which should support product slides out of the box.
Cheers!
PeterJuly 14, 2014 at 5:28 pm in reply to: Remove "Archive" in Theme for all Tax not just category #291167Hey!
Because is_tax() will not work for standard post categories. You must use is_category() for post archives. The documentation: http://codex.wordpress.org/Function_Reference/is_tax mentions this limitation: “Note that is_tax() returns false on category archives and tag archives. You should use is_category() and is_tag() respectively when checking for category and tag archives.”
Cheers!
PeterHey jgdoyle1!
Tbh personally I didn’t test any plugins but you can try some free plugins from the wordpress plugin repository – i.e. https://wordpress.org/plugins/email-address-encoder/
Regards,
PeterHi!
No, not really. You can use this code in the the child functions.php without breaking something. I use this plugin: http://wordpress.org/plugins/backupwordpress/ to backup my websites.
Regards,
PeterHi!
Thanks – we’ll include it with the next update.
Cheers!
PeterHey!
Please try to import the parent theme settings. Go to Enfold > Theme Options > Import/Export and click the blue “Import Parent Theme Settings” button.
You can try to add a margin-right to the masonry gallery to center it. I.e. with this code:
.header_color .av-masonry { margin-right: 15px; }
Regards,
PeterJuly 14, 2014 at 5:14 pm in reply to: Color section background to overlap color section background below #291152Hi!
No, this is currently not easily possible especially if you want to make the color sections responsive for mobile devices. It can be done but would require some fiddling with css code and testing, etc. and is beyond the scope of our support forum. If you need help with this job I recommend to hire a freelancer – i.e. from: http://studio.envato.com/
Best regards,
PeterHi!
I fixed the issue with the pagination. If you don’t want to hide the portfolio posts on the second, etc. page you just need to deactivate the pagination of the portfiolio grid ( https://www.clipular.com/c/6133203907641344.png?k=V_MmAxfQ5kq0wiFIM8NNfBGTcuE ). Note that the pagination of the blog affected the portfolio post query and vice versa and you need to deactivate the pagination if you don’t want to use it for your portfolio posts.
Best regards,
PeterHey!
Install a plugin like: http://wordpress.org/plugins/display-widgets/
Then add the widgets to the “Displayed Everywhere” widget area and configure the “Show/Hide Widget” options to show these widgets just on the product archive page.Cheers!
PeterThis reply has been marked as private.Hi!
Ok, schön, dass ich helfen konnte.
Regards,
PeterJuly 13, 2014 at 9:42 am in reply to: Remove "Archive" in Theme for all Tax not just category #290753Hi!
is_tax() will not work on standard category archive pages. In your first post you asked how you can use this code with a custom taxonomy and I thought you don’t want to use it with post categories. If you want to use it with taxonomies/terms and post categories use it like:
add_filter('avf_which_archive_output', 'avf_remove_which_archive_output', 10, 1); function avf_remove_which_archive_output($output) { $output = ""; if(is_tax('portfolio_entries') || is_category()) { $term = get_term_by( 'slug', get_query_var( 'term' ), get_query_var( 'taxonomy' ) ); $output = $term->name; } return $output; }
The code will affect all archives of the taxonomy “portfolio_entries” and all post category archives.
Cheers!
PeterJuly 12, 2014 at 6:46 pm in reply to: Remove "Archive" in Theme for all Tax not just category #290581Hi!
Yes, if you just want to remove the “Archive” prefix from all archive pages of the portfolio taxonomy. If you want to use it with another taxonomy replace “portfolio_entries” with your custom taxonomy name. You can also use it for more than one taxonomy like:
if(is_tax('portfolio_entries') || is_tax('my_ustom_taxonomy'))
Best regards,
PeterHey!
Since Enfold 2.8 you can set a different landing page for each contact form ( http://www.clipular.com/c/4854676969226240.png?k=yhHlXU7OAUFK-TEGutosK2Mns6c ). If you set a different page for each form you should be able to track the submissions by checking the number of page views of each landing page.
Best regards,
PeterHi paulchiao!
We didn’t test Enfold with Google translate and officially we don’t support it. I saw some websites which use Enfold with Google translate but I’m not sure how difficult it is to implement the google translate scripts.
Best regards,
PeterJuly 12, 2014 at 4:53 pm in reply to: Remove "Archive" in Theme for all Tax not just category #290534Hi Ed!
You can use the is_tax conditional: http://codex.wordpress.org/Function_Reference/is_tax instead of is_category(). Use it like:
add_filter('avf_which_archive_output', 'avf_remove_which_archive_output', 10, 1); function avf_remove_which_archive_output($output) { $output = ""; if(is_tax('portfolio_entries')) { $term = get_term_by( 'slug', get_query_var( 'term' ), get_query_var( 'taxonomy' ) ); $output = $term->name; } return $output; }
The code above will remove the “Archive” prefix from all archive pages of the portfolio taxonomy. You can also use the second parameter to specify a special term/category of this taxonomy – i.e. is_tax(‘portfolio_entries’, ‘Books’) would just affect the term archive page of the portfolio category “Books”.
Best regards,
PeterJuly 12, 2014 at 4:46 pm in reply to: WooCommerce Plugin and Advanced Editor (Avia Layout Builder) #290530Hey!
I’m not sure why WooCommerce breaks the editor but another user reported a similiar issue some time ago: https://kriesi.at/support/topic/edit-page-not-working-anymore/ . Try to add this code to the wp-config.php file:
define('CONCATENATE_SCRIPTS', false); define('SCRIPT_DEBUG', true);
and check the results.
Best regards,
PeterJuly 12, 2014 at 4:33 pm in reply to: How to reactive Enfold downsizing of Image in Post Blog #290529Hey Ed!
The only solution would be to switch to the “fullwidth blog” layout like demonstrated here: http://kriesi.at/themes/enfold/blog/blog-single-author-full/ – then the images will fit into the surrounding blog container (which has a width of around 1040px). If you use the default blog layout with a sidebar there’s simply not enough space to display the images with a resolution of 950px because the surrounding blog container has a width of just 700px.
Regards,
PeterHi twdlewis!
I think this thread will help you: http://stackoverflow.com/questions/8067510/onclick-javascript-to-make-browser-go-back-to-previous-page – i.e. try:
<a href="javascript: history.go(-1)" class="button">Back</a>
Best regards,
PeterHey!
Unfortunately you can only display the sidebar after the last fullwidth element. If you’re using a fullwidth element at the very bottom you can’t display a sidebar. Kriesi is aware of the limitation and we’ll try to find a solution when we find some time but it’s a complex problem and there’re too many possible combinations to support them all. Right now you can only display the sidebar if you add a non-fullwidth element (i.e. Textblock or Blog Element) after the masonry element.
Regards,
PeterHey Luke86!
No, unfortunately this is not easily possible because it would break the “shrinking header” animation.
Regards,
Peter -
AuthorPosts