Forum Replies Created
-
AuthorPosts
-
October 29, 2013 at 9:01 am in reply to: Anzeige-Unterschiede im eingeloggten und ausgeloggten Zustand #181953
Hey subra68!
Du verwendest anscheinend das WP-Minify Plugin, welches die komprimierten Dateien nur an abgemeldete User sendet. Bitte versuche das Plugin einmal zu deaktivieren und siehe nach, ob die Probleme verschwinden. Wenn ja, versuche einmal den Cache zu leeren und wenn nötig die Konfiguration etwas anzupassen.
Best regards,
PeterHey!
Please ask the plugin author how he redirects the users to the pages. If he uses the “template_redirect” hook it may conflict with our template builder because we use this hook in enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php to load the advanced layout template. If the plugin uses this hook you probably need to set a higher priority value for the Radar plugin redirect action and then WP should load the right template.
Best regards,
PeterHey!
I recommend to revert the changes and to re-apply them step by step. Then you can give us more details what happened and which change broke the Masonry grid. “changes on other elements” can also affect the masonry grid if i.e. the styling rules are not specific enough.
Regards,
PeterHey chooseone!
Use following code instead
add_filter('avf_debugging_info', 'remove_debugging_info', 10, 1); function remove_debugging_info($info) { return false; }
Best regards,
PeterHey!
Personally I recommend to stick with the default shop template. The masonry grid is not intended for the product page (but just for portfolio items) and you’ll break various WooCommerce features if you try to use the Masonry grid on the shop page(like the price filter, product search feature, etc.).
That said the only solution I can think of would be to hide the default shop area with css. Use following code
.post-type-archive-product .template-shop{ display: none; }
to hide the default shop product grid.
Regards,
PeterHey!
I tried to find the problem for 30 minutes now but I’m not sure why it’s not working. I’m pretty sure it’s not a theme issue because I switch the theme to TwentyThirteen (standard WordPress theme) now and saved the permalink settings again and the products still redirect me to a 404 not found page. The original (Spanish) translation works (i.e. http://keepsports.es/coleccion/camisetas/test-es/ ) but the English products, etc (i.e. http://keepsports.es/en/collection/tshirts/test-en/ ) don’t work. Tbh I’ve a hard time to check the settings because I don’t understand Spanish but it seems like WPML is not configured properly. Please contact the WPML support staff and ask them to check your configuration. You can also switch back to the Enfold theme, I activated the TwentyThirteen theme to check if it’s something we can/need to fix on our end or if it’s a WPML configuration/plugin issue.
Regards,
PeterOctober 29, 2013 at 8:08 am in reply to: Icon list re-sized and simplified but with the same looks – easily? #181936Hey!
You can re-size the icons with this css code
.avia-icon-list .iconlist_icon { height: 32px; width: 32px; line-height: 32px; font-size: 20px; }
Basically you need to set the same height, width and the line-height value and then you can try different font size values and stick with the value which gives you the best result.
Best regards,
PeterHey!
I downloaded the latest version today (10am GMT+1) and it’s definitely not fixed in 4.6.3. However they’re playing a game ( http://codecanyon.net/item/layerslider-responsive-wordpress-slider-plugin-/discussion/1362246#comment_5057043 ) and I’m not sure why they don’t release the latest version on codecanyon….
Best regards,
PeterHi!
I tagged this thread for Kriesi because he can test the website on a Mac PC. The player works for me on Win8 with Chrome, IE and Firefox.
Regards,
PeterHi!
Great work :)
Regards,
PeterThis reply has been marked as private.October 28, 2013 at 9:24 am in reply to: Media queries and custom CSS for French translations (WPML) #181475Hey!
Glad it worked :)
Regards,
PeterHi!
The Gravity Forms plugin causes the issue. I deactivated it now. Please update it to the latest version and it should work.
Cheers!
PeterHi!
It’s how the breadcrumb works at the moment. If you use the code I posted here: https://kriesi.at/support/topic/breadcrumbs-with-portfolio/ the structure should be Home > Portfolio Category > Another Portfolio Category (i.e. subcategories) > Project. I’ll tag this thread for Kriesi – maybe he can provide a better solution…
Regards,
PeterHey BelIblis!
Yes, but you would need to customize the theme files. I.e. you can contact the werkpress service here: http://kriesi.at/contact/customization
Cheers!
PeterHi!
I can reproduce the issue but I think it’s a plugin bug. Chrome shows me two js errors
Uncaught ReferenceError: newMediaUploader is not defined -- wp-content/themes/enfold/config-layerslider/LayerSlider/js/admin.js?ver=4.6.3 Uncaught TypeError: Cannot call method 'indexOf' of undefined -- wp-content/themes/enfold/config-layerslider/LayerSlider/js/admin.js?ver=4.6.3
and both of them are triggered by plugin files. I can also reproduce the issue with the latest version of LayerSlider from Codecanyon (standalone plugin version) and the Default TwentyThirteen theme and it’s not related to our theme code. I’ll ask Kriesi to contact the plugin authors.
Best regards,
PeterOctober 28, 2013 at 8:31 am in reply to: Updated to WordPress 3.7 and my Layout Elements are really wide and grey. #181457This reply has been marked as private.October 28, 2013 at 8:29 am in reply to: Updated to WP 3.7 and Enfold 2.4 and now Portfolio Grids are Broken #181455Hey ezellmt!
1) Please try to upload all (unmodified) theme files and WordPress files again. I recommend to use ftp to upload the files to your server.
2) Go to Enfold > Theme Options and hit the “Save” button. We changed some styling rules with Enfold 2.4 and you need to regenerate the dynamic stylesheet by saving the theme options.3) If 1+2) don’t solve the issue please try to deactivate all third party plugins and check if a plugin breaks your website.
Best regards,
PeterHey!
You’re using the “fullscreen slider” which will always stretch across the entire screen. If you just want to show a “fullwidth” slider (like here: http://kriesi.at/themes/enfold/homepage/home-v3-3-column-with-blog/ or here: http://kriesi.at/themes/enfold/ ) select the “Fullwidth Easy Slider” or “Advanced LayerSlider” media elements instead: http://www.clipular.com/c?6018955491672064=v3AQv7Lg-wWDjrVIwya68MJrjpQ&f=.png
Regards,
PeterHi!
Please create us an admin account and post the login credentials as private reply.
Cheers!
PeterHi oliviad!
Yes, just replace the code line you mentioned in your post with
$output .= "<h3 class='grid-entry-title entry-title' $markup><a target='_blank' href='{$title_link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>";
Best regards,
PeterHey!
Yoast Google Analytics causes a javascript error on the admin screen. Actually it’s not required because Enfold already comes with an option field which helps you to print the analytics code. The plugin just slows down your website.
Best regards,
PeterHey!
@mlkg – no, only you and the moderators can read the private replies. Other users (logged in or logged out) can’t read your reply. If you want to test it log out and reload the page – you’ll notice that some replies disappear (=private replies).Cheers!
PeterHey!
@crdesign1 – pages do not support comments and thus you can’t remove the comment form on pages. However blog posts support comments. If you want to remove the default comment box open up single.php and delete following line//wordpress function that loads the comments template "comments.php" comments_template( '/includes/comments.php');
The “counting circle” probably won’t work with the Facebook plugin because we use the default get_comments_number function: http://codex.wordpress.org/Template_Tags/get_comments_number which does not support Facebook comments by default. However maybe the plugin author manipulates the function output and overwrites the comments number with the facebook comments api values.
Best regards,
PeterHi Alex!
You can insert the css code into the quick css field (Enfold > Styling). I recommend to place the js code into enfold/js/avia.js – insert it at the very bottom of the file. I’m not sure about the html code – probably the best solution would be to insert it in header.php – replace
<div id='main'>
with
<div id='main'> <?php if(is_home() || is_front_page()){ echo '<canvas id="canvas"></canvas>'; echo '<div class="info">move your mouse<div>'; }
Best regards,
PeterHey!
Great, glad you solved the issue :)
Cheers!
PeterHey!
Ah, ok. Dieses Problem habe ich hier schon einmal gelöst: https://kriesi.at/support/topic/make-excerpt-shorter/#post-172121
Best regards,
PeterHey!
Thank you for this hint edebe :)
Best regards,
PeterHi!
Ja, dies sollte machbar sein. Hierzu verwende eine “Color Sektion” und setze für diese Sektion ein Hintergrundbild. Dann verwende das “Bild” Media Element und positioniere es links oder rechts. Unter Umständen muss mann dies mit Spalten kombinieren wenn man auf der anderen Seite Text einfügen möchte.
Cheers!
PeterHey!
Nein, solle eigentlich funktionieren. Versuche einmal den important tag anzuhängen
.page-id-2380 div .av_one_fourth { width: 20.5% !important; }
Cheers!
Peter -
AuthorPosts