Forum Replies Created
-
AuthorPosts
-
Hey!
1) Die Inputfeld-Farbe ist jetzt für mich auf 666666 gestellt. Vielleicht muss der Browser Cache geleert werden.
2) Ich habe jetzt diesen Code eingefügt:
#top .nonfixed_header .header_bg{ filter: none !important; }
und er sollte das Problem beheben. Mir ist aber aufgefallen, dass bei euch das dynamische Stylesheet nicht generiert wird und somit auch das Quick CSS Feld nicht funktioniert. Um dies zu beheben folgt bitte den Anweisungen hier: https://kriesi.at/support/topic/font-keeps-resetting-to-web-save-fonts/#post-228363
Regards,
PeterThis reply has been marked as private.March 7, 2014 at 9:02 am in reply to: Entypo Fontello not showing in Mozilla with forwarded secondary domain #233652Hi!
Great :)
Regards,
PeterHey!
You’ve two options.
1) Write a conversion script which uses this function: https://codex.wordpress.org/Function_Reference/set_post_format and a post loop to change the post format for the required posts. Personally I’d prefer this solution because it gives you more control over the posts and data replacement than a simple sql query.
2) Afaik the post formats are stored as terms (and belong to the taxonomy “post_format”). You can find the taxonomy in the “wp_term_taxonomy” table and the terms in the “wp_terms” table. They’re called like “post-format-video”, “post-format-gallery”, etc.
Best regards,
PeterMarch 6, 2014 at 8:04 pm in reply to: Entypo Fontello not showing in Mozilla with forwarded secondary domain #233380March 6, 2014 at 8:03 pm in reply to: Blog Post disappeared + Masonry Gallery order of appearance #233378Hey!
I fixed it. The post “The Talk – Allison Janney and Anna Faris’ Red Carpet Arrival” contained an invalid “more” tag in the post content which broke the html code below/after this “more” tag. Eventually all posts which were displayed below “The Talk – Allison Janney and Anna Faris’ Red Carpet Arrival” did not work properly and the corrupt more tag turned them into html comments. I modified the post content a bit and now the more tag is valid and won’t break the html code of the other posts.
Best regards,
PeterMarch 6, 2014 at 10:42 am in reply to: Layout problem after translation, sidebar and layerslider are not displayed #233137Hey mailclub!
1) – the sidebar navigation for all nested subpages is not displayed. Maybe It’s because those pages do not exist… But even if they were existing, how could I manage to obtain the same taxonomy just sending XLIFF files.
The sidebar menu just displays the existing pages and it will use the page hierarchy of the existing pages to build the menu structure. If your translated pages keep the hierarchy of the original entries/pages the menu should work just fine. If the hierarchy doesn’t exist you must configure the parent pages, etc. after you imported the translated pages/data. The pages just have one taxonomy called “pages”. You can’t set a different taxonomy or create a custom taxonomy like for a custom post type.
2) See https://kriesi.at/support/topic/how-to-translate-and-display-layerslider-wp-with-wpml/
3) Also note that some layout elements (i.e. the portfolio grid, post slider, gallery or the blog element) require a separate configuration for each language because the ids of the categories and of the translated post/attachment entries may vary from language to language. It’s not enough to import the translated content with XLIFF files but you also must make sure these elements display the right, translated entries and if necessary you need to select the translated categories/image attachments from the option/modal window. I created a short video which demonstrates the translation process. This video also shows you that the categories may vary from language to language (i.e. if not all categories are translated, have a different category name/id, etc.): http://www.screenr.com/CBBN
Best regards,
PeterHi!
Yes, unfortunately this seems to be a WPML limitation. I recommend to avoid “side by side” editing and to translate the entries one by one.
Best regards,
PeterMarch 6, 2014 at 10:27 am in reply to: How to translate and display LayerSlider WP with WPML ? #233131Hi mailclub!
You can select a different slider for each language – just make sure that all entries are translated independently annd if necessary click the “Translate independently” button: http://www.clipular.com/c/5229498811285504.png?k=P7dw2lW-PH_-jjXtJo1jjvTRyjE
I recommend following workflow to translate a LayerSlider slideshow:
1) Go to LayerSlider WP > Add new and create your slideshow. Afterwards save it.
2) Go to LayerSlider WP > All Slider and click the “Duplicate” button to duplicate the slider you created (see step 1).
3) Now edit the duplicated slider and translate the text, etc.
4) Go to Pages > All Pages and select the page where you want to insert the slider. Afterwards insert the slider and select the slider you created (see step 1).
5) Then translate the page (you can use the “duplicate” option if necessary but click the “Translate independently” button afterwards) and select the second slider (see step 3) for the translated page.Best regards,
PeterHi sundialstudios!
On this page: http://nationalgolfschool.com/golf-school-vacations/fossil-creek-golf-club/ the images are missing the file extension and the lightbox won’t recognize them as images.
If I open http://nationalgolfschool.com/wp-content/uploads/2014/02/national-golf_12582 in the browser the image pops up but i.e.
http://nationalgolfschool.com/wp-content/uploads/2014/02/national-golf_12582.jpg gives me a 404 error. Please make sure that all images/media files on your server have a valid file extension.Cheers!
PeterHey!
I just tested it again on a clean installation with Enfold 2.5.4 and WooCommerce 2.1.3 and the upsell products (“May also like” products) are displayed on the single product page. The cross sell products will be displayed on the cart page (see: http://docs.woothemes.com/document/related-products-up-sells-and-cross-sells/ ). If they do not work on your server please install the latest version of WooCommerce and deactivate all third party extensions/plugins except WooCommerce. If the upsell products show up afterwards a third party plugin probably removes them from the single product page.
Cheers!
PeterHi!
Please let us know if you still need help.
Cheers!
PeterHey!
Bitte erstellt mir einen Admin Account – ich sehe mir die Sache an.
Best regards,
PeterHey!
Yes, insert this line:
if (dynamic_sidebar('Displayed Everywhere')) : $default_sidebar = false; endif;
below this line
$av_sidebar_menu = avia_sidebar_menu(false);
Cheers!
PeterHey hanlinsg!
Please update your theme to the latest version (Enfold 2.5.4) and check if the issue persists. If you do not want to update open up header.php and replace:
<title><?php if(function_exists('avia_set_title_tag')) { echo avia_set_title_tag(); } ?></title>
with
<title><?php wp_title(''); ?></title>
Cheers!
PeterHey!
I used the wrong filter name – I corrected the code above, please try it again.
Best regards,
PeterHey Andrea!
Did you try to use the “no crop” option to display the portrait and landscape images with the original ratio? http://www.clipular.com/c/5477628693708800.png?k=6IGD0pY2QNcDsX5M0_QgJRUsBzI
Cheers!
PeterHey!
If you want to remove the taxonomy from the category list on the top of a blog post (i.e. here: http://hbjcapital.com/stockbroker-radhakishan-damani-built-retail-business-d-mart/ the taxonomy/terms would be displayed next to “Investment Device”) you can use this filter code:
add_filter('avf_exclude_taxonomies', 'avia_exclude_tax', 10, 3); function avia_exclude_tax($tax,$post_type,$id){ $tax[] = 'following_users'; return $tax; }
Instead of “following_users” insert the name of your taxonomy. If you want to hide the taxonomy in the backend you must register it as “non public” taxonomy – see: http://codex.wordpress.org/Function_Reference/register_taxonomy (possible parameters which might help you: public and show_ui).
Cheers!
PeterHi!
I already sent a path to Kriesi which allows the user to make the table “scrollable” if the default responsive layout doesn’t make sense. It’s the same approach the bootstrap framework developers use to make the tables responsive: ( http://getbootstrap.com/css/#tables – see “Responsive Tables”) and it’s imo a better solution for complex data tables.
Best regards,
PeterHi!
1) No, normally you should be able to upload multiple images. This might be a sever side limitation (post max size setting, script timeout, etc.)
2) You maybe need to tweak server configuration. If you’re using a server with suhosin see: http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-custom-menu-items-limit-in-wordpress/
Otherwise this comment http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-custom-menu-items-limit-in-wordpress/comment-page-1/#comment-186321 should help you.Cheers!
PeterHi!
Yes, you can use the pictures which are included with the demo data.
Regards,
PeterMarch 6, 2014 at 9:02 am in reply to: Blog Post disappeared + Masonry Gallery order of appearance #233099Hi!
I just re-created the ” 2014 Resort Collection Show” post and it works now.
Best regards,
PeterHi!
2) Versucht einmal !important anzuhängen:
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select { color: #919191 !important; }
3) Bitte füge diesen Code in das Quick CSS Feld ein:
#top .header_bg{ background-color: #ffffff !important; }
Dieser Code hat das Problem von IE8 für mich behoben.
Regards,
PeterHey!
Maybe the language cookie is missing. Try to clear the browser cache & cookies and then go to the editor page to translate it. Also see: https://kriesi.at/support/topic/wpml-homepage-blog-post-not-working/#post-230549#
Regards,
PeterHey AntonNovikov!
Add this code into the enfold/functions.php file to remove the cart:
add_action('init','avia_child_theme_setup'); function avia_child_theme_setup(){ remove_action( 'ava_main_header', 'avia_woocommerce_cart_dropdown', 10); }
Best regards,
PeterHi nessieq!
I’m not sure if this is possible – your best bet is to contact the woocommerce support team. This extension might help you: http://www.woothemes.com/products/product-vendors/
Regards,
PeterMarch 5, 2014 at 10:08 am in reply to: Description – Additional Information – Reviews – Tabs are missing… #232630Hey gerry3211!
Maybe a third party plugin removes them? Try to deactivate all plugins except WooCommerce and check the results. Also make sure that you use the latest version of Enfold (2.5.4) and WooCommerce and that no custom code (css/php) interferes with the tabs.
Regards,
PeterHey beedle!
We plan to release the 2.6 update this week. It will contain the LayerSlider 5 update.
I am curious what the lag time typically is between the plugin being updated and it being included in the theme.
It depends. Major updates (like this one) take longer because we need to test everything and modify our theme code quite a bit. Smaller updates (minor version number increase) don’t take several weeks but we just do a quick test and then we release a theme update with the new LayerSlider version.
Best regards,
PeterHey!
Yes exactly. Enfold doesn’t use page templates to build the layout but it just inserts shortcodes into the content which then embed the shortcode output (you can find the shortcode files in wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/). The template file ( wp-content/themes/enfold/template-builder.php ) is just a wrapper which queries the shortcode/template builder content and outputs it.
Best regards,
Peter -
AuthorPosts