Forum Replies Created
-
AuthorPosts
-
Hey i tried that in past, and that is possible with media queries
Lets check out with this code
@media screen and (min-width: 1024px) #advanced_menu_toggle, #advanced_menu_hide { display: block !important; }
You can play around with css to do the trick ;-)
April 9, 2015 at 3:01 pm in reply to: Footer container automatically getting boxed into the parent container #425969Hi,
Unfortunately it doesn’t resolved even after disabling all plugins (“duplicate post” and “Custom Post Type UI” – only extra two plugins ) .I have added no other custom code except
// add custom post type = Candidate support for layout builder add_filter('avf_builder_boxes', 'add_builder_to_posttype'); function add_builder_to_posttype($metabox) { foreach($metabox as &$meta) { if($meta['id'] == 'avia_builder' || $meta['id'] == 'layout') { $meta['page'][] = 'candidate'; /*instead add the name of the custom post type here*/ } } return $metabox; }
However the issue is appearing even on default wp pages built with avia layout. Also pfa the inspect snapshot when socket is displayed wrongly
- This reply was modified 9 years, 7 months ago by echoashu.
April 9, 2015 at 2:26 pm in reply to: Footer container automatically getting boxed into the parent container #425951Hi There,
As i mentioned i am testing the new version on my localhost, so cant reproduce on the live wp site.
Best is i can give out the snapshots of front layout, avia builder components and chrome inspect , if that would help.However i zeroed down to the grid row element, and if i dont have grid element at the bottom of the page, socket is displayed in shorter width (inside the color section which is now the last avia element on the page after removing grid row).
And vice versa on adding grid element , layout returns back to normal :-/
Hi,
from enfold documentation: (http://kriesi.at/documentation/enfold/disable-css-overlay-on-images/)
.image-overlay { visibility: hidden; }
Test if that works for you ;-)
- This reply was modified 9 years, 7 months ago by echoashu. Reason: corrected snippet
April 9, 2015 at 11:26 am in reply to: Translating capatcha instruction text in contact form #425829I think kriesi’s comment on themeforest should work for you.
probably edit:
yoursite/wp-content/enfold/php/framework/class-breadcrumb.php and enfold/config-templatebuilder/avia-shortcodes/contact.php
- This reply was modified 9 years, 7 months ago by echoashu.
-
AuthorPosts