Forum Replies Created
-
AuthorPosts
-
Hi!
Danach wurde diese auch nach Änderungen und speichern nicht neu angelegt.
Dann scheint Enfold keinen Zugriff auf den Ordner zu haben. Versuche einmal den wp-content/uploads/dynamic_avia/ komplett zu löschen bzw ändere die Lese-/Schreibrechte mit ftp auf 777.
Cheers!
PeterHey!
Please read: http://wordpress.org/support/topic/w3tc-breaking-lightbox-image-script – probably it will fix the issue for you.
Best regards,
PeterHey!
Please place the content underneath the LayerSlider into a color section. To fix the product slider issue open up wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/productslider.php and replace
query_posts($query);
with
query_posts($query); remove_filter( 'posts_clauses', array( $woocommerce->query, 'order_by_popularity_post_clauses' ) ); remove_filter( 'posts_clauses', array( $woocommerce->query, 'order_by_rating_post_clauses' ) );
We’ll include this fix in Enfold 2.7.
Regards,
PeterApril 22, 2014 at 7:19 am in reply to: #bug: When I place a Product Grid, the Latest News widget stops working #254198Hi!
Ok, then replace
query_posts($query);
with
query_posts($query); remove_filter( 'posts_clauses', array( $woocommerce->query, 'order_by_popularity_post_clauses' ) ); remove_filter( 'posts_clauses', array( $woocommerce->query, 'order_by_rating_post_clauses' ) );
Best regards,
PeterHey datadirt!
I’m not sure if we can fix this (see http://stackoverflow.com/questions/17082766/wordpress-search-base-rewrite ) but I’ll mark it for Kriesi in case he knows a solution. Tbh I doubt this is a theme issue and probably your plugin won’t work with any theme (i.e TwentyThirteen).
Cheers!
PeterHey!
The only external theme connection is the update check which connects to the envato api server to check for new theme updates. You can deactivate it by removing the Envato API credentials on the theme settings page (Enfold > Theme Options > Update). All other connections (i.e. oembed, rss feeds, etc.) are not theme related but WordPress may use them to embed external sources (youtube videos, etc.).
Regards,
PeterHi!
1) The next/prev post/portfolio navigation doesn’t take care about the category order but it will sort navigate to the next/previous post based on the “publish” date. See https://codex.wordpress.org/Function_Reference/next_post_link and https://codex.wordpress.org/Function_Reference/previous_post_link
If you want to limit the post navigation to the category of the current post/portfolio entry see https://kriesi.at/support/topic/portfolio-link-arrows/2) You can try to add the +1 script to the enfold\includes\helper-main-menu.php – insert it somewhere below
<div class='container'>
(there’re two occurrences of this code – the first line affects the submenu, the second the main menu). If the button doesn’t display properly please use a social bookmarks plugin like: http://wordpress.org/plugins/simple-share-buttons-adder/ or hire someone who can help you to implement the button based on your requirements.
Regards,
PeterHi koelnermusikakademie!
No, unfortunately both things are not possible at the moment. For 2) you can try this plugin: http://www.wpgmaps.com/ or you just embed the google map with an iframe. You can also suggest both features here: https://kriesi.at/support/enfold-feature-requests/ and if more users vote for it we might add them to the theme framework.
Regards,
PeterHey!
We’re not the developers of LayerSlider. I recommend to report the bug here: http://codecanyon.net/item/layerslider-responsive-wordpress-slider-plugin-/1362246/comments – I guess the plugin author will add it to the next plugin update if your fix makes sense.
Regards,
PeterHey!
Afaik ar_SA doesn’t exist (see http://wpcentral.io/internationalization/ ). Try “ar” only and download the right wordpress files: http://ar.wordpress.org/
Cheers!
PeterApril 18, 2014 at 9:06 pm in reply to: Avia Layout Builder, Text Block Editor – editor populates with wrong content #253289April 18, 2014 at 9:03 pm in reply to: Some issues with the post editor since the last update #253288Hi!
Great, glad you found the problem.
Cheers!
PeterHey!
Thanks, we’ll discuss this issue.
Regards,
PeterHey petersandin!
Please deactivate the “minify” cache for javascript files.It sometimes breaks the scripts.
Best regards,
PeterApril 18, 2014 at 12:26 pm in reply to: Umstellung https und WP 3.9 – muss ich da was beachten? #253128Hey adrianwackernah!
Unter Umständen ja. Ich persönlich würde empfehlen die Datenbank mit WP MigrateDB oder WP MigrateDB PRO zu exportieren und deine Domain/URL Adresse von http://meindomain auf https://meindomain zu ändern. Das Plugin sollte dann alle Vorkommen des http:// Protokolls mit https:// ersetzen. Anschließend mache ein Backup der alten Datenbank, lösche die Daten aus der Datenbank und importiere das SQL File, welches mit dem Plugin erzeugt wurde. Anschließend aktiviere die SSL Verschlüsselung und die Website sollte auf https umgestellt sein.
Regards,
PeterHey!
Great :)
Cheers!
PeterHi!
Great :)
Best regards,
PeterHey Ville!
Please see http://stackoverflow.com/questions/6824095/best-place-to-insert-the-google-analytics-code – since several years google recommends to place the code at the end of the website because of performance, etc. reasons.
Best regards,
PeterHi Paul!
Unfortunately I’m not familiar with the plugin. I suggest to contact the plugin author for more detailed instructions.
Regards,
PeterApril 18, 2014 at 10:12 am in reply to: LayerSlider WP Problem – LayerSlider nicht editierbar, weisse Seite #253078Hey!
Ja, könnte sein. Liegt vermutlich nicht an xampp selbst, sondern an der Konfiguration (php.ini) welche sich anscheinend nicht mit der neuesten LayerSlider Version verträgt. Es wäre auch einen Versuch wert den Debug Modus: https://codex.wordpress.org/Debugging_in_WordPress zu aktivieren und vielleicht verrät das Error-Log etwas über die Fehlerursache.
Best regards,
PeterHey!
The guideline is that the image must to be bigger than the defined thumbnail size or it must at least equal the thumbnail size. I.e. the portfolio thumbnail size is defined in functions.php with
$avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column)
The image http://meetthemanufacturer.co.uk/wp-content/uploads/2014/04/logo-1.png is just 551 x 166 and thus wordpress won’t resize it because the height 166 is smaller than the defined height of 400px. WordPress won’t upscale the images but it will only crop/shrink images if they’re bigger than the defined thumbnail dimensions.
You’ve 3 options:
1) Upload bigger images with a dimension of at least 495x400px
2) Change the thumbnail size (especially the height) to a low value and regenerate the thumbnails with: http://wordpress.org/plugins/regenerate-thumbnails/
Imo this will not produce acceptable results because the height of 166px is simple not enough for portrait or standard images.
3) Try the “Masonry Grid” instead of the default portfolio element. It supports different image sizes – see: http://kriesi.at/themes/enfold/portfolio/masonry-portfolio/
Cheers!
PeterHey!
Btw – you can probably use the woocommerce_thankyou hook to add your code to the page. There’s no need to manipulate the file directly in most cases.
Best regards,
PeterHey!
We use the default WooCommerce templates (cart, checkout, etc.). We also load the default /woocommerce/templates/checkout/thankyou.php template which already contains the code you mention in your post.
<?php do_action( 'woocommerce_thankyou_' . $order->payment_method, $order->id ); ?> <?php do_action( 'woocommerce_thankyou', $order->id ); ?>
Best regards,
PeterHi webdevsd!
Since Enfold 2.6 Enfold comes with a native Google Maps element. Please update your theme to Enfold 2.6.4. Then go to the page editor, select the “Advanced Layout Editor”, click on “Media Elements” and select the “Google Maps” element.
Regards,
PeterHey Kozhevnikov!
Do you use the latest version of Enfold 2.6.4? I can’t reproduce this issue on my test server with the latest theme version. Please try to deactivate all plugins – maybe a plugin causes a conflict with the Fullscreen mode.
Cheers!
PeterHey!
@NatachaC – Did you update to Enfold 2.6.4? If yes please deactivate all plugins – maybe a plugin is incompatible.
@fryec1135 – WP3.9 incorporates a new TinyMCE version. Probably the theme author of the theme must update the code otherwise you can’t use the theme with WP3.9.Regards,
PeterHi!
This sounds like a database issue. If you’ve a database backup I recommend to restore it (just delete the corrupt data in the database and import the backup sql file). If you don’t have a database backup you can solve the issue by resetting the theme options but this also means you must reconfigure the options. Open up a database management tool like and navigate to your wordpress database. Click on “wp_options” and search for the field with the “option_name” value “avia_options_enfold”. Delete this option field and then you should be able to access your website again.
If you can access the php.ini file open up the file and search for:
memory_limit
Replace the value after the = sign with 128M.
You can also try to insert this code at the bottom of the theme functions.php file:
@ini_set('memory_limit', '128M');
– however if the host restricts the memory to i.e. 64M this code will not work. To test your memory limit install this plugin: https://wordpress.org/plugins/wp-memory-usage/
Regards,
PeterHey erkuto!
You can fix the styling with this css code – insert it into the quick css field:
#top .ipt_uif_icon_and_form_elem_holder input{ margin-left: 50px; }
Implementing the suggestion here. http://ipanelthemes.com/kb/misc/wordpress/fixing-themes-custom-wpautop-priority/ is unfortunately not easily possible and you would need to hire a developer to rewrite some parts of the theme framework.
Best regards,
PeterHey!
Maybe Enfold can’t regenerate the dynamic stylesheet. Please use a ftp client and connect to your server. Navigate to wp-content/uploads/dynamic_avia/ and set the folder permission to 777. Then delete the enfold.css file and go to Enfold > Theme Options to regenerate the dynamic stylesheet (hit the green “Save all changes” button).
Regards,
PeterHey!
Unfortunately the changes you requested above require a lot of work and we can’t assist you with these changes. The main problem is that a lot of different components depend on the current responsive grid and if you i.e. change the styling for 860px devices to 960 the shortcode & theme styling which relies on the 860px layout will break. Then you must also change the styling of these shortcodes. The same issue applies to the padding of the columns and the column structure for 860px devices. If you change them some shortcode (portfolio, blog grid, post slider, logo slider, etc.) also require additional stylings and there’s some sort of “chain reaction” going on.
Ok but not sure what part to modify
Basically you must start with the media queries in grid.css – you can find them below this line:
/* #Tablet (Portrait)
You need to change the screen size and the column values accordingly, then you must check if the design of the shortcodes, etc. requires changes. Depending on your css3 skills I recommend to hire a freelancer for the changes – i.e. http://studio.envato.com/ is a good platform to find talented freelancer.
Best regards,
Peter -
AuthorPosts