Forum Replies Created
-
AuthorPosts
-
August 29, 2018 at 12:49 pm in reply to: Custom 404 Page doesn't recognize properly by WebSite Auditor #1003112
Hi,
Can you create me an ftp account please? I need to debug the code and direct access to the files helps me a lot.
Best regards,
DudeHey rusrace!
Try adding this at the very end of your theme / child theme functions.php file:
add_filter('avf_form_mail_field_values', 'avia_change_checkbox_return_values', 10, 4); function avia_change_checkbox_return_values($value, $new_post, $form_elements, $form_params){ if($value == 'false') $value = 'No'; if($value == 'true') $value = 'да'; return $value; }
You can also replace “No” with a custom value.
Best regards,
PeterHi!
Please try to add this code to the quick css field or child theme style.css to style the subcategory items of the widget:
#top .widget ul.children li:before { content: "- "; } #top .widget ul.children { padding-left: 10px; }
Regards,
PeterAugust 29, 2018 at 12:36 pm in reply to: Main Content – Benutzerdefiniertes Hintergrundbild pro Seite #1003103Hey Roland!
Du kannst mit dem Advanced Layout Builder eine “Color Section” zu deinen Seiten hinzufügen, dann für diese ein Hintergrundbild auswählen (im Reiter “Section Background” -Screenshot: http://www.clipular.com/c/5507824806002688.png?k=3bJSEKZjNuyIoCe3HnJVeOCvu_U ). In die Color Section kannst Du dann andere Elemente einfügen.
Um das Hintergrundbild bei kleinen Bildschirmen auszublenden kannst Du folgenden Code verwenden:
@media only screen and (max-width: 989px){ .responsive #top .avia-section.avia-section-default { background-image: none !important; } }
– füge diesen Code in das Quick CSS Feld oder in die child theme style.css ein.
LG,
PeterAugust 29, 2018 at 11:41 am in reply to: PHP Warnings after updating post or page Yoast + Enfold OK with TwentySeventeen #1003088Hi,
I’d recommend to add following code to the child theme functions.php:
error_reporting(0);
to deactivate the error/warning output. Use this code even if you’re not experiencing any issues because php warning/error messages might help hackers/attackers to find weak points or backdoors.
Best regards,
DudeHi!
Great, glad it works now :)Regards,
PeterHey!
Yes I think this should work. If not please install the 4.4.1 update via ftp ( https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#ftp-install ).
Cheers!
PeterHi!
Great, glad I could help you :)Cheers!
PeterHi,
I haven’t tested it but you can try the nimble portfolio plugin ( https://wordpress.org/plugins/nimble-portfolio/ ) which also supports “Multi-filters selection” ( http://www.nimble3.com/shop/premium-isotope-addon-for-nimble-portfolio/ ).Best regards,
DudeHey Exec4,
You need to set the image link setting to “Lightbox linking active”. Then add the vimeo url into the “Custom Link” field (you can set a different url for each image – screenshot: http://s3.amazonaws.com/feather-files-aviary-prod-us-east-1/5c5f873d5/2018-08-29/ad9e361ca8e248d7aa901656559b0a97.png ) and save the page. Afterwards you should be able to click on the images and the vimeo video will open in a lightbox.
Best regards,
DudeAugust 29, 2018 at 11:13 am in reply to: Polylang Titles, Extract, Comments, Tags, Category #1003074Hi,
This is not a polylang issue but a side effect of the advanced layout builder. The advanced layout builder does not add the data you mentioned to the template automatically. If you want to include post data you can use some elements (i.e. the “Social share buttons” and “Comments” elements in the “Content Elements” tab to show social share icons and the comments) or you can add it manually by using a textblock element. If you want to add the date, comments, author and tag meta data, social media share buttons and related posts automatically please switch back to the “Default Editor”.
Best regards,
DudeHi,
Yes, you can then download the latest version of Enfold from themeforest.net. You can also generate an api key (issued by themeforest/Envato) to activate the theme update feature (Enfold > Theme Options > Update).
Best regards,
DudeHi,
I think this issue is caused by php warnings. These warnings should be fixed with the next theme update. I added following code to enfold/functions.php:
error_reporting(0);
to deactivate the error/warning output. I’d recommend to use this code even if you’re not experiencing any issues because php warning/error messages might help hackers/attackers to find weak points or backdoors.
Best regards,
DudeHey atifaijaz123,
No this is not possible without heavy customization. You could try a plugin like WPGmaps which seems to support such a feature (see https://www.wpgmaps.com/demo/wp-google-maps-store-locator-free-version/ )Best regards,
DudeHi,
Can you post a link to the product/page please? I just checked the website but couldn’t find “blue blocks”.
Best regards,
DudeAugust 29, 2018 at 10:25 am in reply to: Portfolio-Entry / How can I select a parent-page for a single entry? #1003058Hi,
Du installierst diese Datei idealerweise per ftp. Verbinde dich zum Server, navigiere dann in den ordner wp-content/plugins/ und dort lädst du die Datei einfach hoch.
Wenn Du die Datei per WordPress hochladen möchtest, dann speichere den Code in eine PHP-Datei ab (zB enfold_anpassungen.php) und komprimiere diese in eine zip Datei (zB mit einem kostenlosen Tool wie 7zip oder WinRar). Es sollte dann eine zip Datei entstehen (enfold_anpassungen.zip), welche wiederum die enfold_anpassungen.php enthält. Diese Zip-Datei kannst Du dann per WordPress hochladen/installieren.
LG,
DudeHi,
I fixed the slider issue – to solve it I had to replace the url of the login/logout menu item. It was #bawloginout# and I changed it to #bawloginout because two hashtags make the url invalid (screenshot: http://www.clipular.com/c/5589432942723072.png?k=oIAyLr28I9B0JQesSBJgXE94YUY ).
Best regards,
DudeHey Mark Donegan,
Yes the upgrade should be possible without any additional work. However I’d recommend to make a database and file (i.e via ftp) backup to be on the safe side.Best regards,
PeterHi,
You can try to remove the white space with this code (add it to the quick css field):
.archive.tag .category-term-description, #top h3.post-title.tag-page-post-type-title { display: none; }
Best regards,
DudeHi,
The avia_sidebar_menu() function will only work if you set up a page hierarchy, thus you need to choose a parent page for your “industries” sub-pages. I selected on one page (see private content) the parent page “Industries” and a menu item showed up. You need to add more child pages to extend the menu.
Best regards,
DudeAugust 29, 2018 at 9:50 am in reply to: Custom 404 Page doesn't recognize properly by WebSite Auditor #1003048Hi,
This seems to be an wpml issue. Please try to add this code to your child theme functions.php:
add_action( 'template_redirect', 'redirect_404_to_any_url' ); function redirect_404_to_any_url() { if(is_404()) { $error404_page = avia_get_option('error404_page'); $url = ''; if($error404_page) $url = get_permalink($error404_page); if($url) wp_redirect($url); exit; } }
and check if this solves the issue. If not try this code:
add_action( 'template_redirect', 'redirect_404_to_any_url' ); function redirect_404_to_any_url() { if(is_404()) { $error404_page = avia_get_option('error404_page'); $url = ''; if($error404_page) { $error404_page = apply_filters('wpml_object_id', $error404_page, 'page', TRUE); $url = get_permalink($error404_page); } if($url) wp_redirect($url); exit; } }
and check the 404 page again.
Best regards,
DudeHi,
I don’t have an IPhone to test your website but as far as I know other members of the support team have Apple devices. Can you please post a link to your website so we can check the code.
Best regards,
DudeHi,
Ich habe folgenden Code in die child theme style.css eingetragen, um diesen Effekt zu entfernen:
#top #wrap_all .avia-gallery .avia-gallery-thumb a:hover { opacity: 1; }
LG,
DudeHi,
As far as I know you can’t change the letter spacing for individual characters or pairings. You could try to use the font-kerning css attribute to deactivate the default kerning information which is “hardcoded” into the font (see https://developer.mozilla.org/de/docs/Web/CSS/font-kerning ).
You can use it like:
#layerslider_12 p.ls-layer{ font-kerning: none; }
Best regards,
DudeHi,
You’ve two portfolio.php files in your child theme folder. Please delete the shortcodes/portfolio.php file and modify the shortcodes/portfolio/portfolio.php. This should fix the error.
Best regards,
DudeHi,
This would require some time intensive code changes and customization which is beyond the scope of our support forum. I’d recommend to hire a developer/freelancer for this task.
Best regards,
DudeAugust 28, 2018 at 1:38 pm in reply to: Google PageSpeed complains about picture size in (flexible) masonry view #1002690Hi,
Did you try to regenerate all thumbnails with a plugin like: https://wordpress.org/plugins/regenerate-thumbnails/ ? Maybe shortpixel did not compress all images (yet) and if shortpixel hooks into the default thumbnail generation process this should force shortpixel to compress all images. You can also try to use another service like: https://imagify.io/wordpress/ – maybe shortpixel uses other tools to compress images and Google’s image compression is better.
Best regards,
DudeHey Melissa Native,
All official videos are published on our documentation website: https://kriesi.at/documentation/enfold/
Best regards,
DudeAugust 28, 2018 at 1:24 pm in reply to: after adding the SEO plugin, the layout builder box cannot be loaded. #1002682Hey zqmaqma,
Please activate Yoast and create us an admin account – we’ll look into it.
Best regards,
DudeHey profputr,
No this won’t affect the page performance at all. If you don’t need previews I’d recommend to simply ignore this error. Unfortunately there’s no easy way to fix it – you would need to use another php version which supports a higher regex limit. You can ask the server administrator if another php version is available. If yes, try to activate it and check the preview page again.
Best regards,
Dude -
AuthorPosts