Forum Replies Created
-
AuthorPosts
-
Hey Charlotte,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#text-42 iframe { height: 300px; }Best regards,
YigitHey WKM,
Sorry for the late reply!
– Please firstly make sure that you are using a child theme – https://kriesi.at/documentation/enfold/using-a-child-theme/
– 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' );– Add following code to Functions.php file of your child theme
require( 'class-form-generator.php' );– Open class-form-generator.php file in your child theme and find
echo 'jQuery(document).ready(function(){ jQuery(".avia_datepicker").datepicker({– Add following code right below that line
minDate: +3, beforeShowDay: function(date) { var day = date.getDate(); return [(day)]; },Best regards,
YigitHi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
YigitHi!
I am afraid the only way to get full support and theme updates is by having access to a Themeforest account which was used to purchase the theme.
The easiest way would be to get in touch with your developer and ask him for the purchase code and an API key. That would allow you to create a forum account here (one that got access to more than the pre-sale question area) and would also allow you to update the theme from your backend.
If you cant get in touch with your developer for whatever reason, you can also try to contact Envato support and ask them if its possible for them to credit the purchase to a Themeforest account of your own. However this will probably only work if your developer already sent you a payment receipt or something similar for the purchase.
Last option would be to create a themeforest account of your own and use it to re-purchase the theme.
I hope one of the first two options works out for you, but unfortunately we can’t help until we have a valid verification that the theme was purchased properly. This is necessary for us, since there are quite a few people out there who don’t buy the theme on themeforest and instead download it for free on illegal file sharing sites and then even have the audacity to ask us for support.
Sorry for that!
Regards,
YigitHi Bryan,
Thanks! I am sure some of fellow Enfold user would want to follow your blog :)
We shared your testimonial with Kriesi. We will close this thread for now. Let us know if you have questions or issues :)
Best regards,
YigitHi,
Please flush cache in WP Rocket if that still does not help, please post FTP and WP admin logins here privately so we can update the theme for you.
Best regards,
YigitHi,
Please use the code as following
@media only screen and (max-width: 767px) { #top #wrap_all .header_color.av_header_transparency { position: absolute!important; background: transparent; } #header.av_header_transparency + #main > .container_wrap .container { padding-top: 90px; }}Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
YigitHi!
Thanks for your great testimonial Bryan! We will share it with Kriesi :)
Your blog looks great and is definitely useful for WordPress users. If you have not already, please consider sharing it on Enfold showcase thread – https://kriesi.at/support/topic/enfold-showcase/ and Enfold community page on Facebook – https://www.facebook.com/groups/WordpressEnfold/
Thanks again Bryan! We appreciate your kindness :)
Cheers!
YigitHi,
Thanks for contacting us!
We had Cyber Monday sale which was extended to a week but unfortunately it is already over.
I am afraid theme will be $39 again only when there is another sale.Sorry you have missed it but i can assure that Enfold theme worths every penny even without a sale :)
Let us know if you have any other questions!
Regards,
YigitHey,
I added following code to Functions.php file of your child theme in Appearance > Editor
add_filter('avia_post_nav_entries','avia_remove_post_nav', 10, 1); function avia_remove_post_nav() { return false; }Please review your website
Best regards,
YigitHi Ryan,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 767px) { #top #wrap_all .header_color.av_header_transparency { position: absolute!important; background: transparent; }}However your content would move below your header. You can add a separator/whitespace element and choose to display it only on mobile to solve that issue :)
Best regards,
YigitHi,
Please try re-updating the theme via FTP and overwrite all theme files – kriesi.at/documentation/enfold/updating-your-theme-files/
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 start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
YigitHi!
Please replace the content of your style.css file with this one – https://pastebin.com/jXeGFivx
You had one media query which is not closed. Also, you have added CSS code into custom CSS field. Only class should go there, in your case “my-custom-class”.
After replacing content of your style.css file, please make sure to purge cache.Regards,
YigitHi!
Glad it is working fine!
By adding the code, you are basically removing title tags from your images. You can read more about image alt and title tags here – https://yoast.com/image-seo-alt-tag-and-title-tag-optimization/
Best regards,
YigitHey Robin,
I am not afraid that would be easily possible.
It would be possible to change WooCommerce’s own single product template on your child theme and all changes would be applied on all products however since you are using ALB, that would not apply. You would either need to switch all products to default editor or update each of them when you make changes in your template.
Best regards,
YigitDecember 1, 2017 at 4:34 pm in reply to: I need the feautered image of post to be in mobile version too. #883937Hi,
That is because image size is 180x180px. Please try following
1. Install this plugin: https://wordpress.org/plugins/simple-image-sizes/
2. Go to Settings > Media
3. Change thesquareimage size (increase its width / height).
4. Regenerate the thumbnails by clicking the button at the bottom.Best regards,
YigitHey Thomas,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
YigitHey!
It is downloaded on your computer. If you do not mind posting WP admin logins here privately, we can export your theme settings and provide you a dropbox link :)
Cheers!
YigitHey hotspot,
You can simply go to Plugin additions tab and add product elements to your pages. Also, please see – https://www.spiderflystudios.com/resources/spiderfly-enfold-elements/ which was contributed by fellow Enfold user @kahil :)
Best regards,
YigitHey,
Heading elements that are placed right after P tags have 1.5em top margin. However you have empty div above your third heading from top
<div class="mailmunch-forms-in-post-middle" style="display: none !important;"></div>Please remove it.
Best regards,
YigitHi reniai!
Please refer to this post – https://kriesi.at/documentation/enfold/remove-image-titles-that-show-up-when-you-hover-on-images/
Best regards,
YigitHi,
Please go to Enfold theme options > Layout Builder and check “Show element options for developers” and then edit your element and give it a custom CSS class (“my-custom-class” in example below) and then add following code to Quick CSS field in Enfold theme options > General Styling tab
.my-custom-class .avia-caption-content { max-width: 600px; margin: auto; }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 start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
YigitHey Tom,
We will probably add an option in upcoming versions :) For the time being, please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.av-hamburger-box { height: auto; } .av-burger-menu-main strong { display: block; position: absolute; top: -15px; }Best regards,
YigitHey!
Please add it to the bottom of the file. I personally find it easier to track changes in the file :)
Regards,
YigitHey!
Have you set body font size to 18px in Enfold theme options? List items are inheriting body and CSS that is affecting is following
body, body .avia-tooltip { font-size: 18px; }Best regards,
YigitDecember 1, 2017 at 12:58 pm in reply to: Bildunterschrift, Bildquelle unter dem Bild im Blog-Post #883869Hey Tobi,
– Please use a child theme – kriesi.at/documentation/enfold/using-a-child-theme/ to avoid having changes overwritten during updates.
– Please install this plugin – https://www.advancedcustomfields.com/ and add a new custom field to your blog posts. You will be using that field to add credits to your featured images.
– Copy loop-index.php file inside enfold/includes/ folder to your child theme inside /includes/ folder and find following lineif($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>';and insert your code right after closing Div, before single quote. For reference, please see – https://www.advancedcustomfields.com/resources/displaying-custom-field-values-in-your-theme/
Best regards,
Yigit -
AuthorPosts
