Forum Replies Created
-
AuthorPosts
-
February 2, 2017 at 4:42 pm in reply to: Cannot update theme – "Sorry, you are not allowed to access this page." #741881
Hi,
Great! For future reference, please see below
Please try this plugin to clear WordPress transients if you do not receive auto updates and make sure your API key is correct: https://wordpress.org/plugins/artiss-transient-cleaner/.
If it does not help, I am afraid you might need to update the theme manually – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Unfortunately not all Server environments are able to make use of the auto update feature provided by ThemeForest :/
Best regards,
YigitFebruary 2, 2017 at 4:07 pm in reply to: What is the procedure for upgrading WP Layer Slider? #741867Hi,
Not at all! :)
We will keep the thread open and will wait to hear from the creator of this thread. If you have any other questions or issues, please feel free to start a new thread.
Best regards,
YigitFebruary 2, 2017 at 3:56 pm in reply to: What is the procedure for upgrading WP Layer Slider? #741861Hey!
We have released Enfold 3.8.5 just to correct the false positive warning Wordfence threw. We are still working on the major update which will be released in a week or two. That update will include the latest version of LayerSlider.
I quote Kriesi’s reply below, so you can read more about the false positive warning
I will explain in a little more detail so you do understand whats going on here. First of all: Basilis is right. There is no security risk at all. Its a false positive.
In the file that is mentioned by Wordfence and other security tools (enfold/config-templatebuilder/avia-template-builder/php/html-helper.class.php) we got a php comment that explains what one of the functions does. The comment says:
//fallback for previous default input link elements: convert a http://www.link.at value to a manually entry
The link that is posted in that file is a generic placeholder for any link used. What we did not know is that actually someone was using the domain “link.at”. Apparently this domain got hacked now and is blacklisted. And this is why Wordfence thinks that the theme has a problem, because there is a link to a hacked domain.
However: This link is located in a php comment (its not an actual html link) which will never be displayed anywhere, can not be clicked, can not be used at all. It simply a line of non executable text. We will remove this text with the next update, however there is nothing you or your team need to do to your clients servers, theme files or whatnot since
a.) there is no actual problem, just a false positive
b.) you can fix the false positive by removing that single comment lineWe will release a small fix for this issue to prevent any further confusion about it. But to be clear once again: this can not be used to hack anyone or anything. It’s a false positive and if you think your site has been hacked its certainly not because of this. (I would also doubt that its because Enfold in general, because there are no known issues with the theme but if you think you have evidence that the opposite is true please share it so we can investigate the issue)
Cheers!
YigitHi,
It seems like you added your button into your content. Please add following code to Functions.php file in Appearance > Editor instead
add_action('avia_before_footer_columns','avia_footer_top_column'); function avia_footer_top_column(){ dynamic_sidebar( 'footertop' ); }Then go to Appearance > Widgets and create a new widget area called “footertop” and then place your button shortcode inside it.
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,
YigitHi ralphwalker!
Please create temporary WP admin logins and post them here privately. We might need FTP logins as well
Best regards,
YigitHey romano2,
Please refer to this post – http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
Best regards,
YigitHey!
You can enable debugging mode on both sites – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ and then copy the shortcodes of your template from under ALB and paste it in the same field in your other installation
Best regards,
YigitHi,
Please refer to my post here – https://kriesi.at/support/topic/grid-clickable-with-mouse-over/#post-710835
Best regards,
YigitHey,
We have replied to both threads. Thanks for your understanding though :)
Let us continue in your existing threads.Best regards,
YigitHey!
Please add following code to Quick CSS to remove home menu item from your homepage
.home #menu-item-588 { display: none!important; }Regards,
YigitHi!
Yes, please downgrade to PHP version 7.0.x for time being. With upcoming Enfold update, we will make sure that theme is compatible with PHP7.1.x :)
Regards,
YigitHey!
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!
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,
YigitHey!
Please add 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) { $length = 100; return $length; }Regards,
YigitFebruary 2, 2017 at 2:59 pm in reply to: Easy slider – content easy slider or post slider doesn't show up #741822Hey!
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 try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .main_color .wc-bookings-date-picker .ui-datepicker-header { border-color: orange; background-color: orange; color: #ffffff; }To change header colors. For dates, it seems like you added following custom CSS code
.main_color .wc-bookings-date-picker .ui-datepicker td.bookable a { background-color: #c05f5f !important; color: #ffffff !important; border-color: #e1e1e1; }Please adjust it as needed
Best regards,
YigitHi,
If you do not mind me asking, why do you use shortcode on a page to display a product instead of simply creating it in Products > Add New?
Best regards,
YigitHey Maucerichris,
I tried to troubleshoot this issue but the login credentials you provided do not work for me. Would you mind checking once again and then send us working login credentials?
The user role for the account you send us should be set to ‘administrator’ so we can try to disable all plugins and add custom code (if necessary) to resolve the issue.
Best regards,
YigitFebruary 2, 2017 at 2:33 pm in reply to: website blank and impossible to access to enfold settings #741799Hi,
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,
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,
I am not getting “Your access to this site has been limited” error when i try to check your site.
Please follow the instructions carefully. You should add navigation label as followingFire<span class="menu-break">Division</span>Best regards,
YigitFebruary 2, 2017 at 2:29 pm in reply to: Minimize white space between layout element & media element #741791Hi,
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,
YigitHey!
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,
YigitFebruary 2, 2017 at 2:27 pm in reply to: Easy slider – content easy slider or post slider doesn't show up #741787Hi,
It seems like you are still using Enfold 3.8
Please try this plugin to clear WordPress transients if you do not receive auto updates and make sure your API key is correct: https://wordpress.org/plugins/artiss-transient-cleaner/.
If it does not help, I am afraid you might need to update the theme manually – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Unfortunately not all Server environments are able to make use of the auto update feature provided by ThemeForest :/
Best regards,
YigitHey!
Alternatively, you can add following code to functions.php file in Appearance > Editor
add_theme_support('avia_no_session_support');Best regards,
Yigit -
AuthorPosts
