Forum Replies Created
-
AuthorPosts
-
February 17, 2015 at 10:01 am in reply to: Fullwidth submenu Avia element: highlight menu for each section ID #397321
Hey!
Hmm.. It’s working when I test it on my installation. Please send us the login details so that we can check it.
Regards,
IsmaelHi!
Check the debug mode or actual shortcode below. There are two image element:
[av_image src='http://forum-produktion.automotiveit.eu/wp-content/uploads/2014/12/Referenten-Koehler-Moderation.jpg' attachment='1444' attachment_size='full' align='center' animation='no-animation' link='' target='' styling='' caption='' font_size='' appearance='' custom_class=''][/av_image] [av_image src='http://kongress.automotiveit.eu/wp-content/uploads/2010/10/Referenten-Koehler-Moderation.jpg' attachment='1441' attachment_size='full' align='center' animation='no-animation' link='' target='' styling='' caption='' font_size='' appearance='on-hover' custom_class='frame'] [/av_image]
Remove the other. Somehow it is not showing on the ALB which is weird.
Regards,
IsmaelHi!
Which of these pages have the slider issue? What happen when you remove the slider on these pages?
Regards,
IsmaelFebruary 16, 2015 at 8:05 pm in reply to: Fullwidth submenu Avia element: highlight menu for each section ID #397020Hi!
Add this to the functions.php file:
add_action('wp_footer', 'ava_current_menu'); function ava_current_menu(){ ?> <script> (function($){ $(window).load(function() { $("#top .av-subnav-menu li a").click(function() { $("#top .av-subnav-menu li a").removeClass("active"); $(this).addClass("active"); }); }); })(jQuery); </script> <?php }
Use this to change on the Quick CSS field to change the color of the active menu:
.main_color .av-subnav-menu a.active { color: violet; }
Remove browser cache then reload the page.
Cheers!
IsmaelFebruary 16, 2015 at 7:52 pm in reply to: Header background image doesn't always load on mobile devices? #396994Hi!
I’m sorry but I can’t reproduce the issue. The header background shows fine on mobile device. Try to add this to the Quick CSS field:
.header_color .header_bg { background: #fff url(https://64.19.142.12/borstch.eu/aptare6/wp-content/uploads/2015/02/aptare_bg_header1.png) top left repeat-x fixed !important; }
Regards,
IsmaelHey Belema!
Thank you for using Enfold.
You can try this audio plugins:
https://wordpress.org/plugins/compact-wp-audio-player/
http://premium.wpmudev.org/blog/free-wordpress-audio-player-plugins/If you want to add it manually, use the audio shortcode: http://codex.wordpress.org/Audio_Shortcode
Cheers!
IsmaelHey potentialindia!
Thank you for using Enfold.
Try to place the addthis code somewhere inside the header.php, maybe right below this line:
<div id='main' data-scroll-offset='<?php echo avia_header_setting('header_scroll_offset'); ?>'>
Regards,
IsmaelHi!
Designate the anchor name on the color section instead of the h2 title. Please check the site now: http://agentur-koso.de
Regards,
IsmaelFebruary 16, 2015 at 7:17 pm in reply to: Portfolio Pseudo Title .av-masonry-entry:before – center vertical #396957Hey!
Try to replace the code with this to vertically center align the element:
.av-masonry-entry:before { background: url(p-bg-1.jpg) repeat transparent; position: absolute; width: 100%; height: 100%; text-align: center; content: attr(title); left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
Regards,
IsmaelHey Peatkay!
Thank you for using Enfold.
Try to use the Grid Row element, set the cells. Add the images as background then use text blocks to add the text content. If that’s not what you’re after, please provide a screenshot.
Cheers!
IsmaelHi!
Use the Grid Row element, add a unique id attribute (For Developers: Section ID). Use “custom-grid” for example. Inside the cells, add image elements with links. Add this to the Quick CSS field to remove the cell padding:
#custom-grid .flex_cell { padding: 0; }
Cheers!
IsmaelHi kashmyra!
Thank you for using Enfold.
Every time you upload an image, wp or the theme creates different thumbnails or versions of the uploaded image. Each thumbnails are designated to different elements on the theme such as masonry, lightbox, testimonial, news widget etc. You can remove the thumbnails(not recommended) by using this plugin: https://wordpress.org/plugins/simple-image-sizes/
Best regards,
IsmaelHey druzes!
Thank you for using Enfold.
It is possible but it will require custom modification that is outside the scope of support. You might need to hire someone elese to do it. Or find a plugin that will work with the theme.
Regards,
IsmaelHi royaltask!
Thank you for choosing Enfold.
Edit the sub menu color on Enfold > Advanced Styling panel. Edit the Main Menu Sublevel Links element. You can add two instance of the element, one for the initial state and the other for the active and hover state.
Regards,
IsmaelFebruary 16, 2015 at 6:48 pm in reply to: how to sort sidebar categories in blog and change font in title bar #396930Hi Anneloes1981!
Thank you for using Enfold.
1.) You can create a custom widget for each category page on Appearance > Widgets panel. Use each custom widget as custom sidebar under Sidebar Setting for each page.
2.) Use this on the Quick CSS field to change the title container background:
.stretch_full.container_wrap.alternate_color.title_container { background: red; }
Cheers!
IsmaelHey!
Actually you can add html codes inside the caption field so adding the text as image will do. What do you mean by “corrupts the rest of the homepage”? I checked the site again, looks like you added the “barn” image as color section background. What you can do now is to add a horizontal element inside the color section, set it to whitespace to create a gap then add a code block below. Add the background text as image.
Regards,
IsmaelHey!
You can try this:
#custom-section .flex_column.av_one_third { min-height: 405px; }
Use css media queries to adjust the height on smaller screens.
Cheers!
IsmaelHey djshortkut!
Thank you for using Enfold.
Try to add to the Quick CSS field:
@media only screen and (max-width: 480px) { .home .avia-builder-el-0.avia-fullscreen-slider .avia-slideshow { height: 522px !important; }}
Regards,
IsmaelHi Munford!
Thank you for visiting the support forum.
I’m not sure if this is going to work but try to convert the other theme’s portfolio entries using this plugin: https://wordpress.org/plugins/convert-post-types/
Cheers!
IsmaelFebruary 16, 2015 at 6:17 pm in reply to: edit tag TITLE on social image profile changed by myself #396877Hey!
Please check it now. We had to change the “vimeo” part of the css inside the Quick CSS field to “Tripadvisor”.
Best regards,
IsmaelHi!
You can place that code inside header.php, just below this line:
<body id="top" <?php body_class($style." ".$avia_config['font_stack']." ".$blank); avia_markup_helper(array('context' => 'body')); ?>>
Cheers!
IsmaelHey ewingmh!
Thank you for using Enfold.
Looks like you’re using a third party plugin for the map widget. Please contact the plugin author. If you can provide a screenshot, maybe, it’ll help.
Cheers!
IsmaelFebruary 16, 2015 at 6:04 pm in reply to: Mash Between Masonry Blog with Blog Post Grid Layout #396867Hey!
Thank you for using Enfold.
Adjust the Column and Size Settings then install this plugin: https://wordpress.org/plugins/simple-image-sizes/
Go to Settings > Media panel. Adjust the “masonry” thumbnail size. Update then save changes. Regenerate the thumbnails after.
Cheers!
IsmaelFebruary 16, 2015 at 5:59 pm in reply to: Make Blog, Category Archive and Tag Archive all look the same – Magazine style #396861Hey pozza!
Thank you for using Enfold.
Unfortunately, it’s not possible yet. The magazine script is inside the config-templatebuilder > avia-shortcodes > magazine.php file. You might need to hire a freelance developer to incorporate the script on archives.php file.
Regards,
IsmaelFebruary 15, 2015 at 2:14 pm in reply to: Can't change number of gallery rows on gallery feature #396376Hi!
I tested the content on my installation and as it turns out, the portfolio grid element is causing the issue. Please remove the portfolio grid element then update the page. After the update, add the portfolio element back. Check the page again.
EDIT: It is also not working when AJAX is activated. Edit the config-templatebuilder > avia-shortcodes > gallery.php, look for this code:
add_action('wp_footer', array($this, 'print_extra_style'));
Replace it with:
add_action('wp_footer', array($this, 'print_extra_style'), 5);
Regards,
IsmaelFebruary 15, 2015 at 2:04 pm in reply to: ENFOLD – Grid Row Element set minimum height of 100% browser height #396375Hi!
This is not perfect but it might help. Add the code inside the functions.php file:
add_action('wp_footer', 'ava_grid_height'); function ava_grid_height(){ ?> <script> (function($){ $(window).resize(function() { var win = $(window), calc_height = function() { var winh = win.height(), header = $('#header').height(), title = $('.title_container').height(), gridh = winh - header - title; $('#custom-grid').css('height', gridh/1.5 + 'px'); } win.on( 'resize', calc_height); calc_height(); }).resize(); })(jQuery); </script> <?php }
Add a unique id attribute to the grid row element using the For Developers: Section ID field. Use “custom-grid” for example.
Best regards,
IsmaelHey!
Try to place the elements inside a color section then add unique id attribute using the For Developers: Section ID field. Use “custom-section” for example. Add this to the Quick CSS field:
@media only screen and (max-width: 989px) and (min-width: 768px) { .responsive #custom-section .av_one_half.first + .av_one_fourth, .responsive #custom-section .av_one_half.first + .av_one_fourth + .av_one_fourth, .responsive #custom-section .av_one_fourth.first + .av_one_fourth + .av_one_fourth, .responsive #custom-section .av_one_fourth.first + .av_one_fourth + .av_one_fourth + .av_one_fourth, .responsive #custom-section .av_one_fourth.first + .av_one_fourth + .av_one_half { margin-left: 0; width: 100%; }}
Regards,
IsmaelFebruary 15, 2015 at 1:05 pm in reply to: Put Enfold Post layout options into LearnDash post #396361Hey!
Look for this line:
if($post_type == “sfwd-courses” || $post_type == “sfwd-lessons”)
Add the default post:
if($post_type == "post" || $post_type == “sfwd-courses” || $post_type == “sfwd-lessons”)
Regards,
IsmaelHi!
Can you please provide a screenshot of the header design? The header background image(gradient-top-light) is working but it’s too subtle and doesn’t contrast with the site’s background.
Best regards,
IsmaelHey!
Looks like the footer modification is also visible on desktop view. Please make sure that the modifications are inside the media query. Remove the font-size property here:
.footer-info { color: #888888; font-size: 10%; }
If possible, please provide a screenshot of the vertical alignment issue.
Best regards,
Ismael -
AuthorPosts