Forum Replies Created
-
AuthorPosts
-
Hey!
Can you please open a new thread for the issue regarding the events-countdown-widget? The thread is getting a bit too long. I was able to find why the var_dump function isn’t working. My bad. But I still don’t know why the countdown is set to zero. It shows the correct upcoming event on the temp page but the countdown is not working. We will close this thread for now.
Regards,
IsmaelHey!
What is the purpose of the “bg-ghost-area”? The slider section looks OK when I checked the page.
Regards,
IsmaelHey!
Unfortunately, that is the default behavior of the masonry item when set to perfect automated masonry. You can create another masonry item under the default masonry then set the same settings but this time set the Size Settings to Flexible Masonry. Use css media queries to switch the display of the masonry items on different screen sizes. Please post the login details here so that we can check it.
Regards,
IsmaelHi!
It should hide the related product section. Add this in the Quick CSS field:
.product_column.product_column_5 + .product_column.product_column_5 { display: none !important; }Best regards,
IsmaelHi!
You have this code in the Quick CSS field:
#top #wrap_all .av-main-nav ul > li:hover > a, #top #wrap_all .avia_mega_div, #top #wrap_all .avia_mega_div ul, #top #wrap_all .av-main-nav ul ul { color: #ffffff; background-color: #CC6600; border-color: #cc6600; font-size: 12px; line-height: 1em; }Remove the line-height property.
line-height: 1em;Best regards,
IsmaelHi!
The hover effect is working but you need to touch the menu bar instead of the actual menu text. Try to use this:
#mobile-advanced li:hover, .html_header_mobile_behavior #mobile-advanced span:hover, .html_header_mobile_behavior #mobile-advanced span:hover a { background-color: #018db0 !important; color: #ffffff !important; }Cheers!
IsmaelHi!
Edit the image elements then add a custom css class attribute to it. Do this for all images using the same portrait.
For future reference we kindly ask you to refrain from bumping the thread. Since we answer questions from oldest to newest, bumping makes it appear new and it will probably take us longer to respond on your inquiry. Replies in the forum can take up to 24 hours during the week, but oftentimes we are able to get to questions much quicker than that. We request that our users wait patiently while we work our way through the forum as we can assure you that all questions will be addressed as soon as possible.
Thank you for your understanding. For further modifications, please contact codeable: http://kriesi.at/contact/customization
Regards,
IsmaelHi!
There is no option for that by default and I’m not sure if there any woocommerce extension that you can use with that feature. It will help if you can contact the woocommerce support.
Regards,
IsmaelJuly 28, 2015 at 6:17 am in reply to: Add a sidebar to events using Modern Tribe Events Calendar Pro #479437Hi!
My bad. You have to modify the defaults-template.php file. Remove everything then replace it with this code: http://pastebin.com/rhtUtra6
Regards,
IsmaelJuly 28, 2015 at 6:11 am in reply to: Basic gallery does not load thumbs. Mosaic has new random spaces. #479434Hey!
I was able to reproduce the issue on Chrome, Windows 8. Please try this this in the Quick CSS field to disable the animation:
.avia_transform .avia-gallery-thumb img { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }If possible, increase the wp memory limit to at least 128M: http://docs.woothemes.com/document/increasing-the-wordpress-memory-limit/
Best regards,
IsmaelHey!
Try to add this to the Quick CSS field to remove the default main menu on mobile devices with screen size lower than 768px:
@media only screen and (max-width: 768px) { .responsive.html_mobile_menu_tablet .main_menu .avia-menu, .responsive.html_mobile_menu_tablet #header_main .social_bookmarks, .responsive.html_mobile_menu_tablet #header_main_alternate { display: none; } }Cheers!
IsmaelHey!
The template for the single post page is the includes > loop-index.php file. To test it, try to remove the code inside this file then check one of the single post items. The post should be blank.
Cheers!
IsmaelHey James!
Thank you for using Enfold.
I checked the site and the scroll down arrows are disabled even on desktop view. Please create a test page so that we can check it.
If you noticed the background not fixed on mobile devices, unfortunately, that is the default behavior of the color section background on mobile devices. The background fixed property is not supported by all browser specially mobile browsers. The parallax effect is disabled because the css translate property that is responsible for the parallax effect is still also partially supported on mobile browsers. These are the known issues on mobile devices regarding these properties:
1.) iOS has an issue preventing background-position: fixed from being used with background-size: cover.
2.) Chrome has an issue that occurs when using the will-change property on a selector which also has background-attachment: fixed defined. It causes the image to get cut off and gain whitespace around it.Cheers!
IsmaelJuly 28, 2015 at 5:39 am in reply to: Placement problems in mobile view (cart and search icon) #479424Hey!
That is the login area to the cpanel. We need to login to the WP dashboard. Please ask your hosting provider.
Regards,
IsmaelHi dwebprojects!
Thank you for using Enfold.
We need to see the actual website to see what’s going on with it. Make sure that you have the latest version which 3.2.2. Try to edit the video element then adjust the Video Format. A link to the actual video will help as well.
Cheers!
IsmaelHi!
Use css media queries to adjust the position on different screen sizes. Example:
@media only screen and (min-width: 1200px) { .html_visible_cart .cart_dropdown { right: 500px; } }This will adjust the right position of the cart icon on screen sizes larger than 1200px.
Cheers!
IsmaelHey!
Thank you for the info. You can add the background as a another layer under the boxes. If you can provide a screenshot of the slider layout, it will help. Use imgur or dropbox.
Cheers!
IsmaelHi QBDSwedenAB!
Thank you for using Enfold.
Did it work? The box-ordinal-group css property is currently not supported on all browsers specially on IE and
it requires that the column display is set to flex. You will have to come up with another solution, probably, by using javascript. Or creating another set of columns with different order. Use css media queries to hide and show these columns on different screen sizes.Regards,
IsmaelHey!
Give us a link to the actual post. This is how you can get the correct post or page id: http://kb.oboxthemes.com/articles/how-to-get-css-styles-for-elements/
Cheers!
IsmaelHi oestergaardn!
Thank you for using Enfold.
Yes, they will be overwritten when you update the theme. You can use software suggested on the previous thread to translate the strings or text.
Best regards,
IsmaelHi!
You can decrease the size of the button to prevent it from covering the slider navigation:
@media only screen and (max-width: 989px) { #top .avia-slideshow-button { top: -10px; font-size: 11px; padding: 5px 10px; }}Cheers!
IsmaelHey!
Please try this:
.slide-entry img { image-rendering: auto !important; }Regards,
IsmaelHi!
That is a product page or item. Create a page then add the product specific shortcodes.
Regards,
IsmaelHi!
My bad. I think I know now why it’s not working. There are multiple files in the shortcodes folder with the “av_events_countdown” shortcode name so even though we renamed the original file, it’s still being use instead of the new file. It is now showing the variable values when I use the var_dump function.
Best regards,
IsmaelHi!
Is this sorted out? I checked the site on Chrome and it’s loading without errors.
Regards,
IsmaelHi!
You add this in the functions.php file if you want to remove the last item in the breadcrumb:
add_filter( 'avia_breadcrumbs_trail', 'mmx_remove_element_from_trail', 50, 2 ); function mmx_remove_element_from_trail( $trail, $args ) { if ( is_singular('product') ) { unset($trail['trail_end']); } return $trail; }If it doesn’t work, try this:
add_filter( 'avia_breadcrumbs_trail', 'avia_breadcrumbs_trail_mod', 50, 2 ); function avia_breadcrumbs_trail_mod( $trail, $args ) { if ( is_singular('product') ) { array_pop($trail); } return $trail; }Cheers!
IsmaelHey!
The cloned element should inherit all properties from the parent element but when you edit the initial or parent element again, the cloned element should not inherit the parent’s new properties. I haven’t tested css hero personally with enfold so I’m not sure if it is fully compatible with the advance layout builder.
Regards,
IsmaelHey!
You can decrease the logo size with this:
@media only screen and (max-width: 480px) { #header .widget div a img { width: 35%; }}Remove browser cache then reload the page.
Cheers!
IsmaelHi!
Thank you for using Enfold.
There are specific plugin shortcodes that you can only use on a specific post type. Unfortunately, you can’t enable them on other post types. An example is the “Product Purchase Button” element. You can only use this element on a product item.
Cheers!
Ismael -
AuthorPosts
