Forum Replies Created
-
AuthorPosts
-
Hi chantalinkdesign!
You can try to re-install the theme and wordpress with ftp: https://vimeo.com/channels/aviathemes/67209750
If this doesn’t help try to deactivate all third party plugins – maybe a plugin is incompatible with wp3.8.1.Cheers!
PeterJanuary 28, 2014 at 11:17 am in reply to: Love Enfold, want to buy again but have quick question #215733Hey nagpf!
1) Enfold does not support qtranslate but only WPML.
2) Yes, the next update will allow you to add a background image with parallax to the color sections.
Cheers!
PeterHey!
Normally Enfold will just show the pages of the current language and it will remove all pages from the query which are translated in a different language. However if I understood your first post correctly Enfold does not list all pages of the current language on your server (because of reasons I don’t know) and thus you must remove the page filter with the code I posted here: https://kriesi.at/support/topic/advanced-editors-wpml-compatibility/#post-213906 and then it will list all pages of all languages. I’m aware of one similar bug report: https://kriesi.at/support/topic/post-slider-does-not-work-in-other-languages/ and the user had to update the WPML plugin to fix the issue. You can try to re-install the WPML – maybe it fixes the issue. If not try to deactivate all third party plugins except WPML and check if a plugin affects the query somehow. If the filtered page list still doesn’t show all pages of the current language then something must be wrong with the database because the sql query seems to work for all other users…
Cheers!
PeterHi!
You could view the source code of your template and copy the html code into a php file but imo this doesn’t make much sense. You can activate the debug mode though: https://kriesi.at/support/topic/adding-prettyphoto-to-ex-and-icon/#post-213817 to get access to the raw shortcode data.
Regards,
PeterJanuary 28, 2014 at 10:53 am in reply to: how to replace an fontello Icon for an own customized icon #215723Hi!
Please revert Ismaels change and use following code instead
#av_section_3 .iconlist_icon [data-av_icon]:before { content: url('http://www.cadeaugolf.nl/wp-content/uploads/2013/04/image_rl2.png'); }
You probably need to upload a smaller version of your logo – the current image ( http://www.cadeaugolf.nl/wp-content/uploads/2013/04/image_rl2.png ) is too big.
If you want to replace the icons of all icon lists (entire website) use following code
.iconlist_icon [data-av_icon]:before { content: url('http://www.cadeaugolf.nl/wp-content/uploads/2013/04/image_rl2.png'); }
Best regards,
PeterJanuary 28, 2014 at 10:49 am in reply to: Header and Breadcrumb not displaying in Woocommerce shop page #215722Hi!
You added some custom code to the css file ( wp-content/themes/enfold/config-woocommerce/woocommerce-mod.css ) – i.e.
.template-shop .page-title {display:none;} .title_container .breadcrumb { display: none; } .woocommerce .title_container .breadcrumb { display: block; }
which hides the breadcrumb. I added some css code to the quick css field to show the breadcrumb again. I couldn’t restore the title on your shop page but I think this issue is a side effect of customized theme code because by default the shop page looks like: http://kriesi.at/themes/enfold/shop/
If you want to get the default layout please upload the original theme files with ftp ( https://vimeo.com/channels/aviathemes/67209750 ) and the shop page title should work as expected.
Best regards,
PeterHi!
Please post a link to your color section – we need to check the color section id first, otherwise the css code is not specific enough and will affect all color sections on your website. Basically it should be possible by wrapping your css code into a media query like
@media only screen and (max-width: 767px){ ....my css code... }
Best regards,
PeterHey Felix!
1) Since Enfold 2.4.5 it’s possible at add the link to the icon – you can select it in the dropdown: http://www.clipular.com/c/5858871776116736.png?k=2dogp6-NT-0rSj1DFX3h1I6UrLY
2) Can you post a link to your website please – the css code may vary based on the content type (links, widgets, etc.)
Best regards,
PeterHi!
@globePIC – I can’t reproduce the issue on your website with Firefox too. Please test it on other PCs and deactivate all browser extensions. Please deactivate the W3TC minify cache – maybe it breaks the scripts on your website somehow.Cheers!
PeterHi!
You just need to decrease the max-width value of Ismael’s code – i.e. replace
max-width: 340px !important;
with
max-width: 200px !important;
and the logo will be displayed smaller.
Regards,
PeterHey NanaKuo!
We did not remove this action. In fact our theme even uses it to add a div to the default product grid template. I.e. search for following code in wp-content/themes/enfold/config-woocommerce/config.php
add_action( 'woocommerce_before_shop_loop_item_title', 'avia_shop_overview_extra_header_div', 20); function avia_shop_overview_extra_header_div() { echo "<div class='inner_product_header'><div class='avia-arrow'></div>"; }
– as you can see the avia_shop_overview_extra_header_div() function also uses the same action. Please contact the plugin author and ask him to debug the code.
Best regards,
PeterHey!
Make sure you fill out the “Caption” field before you insert the image into the post: http://www.clipular.com/c/5653306185613312.png?k=kNQbmoGeRFayWLxEBv1BxEmA2_g – otherwise WP won’t add a caption shortcode to the image.
Cheers!
PeterHey!
Please add following code to the functions.php file:
add_action('init','deactivate_avia_css_cache', 10); function deactivate_avia_css_cache(){ remove_action('avia_ajax_after_save_options_page', 'avia_generate_stylesheet', 30, 1); }
It will deactivate the dynamic stylesheet generation and print the code in the head section. This should temporarily fix the issue and you can develop your website without changing the file permissions of the dynamic stylesheet.
Cheers!
PeterHi!
Yes, unfortunately these buttons will ignore the “hidden” product settings. We use the standard wordpress get_previous_post() and get_next_post() post functions to query the previous/next product posts and these functions ignore the “special” WooCommerce data fields like “catalog visibility”, etc.
The only solution I can provide is to completely remove the next/previous buttons from the single product pages if you want to avoid that users can view hidden products. Open up functions.php and insert following code
add_filter('avia_post_nav_settings','avia_remove_next_prev_from_products', 10, 1); function avia_remove_next_prev_from_products($settings) { if(is_product()) $settings['is_fullwidth'] = true; return $settings; }
at the very bottom of the file.
Cheers!
PeterHey!
Your wordpress installation seems to be broken. I switched to the default TwentyThirteen Theme and the TinyMCE Editor doesn’t work too. I get the same error with Enfold:
GET http://www.smallworldbeers.com/wp-includes/js/tinymce/langs/en.js?ver=359-20131026 404 (Not Found) wp-tinymce.php?c=1&ver=359-20131026:1 Failed to load: http://www.smallworldbeers.com/wp-includes/js/tinymce/langs/en.js wp-tinymce.php?c=1&ver=359-20131026:1 GET http://www.smallworldbeers.com/wp-includes/js/tinymce/themes/advanced/langs/en.js?ver=359-20131026 404 (Not Found) wp-tinymce.php?c=1&ver=359-20131026:1 Failed to load: http://www.smallworldbeers.com/wp-includes/js/tinymce/themes/advanced/langs/en.js wp-tinymce.php?c=1&ver=359-20131026:1
It seems like one or more files are missing. Please try to re-install wordpress and upload the wordpress3.8.1 files from here: http://wordpress.org/latest.zip to your server. Use ftp and make sure all “old” files on your server are affected by the update and ftp overwrites them. If the update doesn’t fix the issue for you try this fix: http://wordpress.org/support/topic/visual-editor-not-working-mimicing-html-editor-blanking-out-no-tool-bar?replies=7#post-2974630
Best regards,
PeterHey!
Yes, insert this code into 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()) { $current_post['content'] = get_the_excerpt(); $current_post['content'] = $current_post['content'].'<div class="read-more-link"><a href="'.get_permalink().'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow"> →</span></a></div>'; } return $current_post; }
Cheers!
PeterHey susannetessamueller!
f you want to change the gallery/slideshow settings please select the “Don’t show the images at all and display the preview text only” option: http://www.clipular.com/c/6453051829256192.png?k=5TIdSdjsRn87CQytVuQeUU4899A
By going this way Enfold will stretch the content area of the ajax preview to 100% width and you can use the new space to build your custom layout. I.e. use a 2/3 column element and the “Easy Slider” shortcode and change the autorotation time to 4 seconds. Then add a 1/3 column and insert your preview text into this column.
Best regards,
PeterHi Schloss Klaus!
If you want to extend the blog width see: https://kriesi.at/support/topic/blog-full-width-question/
If you want to display the sidebar please swap the color section with the other page content or add some page content after the color section.Regards,
PeterHi!
If you want a less invasive solution you can deactivate the links with css code – insert
.portfolio-preview-image .avia-gallery a{ pointer-events: none; }
into the quick css field and this code should deactivate all gallery links without any additional theme code adjustments.
Best regards,
PeterJanuary 27, 2014 at 6:32 pm in reply to: Symbols are not shown properly with Firefox on my Russian Page #215444Hi!
Ok,
1) Please try to update (or re-install) the theme files with ftp ( https://vimeo.com/channels/aviathemes/67209750 ) and make sure ALL files on the server are updated. If you didn’t modify the theme files the best solution is to delete the entire wp-content/themes/enfold/ folder and to upload the uncompressed enfold folder from your hard drive.
2) The ZipArchive is a standard php class: http://www.php.net/manual/en/class.ziparchive.php
If your server returns an error like “Class ‘ZipArchive’ not found” please contact your hoster and ask the server administrator to activate the ZipArchive class/support for you. Maybe they need to update the php version or change the php.ini config file for you.Best regards,
PeterHi!
Please create me an admin account and post the login credentials as private reply. I just tried to reproduce the issue on my localhost but the “Enquiry” button works without: http://www.clipular.com/c/6203973740527616.png?k=bVQVym_CktbouaUAIAEd3jYMKm8 and with: http://www.clipular.com/c/4987271681933312.png?k=0l32A4xDv4v63feR-HxPIJw04LM add to cart button and I’m not sure why it doesn’t work on your server.
Cheers!
PeterHey ulatz!
I contacted the plugin author and we’ll look into it asap.
Best regards,
PeterJanuary 27, 2014 at 1:38 pm in reply to: Verification on Google+ Page with the Enfold WordPress Theme #215319Hey fgrippe!
Personally I recommend to install: http://wordpress.org/plugins/wordpress-seo/ and to configure the “Social” settings. Then add a google+ “social link” to your header (Enfold > Theme options) and make sure that it points to your google+ user account. I did both things on my private website and according to google’s rich snippet tool it’s connected to my google+ user account. You can test your website here: http://www.google.com/webmasters/tools/richsnippets
Best regards,
PeterJanuary 27, 2014 at 11:11 am in reply to: Translate "Send us mail " and "Submit" in contact-form #215284Hi!
Please update your theme to Enfold 2.4.5. I just tested it on my German test server and all text strings (including “Send us mail ” and “Submit”) are translated properly.
Cheers!
PeterHey!
And please implement adding custom icons without editing code, as you promised here
– already possible since Enfold 2.4.5 see: https://kriesi.at/support/topic/adding-slideshare-to-header-social-icons/#post-200202
Regards,
PeterHi!
This is currently not possible – I’m sorry. You would need to create a new shortcode based on the existing iconlist shortcode and then add some new options to your custom iconbox shortcode which helps you to change the headline type. You can suggest the feature here: https://kriesi.at/support/topic/enfold-feature-requests/ and if more users request it we’ll look into it. If you’re in a hurry please hire a freelancer wo can create the custom shortcode for you. I guess it can be done with 1 – 1,5 hours of work (including testing, custom css code, etc.).
Regards,
PeterHey!
No, you can’t do this with an icon box but you can insert an icon shortcode in the “menu title” field or description box.
I recommend to use the “Magic wand” icon in the TinyMCE toolbar (select the “Default Editor” on a page/post editor page and click on the magic wand icon) to generate the icon shortcode, then go to the menu editor page (Appearance > Menus) and copy the shortcode into the title text field and save the menu.
Cheers!
PeterHey!
1) Use the more quicktag: http://en.support.wordpress.com/splitting-content/more-tag/
2) Insert this code into the quick css field
.big-preview.single-big { pointer-events: none; }
Regards,
PeterHi!
Please create us an admin account and post the login credentials as private reply.
Cheers!
PeterHey Nate!
The sidebar menu just works on pages because it will use the current page and the page hierarchy to query other child pages or pages on the same level. These queries are not compatible with posts or other post types and thus the sidebar menu won’t be displayed on blog, archive or post pages. I suggest to create a custom sidebar/widget area for the single posts instead and then use a “Menu Widget” (and the menu builder on the Appearance > Menus page) to add your page links (= a custom menu) to the posts.
Regards,
Peter -
AuthorPosts