Forum Replies Created
-
AuthorPosts
-
Hi,
@andreashorn Sorry for the late reply!If issue is present only on certain pages, please make sure that you open and close your HTML tags properly as following
<strong>Here is my text</strong>Also, try removing any custom code you have on your page temporarily and check if that helps.
@digithrive Thanks for your help :)Best regards,
YigitHey dannhanks,
Please refer to this post also please see – https://codex.wordpress.org/Shortcode_API
Best regards,
YigitHi,
Can you please try changing following code at the top
add_filter('avf_title_args', 'change_title_tag', 10, 2); function change_title_tag($args,$id) { $args['link'] = get_permalink($id); $args['heading'] = 'div'; return $args; }to following one
add_filter('avf_title_args', 'change_title_tag', 10, 2); function change_title_tag($args,$id) { if(!is_single()){ $args['link'] = get_permalink($id); $args['heading'] = 'div'; } return $args; }Applying this change should make titles in title bar for single post H1 when posts are created with or without ALB :)
Best regards,
YigitHey!
Can you please update WordPress to the latest version as well? You are currently using an older version of it :)
Cheers!
YigitHi,
You can refer to this post – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ and add a widget area to your header then you can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Or, You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
then you can create any of them and copy/paste shortcode into any other content element or into text widget.Best regards,
YigitMerhabalar!
Gec cevap icin uzgunum!
Lutfen Appearance > Widgets bolumune gidip “Displayed everywhere” widget alanina menu widgetini ekleyin. Varsayilan widgetlari CSS kullanmaniza gerek kalmadan silecektir :)Best regards,
YigitHi!
No, unfortunately there is no trial version.
Each domain requires a new license.Let us know if you have any other questions :)
Cheers!
YigitApril 7, 2017 at 4:51 pm in reply to: After update to 4.0.5, text formating does not work on Woocommerce products #774076Hi,
Please update WooCommerce to 3.0.1.
We always recommend our users to wait a bit longer if their websites purely depend on WooCommerce or testing on a testing environment ( http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/ )
@24hourtrading and @adrianwackernah Thanks for your input guys :)Best regards,
YigitHi,
Please copy unmodified enfold/framework/php/class-form-generator.php file and paste it inside enfold-child folder and find following at the top and remove it (please do not remove PHP opening tag)
if ( ! defined( 'AVIA_FW' ) ) exit( 'No direct script access allowed' );and then add following code to Functions.php file of your child theme
require( 'class-form-generator.php' );and then apply the changes on the file on your child theme
@Guenni007 Thanks for your help! :)Best regards,
YigitHi,
Sorry for the late reply!
Could you please refer to @Designweb’s post above? :)Best regards,
YigitApril 7, 2017 at 2:58 pm in reply to: Adding a phone number to the left of social media icons in header #774014Hey!
This is how it looks on my end at the moment [screenshot in private content field]. Have you figured it out already? If not, can you please post a screenshot and show the changes you would like to make? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here
Best regards,
YigitHi!
No, unfortunately, it is not possible. You can try modifying enfold/css/print.css file however that would be out of the scope of our support. Please consider to hire a freelance developer if needed
Best regards,
YigitHi,
Login credentials did not work for me. However solution is simple. Please edit your page and choose to display non-transparent header – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/ under Layout section. Currently it is set to display when scrolled :)
Best regards,
YigitHi!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
YigitHi!
Our devs are aware of the issues. Now that WooCommerce 3.0.1 is out there, we will test it once again and include necessary fixes as soon as possible :)
Best regards,
YigitHi,
You had following in Quick CSS field
<div class=”postauthor”> <?php echo get_avatar( get_the_author_id() , 80 ); ?> <h4>Autor des Artikels: <?php the_author(); ?></h4> <p><?php the_author_description(); ?></p> </div><!–end postauthor–>I removed it as only CSS code should be in Quick CSS field. Then i added following code
.js_active .toggler { border: none; }Best regards,
YigitHi!
You can try using a plugin such as this one – https://wordpress.org/plugins/wp-print/ or browser addon such as this one – http://www.awesomescreenshot.com/
Cheers!
YigitHey!
We have informed our devs about the issue. Also, we can provide you older versions of the theme if you let us know which version exactly you want :)
Best regards,
YigitHey!
Sorry for the late reply!
It seems like you are currently not using Enfold on your website. Can you please check the link once again?Also, please try adding following code to Functions.php file in Appearance > Editor
add_filter('avf_postgrid_excerpt_length','avia_change_postgrid_excerpt_length', 10, 1); function avia_change_postgrid_excerpt_length($length) { if ( is_category() || is_archive() ) { $length = 1000; } return $length; }Best regards,
Yigit-
This reply was modified 9 years ago by
Yigit.
Hey Rob!
Sorry for the late reply!
Please edit your Text Block element and click on the magic wand to add icon – http://i.imgur.com/f7hxHGd.png :)
Best regards,
YigitHey!
Sorry for the late reply!
Please add Code Block element to your portfolio post and insert following inside it
<style> .avia-tooltip.avia-tt { display: none!important; } </style>Best regards,
Yigit-
This reply was modified 9 years ago by
Yigit.
Hey!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
YigitHi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
YigitHi Servicios!
I changed the code to following one
.inner_product_header_cell h2 { color: #109bc5 !important; }Please review your website now :)
Best regards,
YigitHi!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
Yigit -
This reply was modified 9 years ago by
-
AuthorPosts
