Forum Replies Created
-
AuthorPosts
-
Hey!
We added a code block element to modify the button position and cell padding. We also set the row column to equal height. Please check it now: http://3ef.cb1.myftpupload.com/test-icon/
Cheers!
IsmaelOctober 28, 2015 at 12:09 pm in reply to: problem with parallax color section, mega menu line height #526030Hi!
The slider size is 1310x800px, same as the actual image. What is the screen resolution of the laptop? I tested it on screen with 1366x768px and the mega menu looks OK.
EDIT: You can adjust the line-height to save space:
#top #wrap_all .av-main-nav ul > li > a, #top #wrap_all .avia_mega_div, #top #wrap_all .avia_mega_div ul, #top #wrap_all .av-main-nav ul ul { line-height: 1.3em; }Cheers!
IsmaelHi!
1.) Modify the secondary menu styling in the Enfold > Advanced Styling panel. Edit the “Small bar above Main Menu “.
2.) Regarding the slider, adjust the “Accordion Image Size” settings according.
3.) Use this filter for the google fonts: http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/
If you need anything else, feel free to open a thread for each question.
Regards,
IsmaelHey!
You need to adjust the actual thumbnail size. Install the following plugin then go to the Settings > Media panel. Adjust the “entry_with_sidebar” thumbnail size, update then regenerate the thumbnails or upload it again.
Regards,
IsmaelHi!
Alright. Please follow the instructions above. https://kriesi.at/support/topic/layer-slider-23/#post-525417
Cheers!
IsmaelHey!
Replace this line:
.avia-image-container-inner .avia_image:before.. with:
.avia-image-container-inner:hover .avia_image:beforeBest regards,
IsmaelHey!
I tried to access the site but I got this error:
404 – Seite nicht gefunden
_________________________________________________________Sehr geehrter Besucher,
leider ist ein Fehler aufgetreten: Die gewünschte Seite wurde nicht gefunden.
Haben Sie sich vielleicht vertippt oder eine alte URL aufgerufen? Wenn nicht, informieren Sie bitte den Webmaster dieser Homepage per Email. Um zu der vorherigen Seite zurückzukehren, verwenden Sie bitte einfach die “Zurück” – Taste Ihres Browsers.
Regards,
IsmaelOctober 28, 2015 at 11:44 am in reply to: The space between edge of the boxed layout and edge of the browser. #526012Hey!
Try this instead:
.responsive .boxed#top, .responsive.html_boxed.html_header_sticky #header, .responsive.html_boxed.html_header_transparency #header { width: 98% !important; max-width: 98% !important; }If you have a cache plugin, purge the cache then hard refresh the page.
Regards,
IsmaelHey haschkeks6696!
Thank you for using Enfold.
Could you please provide a link to the actual website so that we can inspect it? You can alter the font styling on Enfold > General Styling > Fonts panel.
Regards,
IsmaelOctober 28, 2015 at 11:36 am in reply to: Enfold automatically changes the fonts for heading and body text. #526007Hey!
It’s probably an issue with a third party plugin. The html markup of the page is broken. Is it OK if we deactivate the plugins while working on the site? I also tried to login to the site but it’s not working. http://latitudes.org/members/profile.php
Regards,
IsmaelHi!
I tested the [meta:<fieldname>] and it works fine. You need to add the actual custom field name. Example:
[meta:total_sales]Note that the value of the custom field is not going to display in the preview. Check the frontend. Please post a temporary login details so that we can create an example in your slider.
Regards,
IsmaelHi fanlokbun!
Thank you for using Enfold.
The code that we provided on the previous thread will only affect firefox and ie:
.avia-mozilla div .flex_column_table_cell.av_one_fourth { width: 24.5%; } /* For IE */ .avia-msie div .flex_column_table_cell.av_one_fourth { width: 24.5%; }Noticed the browser specific selectors (.avia-mozilla , .avia-msie)?
Cheers!
IsmaelHi SynergyLanguageServices!
Thank you for using Enfold.
Try this in the Quick CSS field:
#top .av_header_glassy.av_header_transparency .header_bg { background-color: #000; opacity: 0.8; filter: alpha(opacity=80); } .header_color .header_bg { background: #000; opacity: .8; }Cheers!
IsmaelHey!
Please add this in the functions.php file:
// negative function add_custom_script(){ ?> <script> (function($) { $('.numdata').each(function() { if ($(this).text().indexOf('-') != -1) { $(this).addClass("negative"); } else { $(this).addClass("positive"); } }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');It is going to add the “negative” or “positive” class attribute. Add this in the CSS field:
.negative { color: red; } .positive{ color: green; }Regards,
IsmaelOctober 28, 2015 at 10:52 am in reply to: Image links are not properly redirected when i upload my site from localhost #525984Hi!
Alright. Let us know if you encounter any issues. We usually recommend this plugin in order to migrate the database properly: https://wordpress.org/plugins/wp-migrate-db/
Cheers!
IsmaelOctober 28, 2015 at 10:48 am in reply to: Customization problems – Landing page arrow color and framework changes #525982Hey!
For example, there’s a function called avia_is_overview() inside the function-set-avia-frontend.php file. Instead of adding the modifications inside that file, copy the whole avia_is_overview() function inside the child theme’s functions.php file then do the modifications there. Don’t include the line
if(!function_exists('avia_is_overview')) {What is the function that you’re trying to modify?
Regards,
IsmaelHi!
I’m sorry but I think we are not on the same page and the issue that you’re describing is different than those previously reported. It will be difficult to help you since we can’t access the dashboard. I’m actually referring to the issue with the register_sidebar function starting WP 4.2 (https://codex.wordpress.org/Function_Reference/register_sidebar). If you are on version 3.9, 4.0, 4.1 or any version older than 4.2 then upgraded to the latest version 4.2, 4.3 etc. All widgets will be relocated in the inactive section because the custom widget areas you created before WP 4.2 don’t have ids by default and WP doesn’t know where to assign the widgets because it doesn’t recognize the custom widget areas. All you need to do is to assign the widgets back to their respective widget areas. If you’re wondering why the widget areas have no id, it is because WP versions older than 4.2 doesn’t require id in the register_sidebar function. However, the issue in your installation is quite different. If you can create a stage or test site, we’ll check it there.
https://kriesi.at/support/topic/sidebars-are-removed-or-shifted-after-update/#post-496735
https://kriesi.at/support/topic/custom-sidebar-blank/
https://kriesi.at/support/topic/error-when-creating-custom-widget/Cheers!
IsmaelHey!
Is it OK if we deactivate the plugin while working on the site? There are errors in the console when we checked the layer slider panel.
Uncaught ReferenceError: newMediaUploader is not defined
http://knauer-liebau.de/_wordpress/wp-content/uploads/2015/08/slide-2.jpg Failed to load resource: the server responded with a status of 404 (Not Found)
4jquery.minicolors.js?ver=5.5.0:295 Uncaught TypeError: Cannot read property ‘inline’ of undefined
2jquery.minicolors.js?ver=5.5.0:295 Uncaught TypeError: Cannot read property ‘inline’ of undefinedTry to purge the plugin cache after you deactivate the plugins.
Cheers!
IsmaelHey!
Add this in the Quick CSS field:
#top .mc4wp-form input[type='text'], #top .mc4wp-form input[type='email'], #top .mc4wp-form select, #top .mc4wp-form textarea { width: 100%; margin-bottom: 0; display: inline; min-width: 50px; padding: 13px; border-radius: 2px; color: #fff !important; border-color: #fff; border-width: 2px !important; background-color: transparent; }Cheers!
IsmaelOctober 28, 2015 at 10:15 am in reply to: Color Section Background Image "Position" Table issue #525970Hi!
It looks OK on iPad view when I checked it. The background position is set to 100% 0 which is the same as “top right”.

However, it doesn’t look good smaller screens. Edit the color section then add a unique id in the Section ID field. Use “section-1” for example, then use this to control the background position on smaller screens:
@media only screen and (max-width: 767px) { #section-1 .av-parallax { background-position: 80% 0% !important; } }Cheers!
IsmaelHi!
Adjust the General Styling > Main Content > Main Content font color and the alternate color settings. I temporarily set the font to red. Check it here: http://tworoadsabode.com/
Cheers!
IsmaelHi mleite1!
Thank you for using Enfold.
Please add this in the functions.php file:
// target blank function add_custom_script(){ ?> <script> (function($) { $('.av-masonry-entry.post_format-post-format-link').each(function() { $(this).attr('target', '_blank'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Remove browser cache then reload the page.
Best regards,
IsmaelOctober 28, 2015 at 9:49 am in reply to: Hide navigation arrows (left / right) from lightbox #525960Hey!
You can try this:
.mfp-iframe-holder .mfp-arrow { display: none !important; }Regards,
IsmaelOctober 28, 2015 at 9:45 am in reply to: Excerpt Length for Custom Excerpt on Post Grid / Post Slider #525956Hi!
Use this in the functions.php file:
add_filter('avf_postgrid_excerpt_length','avf_postgrid_excerpt_length_mod', 10, 1); function avf_postgrid_excerpt_length_mod($length) { $length = 20; return $length; }Regards,
IsmaelHey mleite1!
Thank you for using Enfold.
Set the image as background of the sort button. Something like this:
.artigos-cientificos_sort_button { background: url(IMAGE URL HERE); padding: 20px; } .capitulos-de-livros_sort_button { background: url(IMAGE URL HERE); padding: 20px; }Regards,
IsmaelHey!
I’m sorry but this will require customization that is outside the scope of support. The original thread is about disabling the lightbox entirely on product pages but what you’re asking is kind of different. You have to use plugins like this:
https://www.magictoolbox.com/magiczoom/
https://www.magictoolbox.com/woocommerce/Best regards,
IsmaelHi!
Add this in the Quick CSS field to increase the width of the one third column:
@media only screen and (max-width: 989px) { .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin { margin: 0; margin-bottom: 20px; width: 100%; } }I think this will fix most of the issues.
Best regards,
IsmaelHey!
If you’re trying to get the contact form shortcode, click the shortcode wand > content elements > contact form. You can then copy that shortcode inside a layer slider layer. Note that you will not see the actual form in the preview but it should work in the frontend.
Regards,
Ismael -
AuthorPosts
