Forum Replies Created
-
AuthorPosts
-
Hey James!
As far as know it’s not easily possible to change the structure of the table on mobile devices. You can try this table plugin instead: http://wordpress.org/plugins/tablepress/ in combination with the responsive extension: http://tablepress.org/extensions/responsive-tables/ and it should give you better results because it does not convert the table into a single column.
Best regards,
PeterHey!
You can use the “toggle” shortcode or this plugin http://wordpress.org/plugins/jquery-collapse-o-matic/ to display/hide text with a “show more” link.
Best regards,
PeterHey!
Yes, this is probably a good idea because the Photon extension conflicts with a wordpress core function: http://codex.wordpress.org/Function_Reference/wp_get_attachment_image_src and it’s something they need to fix on their end.
Cheers!
PeterDecember 10, 2013 at 2:05 pm in reply to: Broken : Post publish/update, prettyPhoto w/ pages, and ALE stripping code. #198534Hey!
I couldn’t find the reason why the = doesn’t work on your server. I guess it might have something to do with the server configuration (php.ini or htaccess file) because I can’t reproduce the issue on my test server ( http://www.screenr.com/oGwH ) and your server blocks me when I try to update/publish a post with a = symbol (equal sign) in it and I must reconnect to access your server with a new ip address. Maybe try to deactivate all firewalls and security layers and upload a clean htaccess file and check if this solves the issue. I’ll mark this post for Kriesi – maybe he stumbled over this issue in the past and knows what’s going on.
Best regards,
PeterHi Mark!
We don’t have a print.css file at the moment but I already send the feature request to Kriesi and we’ll probably add it with to the theme files with one of the next theme updates…
Cheers!
PeterHi derek62!
This is a bug in the wordpress core – see: http://core.trac.wordpress.org/ticket/25815 and https://kriesi.at/support/topic/sticky-posts-not-working/
Personally I recommend to create a new category for sticky posts and then you can select this category if you want to include the posts in the post slider query.
Cheers!
PeterHey!
Ok, the issue is caused by the Photon extension and we can’t fix this issue on our end. We use a wordpress function ( http://codex.wordpress.org/Function_Reference/wp_get_attachment_image_src ) to query the image meta data (including the image width and height to calculate the aspect ratio) and the Photon extension seems to delete the width/height data when it fetches the images from the cdn. Because of the missing meta data it’s impossible for our theme code to calculate the aspect ratio and the division of the width/height of the image to calculate the aspect ratio fails (“Division by zero” error). I now added some code which deactivates the aspect ratio calculation if the meta data is missing and in theory you can use the Photon extension without getting the warning message – however I recommend to deactivate the Photon extension because without the aspect ratio calculation you may not get the best results.
Best regards,
PeterHi!
Artikel unterstützen den Template Builder derzeit leider nicht und dies ist nicht machbar ohne den Theme Code anzupassen. Ich würde dbzgl einen Freelancer von http://www.microlancer.com/ empfehlen oder hier http://kriesi.at/contact/customization anfragen.
Cheers!
PeterHi LFE!
I’d like to check the WPML configuration. Can you please create me an admin account and I’ll look into it.
Regards,
PeterHey!
Please create me an admin account and post the login credentials as private reply – I’ll look into it.
Regards,
PeterHey LFE!
Please do not edit the breadcrumb function directly but open up functions-enfold.php and search for:
if($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));
Replace the code line with
if($breadcrumb) $additions .= avia_breadcrumbs( array( 'separator' => '/', 'richsnippet' => true, 'before' => '<span class="breadcrumb-title">You are here:</span>', 'show_home' => 'Home' ) );
and instead of “Home” and “You are here” insert your custom text.
Cheers!
PeterDecember 9, 2013 at 10:30 am in reply to: Remove default Enfold logo from header, permanently #197985Hi Synne!
I already added a filter to the logo output and starting with Enfold 2.5 (next theme update) you can remove the logo with following code
add_filter('avf_logo_final_output', 'avia_remove_default_logo', 10, 6); function avia_remove_default_logo($logo, $use_image, $headline_type, $sub, $alt, $link){ return ''; }
You can place this code into your child theme functions.php file and you don’t need to hack the parent theme files any more.
Best regards,
PeterHi!
I’m glad Yigit could help you :)
Best regards,
PeterHi!
Please check the “Discussions” option page (Settings > Discussion). Maybe you deactivated the comments for all posts? If not please try to deactivate all third party plugins – maybe a plugin deactivates the comments.
Regards,
PeterDecember 9, 2013 at 10:22 am in reply to: Search results page not similar to the one shown on them demo #197979Hi!
I’m glad Devin could help you :)
Best regards,
PeterHi danadyb!
Yes, you need a license for each (sub-)domain and probably each client uses a different domain and thus you need a new license for each project/client.
You can buy the Enfold theme with your account or you can create a new account for the client. If you purchase the theme with your account Envato will add another “Enfold” item to your “purchased item” list and your client won’t be able to download updates etc. I’m also not sure if you can create a second user account for the support forum because the new license key is also connected to your username “danadyb” and our forum will probably not allow your client to create a new account with the license key which is connected to your Envato account. If you want to allow your client to use our support forum and to download updates without using your account I recommend to create a new account for the client.
Best regards,
PeterHi!
It’s caused by the border which triggers a 2px shift of the image when you hover over the product. You can fix it by removing the “white border hover effect” or by adding a dark border to the product if the user does not hover over the product. You can use follow code
.avia_image.avia-align-center { border: #222 solid 1px; }
to add a dark border to the product image links.
Best regards,
PeterHi!
If you want to deactivate the mobile menu open up enfold/js/avia.js and delete
//check if user uses IE7 - if yes don't execute the function or the menu will break if(aviabodyclasses.indexOf("avia-msie-7") == -1) avia_responsive_menu();
and then insert following code into the quick css field to show the default menu
@media only screen and (max-width: 1280px) .responsive .mobile_menu_tablet .main_menu { display: block !important; } }
Cheers!
PeterHi!
If you want to change the border color use this css code
#top .main_color a.av-masonry-entry{ border-color: #444444; }
You can insert it into the quick css field.
Best regards,
PeterDecember 9, 2013 at 9:34 am in reply to: Avia Advanced Editor doesn't load with WordPress SEO by Yoast Plugin #197966Hey!
I still can’t reproduce the issue and Yoast SEO works fine for me: http://www.screenr.com/f7wH
However maybe it’s an issue with the memory limit. I installed a plugin which helps you to increase the allocated php memory: http://www.creativmade.com/wp-admin/options-general.php?page=change-mem – I set the memory from 64mb to 128MB.If the increased memory doesn’t solve the issue please try to test your website with another PC/Mac – maybe you’re using a browser extension which crashes Yoast SEO and you won’t notice the issue with another browser and/or PC which does not use the same browser extension.
Cheers!
Peter-
This reply was modified 11 years, 7 months ago by
Devin.
Hey!
I increased the number of posts per page and now all three categories show up on the first page: http://www.arturocampos.com.mx/portafolio/
Enfold won’t display a category in the filter list if the category is empty (=no portfolio items are assigned to the category) or if no entries of this category can be found on the current page (eg if you’re using pagination and the items of category X can only be found on page 2, 3, etc. but not on page 1).Best regards,
PeterHi LFE!
The qtranslate plugin will not allow you to translate all parts of the website because the advanced layout builder and the theme options are not translatable with qtranslate. Please use WPML instead. If you really want to use qtranslate I recommend to hire a freelancer who is familiar with this plugin and who can help you to implement the necessary code into the theme framework.
Best regards,
PeterHey!
I fixed it on your server and I sent the patch to Kriesi. The “editor” issue was caused by the low allocated memory value. I set it to 128M in wp-config.php
Regards,
PeterThis reply has been marked as private.December 7, 2013 at 12:29 pm in reply to: Broken : Post publish/update, prettyPhoto w/ pages, and ALE stripping code. #197277Hi certifiedhost!
1) Can you please create us an admin account and post the login data as private reply. I can’t reproduce the = issue on my test servers.
2) You can use the iframe function of prettyphoto but it won’t strip the header, footer, etc. If you just want to show a simply text I’d use the “inline text” feature of prettyphoto like demonstrated here: http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/#prettyPhoto – basically you just need to create a div with an id and then create a link which points to the id and add rel=”prettyPhoto” to the link. Another solution would be to use the iframe function of prettyphto which points to an external html document
3) Yes, this is a standard wordpress function wpautop() which removes unnecessary tags. You if you just want to add an empty paragraph use
<p> </p>
instead of
<p></p>
Best regards,
PeterHi mgould!
You can use the ajax portfolio feature: http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/ – i.e. the “SINGLE PORTFOLIO: BIG SLIDER” entry layout comes pretty close to the layout you want to create.
Regards,
PeterHi!
You should be able to change the font size of the tab titles with
#top #wrap_all .tab_titles { font-size: 10px; }
Regards,
PeterDecember 7, 2013 at 10:07 am in reply to: "Custom Background Image" Optimum Dimensions / File Size #197266Hi glen!
Our theme uses the background-size:cover css3 attribute ( http://www.css3.info/preview/background-size/ ) to stretch the image to fullwidth. In theory you can use any image size (i.e. 100x100px or 1000x1000px or 10000x10000px) and the browser will always stretch the image to 100% of the container width. The resolution will just determine how the images will look like on retina displays or displays with high resolutions in general. If you use a low resolution with i.e. 1280x720px the retina displays will show the bg image blurry but a standard screen will display it perfectly fine. That said there’s no general answer for your question because it depends on the image and it depends on the “message” you want to send with the image. If it’s just a bg image which should underline your text you don’t need to use a high res image and even if it displays a bit blurry no user will notice it. However if the bg image is your message (i.e. with hardcoded text, etc.) then use a high resolution image with 2560px width.
Cheers!
PeterHey!
You can replace the blog headline by editing single.php or by using a filter. I recommend to use the filter code below because you can insert it into your child theme functions.php and by going this way your code is upgrade safe and you can upgrade the parent theme without loosing the customized code. Open up the functions.php file and at the very bottom insert
add_filter('avf_title_args', 'fix_single_post_title', 10, 2); function fix_single_post_title($args,$id) { if($args['title'] == 'Blog - Latest News') { $id = 120; $args['title'] = get_the_title($id); $args['link'] = get_permalink($id), } return $args; }
Instead of 120 insert the id of your blog page. If you don’t know how to find the id please read this article: http://www.ostraining.com/blog/wordpress/how-to-find-the-page-id-in-wordpress/
Best regards,
Peter -
This reply was modified 11 years, 7 months ago by
-
AuthorPosts