Forum Replies Created

Viewing 30 posts - 79,831 through 79,860 (of 82,589 total)
  • Author
    Posts
  • Hi Delphine!

    Do you mind creating a temporary admin login and posting it here privately so we can take a look at it? Make sure to check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button

    Regards,
    Yigit

    in reply to: team member module acting weird #187832

    Hey!

    You can go to Enfold theme options and save settings then flush browser cache and refresh your page a few times and that should do the trick. Let us know if you have any other questions.

    Regards,
    Yigit

    in reply to: placement submit button gravity forms #187830

    Hey Willem-Paul!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .gform_wrapper .gform_footer { float: right!important; padding: 0px 0 5px 0!important; margin: -5px 0 0 0!important; }

    Regards,
    Yigit

    • This reply was modified 11 years, 8 months ago by Yigit.

    Hi!

    Please go to wp-content\themes\enfold\js to find shortcodes.js file

    Cheers!
    Yigit

    in reply to: getting rid of the grey background with my preview images #187824

    Hey kjlietz!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .main_color .small-preview { background: transparent; color: #8D8D8D; }

    Best regards,
    Yigit

    in reply to: Custom css field does not work #187822

    Hi Simpie!

    Can you post the link to your website?

    Cheers!
    Yigit

    in reply to: Gallery in Enfold layout builder #187819

    Hey!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    .avia_transform .avia-gallery-thumb img:hover {
    opacity: 1!important;
    }

    Regards,
    Yigit

    in reply to: slider is off center? #187817

    Hi!

    Glad to hear that :) Let us know if you have any other questions or issues.

    Regards,
    Yigit

    in reply to: Headers Tags Sizes #187816

    Hi net-guru!

    You can add following code to Quick CSS in Enfold theme options under Styling tab

    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
    text-transform: none; }

    Best regards,
    Yigit

    in reply to: menu not showing on ipad + shortcodes #187808

    Hey!

    Please add following code to Quick CSS

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .mobile_menu_tablet .main_menu {
    display: block!important;
    } }

    Regards,
    Yigit

    in reply to: Some css fixes #187807

    Hi vasilybodnarchuk!

    Can you post the link to your website?

    Best regards,
    Yigit

    in reply to: missing tabs "font" and "background" in styling section #187791

    Hey!

    Please point out the elements you would like to increase font-size so we can provide you custom css code that you can add to Quick CSS in Enfold theme options under Styling tab, such as

    p { font-size: 16px; }

    Best regards,
    Yigit

    in reply to: Drop Shadow under Layer Slider #187788

    Hey!

    Glad you figured it out! Let us know if you have any other questions

    Best regards,
    Yigit

    in reply to: Sizing header aerea for 300x300px header image #187773

    Hi!

    You can try adding following code to Quick CSS in Enfold theme options under Styling tab

    #header_main { height: 300px; }
    .logo, .logo a, .logo img { width: 300px!important; height: 300px!important; max-width: 300px!important; }

    Regards,
    Yigit

    in reply to: White background underneath custom sub-menu #187764

    Hi TheProductionHouseEvents!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    .sub_menu>ul>li>a { background-color: white; }

    Cheers!
    Yigit

    • This reply was modified 11 years, 8 months ago by Yigit.
    in reply to: Mini heading in Page #187763

    Hey!

    I just checked your website on my iphone 4 and sub-menu does not overlap menu. Can you post a screenshot?
    Please try adding following code to Quick CSS

    @media only screen and (max-width: 480px) {
    .page-id-2528 .sub_menu { display: block; }
    .sub_menu { display: none; } }

    Best regards,
    Yigit

    in reply to: Template Page Formatting Issues #187759

    Hey td20!

    Can you post the link to that particular page which is not fullwidth?

    Cheers!
    Yigit

    in reply to: Avia Content Slider Alignment to top of container #187758

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .page-id-35 .avia-content-slider { margin: -10px 0 0 0; }

    Cheers!
    Yigit

    in reply to: Icons not showing after update to 2.4.2 #187755

    Hey Stevenbegg!

    Can you post the link to your website?

    Regards,
    Yigit

    in reply to: Adding Code to Text Block Breaks Block #187754

    Hey kooop!

    Are you adding the code in Text tab? Can you add your code here http://snipt.org/ and post the link here so we can check?

    Best regards,
    Yigit

    Hi!

    You are welcome. This is the only work-around i can think of, if you want to add borders to header. Let us know if you have any other questions or issues.

    Cheers!
    Yigit

    in reply to: Tweaking the header #187744

    Hi!

    1) Please go to wp-content\themes\enfold\js folder and open avia.js file and find

    el_height       = $(elements).filter(':first').height(),

    and change it to

    el_height       = 120,

    120 here represents 120pixels. Then add following code to Quick CSS in Enfold theme options under Styling tab

    .fixed_header #main { padding-top: 120px; }

    2) In WordPress dashboard, go to Appearance > Editor and open Header.php file and find

    wp_nav_menu($args);
                                echo '</nav>';

    and add following line right under it

    echo "<div class='phoneno'>tel</div>";

    then add following code to Quick CSS in Enfold theme options under Styling tab

    .phoneno {
    float: right;
    font-size: 20px;
    margin-top: -25px;
    }

    Cheers!
    Yigit

    in reply to: Some layout changes #187737

    Hey convitando!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    #top .avia-post-nav { background: #333; opacity: 0.7; }
    #top .title_container .container { padding: 5px 0; min-height: 46px; }
    .content { padding-top: 25px; }

    Cheers!
    Yigit

    in reply to: Gallery with 4 columns of thumbnails flush together. #187736

    Hey JaredBurnett!

    You can add Gallery element under Media elements in Avia Layout Builder and add following code to Quick CSS in Enfold theme options under Styling tab to remove borders and padding

    #top div .avia-gallery img { border-style: none; padding: 0px; }

    And this css code to increase opacity and remove animation

    .avia_transform .avia-gallery-thumb img { opacity: 1; }
    .avia_transform .avia-gallery-thumb img.avia_start_animation { -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none; }

    Regards,
    Yigit

    in reply to: Drop Shadow under Layer Slider #187734

    Hi!

    Please remove the image element you have added and add following code to Quick CSS in enfold theme options under Styling tab instead

    #after_layer_slider_1 {
    background: url(https://polyscale.m3ms.de/wp-content/uploads/2013/04/shadow4.png);
    background-repeat: no-repeat;
    top: -1px;
    }

    Regards,
    Yigit

    in reply to: missing tabs "font" and "background" in styling section #187730

    Hi DaraEmerson!

    Both Fonts and Background settings are under General tab http://i.imgur.com/eKSPSTZ.jpg

    Cheers!
    Yigit

    in reply to: Changing over effect on menu #187726

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired

    .main_menu ul:first-child > li > a:hover { background-color: green; color: white!important; }

    Best regards,
    Yigit

    in reply to: Drop Shadow under Layer Slider #187724

    Hi!

    Can you post the link to your page where you have added shadow under LayerSlider?

    Regards,
    Yigit

    in reply to: Followup question for #185474 – Stack items within a menu #187545

    Hi!

    I am marking this thread as resolved as you talked your customer into using navigation at the bottom type of header. Feel free to start a new topic if you have any other questions or issues

    Regards,
    Yigit

    in reply to: Main menu text color #187539

    Hi!

    Please try deactivating all active plugins and check if issue remains.
    1) Can you post the link to your shop page?
    2) I checked on Firefox but on my end there are only 2 visible on Firefox as well. That could be related with the issue you are getting on the top of header.

    Regards,
    Yigit

Viewing 30 posts - 79,831 through 79,860 (of 82,589 total)