Forum Replies Created
-
AuthorPosts
-
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!
IsmaelHey!
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!
IsmaelApril 25, 2015 at 4:22 am in reply to: Multiple issues: Enfold Options missing, Contact Form Failure #434556Hey!
Thank you for using Enfold and sorry for the delay. Glad the update fixed the issues. :)
Regards,
IsmaelHey!
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!
IsmaelHi!
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!
IsmaelHey!
Use this to remove the border:
.av-main-nav ul li a { border: 0 !important; }
Best regards,
IsmaelHey!
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,
IsmaelHi!
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!
IsmaelHey 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,
IsmaelHey!
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,
IsmaelHey!
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,
IsmaelHi!
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,
IsmaelHi 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!
IsmaelApril 25, 2015 at 3:14 am in reply to: Social Icons and Phone Info in main menu and responsive #434540Hey!
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,
IsmaelHi 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,
IsmaelHi!
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,
IsmaelApril 25, 2015 at 3:04 am in reply to: since wp update 4.1.2 enfold pages messed up and turned into entries, no more me #434537Hey!
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,
IsmaelHey!
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!
IsmaelHey!
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!
IsmaelHi!
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,
IsmaelHi 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!
IsmaelHi 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!
IsmaelHi 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!
IsmaelHi 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!
IsmaelApril 24, 2015 at 9:25 am in reply to: Removing White Space between Page Contents and header #433973Hi 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!
IsmaelHey!
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!
IsmaelApril 24, 2015 at 9:03 am in reply to: Sidebar ON for post single but OFF for portfolio single #433958Hi!
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,
IsmaelApril 24, 2015 at 8:53 am in reply to: How to change position of WPML langs on the right of my secondary menu #433954Hey!
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,
IsmaelHi 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 -
AuthorPosts