Forum Replies Created
-
AuthorPosts
-
September 7, 2018 at 8:42 am in reply to: Horizontal Gallery error. (ex: http://ngavy.com/ethiopia-hot-place/ ) #1006959
Hey ngavy!
Thank you for the bug report. I fixed it by replacing line 130:
groups : ['.avia-slideshow', '.avia-gallery', '.av-instagram-pics', '.portfolio-preview-image', '.portfolio-preview-content', '.isotope', '.post-entry', '.sidebar', '#main', '.main_menu'],
with
groups : ['.avia-slideshow', '.avia-gallery','.av-horizontal-gallery', '.av-instagram-pics', '.portfolio-preview-image', '.portfolio-preview-content', '.isotope', '.post-entry', '.sidebar', '#main', '.main_menu'],
We’ll include this fix with the next update.
Cheers!
PeterHi,
I fixed it by adding this code to your child theme functions.php:
add_filter( 'avf_enqueue_wp_mediaelement', 'avia_always_load_mediaelement', 10, 2); function avia_always_load_mediaelement($condition, $options) { $condition = true; return $condition; }
I also had to replace line 419 in enfold/functions.php:
$condition2 = ( version_compare( get_bloginfo( 'version' ), '4.9', '>=' ) ) && $condition;
with
$condition = apply_filters( 'avf_enqueue_wp_mediaelement', $condition, $options ); $condition2 = ( version_compare( get_bloginfo( 'version' ), '4.9', '>=' ) ) && $condition;
The next theme update will already contain this change – you don’t need to modify the enfold/functions.php again.
Best regards,
PeterHi,
You could use media queries ( https://css-tricks.com/snippets/css/media-queries-for-standard-devices/ and https://www.w3schools.com/css/css_rwd_mediaqueries.asp ) to set different css rules for different devices/screen sizes. I.e. I’d recommend to set the width of all fields to 100% on smaller screens like:
@media only screen and (max-width: 768px) { #top.page-id-966 #wrap_all .avia_ajax_form .form_fullwidth, #top.page-id-966 #wrap_all .avia_ajax_form .form_element_third { float: none; width: 100%; clear: both; display: block; } }
Best regards,
PeterHey ngavy!
Please contact the server administrator or host provider and ask him to switch the website to https://. You can then use a sscript like: https://interconnectit.com/products/search-and-replace-for-wordpress-databases/ to replace all occurrences of http://www.website.com with https://www.website.com
Cheers!
PeterSeptember 6, 2018 at 4:47 pm in reply to: Parse error: syntax error, unexpected T_FUNCTION, expecting ')' #1006728Hi,
This error indicates the theme folder contains leftovers from the outdated theme version. Please use ftp to access the theme folder and delete the folder /kunden/oe-quadrat.de/hosting/51086/sondermann-solutions.de/html/wp-content/themes/enfold/config-templatebuilder/
Then unzip the theme files and drag’n’drop the unzipped enfold/config-templatebuilder/ folder into the /kunden/oe-quadrat.de/hosting/51086/sondermann-solutions.de/html/wp-content/themes/enfold/ server directory. This should fix the issue.
Best regards,
DudeSeptember 6, 2018 at 4:27 pm in reply to: Parse error: syntax error, unexpected T_FUNCTION, expecting ')' #1006709Hi,
Is this the full error message? Normally the error log contains an error description like you posted before – i.e. “Parse error: syntax error, unexpected T_FUNCTION, expecting ‘)’”, etc.
Please check if there’re any other hints which code triggers the error.
Best regards,
PeterHi,
Do you mean the permalink changes to https://www.website.com/errore ? If yes this is necessary because the slug 404 is reserved and the permalink https://www.website.com/404 is not possible. However https://www.website.com/404 redirects to https://www.website.com/errore. However you can replace “errore” with another slug – you just need to click on the button “modifica” next to the permalink to edit the slug.
Best regards,
DudeHi,
I added the link to the functions.php to the private content. It’s located at the very bottom of the file.Best regards,
DudeHi,
Great, glad I could help you :)
Best regards,
PeterHey kaveshanchetty,
This error indicates the theme folder contains leftovers from the outdated theme version. Please use ftp to access the theme folder and delete the folder /home/satireapparelco/public_html/nirvanasalon.co.za/wp-content/themes/enfold/config-templatebuilder/
Then unzip the theme files and drag’n’drop the unzipped enfold/config-templatebuilder/ folder into the /home/satireapparelco/public_html/nirvanasalon.co.za/wp-content/themes/enfold/ server directory. This should fix the issue.
Best regards,
PeterHey Charlotte,
I assume you mean the category links (i.e. Alla inlägg, Edward County for the first post on the archive page).
Please add this code to the child theme style.css or quick css field to hide these links:
#top.archive.category .blog-categories.minor-meta{ display: none; }
Best regards,
PeterHey 4EPIU,
WooCommerce normally shows the content of the terms and condition page on the checkout page if a user clicks on the link (it fades the content in). However this does not work if you use the advanced layout builder because the content of the layout builder is too complex and WooCommerce can’t handle it.I added this code to your child theme functions.php:
add_action('wp_footer', 'ava_custom_tos_click'); function ava_custom_tos_click(){ ?> <script> jQuery(function($) { // wait until everything completely loaded all assets $(window).on('load', function() { // remove the click event $( document.body ) .off( 'click', 'a.woocommerce-terms-and-conditions-link' ); }); }); </script> <?php }
and the terms link now opens the terms page in a new tab (of course I replace FULLURLTOYOURTERMSPage with the url to your terms page).
Best regards,
PeterSeptember 6, 2018 at 3:00 pm in reply to: Google maps element greyed out despite valid API Key #1006633Hi!
Seh gut – schön, dass es jetzt funktioniert!
LG,
PeterSeptember 6, 2018 at 2:58 pm in reply to: Pinterest Rich Pin Pulls FB Profile from share button on posts #1006632Hi,
You need to configure the Yoast SEO settings to change the meta data – this article will help you: https://yoast.com/social-media-optimization-with-yoast-seo/
Best regards,
PeterSeptember 6, 2018 at 2:49 pm in reply to: Parse error: syntax error, unexpected T_FUNCTION, expecting ')' #1006625Hi,
Please ask the hoster to upgrade to php 7 (it’s the recommended php version for wordpress and woocommerce). Enfold requires PHP 5.6+.
Best regards,
PeterSeptember 6, 2018 at 2:47 pm in reply to: Toolset – Custom Search – Problem with Enfold (AJAX?) #1006624Hi,
Please create us an admin account and I’ll look into it. I can’t promise a solution but maybe it’s a simple js script issue (missing selector, missing code, etc.) If possible set up a test website because I’ll switch the theme, activate and deactivate plugins, etc.
Best regards,
PeterHey Hervé,
1) Yes, you can download and install all demos (sub-themes) from the theme option panel. They’re included with Enfold.
2) No, unfortunately we can’t provide access to the admin zone. You can view all demos here: https://kriesi.at/themes/enfold-overview/ and study the documentation here: https://kriesi.at/documentation/enfold/ if you want to know more about the theme settings, etc.
Best regards,
PeterHi!
Great! Thank you for the kind words :)
Regards,
PeterHi!
Please try this css code:
#top.page-id-966 #wrap_all .avia_ajax_form .form_element_third { float: left; clear: both !important; margin: 0; } #top.page-id-966 #wrap_all .avia_ajax_form .form_fullwidth { float: right; width: 65%; clear: inherit; min-height: 120px; margin-top: -60px; }
Cheers!
PeterHey!
Great, you can delete the old “ava_auto_click” function (probably you copied it from this thread: https://kriesi.at/support/topic/remove-all-category-on-portfolio-filter/ ) – it’s not required.
Best regards,
PeterSeptember 6, 2018 at 10:53 am in reply to: Do I need to repurchase the theme to get support? #1006534Hey LEONG KOK JUNE!
You can only create a support account with a valid themeforest username and purchase code. If the person who installed the theme for you refused to give you the code you need to purchase a second license. You can purchase a license here: https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990 , then you can register a new account in our support forum here: https://kriesi.at/support/
Best regards,
PeterSeptember 6, 2018 at 10:15 am in reply to: Using the Masonry Gallery Animation with Layout Elements or Images? #1006525Hi,
Please try this code:
#top .product_animation .flex_column_table_cell{ -webkit-animation: avia_msonry_show 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.075); animation: avia_msonry_show 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.075); }
Best regards,
PeterHi,
The tab section is a fullwidth element (requires full page width like the fullwidth slider) and you can’t embed it next to a sidebar, etc.
Try to use other (standard) elements (textarea, standard tabs, accordion etc.) instead.
Best regards,
DudeHi,
I tried to log in but I get the error message “ERROR: The username or password you entered is incorrect. Lost your password?” – please check the login credentials.
Best regards,
PeterSeptember 6, 2018 at 9:28 am in reply to: Use of product slider in product page – Don't show current product #1006516Hi,
You could use the global product variable to fetch the product id. You can use the variable like:
global $product; $id = $product->get_id();
(or before Woocommerce 2.6)
global $product; $id = $product->id;
You can also try to replace the pre_get_posts action with woocommerce_product_query ( http://hookr.io/actions/woocommerce_product_query/ – however this would require a rewrite of the function)
Best regards,
PeterHi,
Soweit ich weiß ist rel=”noindex” (jedenfalls für Links) ein ungültiger Wert (vgl auch https://productforums.google.com/forum/#!topic/webmasters/Aq7jie2Ktog ). Es kann daher noindex nur im meta tag Bereich einer Seite gesetzt werden. rel=”nofollow” ist für Links hingegen ausreichend und valide.
hätte noch ein weiteres Problem mit dem Kontaktformular, kann ich dazu hier posten oder soll ein neuer thread aufgemacht werden?
Bitte mache dbzgl ein neues Thema auf – ich helfe dann dort weiter.
LG,
PeterHi,
You can use this code to remove the 6% margin:
#top #wrap_all div .av_one_third { margin-left: 1px; width: 33%; }
I’d recommend to set a custom css class ( https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#turn-on-custom-css-class-field-for-all-alb-elements ) for the columns, otherwise the code will affect all columns and not only the thumbnail columns.
The code would then look like
#top #wrap_all div .av_one_third.customclass { margin-left: 1px; width: 33%; }
(of course you need to replace customclass with your css class).
You could also use this code to adjust the space between 3 images and the big image:
#top #wrap_all div .av_one_third.customclass { margin-left: 1px; width: 33%; margin-top: -10px; }
(of course you need to replace customclass with your css class). You can also replace the margin-left and width values to adjust the space between columns. The margin-top value will change the space between the big image and the columns.
If you want to make the images bigger you need to increase the size of the surrounding column – at the moment you added all images into a 1/2 column which results in 1/6 width thumbnails (1/2 * 1/3 column). You could i.e. increase the 1/2 column to full width (1/1) to make the thumbnails bigger.
Also, how could I add a white caption, lower third, centered to all?
You can’t easily add a caption inside the images but you could i.e. use a textblock elements to add some text (caption) below or above the images. The wordpress editor also enables you to center the text.
Best regards,
PeterHi,
Yes, the theme compression and merging functions do not work on your server. The files are generated but WordPress returns an error when it tries to read the files. Unfortunately we’re not able to solve this issue on your server, also Günter couldn’t find any reasons why wordpress doesn’t read the files properly.
I installed bwp minify and configured it for you now. It does the same like our compressing/merging script but offers some advanced features (you can select which files should be merged, etc.). I added a link to the option page into the private content field.
Best regards,
DudeHi!
WordPress uses the htaccess to create rewrite rules. More information can be found here: https://codex.wordpress.org/Using_PermalinksI flushed the permalinks again and everything seems to work now. You can flush the permalinks by re-saving the permalink settings (see url to settings page in private content).
Regards,
Peter -
AuthorPosts