Forum Replies Created
-
AuthorPosts
-
Hi!
Hmmm.. The caption alignment looks ok when I checked. What is the screen resolution of your monitor? Maybe this will do:
div#full_slider_1 .slideshow_align_caption { position: relative; top: -30%; }
Best regards,
IsmaelHey!
You can add an image in the content property. Please refer to the link above, look for the url value.
http://www.w3schools.com/cssref/tryit.asp?filename=trycss_content_url
.av-masonry-outerimage-container:hover .av-masonry-image-container:before { content: url(smiley.gif); display: block; background: red; width: 100%; height: 100%; z-index: 5000; position: absolute; }
Best regards,
IsmaelHey!
Do you want to remove other parts of the posts in archive or category pages and leave the title? Add this in the Quick CSS field:
.archive.category .entry-content, .archive.category .entry-content-header .post-meta-infos { display: none; }
Cheers!
IsmaelHey steviger!
Thank you for using Enfold.
Note that the color section is set to full width and it will push the sidebar underneath. Try to use the Fullwidth SubMenu instead or don’t use the color section to add the content.
Best regards,
IsmaelHi PhilGiles!
Thank you for using Enfold.
Please give us a link to the website. We need to inspect it. Make sure that you’re running Enfold 3.1.3 on WordPress 4.1.1. If possible, deactivate all plugins then test the page again.
Cheers!
IsmaelHi Simplify!
Thank you for using Enfold.
Add this in the Quick CSS field:
@media only screen and (max-width: 2600px) { .html_mobile_menu_tablet .container #advanced_menu_toggle, .html_mobile_menu_tablet #advanced_menu_hide { display: block; } .responsive .av_mobile_menu_tablet .main_menu { display: none; } .html_mobile_menu_tablet #mobile-advanced { display: block; width: 20%; right: -20%; }}
Make sure that you set the Header Mobile Menu activation setting to the second option.
Regards,
IsmaelHey!
We really cannot answer that with certainty. Debugging the issue will take time so it’s better if you hire a freelance developer to fix it. Please contact codeable: http://kriesi.at/contact/customization
Regards,
IsmaelHi!
Use this to make the font size bigger:
.template-search .entry-content-wrapper .post-title { font-size: 25px; }
There is no special script to keep the images from loading automatically. I think it’s just a delay.
Cheers!
IsmaelHey!
Thank you for keeping Enfold as your theme of choice but, regretfully, we cannot provide support for every third party plugins or scripts available out there because there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not included on the theme package will need to be directed to the plugin author. Anyway, I’ll ask rest the of the support team if they have any idea.
Thank you for your understanding.
Regards,
IsmaelHi!
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) #432642 -
AuthorPosts