Forum Replies Created
-
AuthorPosts
-
Hi!
You can use the following css code to remove the border of the submenu items.
#top .av-subnav-menu > li > a { border-left: 0; }Best regards,
IsmaelOctober 18, 2016 at 10:09 am in reply to: White space below Colour Sections (on Mobile Devices) #700530Hey blaaklistwriters!
Thank you for using Enfold.
Looks like you have set the background size to “contain” and then applied a minimum height to the color section. On mobile view, in order to preserve its aspect ratio, the background shrinks and it leaves spaces underneath. The workaround is to remove the background image, insert an Image element instead and then disable the Section Minimum Height option.
Cheers!
IsmaelOctober 18, 2016 at 10:00 am in reply to: Full Width Sub Menu sticks below frame with the fixed frame layout #700526Hi!
That is an if else statement. :)
I’m sorry but I’m not sure why it’s not working for you. We get the height of the av-frame-top container if it exists, if not set the value to zero.
fixed_frame = $('.av-frame-top').length ? $('.av-frame-top').height() : 0,.. and then add it to the top position value of the sticky menu.
this.css({top: modifier - bordermod + fixed_frame, position: 'fixed'}); fixed = trueCheers!
IsmaelHi!
Please add this css code in the Quick CSS field to increase the width of the table columns on mobile view.
@media only screen and (max-width: 767px) { .responsive .avia_scrollable_table .avia-data-table > thead > tr > th, .responsive .avia_scrollable_table .avia-data-table > tbody > tr > th, .responsive .avia_scrollable_table .avia-data-table > tfoot > tr > th, .responsive .avia_scrollable_table .avia-data-table > thead > tr > td, .responsive .avia_scrollable_table .avia-data-table > tbody > tr > td, .responsive .avia_scrollable_table .avia-data-table > tfoot > tr > td { white-space: normal; } div .avia-table { min-width: 568px; } }Adjust the width value if necessary.
Cheers!
IsmaelHey!
If the maximum width of the device is 2160px, the css code should be applied to it. Please try the follwing css media query instead.
@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) and (min-width: 1500px) and (max-width : 2160px) and @-ms-viewport { { /** Surface Pro styles here **/ #layerslider_8 .ls-bg { margin-top: 0 !important; } }Based on this thread. http://stackoverflow.com/questions/19855268/surface-and-css-media-queries
Regards,
IsmaelHi Scott!
Thank for using Enfold.
Wrap the text that you want to go to the second line inside a span tag. Example here: https://kriesi.at/support/topic/word-wrap-in-menu-or-have-the-menu-on-two-lines/#post-283385
Cheers!
IsmaelOctober 18, 2016 at 9:23 am in reply to: Display issue with Enfold theme and Event Tickets Plus by Modern Tribe #700478Hi,
The user added that line in the child theme’s function.php file. Please try to add it in your own child theme’s functions.php file using the “ava_after_content_ticket” hook.
Best regards,
IsmaelHi,
Thank you for using Enfold.
Please add this in the Quick CSS field:
.av-hamburger-inner::before { content: "MENU"; } .header_color .av-hamburger-inner, .header_color .av-hamburger-inner::before, .header_color .av-hamburger-inner::after { background-color: transparent; }Best regards,
IsmaelHey!
I tried to login to the site but I got redirected to a forbidden error page.
Forbidden « BackRegards,
IsmaelHi!
We noticed that this thread has gone on for a few days without reply and we would like to apologize for it. We also noticed that this is a presale question so we would like to ask you to register for an account in the forum and then open new posts regarding your inquiries. Thank you for your understanding.
// https://kriesi.at/support/register/
Cheers!
IsmaelHey!
It looks like most of the thumbnails are missing when you switch to another language. I’m not sure if this is going to work but please try to regenerate the thumbnails. https://wordpress.org/plugins/regenerate-thumbnails/
If the image regeneration doesn’t work, you might need to re-upload the images in the masonry gallery. For more info, please contact the plugin or script author.
Cheers!
IsmaelHi!
Are you working on a WooCommerce site? The instructions in the page is not clear because the author didn’t define where to add the snippet. There are available instructions for magento, opencart, osCommerce and shopify but nothing about WordPress or WooCommerce. Note that the theme has its own basic schema markup. You can find these markups in the includes > helper-markup.php file.
Regards,
IsmaelOctober 18, 2016 at 7:27 am in reply to: Masonry Gallery inside Ajax Portfolio preview won't display #700409Hey!
Thank you for the info. Please add this in the Quick CSS field.
.av-masonry-entry { visibility: visible !important; opacity: 1; }Best regards,
IsmaelHey!
I don’t see anything different with your WordPress installation that will create this kind of issue but updating it is worth a try. Why did you deactivate version 3.8?
Regards,
IsmaelOctober 18, 2016 at 7:18 am in reply to: Adding full width easy slider background color of initial columns changes #700403Hi!
What is the css code that you used? Did you set a “red” background color value in the Enfold > General Styling panel?
Cheers!
IsmaelHi!
Thank you for using Enfold.
1.) Did you use a “pinterest” plugin? The theme doesn’t have a pinterest script by default. And I don’t see the “pin” when I checked the page on firefox.
2.) Please remove the css modification and replace it with the following code.
#top .main_color .portfolio-preview-image .image-overlay { visibility: hidden; }Best regards,
IsmaelOctober 18, 2016 at 6:44 am in reply to: multiple masonry grids – avoid duplicates when in multiple categories #700390Hey OcasioConsultingLLC!
Thank you using Enfold.
Please follow the instructions in the following thread. https://kriesi.at/support/topic/search-box-in-header-on-mobile/#post-582862
Cheers!
IsmaelHi!
Is this a shared hosting? It takes a while before any page loads and sometimes the site can’t be reached because it’s taking too long to respond. Did you try @Vinay’s suggestion regarding the plugins? We see a lot of js errors which are not related to the theme.
Regards,
IsmaelHey!
If it is not possible to let the logo disappear on pc as wel as on tablet when scrolling down,
We modified the code again in the Quick CSS field.
.header-scrolled .logo { opacity: 0; }This css code will hide the logo on scroll. You’ll see the logo diminish in size until it disappears completely while scrolling.
Regards,
IsmaelOctober 18, 2016 at 5:44 am in reply to: Main Menu Parent Highlight while sub or child is selected #700368Hey!
Have a look at this link… the parent is not highlighted when selected.
Thank you for the info. Please add this css code in the Quick CSS field.
#top #header .av-main-nav>.current-page-ancestor>a { background-color: #e3e3e3; }It will apply the background to the parent or ancestor menu item.
// http://blank-it.com/blank-it/case-studies/
Cheers!
IsmaelHey!
Did you modify anything, in the database perhaps, or install a plugin prior to the issue? I would like to check it again but I can’t get in using the login credentials above.
Regards,
IsmaelHey!
I see. Where can we see that form again? I’m sorry but it’s not in the contact page. http://www.soniavoice.it/contatti-intrattenimento-matrimonio/
Regards,
IsmaelOctober 18, 2016 at 5:27 am in reply to: How can I change color of parting line below and above footer header? #700364Hey!
I’m sorry but there is no option for that by default so you have to add this css code in the Enfold > General Styling > Quick CSS field.
body#top .footer_color .widgettitle { border-color: #ffffff; }Cheers!
IsmaelHi davidtagmose!
Thank you for using Enfold.
We would like to check the site but we are getting this error.
Fatal error: Class 'NF_Admin_Menus_Forms' not found in /home/content/p3pnexwpnas01_data03/47/3633347/html/wp-content/plugins/ninja-forms/ninja-forms.php on line 1841.) Please use this css code to remove the white background.
.html_header_transparency.header_bg { opacity: 0; filter: alpha(opacity=0); }2.) We would like to check the color section but we can’t view the page because of the error.
Cheers!
IsmaelHi!
I’m sorry but we don’t provide support for third party plugins as stated on our support policy. Please contact the script or plugin author for more info. Or use the default editor instead of the advance layout builder.
Regards,
IsmaelHey!
We set the font to Raleway and the strong or bold texts are different from the default font.
Best regards,
IsmaelHi!
Insert an image in the Custom Map Marker Image option and then adjust the Custom Map Marker Image Size.
Cheers!
IsmaelHey!
Will the code you’ve added impact this in any way?
The post navigation is not available for pages so the code won’t affect it. And please note that the post navigation will retrieve posts that are adjacent to the current one. It is not relative or connected to the drop down menu in any way.
Regards,
Ismael -
AuthorPosts
