Forum Replies Created
- 
		AuthorPosts
 - 
		
			
				
Hi!
1.) Instead of the br tag, try to use a span tag. More info here: https://kriesi.at/support/topic/word-wrap-in-menu-or-have-the-menu-on-two-lines/#post-283385
3.) Edit the “Blog Multi Author” page, remove “Blog” as parent page.
If possible, in the future, please create a separate thread for each inquiry. Thank you!
Best regards,
IsmaelNovember 8, 2016 at 8:22 am in reply to: WordPress Widget – "Seiten – Eine Liste der Seiten deiner Website." Darstellung #709639Hi Eisi101!
Thank you for using Enfold.
Please try this css code.
.widget .page_item { margin-bottom: 5px; }Regards,
IsmaelHey gehtsnoch!
Thank you for using Enfold.
Please add this in the functions.php file.
add_action('init','ava_custom_login'); function ava_custom_login(){ global $pagenow; if( 'wp-login.php' == $pagenow ) { wp_redirect('http://site.com/pagehere'); exit(); } }Adjust the url of the wp_redirect() function.
Best regards,
IsmaelHey AturiMedia!
Thank you for using Enfold.
This is quite normal because PHP 7 is new and some authors have not fully integrated or adapted to these rules yet. The errors are more like notifications or warning but not critical errors. Unfortunately, the theme is using the default layer slider configuration so we have to wait for the author to update the code. However, you can still update to the new version but expect a few issues along with it.
Cheers!
IsmaelHi!
I checked the page but I can’t reproduce the issue described in the screenshots. This is what I see on my end.
// http://i.imgur.com/Ua7hypg.png
// http://i.imgur.com/OozrMIY.pngBest regards,
IsmaelNovember 8, 2016 at 7:44 am in reply to: Responsive "adjust to content width" in portfolio raster doesn't work #709629Hey!
Thank you for the info.
We added the following code in the functions.php file.
add_action('wp_footer', 'ava_auto_resize'); function ava_auto_resize(){ ?> <script> (function($){ var int = window.setInterval(function(){ $(window).trigger('resize'); }, 1500); $(window).load(function () { setTimeout(function() { clearInterval(int); }, 5000); }); })(jQuery); </script> <?php }Please remove browser cache or hard refresh before checking the page.
Cheers!
IsmaelHi!
Glad that you managed to make it work. Could you please provide a link to a test page? Did you add it using text or code block? If you’re using those elements, move it inside the columns. Set the width of the container to 100% and it will inherit the width of the columns.
.team-profile { width: 100%; height: auto; top:0%; background-position: 0 0; animation: revplay 1s steps(15,end) 1 normal forwards; }Best regards,
IsmaelNovember 8, 2016 at 7:33 am in reply to: Embedded Adwords code on enfold form after sent "has been submitted" #709627Hi!
If i need it directly to the Adwords Code and not to analytics,
I’m sorry but I’m not sure what you meant by that. The filter described in the documentation should modify the onclick attribute of contact form’s submit button in order to track the events.
// https://developers.google.com/analytics/devguides/collection/gajs/methods/gaJSApiEventTracking
// https://support.google.com/analytics/answer/1032415?hl=en
// https://kriesi.at/support/topic/tracking-contact-form/#post-565219Cheers!
IsmaelHey stefprein!
Thank you for using Enfold.
I’m sorry but that is not possible with the theme. The closest element that you can use is the Portfolio Grid element with the ajax option enabled. And you have to use portfolio items instead of posts.
Best regards,
IsmaelHey!
We copied the original functions from the documention and updated the functions.php file. The search items are linking to the pdf files now.
// http://www.kirchheim-heimstetten.de/?s=Fahrrad
// http://www.kirchheim-heimstetten.de/wp-content/uploads/2016/11/KIMI_44-2016_web.pdfBest regards,
IsmaelHey!
The “Advanced Woo Search” plugin conflicts with the theme’s ajax search. We disabled it.
Best regards,
IsmaelNovember 8, 2016 at 6:59 am in reply to: Woocommerce Short Description not displaying correctly on category page #709619Hi!
The editor automatically strips those tags. However, it will be automatically added later in the frontend if necessary. If you really want to use those tags in the editor, add a class attribute to it. Example:
<p class="custom_p">CONTENT HERE</p> <br class="custom_br"/> <p class="custom_p">CONTENT HERE</p>Best regards,
IsmaelNovember 8, 2016 at 6:55 am in reply to: On iPhone: EVENT info (left side of page) not viewable #709618Hey!
Did you disable the event-mod.css file? I don’t see the css modification of the theme for the event template. For example, these css declarations are missing.
.av-single-event-content { width: 60%; float: right; margin-left: 50px; } .av-single-event-meta-bar { overflow: hidden; }Please add the css in the Quick CSS field.
Cheers!
IsmaelHey!
The height of the container does not coincide with the video’s default aspect ratio. You have to edit the video and make it wider or rectangular. You can increase the height of the video and have it cover the whole container or remove the black bars but some parts will get cut off.
.av-video-slide .mejs-mediaelement { height: 300%; margin-top: -20%; }Best regards,
IsmaelHi Pedro!
Thank you for using Enfold.
Edit the first column in the row then set the Equal Height Columns to Equal Height. Note that you have to reset this setting if you move the columns. Could you please provide a screenshot of the blog issue?
Best regards,
IsmaelNovember 8, 2016 at 6:28 am in reply to: Is it possible to add bullets infront of fullwith submenu items in the mobile #709612Hi!
Did you modify any of the parent theme files other than the functions.php file? If the modifications are added in the functions.php file only, you can create the same file in the child theme and move all the modifications there.
Cheers!
IsmaelHi!
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing. Thank you for your understanding!
P.S: Please leave a review for the theme (https://themeforest.net/downloads) if you have the time. Thank you. Have a nice day!
Best regards,
IsmaelNovember 8, 2016 at 6:18 am in reply to: Issues with the WPML plugin after updating to Enfold 3.8 #709610Hi!
This is the limitation of the said W P M L option. It has to use the index.php file hence the posts will not display if we set the Blog Layout to use the advance layout builder. You can try the following plugin.
// https://wordpress.org/plugins/advanced-excerpt/
Best regards,
IsmaelHey zerodotnine!
Thank you for using Enfold.
Please provide the link to the site so that we can inspect it. OR you can try the following css code.
.header_color .header_bg.header_bg { background-color: red; }Adjust the color value.
Cheers!
IsmaelHey!
What version did you downgrade to? Did you disable the PHP extensions after downgrading? Please try PHP 5.4 to 5.5. What do you get from the error logs when the site crashed?
Cheers!
IsmaelHi!
Thank you for the info. We added the following css code in the style.css file.
#top .login_container { position: fixed; right: 0; top: 0; height: 100%; padding: 50px 25px !important; }Best regards,
IsmaelHey!
This is possible but it will require modifications that are outside the scope of support because you have to start a session in the cpt template using the session_start function and access it using the $_SESSION variable when filtering the breadcrumb trail. You can find the portfolio breadcrumb modification in the includes > helper-template-logic.php file > avia_modify_breadcrumb function.
Cheers!
IsmaelHi!
How can we login to the site? I tried this url but it’s not loading. http://zalibo.com/wp-admin/
The zalibo.com page isn’t working
zalibo.com redirected you too many times.
Try clearing your cookies.
ERR_TOO_MANY_REDIRECTSBest regards,
IsmaelHi cefriel1988!
Thank you for using Enfold.
Are you referring to the Portfolio Grid element? Adjust the width using the following css code in the Quick CSS field.
@media only screen and (max-width: 767px) and (min-width: 989px) { .av-masonry-col-5 .av-masonry-entry { width: 33.33%; } } @media only screen and (max-width: 767px) { .av-masonry-col-5 .av-masonry-entry { width: 100%; } }Regards,
IsmaelNovember 7, 2016 at 11:12 am in reply to: Remove fields from MailChimp Form, but keep them in Contact Form #709107Hey!
I edited the contact page but I can’t find the “subscribe” section in the advance layout builder. How did you add it?
Cheers!
IsmaelNovember 7, 2016 at 11:03 am in reply to: Accordion Slider with mouseover links to subdirectory pages #709102Hey!
I’m sorry but it’s still a bit unclear. Could you please provide a screenshot of the changes so that we can understand it better? A link to the old thread where Dude replied will as help as well.
Cheers!
IsmaelHey!
Thank you for the info. However, I can’t login to the site using wp-admin or wp-login. What is the login url? And the test page does not exist anymore.
// http://www.canalfriends.com/01-new-home-left-sidebar-2-nov/
Cheers!
IsmaelHi!
Thank you for the info.
Please use this css code to move the subtext beside the logo.
.logo .subtext { position: absolute; top: 20px; left: 100px; }Adjust the values if necessary.
Cheers!
IsmaelHey!
Thank you for the update.
B.) In the Caption Positioning settings, did you select the “framed” options? Select “Center Framed” for example. It will have a background by default. If you want to change the background color, please use this in the Quick CSS field.
.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 { background: rgba(5, 5, 255, .5); }C.) The button is not displaying properly because of this css modification in the style.css file:
.home #fullscreen_slider_0 a.avia-slideshow-button:nth-child(3) { color: transparent!important; border: none!important; background-size: contain!important; background-repeat: no-repeat!important; background-position: 50% 50%!important; background-color: transparent; }What is that for?
Regards,
Ismael - 
		AuthorPosts
 
