Forum Replies Created
-
AuthorPosts
-
Hi!
By padding, you mean the black transparent box behind the captions? Try this:
.caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title { padding: 5px 7px; }Regards,
IsmaelHi!
What do you mean by “mobile tabs”? Are you referring to the mobile menu? If not, please provide a screenshot.
Regards,
IsmaelHi!
You can add the css codes on Enfold > General Styling > Quick CSS field. Use this:
.cart_dropdown { display: none !important; }Best regards,
IsmaelFebruary 24, 2015 at 12:14 pm in reply to: Adding content (image box/text) over the top of two colour sections #401328Hey!
Place the iconboxes inside a color section. Apply a unique id attribute, use “custom-section” for example. Set a negative top margin:
#custom-section { margin-top: -400px; }Cheers!
IsmaelHi!
The only explanation is that the slider height calculation script (avia_browser_height) isn’t working correctly due to the header position on mobile device. We already reported the issue to Kriesi. You can edit shortcodes.js, find this code:
css += ".avia-builder-el-0.av-minimum-height-100 .container, .avia-builder-el-0.avia-fullscreen-slider .avia-slideshow{height:"+wh100_mod+"px;}\n";Cheers!
IsmaelHey endoradigital!
Thank you for using Enfold.
Copy the gravity form shortcode then place it on a text widget.
Cheers!
IsmaelHi!
Why don’t you just add the content inside the first two 1/3 column layouts instead of adding another 1/3 layouts below?
Regards,
IsmaelHi!
I tried to access the site but the login credentials are incorrect. Please check. Add this to the functions.php file to disable the breadcrumb trail which shows the previous page before you get to the portfolio page. It will enable or show the actual portfolio categories:
add_action('after_setup_theme','avia_remove_portfolio_breadcrumb'); function avia_remove_portfolio_breadcrumb() { remove_filter('avia_breadcrumbs_trail','avia_modify_breadcrumb'); }Regards,
IsmaelHi!
I checked the site on an iPod and it looks fine. Please remove browser cache then reload the page.
Regards,
IsmaelHey!
I can’t see the code on functions.php. Please remove the modifications from the previous thread then add the code above. It will break the theme when you add these mods simultaneously.
Best regards,
IsmaelHi!
We would like to check the page but it requires us to login. Please post the login details here so that we can check it. For for more info, please contact the plugin author.
Regards,
IsmaelHey!
Maybe, we will understand the issue better if you give us links to the woocommerce pages that are not working.
Cheers!
IsmaelHi!
That is the default behavior of the anchor links. Did you follow the instructions provided here (http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/)? Please post the login details here. We would like to check it.
Best regards,
IsmaelFebruary 24, 2015 at 10:21 am in reply to: Navigation arrows not working on portfolio neither with function added. #401252February 24, 2015 at 10:19 am in reply to: Enfold prevents WebGL to draw objects with right canvas resolution #401250Hey!
I’m sorry but you’ll have to report this problem to the plugin author. Anyway, if you can provide us with a temporary login details, we would like to check it. Maybe, we can find a way to delay the appearance of the 3d object while the page is loading.
Cheers!
IsmaelHi!
Please undo the modifications, just add this to the Quick CSS field:
span.trail-before { display: none !important; }Cheers!
IsmaelHey!
Glad you figured that out If you want to reverse the post navigation order, add this to the functions.php file:
add_filter('avia_post_nav_entries', 'avia_apply_custom_sort_order_to_post_nav', 10, 2); function avia_apply_custom_sort_order_to_post_nav($entries, $settings) { $temp_prev = $entries['next']; $temp_next = $entries['prev']; $entries['prev'] = $entries['next'] = ""; if(!empty($temp_prev)) $entries['next'] = $temp_prev; if(!empty($temp_next)) $entries['prev'] = $temp_next; return $entries; }Best regards,
IsmaelHey blonddragon!
Thank you for using Enfold.
Set the Menu and Logo position to Logo left, menu right then add this to the Quick CSS field:
.main_menu, div .logo { position: relative; float: left; }Best regards,
IsmaelHi!
The demo is still using the BWP plugin so I don’t think you will have any issue with WP 4.1.1. If something is broken after you activate the plugin, add this to the functions.php:
add_filter('bwp_minify_style_ignore', 'exclude_my_css'); function exclude_my_css($excluded) { $excluded = array('avia-custom', 'avia-layout'); return $excluded; }Regards,
IsmaelFebruary 23, 2015 at 12:21 pm in reply to: Portfolio Pseudo Title .av-masonry-entry:before – center vertical #400568Hi!
Use this:
.av-inner-masonry-content-pos { top: 50%; -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); transform: translate(0,-50%); position: absolute; }Best regards,
IsmaelHey Josan1965!
Thank you for using Enfold.
Yes, it is possible. Create a layer slider then enable the Hide on mobile option inside the Slider Settings > Other Settings panel.
Best regards,
IsmaelHey!
We removed the order option then replace it with this:
add_filter( 'avia_post_grid_query', 'custom_post_grid_query', 10, 2); function custom_post_grid_query( $query, $params ) { $query['orderby'] = 'title'; $query['order'] = 'DESC'; return $query; }The portfolio is now sort by title in descending order.
Regards,
IsmaelFebruary 23, 2015 at 11:16 am in reply to: Using database to modify sidebar on multiple pages #400517Hi!
If you’re reading this, please don’t follow my last instruction. It is incorrect. Use this instead: http://pastebin.com/Y3tzv8Cm
This will change the custom widget area to “DAMN” for pages with id 12 and 17. Again, we don’t recommend this if you’re not familiar with database. Create a backup of the database first before doing anything.
Regards,
IsmaelHey xfacta!
Thank you for using Enfold.
Install the Simple Image Sizes plugin then go to Settings > Media panel. Adjust the width and height of the entry_with_sidebar thumbnail. Set the crop parameter to false. Update then save changes. You need to upload the images again or regenerate the thumbnails.
Regards,
IsmaelHi freeethinka!
Thank you for using Enfold.
Place all 1/5 columns inside a color section. Apply a unique id attribute using the For Developers: Section ID field. Use “custom-section” for example. Add this to the Quick CSS field to change the width and margin of the 1/5 column layouts inside that specific section:
#custom-section div .av_one_fifth { margin-left: 1%; width: 19.2%; }Regards,
IsmaelHi lowman42!
Thank you for using Enfold.
You can generate the button shortcode using the shortcode wand then place it inside the tab content editor. Please take some time to review all of the resources in the Theme Documentation. A lot of basic stuff like theme installation, element configuration, options overview, css snippets and whole lot of handy stuff regarding the theme are probably available in there. You can watch video tutorials or get hold of a few hooks and filter functions that may help you modify the theme as you like. You can also search the forum for any related questions or issues.
If you don’t find what you’re looking for, don’t hesitate to let us know and we will be happy to assist you. For any complicated questions or add-on, please visit our Feature Requests page. Thanks!
Regards,
IsmaelHey tcanepa13!
Thank you for using Enfold.
I checked the site and I can see the iconbox element inside the portfolio preview. Did you figure this out?
Regards,
IsmaelHey Jasmer!
Thank you for using Enfold.
Give the section an id, use “custom-section” for example. Add this to the Quick CSS field to adjust the background position on mobile device:
@media only screen and (max-width: 767px) { #custom-section .av-parallax.avia-full-stretch.active-parallax { background-position: center center !important; }}Regards,
IsmaelFebruary 23, 2015 at 10:38 am in reply to: Post Slider schema.org incorrect for datepublished #400484Hey!
Thank you for the info.
We already reported the issue to Kriesi. For now, please edit postslider.php. Look for this code:
$markup = avia_markup_helper(array('context' => 'entry_time','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup)); $output .= "<time class='slide-meta-time updated' $markup>" .get_the_time(get_option('date_format'), $the_id)."</time>";Replace it with:
$output .= "<time class='slide-meta-time updated' itemprop='datePublished' datetime='".get_the_time(get_option('date_format'), $the_id)."'>" .get_the_time(get_option('date_format'), $the_id)."</time>";Cheers!
IsmaelHi savageman1234!
Thank you for using Enfold.
Can you please provide a link to the website? Maybe, adding a search optimization plugin will help. Try this:
https://wordpress.org/plugins/relevanssi/
http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/If possible, please contact the plugin author for more info.
Best regards,
Ismael -
AuthorPosts
