Forum Replies Created
-
AuthorPosts
-
Hi!
Use this to move the “Support” menu item’s sub menu:
#menu-item-272 .sub-menu { margin-left: -100px; }Cheers!
IsmaelHi!
Add this in the Quick CSS field to adjust the height of the masonry item container:
.av-fixed-size .av-masonry-entry .av-inner-masonry-sizer { width: 100%; padding-bottom: 150%; }Cheers!
IsmaelHey!
@flippydidit: It’s not working because of the WOOF – WooCommerce Products Filter plugin. I deactivated the plugin and the filter works: http://www.frontiertactical.com/shop/?product_count=48Cheers!
IsmaelOctober 20, 2015 at 5:52 am in reply to: Issue with text boxes disappearing when they contain form snippets #521371Hi!
I checked the page and the form script is there. Is there any content after the form? I added a text block, update the page and it works fine. https://pristine.io/enterprise/manufacturing/
Best regards,
IsmaelHey!
Please try the solution provided here: https://kriesi.at/support/topic/warning-on-masonry-entries-page/#post-290676
Best regards,
IsmaelHey!
Please deactivate the permalink plugins when you add the code and make sure to flush the Settings > Permalink options afterwards. I’m not sure if it’s possible to add more than one category in the url even with the use of a plugin. I’ll ask the rest of the support team to check.
Best regards,
IsmaelHi!
Try to adjust the color value of the sonar keyframes. Add this code in the Quick CSS field:
@-webkit-keyframes sonarEffect { 0% {opacity: 0.3;} 40% {opacity: 0.5;box-shadow: 0 0 0 2px rgba(87,81,73,0.1), 0 0 10px 10px #575149, 0 0 0 10px rgba(87,81,73,0.5);} 100% {box-shadow: 0 0 0 2px rgba(87,81,73,0.1), 0 0 10px 10px #575149, 0 0 0 10px rgba(87,81,73,0.5);-webkit-transform: scale(1.5);opacity: 0;} } @-moz-keyframes sonarEffect { 0% {opacity: 0.3;} 40% {opacity: 0.5;box-shadow: 0 0 0 2px rgba(87,81,73,0.1), 0 0 10px 10px #575149, 0 0 0 10px rgba(87,81,73,0.5);} 100% {box-shadow: 0 0 0 2px rgba(87,81,73,0.1), 0 0 10px 10px #575149, 0 0 0 10px rgba(87,81,73,0.5);-moz-transform: scale(1.5);opacity: 0;} } @keyframes sonarEffect { 0% {opacity: 0.3;} 40% {opacity: 0.5;box-shadow: 0 0 0 2px rgba(87,81,73,0.1), 0 0 10px 10px #575149, 0 0 0 10px rgba(87,81,73,0.5);} 100% {box-shadow: 0 0 0 2px rgba(87,81,73,0.1), 0 0 10px 10px #575149, 0 0 0 10px rgba(87,81,73,0.5);transform: scale(1.5);opacity: 0;} } .av_font_icon.av-icon-style-border .av-icon-char:after { box-shadow: 0 0 0 2px rgba(87,81,73,0.1) !important; }Change all instances of the “rgba(87,81,73,0.1)” value.
Cheers!
IsmaelOctober 19, 2015 at 10:29 am in reply to: SPECIAL HEADLINE Change Text from left to the right side! #520795Hi!
Great! Glad we could help. If you need anything else, feel free to open a new thread. :)
Cheers!
IsmaelOctober 19, 2015 at 10:21 am in reply to: How to change the color of the top of the pricing table? #520790Hey!
Please turn on the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Add a custom css class to each table element. For example, on the green table, use “green-table” in the custom css class field. Add this in the Quick CSS field:
.main_color .green-table .pricing-table li.avia-heading-row .pricing-extra { background: green; }Repeat the procedure for the rest of the table element.
Cheers!
IsmaelHey!
Please edit the hotspot image then look for the “ATTACHMENT DISPLAY SETTINGS”, select the Fullsize version. Right now, it is using a very small version of the image. Add this in the Quick CSS field to set the color section container to full width:
#psdd .container { width: 100%; padding: 0; }Best regards,
IsmaelHey!
Cool layout. Did you fix the issue? This is what I see when I check the site:

I don’t see any “blue space at the bottom of the page”.
Best regards,
IsmaelHey!
Great! Let us know if you need anything else. Please open a new thread for new inquiries. :)
Best regards,
IsmaelHi!
What do you mean by “custom types of blogs”? If you added those items manually then you have to add it again on the frontpage manually. Try to enable the debug mode so that you can copy the shortcode directly. http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Cheers!
IsmaelHey!
We added this in the Quick CSS field:
.avia_transform .av_font_icon { opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }It will disable the icon animation. Is that OK?
Cheers!
IsmaelHi!
Please try this:
.page-id-3478 .av-current-sort-title span span { color: #ffffff; }Regards,
IsmaelHey!
Please add this in the Quick CSS field:
@media only screen and (max-width: 767px) { .responsive #wrap_all #fullwidthcolorsection .container { width: 100%; max-width: 100%; } }Cheers!
IsmaelHey!
Thank you for using Enfold.
Add a unique class to the link tag. Something like this:
<a class="custom-social-icon" href="http://www.pinterest.com"><img src="http://vestiges.ca/wp-content/uploads/2015/10/Facebook_32x32x32.png" alt="Facebook_logo" width="32" height="32" /></a>Add this in the Quick CSS field to create a hover effect:
.custom-social-icon { opacity: 0.7; }Cheers!
IsmaelHey!
We use the custom css class of the blog post element then modified the code a bit. Please check it now.
Best regards,
IsmaelHi Ikyo!
Thank you for using Enfold.
You have to modify the config-woocommerce > woocommerce-mod.js. Look for the first_load_amount function then modify this line:
setTimeout( function(){dropdown.trigger('mouseleave'); }, 2500);Adjust the “2500” value. Set it to 20000 if you want it to linger for 20 seconds.
Cheers!
IsmaelOctober 19, 2015 at 8:47 am in reply to: SPECIAL HEADLINE Change Text from left to the right side! #520761Hi!
Please turn on the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Edit the special heading where you want the title to go to the right. Add a class in the custom css class field. Use “right-heading” for example then use it in the Quick CSS field:
body .right-heading .av-special-heading-tag { float: right; }Regards,
IsmaelHi!
The site takes 15 seconds to load on Chrome but when I disable the Database and Object cache, it loads under 3 seconds. Check it here: https://support.tigertech.net/w3-total-cache
Cheers!
IsmaelOctober 19, 2015 at 8:32 am in reply to: woocommerce > variable price > disappears after calculation #520759Hi!
Did you use a custom script or plugin for the calculation effect? There’s an inline style which sets the display to none in the price container. Try to add this in the Quick CSS field:
#top .main_color .price { display: block !important; }Cheers!
IsmaelHi!
Looks like there is an empty section on top of the page. Can you please provide the login details? We would like to check it.
Regards,
IsmaelHey!
Please add this in the Quick CSS field:
.slide-entry-excerpt.entry-content img { border-radius: 3px; }Cheers!
IsmaelHi!
Please include this also:
.responsive #top { overflow-x: scroll; }Cheers!
IsmaelOctober 19, 2015 at 8:07 am in reply to: Vertical versus Horizontal Viewing on Smartphone or iPhone #520755Hey!
We modified the code and it looks OK now: http://pinnacleacoustics.com/
@media only screen and (max-width: 768px) { ul.avia-slideshow-inner { height: 300px !important; } }Regards,
IsmaelHey!
I posted the code but upon further testing, I realized the query is rather correct so I removed it. I’m looking in the plugins Query.php file located on wp-content\plugins\the-events-calendar\src\Tribe folder and the pre_get_posts priority is high.
add_action( 'parse_query', array( __CLASS__, 'parse_query' ), 50 ); add_action( 'pre_get_posts', array( __CLASS__, 'pre_get_posts' ), 50 );I’m not really sure if this has anything to do with the issue but if you can provide the FTP details, we’ll test it. Thank you for your patience.
Also, it’s quite difficult to debug the issue because we can’t reproduce it on our installation. This is a screenshot of the post slider and the events above it:

The post slider works fine even if the ECP plugin is activated.
Best regards,
IsmaelHi!
Please turn on the custom css class: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Edit the image element then add a unique class in the class css field. Use “custom-image” for example then use the selector in the Quick CSS field:
.avia-mozilla .custom-image img { width: 100%; }Best regards,
IsmaelHey!
It should be wrapped inside a style tag. Please check it now: http://nudestrength.com/
<style> @media only screen and (min-width: 768px) { .DA-mobilenopadding img { padding: 10px; }} </style>Cheers!
IsmaelOctober 19, 2015 at 7:26 am in reply to: Header Styling (Right Header Link & Header Bottom Boarder) #520743Hey!
Please remove the #header_main’s bottom border then add this in the Quick CSS field:
#header_main:after { content: ''; display: block; height: 10px; width: 150%; background: #cedc77; left: -25%; position: absolute; -webkit-box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.75); -moz-box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.75); box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.75); bottom: 0; } #header_main { overflow: hidden; padding-bottom: 10px; }Regards,
Ismael -
AuthorPosts
