Forum Replies Created
-
AuthorPosts
-
Hi!
It this fixed? You can use the css code above to change the width of the masonry entry on mobile phone devices.
Best regards,
IsmaelHey!
Please refer to this link for a possible fix: https://kriesi.at/support/topic/linking-to-filtered-portfolio-ajax/
Regards,
IsmaelHey!
Looks like the modifications are no longer working since we enabled the advance layout builder for post. Please add this in the Quick CSS field:
.single-product aside.sidebar, .single-product aside.sidebar .inner_sidebar { border-left: 0 !important; } .single-product aside.sidebar .inner_sidebar { margin-left: 0; margin-right: 50px !important; } .single-product aside.sidebar { border-right: 1px solid; } #top .product_column_4 .products .product { margin: 0 1% 1% 0; width: 24.0%; }
Regards,
IsmaelHey!
Is that a widget from a third party plugin? If I am not mistaken, it will only work for the actual blog page. Go to Enfold > Theme Options then set the new blog page as blog. Please contact the plugin author for more info.
Regards,
IsmaelHey!
Looks like you’re using the mega menu to create a dropdown. That is the default spacing of the mega menu titles, add this in the Quick CSS field:
#top #header .avia_mega_div > .sub-menu { padding: 5px 20px 10px; } #top #header .avia_mega_div > .sub-menu.avia_mega_hr { padding-top: 10px; }
Remove browser cache then reload the page.
Regards,
IsmaelHi!
2.) I think this is more of a wpml and woocommerce issue. You should for support to their respective support forums. Please refer to this link for a possible fix, read the last replies: https://wpml.org/forums/topic/after-switching-to-another-language-on-the-checkout-page-the-cart-becomes-empty/
Regards,
IsmaelHey!
Add this in the functions.php file if you don’t to include the “blog” permalink for portfolio items:
add_filter('avf_portfolio_cpt_args', 'avf_portfolio_cpt_args_mod'); function avf_portfolio_cpt_args_mod($args) { $args['rewrite'] = array('slug'=>_x($permalinks['portfolio_permalink_base'],'URL slug','avia_framework'), 'with_front'=>false); return $args; }
Go to Settings > Permalinks then click “Save” to flush the .htaccess.
Best regards,
IsmaelHi mexi33330!
Thank you for using the theme.
Use this in the Quick CSS field to adjust the transparency of the header:
#top .av_header_glassy.av_header_transparency .header_bg { background-color: #fff; opacity: 0.8; filter: alpha(opacity=80); }
Cheers!
IsmaelApril 23, 2015 at 5:36 am in reply to: Fullscreen Video Slider on Homepage – Mobile Fallback Alternative #433233Hey Scott!
Thank you for using Enfold.
You can create another slider in the home page then hide or show the sliders using css media queries. Refer to these links for more info:
http://stackoverflow.com/questions/11796297/div-show-hide-media-query
https://kriesi.at/support/topic/how-to-hide-some-elements-in-mobile-version/#post-362263
https://kriesi.at/support/topic/is-there-an-option-to-create-a-separate-page-design-specific-to-mobile-devices/
https://kriesi.at/support/topic/displaying-another-slider-on-mobile-devices/
https://kriesi.at/support/topic/replace-slider-on-mobile/Or use plugins like these:
https://wordpress.org/plugins/simple-mobile-url-redirect/
https://wordpress.org/plugins/equivalent-mobile-redirect/Best regards,
IsmaelHey!
Go to Enfold > Header then set the Menu and Logo Position to Logo Center, Menu Below. Add this in the functions.php file to move the menu container below the first layer slider:
add_action('wp_footer', 'ava_custom_script', 20); function ava_custom_script(){ ?> <script> (function($){ var menu = $('#header_main_alternate').detach(), slider = $('.avia-layerslider:first'); $(menu).insertAfter(slider); })(jQuery); </script> <?php }
All you need to do is to adjust the menu style because it will break after the switch.
Cheers!
IsmaelHi!
1.) The logo should have an alt and title attribute by default. Please post the website url here so that we can inspect it.
2.) Unfortunately, there is no option to add alt tags in the iconbox element.
The ALT attribute is designed to be an alternative text description for images. Please review this article: http://www.netmechanic.com/news/vol6/html_no1.htm
Cheers!
IsmaelHi!
The modifications above should do the trick. It will display all co-child pages of the current page.
Cheers!
IsmaelHi!
Edit includes > helper-markup.php. Look for this code:
$attributes['itemprop'] = 'mainContentOfPage';
Replace it with:
if (is_singular('post')) { unset($attributes['itemprop']); } else { $attributes['itemprop'] = 'mainContentOfPage'; }
Regards,
IsmaelHey mahu!
Thank you for using Enfold.
Yes, it is possible. Modify the read more link in the Quick CSS field. Please give us a link to the actual blog page and a screenshot of the button.
Best regards,
IsmaelHey!
The site is currently on maintenance mode so we can’t see it. Please play around with the css codes and again, please provide a screenshot of the iconbox so we can get a better idea on how you want it to look like \.
Best regards,
IsmaelHi!
Thank you for using Enfold.
Add something like this in the Quick CSS field:
.av-masonry-outerimage-container:hover .av-masonry-image-container:before { content: ''; display: block; background: red; width: 100%; height: 100%; z-index: 5000; position: absolute; }
Place an image in the content property or adjust the background.
http://www.w3schools.com/cssref/pr_gen_content.asp
Best regards,
IsmaelHi!
The rows don’t line up because the content of the heading rows are not consistent. The last two columns’s heading row occupies two lines. You can set a minimum height for the heading row then decrease the size of the default rows:
@media only screen and (max-width: 1024px) { li.avia-heading-row { min-height: 55px; font-size: 13px; line-height: 18px; } ul.pricing-table li { font-size: 15px; }}
Best regards,
IsmaelHi!
This is the image url when I checked the page: http://weblinedesigns.com/wp-content/uploads/2015/02/webline-screenshot.jpg
I didn’t find the Technology section so I went to the Brand page and one of the logo url is this:
http://weblinedesigns.com/wp-content/uploads/2015/02/chalos-law.pngBest regards,
IsmaelHi!
Add this in the Quick CSS field:
.av-masonry-container.isotope:hover a .av-masonry-image-container { opacity: .5 !important; } .av-masonry-container.isotope a:hover .av-masonry-image-container { opacity: 1 !important; }
Make sure that the masonry overlay is deactivated.
Regards,
IsmaelApril 22, 2015 at 9:21 am in reply to: Change Position of the avia content title (easy slider) #432642Hi!
Replace the code with this:
.postid-491 .avia-caption { right: 0; position: absolute; width: auto; left: auto; bottom: -10px; }
Best regards,
IsmaelApril 22, 2015 at 9:16 am in reply to: Issue with the font color (maybe a problem with WPML or child theme) #432639Hey!
The authentication (username: boom, pw: ******) details are not working. Please check. If possible, please provide a screenshot of the issue so that we can find it quickly.
Cheers!
IsmaelHi!
Thank you for the link. You can add this in the Quick CSS field:
.template-blog .post_delimiter { margin: 0; padding: 30px 0 0 0; }
Cheers!
IsmaelHey!
You have this code in the Quick CSS field:
ul.products.list li.product div[itemprop="description"], #top .inner_product_header { display: none !important; }
Remove it to display the prices.
Cheers!
IsmaelHi!
1.) Create a page called “Blog”.
2.) Set this page as blog in Enfold > Theme Options > Where do you want to display blog? setting.
3.) Go to Enfold > Blog layout panel then set the Blog Style to Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page).
4.) Edit the “Blog” page then add a color section element. Apply a background. Below the color section, add a Blog Posts element to display the posts.
If you want to apply the images on all pages, you need to add it manually by using the advance layout builder.
Cheers!
IsmaelHey Picante!
Thank you for using Enfold.
Yes, it’s possible. Make sure that you add excerpts on the portfolio items. Create a page, add the Portfolio Grid element then set the “Excerpt” setting to Title & Excerpt.
Cheers!
IsmaelHey Picante!
Thank you for using Enfold.
Use a color section then add a special heading element inside. Add a color section background as well.
Cheers!
IsmaelHi gupshupdotme!
Thank you for using Enfold.
Yes, I’m sorry but we can’t recommend the qtranslate plugin because it handles the translation differently. The plugin places all translations in the same post or page. The advance layout builder just can’t handle that. You have to use WPML.
Cheers!
IsmaelHey!
1.) Not all users can see what you see in the cart. Try to view it on another browser or remove the browser cache and cookies. I’m sure it will be empty.
2.) It’s not possible to include the tax or discount calculation inside the cart widget. I’m sorry but you will have to hire a freelance developer to add it or visit codeable: http://kriesi.at/contact/customization
Cheers!
IsmaelHi EricSmeets!
Thank you for using Enfold.
Not by default, you will have to add a custom script for that. Anyway, why would someone play two videos at the same time. There is also a pause button for each video.
Best regards,
IsmaelHey annekindlemix!
Thank you for using Enfold.
1.) You can adjust the font size on smaller screen sizes:
@media only screen and (max-width: 989px) { #top #wrap_all .header_color h2, #top #wrap_all .main_color h2, #top #wrap_all .alternate_color h2, #top #wrap_all .footer_color h2, #top #wrap_all .socket_color h2 { font-size: 18px; }}
2.) Select the second option in the Enfold > Header > Mobile Menu > Header Mobile Menu activation setting.
3.) The slider captions resized properly when I checked it. Please provide a screenshot. You can use css media queries if you want to decrease the font size of the captions.
Best regards,
Ismael -
AuthorPosts