Forum Replies Created

Viewing 30 posts - 31,381 through 31,410 (of 34,902 total)
  • Author
    Posts
  • Hi,
    To do so would be some intensive code that is beyond what we can offer here, but you could hire a freelancer.

    Best regards,
    Mike

    Hi,

    @mrb1972
    thanks for sharing your solution with us.

    Best regards,
    Mike

    in reply to: Grid Row WPML layout bug #870129

    Hi,
    The difference from the two is that one is missing a container. I see that you have the plugin “Duplicate Post” installed, did you create the second page from scratch or by using a plugin? Creating a new page from scratch will most likely solve this issue. Please see screenshot in Private Content area

    Best regards,
    Mike

    in reply to: Masonry portfolio/gallery margins (left/right) #870115

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .page-id-206 .avia-builder-el-2 {margin-left: -15px !important; margin-right: -15px !important; }

    Please clear site and browser cache.

    Best regards,
    Mike

    in reply to: image box #870107

    Hi,
    For the demo I took screenshots of each image,
    level 1 was 481×906
    level 2 was 972×447
    level 3 + 4 was 482×445
    but I’m sure you can use larger images with the same ratio.
    Let us know if this works for you, and if we can close this.

    Best regards,
    Mike

    in reply to: Increasing Font Size for tables #870100

    Hi,
    The reason why the table body didn’t middle align is that in you custom code you missed the first dot for the page ID.
    Please remove all of the code I gave you and use this new code that also gives the table header a blue background with white text, you can adjust to suit.

    .page-id-8145 td {font-size: 20px !important; vertical-align:middle!important; color: #666666!important; }
    .page-id-8145 th {font-size: 20px !important; vertical-align:middle!important; color: #fff!important; background-color: blue !important;}

    Best regards,
    Mike

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Text Glitch #870091

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Can't import Demo #870090

    Hi,
    When I tried to import I received the error: “Failed to load resource: the server responded with a status of 500 (Internal Server Error)” Try to contact your host to fix that error and that would probably fix the importing issue.
    I see your PHP Version is 5.3.24, version 7 is now recommend for the latest WordPress and Enfold, asking your host to update your PHP may correct the error.

    Best regards,
    Mike

    in reply to: Text Glitch #870084

    Hi,
    The open tag was in your cache, once I cleared it the post showed correctly. You may need to clear your browsers cache also.

    Best regards,
    Mike

    in reply to: Site name instead of logo #870081

    Hi,
    Please also include the url to your site.

    Best regards,
    Mike

    in reply to: Increasing Font Size for tables #870044

    Hi,
    Sorry, that was my error I forgot to add them:

    .page-id-8145 td, .page-id-8145 th {font-size: 26px !important; }

    With vertical alignment and color:

    .page-id-8145 td, .page-id-8145 th {font-size: 26px !important; vertical-align:middle!important; color: #666666!important; }

    You did want the table headers darker right?

    Best regards,
    Mike

    in reply to: Site name instead of logo #870043

    Hi,
    Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Turn off side bar for bb press #870042

    Hey codecreative,
    I couldn’t see your site as it is in maintenance, but I have seen a similar issue where the solution was adding a function like this:

    // Remove bbpress sidebar
    function remove_bbpress_sidebar( $layout ) {
    	if ( is_bbpress() ) {
    		$layout = 'fullsize';
    	}
    	return $layout;
    }
    add_filter( 'avf_sidebar_position', 'remove_bbpress_sidebar', 20 );

    Another option: https://kriesi.at/support/topic/remove-sidebar-from-bbpress-forum/#post-134451

    Best regards,
    Mike

    in reply to: Text Glitch #870039

    Hey finblue,
    There is an open strong tag on the page, probably from the element above.
    If you can’t find it, include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Increasing Font Size for tables #870038

    Hey eviang,
    Try this code in the General Styling > Quick CSS field:

    .page-id-8145 td {font-size: 26px !important; }

    this is meant to only work on the one page, you can remove the “.page-id-8145” to make it work on all pages.

    Best regards,
    Mike

    in reply to: Google Map Custom Marker size #870037

    Hey Slade,
    See this post: https://kriesi.at/support/topic/google-map-marker-custom-resize/#post-859588
    and be sure to read the bottom update:

    Let us know if that helps

    Best regards,
    Mike

    in reply to: Vollbild Slider Video defect #870035

    Hey bremerlloyd,
    Please clear any minifying plugin and caches because some php base classes have been updated.

    Best regards,
    Mike

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Contact form field color after fill #870027

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Masonry portfolio/gallery margins (left/right) #870026

    Hey Massimo,
    Please include the url to the page in question so we can target the element and remove those margins.

    Best regards,
    Mike

    in reply to: Site name instead of logo #870024

    Hey Massimo,
    Please remove your logo in two places:
    Enfold Theme Options > Header > Transparency Logo
    Enfold Theme Options > Frontpage Settings > Logo
    Add this to your functions.php

    add_filter('avf_logo_subtext', 'kriesi_logo_addition');
    function kriesi_logo_addition($sub) {
        $sub .= get_bloginfo('name');
        return $sub;
    }

    then add this to your quick css:

    .logo > a > img { display: none !important; }

    and clear your cache

    Best regards,
    Mike

    in reply to: Sticky element in a PAGE #870022

    Hi,
    I logged in to make the changes for you but your Appearance > Editor is not showing, are you using a security plugin to block some features?
    Anyways, first you will need to enable the custom css option:
    Go to your Appearance > Editor > functions.php and look for this at the end of the file:

    // add_theme_support('avia_template_builder_custom_css')

    remove the // and save.
    Then go to your page and edit the column, you will see a new option box at the bottom “Custom Css Class”
    add this to it:

    fixed_element

    2017-10-28_152811
    Then add the script above in the functions.php file and save
    Then go to Enfold Theme Options > General Styling > Quick css , which is at the bottom of the page
    and add the other code.
    2017-10-28_154033

    Best regards,
    Mike

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Parallax Color Section strangely moves into header #870017

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    I added it to your Enfold Theme Options > General Styling > Quick CSS field while in your other language and it works.
    Please check

    Best regards,
    Mike

    in reply to: image box #870013

    Hey simsb79,
    Try using the masonry gallery element, I recreated the page by using the same images and settings the columns to 3 and number of images to 4 with the “Perfect Automatic Masonry” chosen as the size option.
    Then I choose to use the image title as the mouse overlay. That is what gives you the animation.
    Note that the 16:9 ratio is key to having the wide or tall images use two blocks.
    2017-10-28_143928
    2017-10-28_144810

    Best regards,
    Mike

    • This reply was modified 8 years, 1 month ago by Mike.

    Hi,
    Glad to hear it is resolved, I’m not sure how to address the issue as I’m not sure how to recreate. But I know many layerslider issues were address with this weeks Enfold update. Have you updated? Shall we close this?

    Best regards,
    Mike

    in reply to: Parallax Color Section strangely moves into header #870004

    Hi,
    Try:

    #socket {left: 5%!important; }

    Best regards,
    Mike

    in reply to: Working animations on tablets and smartphone #870003

    Hey na52e,
    Some elements have more animation options than others, for example the icon has none but the grid cell has many, so putting the icon inside the cell gives it the effect.
    2017-10-28_133520
    The animations work the same for me on mobile and desktop.

    Best regards,
    Mike

Viewing 30 posts - 31,381 through 31,410 (of 34,902 total)