Forum Replies Created

Viewing 30 posts - 46,201 through 46,230 (of 67,602 total)
  • Author
    Posts
  • in reply to: icon boxes alignment problem #526041

    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!
    Ismael

    in reply to: problem with parallax color section, mega menu line height #526030

    Hi!

    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!
    Ismael

    in reply to: Featured Images #526024

    Hi!

    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,
    Ismael

    in reply to: Banner Image on Sub Categories WooCommerce #526021

    Hey!

    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,
    Ismael

    in reply to: Layer Slider #526018

    Hi!

    Alright. Please follow the instructions above. https://kriesi.at/support/topic/layer-slider-23/#post-525417

    Cheers!
    Ismael

    in reply to: lightobox overlay effect #526016

    Hey!

    Replace this line:

    .avia-image-container-inner .avia_image:before 
    

    .. with:

    .avia-image-container-inner:hover .avia_image:before 
    

    Best regards,
    Ismael

    in reply to: Transparent header problems #526014

    Hey!

    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,
    Ismael

    Hey!

    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,
    Ismael

    in reply to: Schriftgröße im Reiter Menü ändern #526011

    Hey 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,
    Ismael

    Hi!

    Alright. No problem. If you have more question, let us know. :)

    Cheers!
    Ismael

    in reply to: Problem with Sidebar on a Particular Post #526001

    Hey!

    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,
    Ismael

    in reply to: LayerSlider won't display custom fields #525997

    Hi!

    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,
    Ismael

    in reply to: Space between columns Firefox #525993

    Hi 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!
    Ismael

    in reply to: transparency colour over the menu items #525991

    Hi 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!
    Ismael

    in reply to: How to customize wpdatatables using function.php #525986

    Hey!

    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,
    Ismael

    Hi!

    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!
    Ismael

    Hey!

    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,
    Ismael

    in reply to: Menus Removed from Widget Areas #525981

    Hi!

    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!
    Ismael

    in reply to: Layer Slider Bug #525976

    Hey!

    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 undefined

    Try to purge the plugin cache after you deactivate the plugins.

    Cheers!
    Ismael

    in reply to: Intergrate mailchimp to contact form #525972

    Hey!

    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!
    Ismael

    in reply to: Color Section Background Image "Position" Table issue #525970

    Hi!

    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!
    Ismael

    in reply to: Body Font & Menu Font CSS Issue #525964

    Hi!

    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!
    Ismael

    in reply to: POST LINK FORMAT NEW WINDOW #525961

    Hi 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,
    Ismael

    in reply to: Hide navigation arrows (left / right) from lightbox #525960

    Hey!

    You can try this:

    .mfp-iframe-holder .mfp-arrow {
        display: none !important;
    }

    Regards,
    Ismael

    Hi!

    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,
    Ismael

    in reply to: SORTABLE WITH IMAGE #525954

    Hey 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,
    Ismael

    in reply to: Disable Lightbox on all product pages #525953

    Hey!

    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,
    Ismael

    in reply to: Alignment of elements in tablet views is off #525952

    Hi!

    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,
    Ismael

    in reply to: Layer Slider #525417

    Hey!

    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

    in reply to: Reset password input box #525412

    Hey!

    I notified @dake regarding this thread. Please wait for his response. For the mean time, you can try this:

    @media only screen and (max-width : 768px) {
    .form-row-first, .form-row-last {
        width: 100%;
    }
    }

    Best regards,
    Ismael

Viewing 30 posts - 46,201 through 46,230 (of 67,602 total)