Forum Replies Created
-
AuthorPosts
-
Hi,
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) { div .av_one_fifth { height: auto !important; }}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:
.grid-entry-title { font-size: 16px; font-weight: 100; }Best regards,
YigitHi!
Sorry for the late reply!
Could you please try de-activating all active plugins and check if that helps?Regards,
YigitHi,
I added following code to Quick CSS
.footer_color a { color: white; }please review your website now
Best regards,
YigitApril 11, 2017 at 2:51 pm in reply to: Font Weight appears thicker than Google Fonts preview #776071Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia-chrome .avia_textblock p { -webkit-font-smoothing: antialiased; }Best regards,
YigitHi!
Can you please update WooCommerce to 3.0.1 as well? Also, i did not notice anything unordinary with font sizes on your site
Best regards,
YigitHi,
No, now your code says “use Div if single post or category page”
You can use
add_filter('avf_title_args', 'change_title_tag', 10, 2); function change_title_tag($args,$id) { if(!is_single() || !is_category()){ $args['link'] = get_permalink($id); $args['heading'] = 'div'; } else{ $args['link'] = get_permalink($id); $args['heading'] = 'h1'; } return $args; }Best regards,
Yigit-
This reply was modified 8 years ago by
Yigit.
Hey vincemilia,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#footer #text-6 { overflow: visible; }Best regards,
YigitHey!
Can you please update Enfold to the latest version 4.0.5 – kriesi.at/documentation/enfold/updating-your-theme-files/?
It should not be related but we can cross it off the list. I noticed you have some custom codes in functions.php file of the theme. Please have a backup of the files you modified including functions.php, as you are not using a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/, they will be overwritten when you update the themeBest regards,
YigitHi,
Unfortunately, since header does not have widget area out of the box, we are not able to show you any example however there are many Enfold users that are using it.
Another alternative would be using simple CSS and HTML in Phone info field in Enfold theme options > Header > Extra Elements. You can add numbers as following
Here is your number Here is your other numberand you can hide these numbers and only show on certain pages by adding following code to Enfold theme options > General Styling > Quick CSS
.number-one, .number-two { display: none; } .page-id-59 .number-two { display: block; } .page-id-79 .number-one { display: block; }You can simply replace page ID’s.
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:
@media only screen and (max-width: 480px) { .responsive #top .av-masonry-entry { width: 100% !important; }}Best regards,
YigitHey!
Please remove following code
strong.logo { width: 340px!important; }and add following instead
.html_header_sidebar .logo { padding: 20px; }Regards,
YigitHi Sophie!
Thanks for contacting us!
We have forwarded your proposal to Kriesi. If interested, he will contact you :)
Cheers!
YigitHi!
Thank you for contacting us!
It would be easier if you could find a plugin, maybe such as this one – http://wordpress-advertising.tunasite.com/visual-banner-creator/. Having it custom coded might be more expensive for you :)
Let us know if you have any Kriesi themes related questions :)
Cheers!
YigitHey!
Adding CSS code would not change the language of your installation. I see “Note: The WPLANG constant in your wp-config.php file is no longer needed.” warning on general settings page. Can you please check wp-config.php file and make sure WPLANG constant is not there?
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:
.main_color table caption, .main_color tr:nth-child(even), .main_color .pricing-table>li:nth-child(even), #top .main_color .avia-data-table.avia_pricing_minimal td,#top #wrap_all .avia-gallery .avia-gallery-thumb a { background: transparent!important; }Please feel free to request – or vote if already requested – such feature on Enfold feature request form.
Best regards,
YigitHi,
Most features should work. If you would like to install LayerSlider as a standalone plugin, please firstly see – http://kriesi.at/documentation/enfold/deactivate-the-layerslider-plugin/
@mensmaximus Thanks! :)Best regards,
Yigit-
This reply was modified 8 years ago by
Yigit.
Hey!
Since they will 50px paddings on both sides, they should look correct on mobile as well. Please make sure to edit your Grid Row to select to display each cell on its own on mobile :)
Cheers!
YigitHi,
Sorry for the late reply!
Have you figured it out by using “Read more” instead? :)
Best regards,
YigitHi,
@Ralf You can refer to this post – http://kriesi.at/documentation/enfold/enable-cors/ to fix the issue @beeluckylady mentioned. If you have further questions, please start a new thread as we only use this thread to showcase our websites and to see what other users think about them :)
@beeluckylady Good catch! :)Best regards,
Yigit-
This reply was modified 8 years ago by
Yigit.
Hi!
Containers have 50px paddings on each side. You can simply add 50px padding to sides of your cells and content inside them should be aligned correctly with your color section elements :)
Cheers!
YigitHi,
That is possible :) You can simply edit cells in Grid Row element and choose to set different background colors – http://i.imgur.com/kSsNsAg.png
Best regards,
YigitHi,
Can you please contact your hosting provider and ask them to upgrade PHP version to 7.0.x and check if that helps?
Best regards,
YigitHi,
Can you please contact your hosting provider and ask them to upgrade to PHP7.0.x? The latest version of Enfold 4.0.5 is compatible up to PHP7.1.x – kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
YigitHey!
We are glad it is working fine too! :)
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 Peter,
You can simply delete theme from your installation and install it on another domain and insert username and API key in Enfold theme options to receive auto updates – kriesi.at/documentation/enfold/updating-your-theme-files/.
Best regards,
YigitHi,
Thank you for your kind words Milan! We are happy to have users such as yourself :)
Let us know if you have any other questions or issues and enjoy the rest of your day!Best regards,
YigitHi Milan :)
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' );Then open class-form-generator.php file in your child theme and find
rows="7"and change it as needed :)
Best regards,
YigitHi,
Here are the selectors
/* For Masonry title */ .av-masonry-entry .av-masonry-entry-title { font-size: 16px; } /* For Masonry content */ .av-masonry-entry .av-masonry-entry-title + .av-masonry-entry-content { font-size: 12px; }I also attached a screenshot showing it your page looks on my iphone
Best regards,
Yigit -
This reply was modified 8 years ago by
-
AuthorPosts
