Forum Replies Created
-
AuthorPosts
-
September 18, 2014 at 8:28 am in reply to: How do we edit the Copyright section in the Enfold Options? #320970
Hey saki!
Thank you for using Enfold.
Go to Enfold > Footer panel. You can add the [nolink] tag on the copyright field if you want to remove the default copyright text.
Best regards,
IsmaelSeptember 18, 2014 at 8:26 am in reply to: How to add custom buttons at the top of each post and page? #320969Hi gentlemansgazette!
Thank you for using Enfold.
I’m not sure where to put the code but you can use the following plugins to add social buttons:
https://wordpress.org/plugins/socialize/
https://wordpress.org/plugins/wp-socializer/Cheers!
IsmaelSeptember 18, 2014 at 8:24 am in reply to: Export Theme with Customised Design to HTML and CSS #320968Hi wildbrid!
Thank you for using Enfold but I don’t think it is possible to convert the theme to just html. I’ll ask the rest of the support team. Maybe they have any idea.
Regards,
IsmaelSeptember 18, 2014 at 8:22 am in reply to: Using " & " character in Special Heading within Color Section Bug #320967Hey!
Try using the html entity code of the apostrophe symbol. Refer to this link: http://www.freeformatter.com/html-entities.html
Cheers!
IsmaelHey!
I’m sorry but you’re still using Enfold 2.6.2. Please download version 2.9.2 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
IsmaelHey Marcelo!
Thank you for using Enfold.
The errors are not coming from the theme. I’m not sure how we can help you with it. What is the scanning tool that you’re using?
Best regards,
IsmaelHi beylerian!
Thank you for using Enfold.
You need to increase the memory limit to at least 128M. Contact your hosting provider if you’re not sure how. Please refer to this link if you want to do it yourself: http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
Best regards,
IsmaelHi Invoke_Media_Group!
Thank you for using Enfold.
Yes, that is possible. Go to Enfold > Import/Export panel then upload custom icon fonts from fontello.com using the Iconfont Manager.
Best regards,
IsmaelSeptember 18, 2014 at 8:06 am in reply to: Site is loading very slowly, GTmetrix rates it at a D #320956Hey JoseSoto!
Thank you for using Enfold.
Please download the latest version Enfold 2.9.2 which is compatible with WordPress 4.0. Update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
IsmaelHi sandboxes!
Thank you for using Enfold.
You can adjust the thumbnail size of the masonry image on functions.php. Look for this code on line 110:
$avia_config['imgSize']['masonry'] = array('width'=>705, 'height'=>705 , 'crop' => false); // images for fullscreen masonryAdjust the width and height then regenerate the thumbnails. The image dimension will also depend on the size of the columns. You might want to disable the full width masonry by placing the masonry element inside a 1/1 column layout. Set the Size Settings to Perfect Manual Masonry.
Best regards,
IsmaelHey!
Thanks for the info.
An inline styling has been added on the third column:
<div class="new-font-regular3" style="color: #000000; text-align: left;">Цена: по запросу</div>Maybe a third party plugin is adding that automatically.
Cheers!
IsmaelHey!
Thank you for using Enfold.
@suums: Thanks for helping out! :)@robert: Please refer to this link for more info: http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems
You should probably contact your host then ask them to add the fix provided on the link.
Best regards,
IsmaelHey sumason!
Thank you for using Enfold.
Please go to Enfold > Header Layout. Set the Header Size to custom pixel value. Adjust the height to 194px.
Best regards,
IsmaelHey ste_thumbs!
Thank you for using the Enfold theme.
Yes, that is possible. Just use this on Quick CSS or custom.css:
div#header_main { display: none; }Regards,
IsmaelHi danfarberoff!
Thank you for using Enfold.
You can set the height of the header via CSS. Use this on Quick CSS or custom.css:
#header_main .container, .main_menu ul:first-child > li a { height: 35px !important; line-height: 35px !important; }Best regards,
IsmaelHi!
Thank you for using Enfold.
Did you create this slider from a previous version of the theme? Old sliders that you created from an old version of the theme won’t have their preview recognized by the latest version of the layer slider. You need to create the slider from scratch.
Best regards,
IsmaelHey Martin!
Thank you for using Enfold.
Try to use this at the very bottom of functions.php:
function add_custom_script2(){ ?> <script> jQuery(window).load(function(){ jQuery(".av-magazine-entry-big .av-magazine-thumbnail").before(jQuery(".av-magazine-entry-big .av-magazine-title")); }); </script> <?php } add_action('wp_head', 'add_custom_script2', 10);Regards,
IsmaelSeptember 18, 2014 at 7:39 am in reply to: Are we safe to upgrade to the latest version of Yoast now #320944Hi DavidMiles!
Thank you for using Enfold.
We haven’t encountered any inquiries or issue reports regarding the 1.6.1 version yet. You’re the first one to ask about it. I guess it is safe to say that you can upgrade to the latest version. Let us know if you encounter any issues.
Cheers!
IsmaelHey marshallrobinson!
Thank you for using Enfold.
You can use html code on the Name field of the testimonial element. Something like this:
<a href="http://www.google.com">This is a name</a>Regards,
IsmaelHi CharlieBarey!
Thank you for using Enfold.
Did you use the Woocommerce Layered Nav widget?
Best regards,
IsmaelHi bdm55!
Thank you for using Enfold.
The portfolio grid element is now set to full width by default. Please edit the page then place the Portfolio Grid element inside a 1/1 column.
Best regards,
IsmaelHi!
You can edit each portfolio items then look for the Overwrite Portfolio Link setting. Set it to Define Custom Link. Add the url of the video on the Link portfolio item to external URL field. This will open the video on lightbox when you click on the portfolio thumbnail.
Regards,
IsmaelHi Taras!
Thank you for using Enfold.
Do you mind providing a screenshot of what you’re trying to do? The theme doesn’t have a floating widget feature at the moment. You might need to find another plugin or hire a freelance developer to add the feature for you. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.
Regards,
IsmaelHi mhiller!
Thank you for using Enfold.
If you’re trying to center align an element, just add a text block or code block. Add a html div like this:
<div class="avia-align-center">CENTER CONTENT</div>Add this on Quick CSS or custom.css:
.avia-align-center { text-align: center; }Cheers!
IsmaelHi!
You can find the line on js > shortcodes.js and framework > php > class-framework-widgets.php. I tested it but it doesn’t seem to work. I’ll ask Dude to take a look.
Best regards,
IsmaelHey awilson3rd!
Thank you for using Enfold.
Find this code on line 71 of sidebar.php:
//global sidebar if (dynamic_sidebar('Displayed Everywhere')) : $default_sidebar = false; endif;Then go look for this code on line 44:
if($custom_sidebar) { dynamic_sidebar($custom_sidebar); $default_sidebar = false; }Replace it with this code:
//global sidebar if (dynamic_sidebar('Displayed Everywhere')) : $default_sidebar = false; endif; if($custom_sidebar) { dynamic_sidebar($custom_sidebar); $default_sidebar = false; }Cheers!
IsmaelSeptember 18, 2014 at 6:56 am in reply to: Make portfolio item open ajax on desktop but open single page post on mobile #320913Hey!
First, please refer to this link on how to add custom css class on the advance layout builder elements: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Apply different classes on the Portfolio Grid element. Use “portfolio-desktop” for the desktop version and “portfolio-mobile” on the other. Use this on Quick CSS or custom.css:
@media only screen and (min-width: 768px) { .portfolio-mobile { display: none !important; } } @media only screen and (max-width: 767px) { .portfolio-desktop { display: none !important; } .portfolio-mobile { display: block !important; } }Best regards,
IsmaelSeptember 18, 2014 at 6:50 am in reply to: Problem with Order Again button on WooCommerce Checkout #320911 -
AuthorPosts
