Forum Replies Created
-
AuthorPosts
-
Hi!
The reason why the hover effect doesn’t work is that Kriesi checks the height of the image with following code in enfold/js/avia.js
if(current.outerHeight() > 100)
and if the height is smaller than 100px the function won’t apply the hover effect because there’s not enough space for the round icon. You can try to modify the function and replace 100 with i.e. 80 but personally I recommend to upload a bigger version of the image which has a height of at least 101px.
Regards,
PeterHey Seba1973!
1) Die Reihenfolge der Portfiolio Entries und der anderen Posts kannst du mit diesem Plugin anpassen: http://wordpress.org/plugins/post-types-order/
2) Dies geht mit CSS Code – siehe https://kriesi.at/support/topic/reduce-the-width-of-fullwidth-masonry-gallery/
Regards,
PeterHey!
The warning/error message tells you that the server tried to write the session data but it failed because it couldn’t open the temporary session folder (/tmp/sess_f6757761a97fb8d7860e3f8d5f5dab3c) to write the session data (failed: Permission denied). Please ask your hoster to fix the folder/session permissions. Without sessions you can’t use the theme properly.
For more information you can read http://stackoverflow.com/questions/5104065/php-session-handling-errors and http://www.vikasing.com/2013/02/pita-6-php-warning-unknown.html
Best regards,
PeterHi!
Versuche
#top #wrap_all #kette .container .content { padding-top: 0; padding-bottom: 0; }
Cheers!
PeterHi!
Go to Settings > Reading and increase the number of items per page.
Best regards,
PeterHi!
No, i.e. 100mb or 80mb should be enough. I just mentioned 128mb as an example because you said that the upload limit is set to 128mb.
Best regards,
PeterHey!
The template builder is WPML ready because you can create templates for all languages and the template builder also reflects the different languages (translated text string, etc.). Imo it would only be incompatible (not “WPML ready”) if you can just use it with one language and not with the translated version of your website. If we come across a simple solution for managing all shortcodes with a centralized method we’ll implement it but I think that such a solution doesn’t exist yet.
Best regards,
PeterHi p_niedrich!
Please create me an admin account and post the login data as private reply. I need to check the slider settings, attachment ids, etc. to find the issue.
Best regards,
PeterHi dalcnetsrl!
Please increase the allocated memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP – you need to modify the wp-config.php file.
Cheers!
PeterHi!
Great, glad it works now :)
Cheers!
PeterDecember 6, 2013 at 4:47 pm in reply to: Trying to get comments to show up on a custom post type. #197014Hey!
If you want to test it download http://pastebin.com/ttHU4cF3 , rename it to comments.php and place it into the /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/ folder. Then insert
.comment_container{max-width: 100%;}
into the quick css field. Afterwards you can select the “comments” element in the advanced layout builder (Content Elements tab).
Cheers!
PeterHey!
I recommend to change the order by changing the date because the prev/next buttons do not allow you to apply a custom order (menu order or order by title, etc.). If you don’t want to change the order of the portfolio items in the footer use: http://wordpress.org/plugins/post-types-order/ to sort the items manually and to “correct” the date order if necessary.
Regards,
PeterHey!
I looked into it and the problem is that the Swedish translation file seems to contain German text strings. We didn’t notice it in the past because no staff member of the support team speaks Swedish and we did not translate the theme. We used a file which was provided by an user and we didn’t check if the text strings are translated properly or not. I made a video which shows you how you can find and change the German text strings: http://www.screenr.com/fXoH with Codestyling (see https://kriesi.at/support/topic/how-can-i-set-enfold-to-swedish-using-code-styling-localization/#post-186758 ).
Afterwards regenerate the mo file. If you’re ready please send us the translated files and we’ll include them in the next update for all Swedish users.
Cheers!
PeterHi!
I think the “Better WordPress Minify” caused the issue. I deactivated the plugin now and the styling seems to be consistent on all pages. Maybe try to exclude the dynamic stylesheet (enfold_de.css, enfold_it.css, etc.) from the compression or (probably better) switch to W3TC and use the “manual” mode to include only some of the css/js scripts into the “minify” process.
Regards,
PeterDecember 6, 2013 at 2:44 pm in reply to: Trying to get comments to show up on a custom post type. #196989Hey!
I looked into it and maybe we can implement this feature in the next theme update. The buffer function works surprisingly well with the comment form and I already wrote the code for the comments form and comments list element. However I want to test it with the rest of the team before we release it.
Regards,
PeterHi StuWeTueHo!
We’ll change this with the next theme version. For a quick fix open up and replace
setTimeout(first_load_amount, 10); $('body').bind('added_to_cart', update_cart_dropdown);
with
setTimeout(first_load_amount, 10); $('body').bind('added_to_cart', update_cart_dropdown); $('.single-product-main-image .images a').each(function(index,value){ var $this = $(this), title = $this.attr('title'), img = $this.find('img'), description = img.attr('alt'); $this.attr('title', description); img.attr('alt', title); });
Cheers!
PeterHey gamemaster!
1) Please update your theme to version 2.4. We added schema.org markup to the theme code which can improve SEO. The change was introduced with theme version 2.4.
2) Try to send the sitemap.xml to google. The sitemap.xml file can be found here: http://www.bikevents.dk/sitemap_index.xml and this page will help you to submit the sitemap: https://support.google.com/webmasters/answer/183669?hl=en&ref_topic=8476
Best regards,
PeterHey!
Ja, im Code hat eine Klammer gefehlt – sollte nun funktionieren. Stelle bitte sicher, dass die Layout Option auf “boxed” gesetzt ist.
Best regards,
PeterHi!
Yes – use following css code and change the font size.
#top label { font-size: 12px; }
Regards,
PeterHi!
Ok, habe es nun mit
#top #wrap_all #kette, #top #wrap_all #kette .container { width: 100% !important; } #top #wrap_all #kette .container .avia_image.avia-align-center { margin-right: 0; } #top #wrap_all #kette .container .content{ padding-top: 0; }
und einem whitespace über der Schrift in der Mitte gelöst.
Best regards,
PeterHey romano2!
The problem is that most youtube videos will not have the same aspect ratio like your fullwidth slider and the video will display in a letterbox. You probably need to play around with the height value to get a fullwidth video. However you can stretch the player/iframe to 100% for sure. I.e I used
<iframe id="ytplayer" type="text/html" src="https://www.youtube.com/embed/CfihYWRWRTQ" frameborder="0" style="width:100%; height:100%" allowfullscreen>
and following settings: http://www.clipular.com/c/4537130453827584.png?k=uRxJjV7uYgwq0aFhjGcqNpSRFzQ to stretch the youtube video on my test server page: http://test.inoplugs.com/agb/
You probably need to use a px value instead of 100% height to find the right aspect ratio for the video.
Best regards,
PeterHey!
As far as I know socialize does not offer a php function to call the social media icons directly within the php code (however please correct me if I’m wrong). However according to this thread: http://wordpress.org/support/topic/short-code-23?replies=2 you can add attributes to the shortcode. You can use the attributes like
do_shortcode('[ssba title="'.$entry->post_title.'" url="'.get_permalink($the_id).'"]');
to customize the output of the social media links for each post in postslider.php
Best regards,
PeterHi!
Yes please create us an admin account and post the login data as private reply.
Best regards,
PeterHey!
Please add a “noLightbox” class to the link to deactivate the lightbox. I.e. replace
<a href="http://philsouth.com/beta/wp-content/uploads/2011/12/azumi_m1.jpg"><img class="alignnone size-square wp-image-3153" alt="azumi_m1" src="http://philsouth.com/beta/wp-content/uploads/2013/11/azumi-yumi.jpg" width="180" height="180" /></a>
with
<a href="http://philsouth.com/beta/wp-content/uploads/2011/12/azumi_m1.jpg" class="noLightbox"><img class="alignnone size-square wp-image-3153" alt="azumi_m1" src="http://philsouth.com/beta/wp-content/uploads/2013/11/azumi-yumi.jpg" width="180" height="180" /></a>
to deactivate the lightbox for the first image link.
Best regards,
PeterHey!
Can you upload the icons please and post a link to your website – we need to investigate the source code first hand.
Best regards,
PeterHey!
It’s probably not a problem with the upload limit value but I guess the post_max_size value is too low. Open up the php.ini file, search for the “post_max_size” value and change it to 128M. Also make sure that the allocated memory limit is set to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Best regards,
PeterHi!
Ich brauche auch Administratorenrechte (derzeit bin ich nur Abonnent), ansonsten kann ich nicht auf den Template Builder zugreifen.
Best regards,
PeterDecember 6, 2013 at 9:00 am in reply to: Trying to get comments to show up on a custom post type. #196920Hi Branndon!
The avia layout builder does not support comments at the moment. You can try to use the default editor instead and if your cpt template uses the comment form template (you can call it with comments_template( ‘/includes/comments.php’); ) the comments form should show up. We want to add a comments form element to the advanced layout builder but we have no concrete plans or an ETA yet.
Best regards,
PeterHi!
Please try to delete the dynamic css stylesheet located in wp-content/uploads/dynamic_avia/. Delete the file “enfold.css” within the folder and make sure that the folder is writable (777 chmod permission), Then go to the theme option page and hit the “Save” button to regenerate the dynamic stylesheet.
Cheers!
PeterHi!
In wp-content\themes\enfold\framework\php folder and open function-set-avia-frontend.php search for and replace
if(isset($curauth->nickname)) $output .= __('for:','avia_framework')." ".$curauth->nickname;
with
if(isset($curauth->user_nicename)) $output .= __('for:','avia_framework')." ".$curauth->user_nicename;
Regards,
Peter -
AuthorPosts