Forum Replies Created
-
AuthorPosts
-
February 15, 2017 at 8:49 pm in reply to: How can I display only the list of blog posts when someone clicks on the tag #747658
Hey!
You are welcome! Let us know if you have any other questions or issues :)
Best regards,
YigitHey Andy,
Thanks for your kind words and sorry for the late reply!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.page-id-15 .image-overlay { display: none!important; }Then please edit your page and place your image inside a Color Section element with 100% height :)
Best regards,
YigitHey
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 990px) { #header .textwidget h1 { font-size: 26px!important; }} @media only screen and (max-width: 480px) { #header .textwidget h1 { font-size: 22px!important; }}Best regards,
YigitHi!
You are currently using an older version of the theme. Please update Enfold to the latest version 3.8.5 – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
Best regards,
YigitHi,
Please change the code to following one
add_filter('avf_logo_subtext', 'kriesi_logo_addition'); function kriesi_logo_addition($sub) { if(!wp_is_mobile()){ $sub .= '<h1>Company Name</h1>'; } return $sub; }Alternatively, you can remove it using custom CSS
@media only screen and (max-width: 768px) { .subtext { display: none !important; }}Best regards,
YigitHey!
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
Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and edit your element and give it a custom CSS class (“your-custom-class” in example below) and add following code to Functions.php file in Appearance > Editor
function remove_title_attr(){ ?> <script> jQuery(window).load(function(){ jQuery('.your-custom-class a').attr('rel','nofollow'); }); </script> <?php } add_action('wp_footer', 'remove_title_attr');Also, please feel free to request – or vote if already requested – such feature on Enfold feature request form.
Best regards,
YigitHi!
Please choose your frontpage and blog page in Enfold theme options and not in Settings > Reading
Regards,
YigitHey
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px) { .hr-custom.hr-icon-yes .hr-inner { width: 45%!important; }}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,
YigitHi MarsNJ!
Login credentials did not work for me.
Can you please add following code to functions.php file in Appearance > Editor
add_theme_support('avia_no_session_support');Cheers!
YigitHey!
Your slider was hidden on mobile. I turned it off. Please review your website now
Regards,
YigitHi!
Not at all :)
You are welcome, let us know if you have any other questions or issues!Cheers!
YigitHi,
Sorry for the late reply!
Please contact your hosting provider and ask them to downgrade PHP version from 7.1.x to 7.0.x.
Our devs already fixed the issue and will include it in upcoming Enfold updateBest regards,
YigitHi!
Can you please apply the changes and let us know so we can see the issue on the live site?
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!
We might be editing the Quick CSS field at the same time. I commented it out once again. Please review your website now.
Best regards,
YigitHi,
Please change the code to following one
.woocommerce.archive .content { width: 100% !important; border: none; } .woocommerce.archive .sidebar { display: none!important; }Best regards,
YigitHey Tamar,
Please refer to this post – https://kriesi.at/support/topic/how-to-edit-woocomerce-product-page-layout/#post-730198
Best regards,
YigitHey!
I commented out following code in Quick CSS
#header { position: fixed !important; }Please review your website now
Cheers!
YigitHey zimbo,
Sorry for the late reply!
“medium_large” is not one of the image sizes created by Enfold. You can check Enfold parent themes functions.php file to find all image sizes created by the theme.
Best regards,
YigitHi,
I am not sure if i understood you clearly however you can link your Youtube videos to buttons to play them in lightbox when clicked. If that is not what you meant, can you please post an example site or a screenshot showing 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,
YigitHey
I chose to display 2 footer columns in Enfold theme options and then moves menu to second column and added following code to Quick CSS
#footer .flex_column:nth-child(2) { width: 72%; margin-left: 2%; } #footer .flex_column:nth-child(1) { width: 25%; } @media only screen and (max-width: 768px) { #footer .flex_column { width: 100% !important; margin-left: 0 !important; }}Please review your website now
Best regards,
YigitHey!
Sorry for the late reply!
It does seem to work fine on my end. I attached a screenshot in private content field. Have you figured it out already? If not, please elaborate.
Best regards,
YigitHey Ted,
Please register to our support forum here – https://kriesi.at/support/register/ and start a new thread under Enfold sub forum whenever you have a questions or an issue.
That issue is usually related to 3rd party plugins. Enfold is compatible with WooCommerce but may not be compatible with WooCommerce extensions since there are many of them out there.
Can you please try de-activating all active plugins and check if that helps? You can activate them one by one to find the culprit.
Best regards,
YigitHey
Please refer to this post – http://kriesi.at/documentation/enfold/display-footer-menu-scroll-to-top-button-on-mobile/
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 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 15, 2017 at 6:03 pm in reply to: Color Section Zooming even on 2000px x 2000px image #747579Hi,
Sorry for the late reply!
It seems like you figured it out already though? :)
For future readers, please make sure to insert your image in full size :)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 -
AuthorPosts
