Forum Replies Created

Viewing 30 posts - 48,931 through 48,960 (of 67,539 total)
  • Author
    Posts
  • in reply to: login and registration page #453066

    Hi!

    Can you please provide a screenshot of what you’re trying to do? Use imgur or dropbox. Where exactly do you want the login menu to go? If you want a custom login page, you can install this plugin: https://wordpress.org/plugins/theme-my-login/

    Use the plugin’s widget. You need to logout or use another browser when testing the login page.

    Best regards,
    Ismael

    in reply to: Wordfence breaks homepage #453061

    Hi jenki!

    Thank you for using Enfold.

    We haven’t tested the plugin and unfortunately, we don’t provide support for third party plugins. Please contact the plugin author for more info regarding the issue. If we can take a look at the site, maybe we can help.

    Best regards,
    Ismael

    in reply to: Archives: Featured Image and Excerpt #453058

    Hey!

    Use this plugin to configure the archive excerpt: https://wordpress.org/plugins/advanced-excerpt/

    Regards,
    Ismael

    in reply to: Warnings following install of Theme #453055

    Hey GailSabol!

    Thank you for using Enfold.

    Try to upload the theme again. That should fix the issue. And if it doesn’t work, refer to this link for a possible fix: https://kriesi.at/support/topic/warning-session_start-function-session-start/#post-382097

    Regards,
    Ismael

    Hi shanhard!

    Thank you for using Enfold.

    If you use the advance layout builder for post, all default elements will be removed including the featured image, comment section, post meta info etc. You need to add all contents manually.

    Best regards,
    Ismael

    in reply to: Strange Blog Title Behaviour (Blog – Latest News) #453051

    Hi shanhard!

    Thank you for using Enfold.

    Would you like to remove it? Add this in the Quick CSS field:

    .single strong.main-title.entry-title {
      display: none;
    }

    Best regards,
    Ismael

    Hi!

    I can’t reproduce the issue on my installation as well. Anyway, try to add this to the Quick CSS field:

    @media only screen and (min-width: 1265px) {
    #top .no_margin.av_one_half {
      width: 50%;
    }
    }

    Best regards,
    Ismael

    in reply to: Remove Sidebar on a Custom Post Type #453047

    Hi!

    We need to see the actual page with the “link” posts. Please post it here.

    Cheers!
    Ismael

    in reply to: Post Tags return a 404 "Nothing Found" Page #453045

    Hey!

    Please go to Settings > Permalinks to flush it, or click “Save” once. Check the tag pages again.

    Cheers!
    Ismael

    in reply to: man nav not being hidden on mobile #453044

    Hi rudtek!

    Thank you for using Enfold.

    Site looks fine on mobile devices, only the mobile menu is showing. Did you fix it?

    Best regards,
    Ismael

    in reply to: Enfold Problem mit Seiten #453043

    Hey Dietlinde!

    Thank you for using Enfold.

    I’m not sure if I understand the inquiry completely so if you can translate it english, that would be great. Anyway, try to reset the permalink settings. Just go to Settings > Permalink then click “Save” once. If it doesn’t work, try to recreate the menu on Appearance > Menus panel. Set it as Enfold Main Menu.

    Best regards,
    Ismael

    in reply to: Fullwidth slider and sidebar conflict on Blog page #453020

    Hi!

    Please delete the current blog page then use this one instead: http://bursttobright.com/test/

    Best regards,
    Ismael

    in reply to: Sticky Cookie Law bar #453016

    Hi!

    Try to use this code in the functions.php file:

    add_action('wp_footer', 'ava_custom_script', 10);
    function ava_custom_script(){
    ?>
    <script>
    (function($){
      var cookie = $('a#cookie_action_close_header').length;
      if ( cookie ) {
        $('#header').css('top', '50px');
      }
    }(jQuery));
    </script>
    <?php
    }

    Cheers!
    Ismael

    in reply to: WPML Text lang switcher #453007

    Hey!

    Please follow the suggestions above carefully:

    .language_pt-pt .language_flag:before {
      content: 'pt';
    }
    
    span.language_code {
      display: none !important;
    }

    Cheers!
    Ismael

    in reply to: Highlighted Javascript code into blog posts #452968

    Hey mjasinski!

    Thank you for using Enfold.

    1.) You can add this to the functions.php file if you want to disable the ALB for posts:

    add_action('admin_enqueue_scripts', 'avia_deactivate_builder', 10);
    function avia_deactivate_builder()
    {
      $currentScreen = get_current_screen();
    	if( $currentScreen->id == 'post' && current_user_can('manage_options') ) {
    		echo "<style>#avia-builder-button{display: none !important;}</style>";
    	}
    }

    2.) Unfortunately, most of the code highlighter plugin that we tested isn’t fully compatible with the ALB. You need to use the default editor.

    Regards,
    Ismael

    in reply to: Form Widths #452957

    Hi jjohnson2123!

    Thank you for using Enfold.

    Add this in the Quick CSS field:

    #searchDomainForm #search_domain {
      width: 80%;
      float: left;
    }
    
    #searchDomainForm input[type="submit"] {
      width: 20%;
    }

    Cheers!
    Ismael

    in reply to: Full width sub menu with icons #452956

    Hey Martin!

    Thank you for using Enfold.

    There is no option for that by default but you can use the Quick CSS field to add font icons. Use something like this:

    .av-subnav-menu li#menu-item-158 a:before {
      content: '\E832';
      font-family: 'entypo-fontello';
      margin-right: 5px;
    }

    Use google inspector or firebug to get the menu id. You can find more font icons here: http://web.archive.org/web/20140912210715/http://entypo.com/characters/

    Regards,
    Ismael

    Hey!

    Great. Glad we could help. :>

    Best regards,
    Ismael

    in reply to: Gravity Form Percentages Are Off #452943

    Hey!

    Use this instead:

    .gform_wrapper .top_label li.gfield.gf_right_half {
      width: 49.4% !important;
    }

    Best regards,
    Ismael

    Hi curtdonohue!

    Thank you for using Enfold.

    Try to use this youtube url format instead:

    https://www.youtube.com/watch?v=45u6DDevj4w&feature=youtu.be
    

    Best regards,
    Ismael

    in reply to: problem with the color picker #452940

    Hey Luis!

    Thank you for using Enfold.

    We would like to check the actual website, please post the url here. Do you have version 3.1.5?

    Regards,
    Ismael

    in reply to: PROBLEM RELATED NEWS WITH ADVANCED EDITOR #452939

    Hey!

    I’m sorry but your reply is a bit confusing. Please provide a screenshot. You can add the css code in the Enfold > General Styling > Quick CSS field.

    Regards,
    Ismael

    Hi Ad-Min7477!

    Thank you for using Enfold.

    Please post the website url here so that we can see the page. You can hide the logo using css:

    home .logo {
        display: none !important;
    }

    Regards,
    Ismael

    in reply to: CCS Issues #452937

    Hey!

    Sorry for the delay. Please avoid bumping or replying to your own thread because it will be sent back to the end of the queue and we will not be able to answer it.

    The border is set to transparent. Did you add any custom css codes? Try to add this to the Quick CSS field:

    .main_color, .main_color div, .main_color header, .main_color main, .main_color aside, .main_color footer, .main_color article, .main_color nav, .main_color section, .main_color span, .main_color applet, .main_color object, .main_color iframe, .main_color h1, .main_color h2, .main_color h3, .main_color h4, .main_color h5, .main_color h6, .main_color p, .main_color blockquote, .main_color pre, .main_color a, .main_color abbr, .main_color acronym, .main_color address, .main_color big, .main_color cite, .main_color code, .main_color del, .main_color dfn, .main_color em, .main_color img, .main_color ins, .main_color kbd, .main_color q, .main_color s, .main_color samp, .main_color small, .main_color strike, .main_color strong, .main_color sub, .main_color sup, .main_color tt, .main_color var, .main_color b, .main_color u, .main_color i, .main_color center, .main_color dl, .main_color dt, .main_color dd, .main_color ol, .main_color ul, .main_color li, .main_color fieldset, .main_color form, .main_color label, .main_color legend, .main_color table, .main_color caption, .main_color tbody, .main_color tfoot, .main_color thead, .main_color tr, .main_color th, .main_color td, .main_color article, .main_color aside, .main_color canvas, .main_color details, .main_color embed, .main_color figure, .main_color fieldset, .main_color figcaption, .main_color footer, .main_color header, .main_color hgroup, .main_color menu, .main_color nav, .main_color output, .main_color ruby, .main_color section, .main_color summary, .main_color time, .main_color mark, .main_color audio, .main_color video, #top .main_color .pullquote_boxed, .responsive #top .main_color .avia-testimonial, .responsive #top.avia-blank #main .main_color.container_wrap:first-child, #top .main_color.fullsize .template-blog .post_delimiter, .main_color .related_posts.av-related-style-full a {
      border-color: #333 !important;
    }

    Adjust the color value.

    Cheers!
    Ismael

    in reply to: Contact page not sending email though #452936

    Hey!

    What is the email address that you are using? Please contact your hosting provider and ask them for any related email limitations in your server. What happens if you follow step number 2 (Check if WordPress is able to send e-mails)?

    Cheers!
    Ismael

    Hey!

    I can’t see the gap or whitespace when I clicked the back to top button. Did you fix it?

    The mobile menu icon is not showing on mobile devices. Please update the theme to 3.1.5. That should fix the issue.

    Best regards,
    Ismael

    Hi wmsgeorge!

    Thank you for using Enfold.

    Can you please provide a screenshot of the issue? Site looks fine when I checked it. The columns respond properly.

    Cheers!
    Ismael

    in reply to: Easy Video Suite Embed Breaks Text Block #452439

    Hi wmsgeorge!

    Thank you for the heads up.

    Unfortunately, we don’t provide support for third party plugin but maybe we can take a quick look to see what’s happening when you add the embed code. Is it working in the default editor? Please post a sample of the code here.

    Cheers!
    Ismael

    in reply to: poor quality images in advanced layer slider #452432

    Hey laptophobo!

    Thank you for using Enfold.

    Where can we find the slider with the issue? Please post the page url here. You can use the HTML layer then add the actual image url using the img tag.

    Cheers!
    Ismael

    Hi timber23!

    Thank you for using Enfold.

    Set the default language to german. Test it again, add the “wood plop” product: http://stockplop.de/main/en/desk-storage/

    Cheers!
    Ismael

Viewing 30 posts - 48,931 through 48,960 (of 67,539 total)