Forum Replies Created

Viewing 30 posts - 48,421 through 48,450 (of 66,052 total)
  • Author
    Posts
  • in reply to: Background color of specific menu item #434563

    Hey!

    Go to Enfold > Mobile Menu panel then set the Header Mobile Menu activation to the second option. Or add this in the Quick CSS field:

    @media only screen and (max-width: 1100px) {
    .html_mobile_menu_tablet .container #advanced_menu_toggle, .html_mobile_menu_tablet #advanced_menu_hide {
    display: block;
    }
    
    .responsive .av_mobile_menu_tablet .main_menu {
    display: none;
    }
    
    .html_mobile_menu_tablet #mobile-advanced {
    display: block;
    }}

    Cheers!
    Ismael

    in reply to: Multiple filterale portfolio pages #434560

    Hey!

    Thank you for using Enfold.


    @liquidsociety
    : You can use the Portfolio Grid element to create different portfolio pages with different categories. Create a page, add the portfolio grid element then select the portfolio category. Repeat steps to create another portfolio page.

    Cheers!
    Ismael

    Hey!

    Thank you for using Enfold and sorry for the delay. Glad the update fixed the issues. :)

    Regards,
    Ismael

    in reply to: Add A Border To The Google Map Media Element #434555

    Hey!

    Thank you for using Enfold.


    @Guenni007
    : Thank you!

    @stephen: Please try the suggestion above. If it doesn’t work, please provide a link to the page with the google map. A screenshot will help.

    Cheers!
    Ismael

    in reply to: login/sign up under menu ! #434554

    Hi!

    That is actually a custom widget, not included in the main menu. I don’t think there is any plugin out there with that functionality by default. You need to find a contact form plugin that will work inside a dropdown. Try the Contact Form 7 plugin in combination with the mega menu. Add the form shortcode inside the menu description then enable the “Use the description to create a Text Block” option.

    Cheers!
    Ismael

    in reply to: dropdown menu (submenu) border suppression #434553

    Hey!

    Use this to remove the border:

    .av-main-nav ul li a {
      border: 0 !important;
    }

    Best regards,
    Ismael

    in reply to: Desktop Menu Appears on Mobile #434552

    Hey!

    Did you add any modifications in the theme? Please delete the entire enfold folder then replace it with a new one. There’s something wrong with the header markup.

    Best regards,
    Ismael

    in reply to: The Magnific Popup doesn't work with Buttons #434550

    Hi!

    Please remove all the code then replace it with this:

    add_action('wp_footer', 'inline_popup_enabler_2');
    function inline_popup_enabler_2(){
    ?>
    <script>
    (function($){
        $(window).load(function() {
          $('.inline_popup a').magnificPopup({
            type:'inline',
            midClick: true 
          });
        });
    })(jQuery);
    </script> 
    <?php
    }
    add_action('wp_footer', 'inline_popup_enabler_1');
    function inline_popup_enabler_1(){
    ?>
    <script>
    (function($){
        $(window).load(function() {
          $('.inline_popup').magnificPopup({
            type:'inline',
            midClick: true 
          });
        });
    })(jQuery);
    </script> 
    <?php
    }

    Make sure that you place it below the line:

    <?php.
    

    Cheers!
    Ismael

    in reply to: Review rating plugins are not working in pages #434549

    Hey rajivnetra!

    Thank you for using Enfold.

    I’m sorry but we don’t provide support for third party plugins. Please contact the plugin author. Anyway, I think the plugin will not work if you use the advance layout builder. Please create a page with the default editor. See if the rating is working.

    Best regards,
    Ismael

    in reply to: Latest update and navigation issue #434548

    Hey!

    I noticed that you installed the visual composer. The advance layout builder will not work properly when you use the visual composer plugin. Please deactivate it. The body container is duplicated, same issue here:

    https://kriesi.at/support/topic/when-choosing-boxed-layout-header-and-sidebar-displayed-wrong/#post-400047
    https://kriesi.at/support/topic/menu-moves-right-slider-dissapears/

    The user said that it is a bbPress issue.

    Regards,
    Ismael

    in reply to: Image overlay on hover #434546

    Hey!

    Remove the opacity then use rgba color values to create a transparent effect:

    .av-masonry-outerimage-container:hover .av-masonry-image-container:before {
    content: '';
    display: block;
    background: rgba(255,222,0,.5) url('http://stompor.eu/wp-content/uploads/2015/04/zoom_in_1-1121.png') 50% 40% no-repeat;
    width: 100%;
    height: 100%;
    z-index: 5000;
    position: absolute;
    }
    

    Regards,
    Ismael

    in reply to: Updated theme sidebar not showing #434545

    Hi!

    It’s actually weird. When I edit this page: http://maintecx.com/whats-new/?portfolio=financing

    It takes me here: http://maintecx.com/wp-admin/post.php?post=18&action=edit

    I think this is the correct “Financing” page: http://maintecx.com/portfolio-item/financing/

    Best regards,
    Ismael

    in reply to: ÆØÅ (Norwegian letters) turned to gibberish #434544

    Hi Egeninkassospesialisten!

    Thank you for using Enfold.

    Can you please provide a link to the actual page with the issue? If you don’t mind, we would like to access the site. Please post the login details here as a private reply.

    Cheers!
    Ismael

    in reply to: Social Icons and Phone Info in main menu and responsive #434540

    Hey!

    Refer to this link on how to insert custom widget in the header area: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    You can replace the filter with this one to insert the widget in the main header container instead:

    add_action( 'ava_main_header', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
    echo dynamic_sidebar( 'header' );
    }

    Best regards,
    Ismael

    in reply to: Woocommerce and enfold problems #434539

    Hi webschritt!

    Thank you for using Enfold.

    There’s a lot of script errors in the console. The plugin works fine on our installation so either a modification or a third party plugin is causing the issue. Please deactivate all plugins except woocommerce, remove browser cache then test it again.

    Best regards,
    Ismael

    in reply to: Create Pages Submenu in Header #434538

    Hi!

    OK. Do the modifications above then go to the child pages of the Services page. The menu should appear just below the title. On the portent.com site, when you click on the Services page, it goes directly to the SEO page which I believe is a child page of the Services page.

    Regards,
    Ismael

    Hey!

    I just updated to WordPress 4.2 and everything works out OK. No deleted pages or portfolio items. Did you transfer the site? There is no way for us to restore the missing pages or posts so I’m not sure if we can be of any help regarding this issue. Please contact the owner’s hosting provider to restore the site.

    Best regards,
    Ismael

    in reply to: BBpress is not showing as it should #433992

    Hey!

    You can actually disable the breadcrumbs globally then create a new page. Add the bbPress shortcode, the one above for example, then enable the breadcrumb. It will show the forum index page with all the topics etc plus the breadcrumbs.

    Or enable the breadcrumbs globally then add this in the Quick CSS field to disable it for other pages:

    .stretch_full.container_wrap.title_container {
      display: none;
    }
    
    .bbpress .stretch_full.container_wrap.title_container {
      display: block;
    }

    Cheers!
    Ismael

    in reply to: Blog Posts Pagination #433986

    Hey!

    Thank you for the info. I checked the page but I don’t see any blog page. Please create one then we’ll check it.

    EDIT: I created a test page with the blog posts element. The pagination is working as expected: http://mhdb.swamped.com/test-blog/

    Cheers!
    Ismael

    in reply to: Create Pages Submenu in Header #433983

    Hi!

    Oh. Okay. So “Services” is not a page but a category. I’m sorry but there is no built in function to display the child of a category. Again, unfortunately, you might need to hire someone to build a custom function for it.

    Regards,
    Ismael

    in reply to: Change the corner radius on a notification box #433980

    Hi stephenturner!

    Thank you for using Enfold.

    Please use this:

    .avia_message_box {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
    }

    If it doesn’t work, add the !important attribute right after the css values.

    Cheers!
    Ismael

    in reply to: Advanced Styling #433979

    Hi xyzb!

    Thank you for using Enfold.

    Which of the class attributes are not working? Please be specific. A link to the page with the issue will help.

    Cheers!
    Ismael

    in reply to: Space between textblock's #433977

    Hi Coco!

    Thank you for using Enfold.

    There is actually no specified space or margins between text blocks. Did you place the text block inside a column? Please create a test page or post a screenshot of the issue.

    Cheers!
    Ismael

    in reply to: Textfield position in Full width slider #433976

    Hi Coco!

    Thank you for using Enfold.

    I’m sorry but I’m not sure I understand the inquiry. If possible, please create a test page and a screenshot of the issue. Use imgur or dropbox for the screenshot.

    Cheers!
    Ismael

    in reply to: Removing White Space between Page Contents and header #433973

    Hi ryandewitt!

    Thank you for using Enfold.

    You can use this in the Quick CSS field:

    @media only screen and (max-width: 767px) {
    .responsive .content {
      border: none;
      padding-top: 0;
    }}

    I also noticed that the logo is not vertically aligned so you can add this:

    strong.logo {
      top: 20%;
    }

    Cheers!
    Ismael

    in reply to: fonts #433970

    Hey!

    It’s not possible to apply different fonts on the same paragraph so you have to use span tags or any html contaienrs with class attribute to differentiate the two.

    Cheers!
    Ismael

    in reply to: Sidebar ON for post single but OFF for portfolio single #433958

    Hi!

    Add this in the functions.php file if you want the portfolio to have no sidebar:

    
    add_filter('avia_layout_filter', 'avia_change_portfolio_layout', 10, 2);
    function avia_change_portfolio_layout($layout, $post_id){
    	if(is_singular('portfolio')) {
        $layout['current']['main'] = "fullsize";
    	}
        return $layout;
    }

    Best regards,
    Ismael

    Hey!

    Thank you for using Enfold.

    Add this in the Quick CSS field:

    ul.avia_wpml_language_switch {
      position: absolute;
      right: -750px;
      left: auto;
      float: none !important;
    }

    Use css media queries to adjust the right position of the flags on smaller screens.

    Regards,
    Ismael

    in reply to: English on a Hebrew website #433953

    Hi sasha!

    Thank you for using Enfold.

    I’m sorry but I’m not sure if I understand the issue. Can you please provide a screenshot or a link to a test page? Use imgur or dropbox for the screenshot.

    Cheers!
    Ismael

    in reply to: Items on Masonry have the same description #433951

    Hi Naser!

    Thank you for using Enfold.

    That is strange. Did you add any modifications in the theme? Please try to deactivate all plugins then test it again. If possible, create a test page then insert the masonry element. We would like to check it.

    Best regards,
    Ismael

Viewing 30 posts - 48,421 through 48,450 (of 66,052 total)