Viewing 30 results - 84,031 through 84,060 (of 142,641 total)
  • Author
    Search Results
  • #748772
    #748762

    Hi Emily,

    Ok, thanks for the feedback, much appreciated :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #748747

    Hi,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #748745

    Hey asanvica,

    We only have one moderator who speaks spanish, I have tagged him for the topic but I would recommend that you use english since you will get help much faster if you do.

    Best regards,
    Rikard

    #748740
    fulanoinc
    Participant

    Enfold team,

    I just started a new project with the updated theme and was very happy to see the new “Display Menu Item as Icon” in the Header section. However, what is the point if it’s going to be badly executed?

    I enabled this and saw the great looking hamburger menu on the desktop. I love the black overlay with the center justified menu. Very nice! Then I tested it. When it goes to mobile, you get the old mobile menu. What is the point? You go from a nice simple desktop minimal menu to the old mobile menu? Why did you guys leave this and launch to the new update like this. Is there a way to turn it off? Quite unfortunate.

    Sorry to be so critical, it just seems poorly thought out.

    Thanks

    Snikkeren
    Participant

    Hi.
    I’ve just installed Facebook Comments on my website. My issue is that I don’t get notifications when someone leaves a comment on posts made with the advanced layout builder. The notifications work fine on older post (from before I started using Enfold), and they show in the moderation panel in Facebook Developers. However, the comments from the posts made with Advanced Layout Builder doesn’t show in the moderation panel.
    They do show on the actual post, just not in the moderation panel, and I don’t get notified.

    Is there a workaround for this, or do I have to stop using the advanced layout builder?

    Best regards

    Kjetil.

    #748722
    mattb1169
    Participant

    Hello,

    All of a sudden my site stopped loading properly. http://dev.residentialsystemsinc.com

    I am receiving the following at the header area:

    error: Warning: Class __PHP_Incomplete_Class has no unserializer in /home/content/p3pnexwpnas16_data03/61/2475561/html/wp-content/object-cache.php on line 894

    Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /home/content/p3pnexwpnas16_data03/61/2475561/html/wp-content/object-cache.php:894) in /home/content/p3pnexwpnas16_data03/61/2475561/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32

    Please let me know if this is a theme issue, a conflict plugin, hosting problem, or something else.

    I have not added any new code or plugins, just updated Yoast SEO today.

    Thanks!

    #748685

    Hey Manel,

    Sorry for the late reply and thank you for your kind words! :)

    Please refer to this post – http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/ and then try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #advanced_menu_toggle, #advanced_menu_hide { border: none !important; }
    #mobile-advanced {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #mobile-advanced li>a:before, .html_header_mobile_behavior #mobile-advanced span>a:before, #mobile-advanced .mega_menu_title:before { 
        display: none;
    }
    

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Mobile menu seems to work fine on my end and i could not see anything wrong on “updates” page. Can you please post a screenshot and show the issue?

    Best regards,
    Yigit

    #748676

    Hi,

    Logins did not work for me.

    Can you please refer to my post here – https://kriesi.at/support/topic/add-parent-page-title-to-automatic-sidebar-menu/?

    Best regards,
    Yigit

    #748672

    Hi!

    Try to replace the code I gave you:

    @media only screen and (max-width:767px) {
      .responsive #top .cart_dropdown {
        margin-right: 0 !important;
      }
    }

    To this one:

    @media only screen and (max-width:767px) {
      #top #header_main {
        z-index: 20;
      }
    
      .responsive #top .cart_dropdown {
        margin-right: 0 !important;
        top: -100px !important;
        right: 1% !important;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    #748663
    j2kselby
    Participant

    I am having difficulty getting imported icons from fontello to work with my social icons.
    This is what I have done so far.
    1. Went to fontello.com and chose an instagram icon under font awesome.
    I gave it a custom name of myinstagram and a custom code of ufi8f and a font name of shape2
    2. Downloaded the font and then imported the font into Icon Font Manager where it showed up nicely as shape2
    3. inserted the following into the functions.php of my child theme

    add_filter(‘avf_default_icons’,’avia_add_custom_icon’, 10, 1);
    function avia_add_custom_icon($icons)
    {
    $icons[‘myinstagram’] = array( ‘font’ =>’shape2’, ‘icon’ => ‘uf18f’);
    return $icons;
    }

    add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);
    function avia_add_custom_social_icon($icons)
    {
    $icons[‘MyInstagram’] = ‘myinstagram’;
    return $icons;
    }

    4. Went to the social profiles and social icon I chose MyInstagram
    5. Added the following to custom css for color styling
    #top #wrap_all .av-social-link-myinstagram:hover a{color:#a67658; background-color:#fff; }
    #top #wrap_all .av-social-link-myinstagram a{background-color:#a67658; color:#fff; }

    The icon should be to the right of YouTube at http://www.4pcfix.net/shape/ but it is blank.
    I have checked to see if the icon is available by going to a page and adding an icon and it is under shape2 with charcode of \uf18f

    #748655

    Hi @yigit,

    When I load my page I still see the phone number widget inside the new left widget. I’m pretty confused… What I wanted was one widget in the top right that was the phone number and another widget in the top left that had completely different content in it. The widget is still duplicating the first widget which I do not want. As you can see from my backend widget screenshot that phone numebr shouldn’t be there… screenshot 1 and screenshot 2

    Please Advise

    #748652

    Hey Pascal,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top.home .flex_column.av_one_half {
        width: 49%;
        margin-left: 2%;
    }
    
    #top.home .flex_column.av_one_half.first {
        margin-left: 0 !important;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    #748650

    Hi Danielle,

    Thanks for patiently waiting. I have added this css code in your Quick CSS:

    
    #top #footer .avia_partner_widget {
        margin: 0 !important;
    }
    
    #top #footer .avia_partner_widget a {
        padding-bottom: 0 !important;
    }
    
    #top #footer .avia_partner_widget img {
        position: static;
    }

    Let us know if it’s good :)

    Best regards,
    Nikko

    #748637

    That’s perfect as always Yigit! You’re the best!

    I also have another question I posted a while ago and still haven’t been able to resolve. If you could take a look that would be amazing: https://kriesi.at/support/topic/comment-section-not-showing-up/

    Thank you!

    #748635

    Hey!

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

    @media only screen and (max-width: 767px) {
    .responsive .title_container .breadcrumb { top: 10px; }}

    Regards,
    Yigit

    #748627

    Hi,

    Sorry I missed this thread, can you try this css code:

    #top .sidebar_left .content {
        padding-left: 0;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #748619

    Hi,

    Just checked your site and it seems this is already done. Let us know if you need anything else related to the topic.

    Best regards,
    Nikko

    #748618

    top

    #748615

    Hi,

    Try adding this css code in QUick CSS:

    @media only screen and (max-width:767px) {
      #top .avia-testimonial h1 {
        font-size: 24px !important;
      }
    }

    Just adjust the font size. Hope this helps.

    Best regards,
    Nikko

    #748614

    Hallo Yigit,

    Have start a new thread but still no respons on it

    topic/advanced-layer-slider-not-visible-on-mobile/

    Best regards,

    Peter

    #748603
    Jubaboxer
    Participant

    Hello, guys,

    I’m working in http://casamagna.com.br/home/

    After a little research here on forum, I’m using the custom CSS below:

    .av-main-nav {  
    margin-top:30px!important;
    }
    
    .av-main-nav li:nth-child(2) {
        margin-right:400px;
    }
    
    .av-logo-container {
    margin-top:10px!important;
    position:absolute;
    left:30px;
    }
    
    .html_header_top.html_bottom_nav_header .main_menu { 
        position: absolute;
        background: transparent!important;
    }
    
    #header {
        top: 20px!important;
    }
    
    .header_color .header_bg {
        min-height: 100px;
    }

    But, when I fullscreen the browser window at 1980×1020, the logo isn’t center aligned anymore. I’ve tried align: center on av.logo-container line, but w/o sucess!

    Can I get some help?

    Ty!

    • This topic was modified 8 years, 11 months ago by Jubaboxer.
    #748602

    It boggles my mind why the main Enfold functions.php file should add a version number to the child theme style.css file. This is what prevents it from auto-updating without a force-refresh or clearing your cache, which no one should have to do. That is the POINT of the version number.

    I have removed this hard-coded “2” from my child theme’s style.css file by adding the following code to my child theme’s functions.php file. Again, I did not alter the main Enfold functions.php file. I did this in my child theme’s functions.php:

    $child_theme_url = get_stylesheet_directory_uri();
    $theme_num = wp_get_theme()->get('Version');
    wp_register_style( 'avia-style' ,  $child_theme_url."/style.css", array(), $theme_num, 'all' );

    This allows WP to get the “Version” number you list in the top comments section of your child theme. By updating this number, you will now be able to have WP recognize your version number and auto-load the newest stylesheet version.

    I would certainly like to hear from the Enfold team why they would hard code that version number ‘2’ for any child theme. Is there a reason why you would do that? Does using the version number from the child theme stylesheet cause issues with Enfold? I can’t think of a reason why myself, but I would be happy to be enlightened.

    #748601

    In reply to: search bar issue

    Hey Sadegh,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top #searchform .ajax_search_response {
        position: absolute;
        background: #999;
        right: 25px;
    }
    

    Best regards,
    Vinay

    #748597

    Hi,

    You can add a class in Links & Attributes (for example you have a class of hideme) then add this in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:1300px) {
      #top .hideme {
        display: none !important;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    #748595
    asmo111
    Participant

    Hi, I update wordpress and enfold theme and this problem starts.Page preloading stuck loading and images in galleries not showing. It was working well until that. I recognize the problem and deactivating Image Map Pro plugin make everything back to work, but that is not a solution because the site is in the middle of a virtual fair and more than 100 stands are made with that plug in. As I said it was working well and no conflict between plugins. Any quick advice will be apreciate.

    Thanks

    It’s easy to reproduce on your shop demo, it actually happens across the board on iPhone, iPad, and Desktop.

    See screenshots for your shop demo,

    Desktop

    iPad

    iPhone

    Thanks for thoroughly digging into this.

    #748579

    regarding the top bar (secondary menu) neither appear on mobile in travel demo …maybe it has to do with transparent header?

    #748559

    Hello Yigit, but my site is in maintenance way so you can’t see it if I send you the link. But you can see it as well in the travel demo itself, is the same problem, the 2 buttons in slider homepage hardly appear in a mobile in vertical way. Another thing is that the top bar (secondary menu) neither appear on mobile in this demo ¿why?

    #748520

    Hey!

    Can you please try adding following code to wp-config.php file near top and check if that helps?

    
    define('CONCATENATE_SCRIPTS', false);

    Best regards,
    Yigit

Viewing 30 results - 84,031 through 84,060 (of 142,641 total)