Forum Replies Created
-
AuthorPosts
-
Hey!
I’m sorry but the current layout of the site is not going to work. Layer slider automatically resize the background image of the slide so you won’t be able to accurately target the menu item inside the header. Looks like you’re trying to create the whole page in one blow. Try to separate the header elements from the main content.
Regards,
IsmaelHey crevlon!
Thank you for using Enfold.
You can modify includes > loop-index.php file, look for this code:
//tags on single post if(has_tag()) { echo '<span class="blog-tags minor-meta">'; the_tags('<strong>'.__('Tags:','avia_framework').'</strong><span> '); echo '</span></span>'; }
Remove it.
Best regards,
IsmaelHi crevlon!
Thank you for using Enfold.
You need to remove all links related to the author, usually included in the blog page and sidebar widgets, then delete the author.php file.
Cheers!
IsmaelHey!
Modify function-enfold.php, look for this code:
//disable title if requested if($header_settings['header_title_bar'] == 'breadcrumbs_only') $args['title'] = '';
Replace it with:
//disable title if requested if($header_settings['header_title_bar'] == 'breadcrumbs_only') $args['html'] = "<div class='{class} title_container'><div class='container'>{additions}</div></div>";
Should be added on the next update.
Best regards,
IsmaelHey!
Looks like you didn’t use the color section element to separate different areas of the page. Add a color section then place all content of the “Opening Section” inside the element. Look for the Section ID field, add the id “opening-session”. Remove the anchor tag:
<a name="opening-session"></a>
Do the same for the remaining sections.
Cheers!
IsmaelHey!
Please add this:
@media only screen and (max-width: 767px) { .responsive #top .logo { width: 100%; } .responsive .logo img { display: inline-block; } .responsive .logo a { text-align: center; }}
Cheers!
IsmaelHey rajivnetra!
Thank you for using Enfold.
The first column of the portfolio preview is being deleted when you click the previous button. I’m not sure if you have the latest version of the theme, 3.1.5, but if you don’t, please update the theme. After that, upgrade WordPress to 4.2.2.
Best regards,
IsmaelHi!
I’m sorry but the layout that you’re looking for is not possible without custom modification on the theme. If I am not mistaken, the layout is not available on any premium themes, out of the box. Please hire a freelance developer or contact codeable: http://kriesi.at/contact/customization
If you want a fixed menu sidebar with scrolling content, you can set the Enfold > General Layout > Logo and Main Menu to left or right sidebar.
Cheers!
IsmaelHi!
Look for css > shortcodes.css file. You need to edit this file via ftp or your cpanel.
Best regards,
IsmaelMay 14, 2015 at 12:41 pm in reply to: Portfolio grid displaying according to tags rather than categories #444255Hey!
You can display portfolio items when you use the blog posts element. Set the Which Entries? setting to custom taxonomy then select Post Tag.
Cheers!
IsmaelHey fineart!
Thank you for using Enfold.
I hate to break it to you but unfortunately, we don’t provide support for third party plugins. From what I know, you can create a form in the formidable pro form builder then use the form shortcode in order to add it in post or page.
1.) I’m sorry but it’s not possible to activate the ALB on the plugin’s builder.
2.) You can’t use the theme’s shortcode in the formidable pro editor. Use the form’s shortcode [[formidable id=x]] inside the advance layout builder instead.
3.) It’s not advisable to switch between the default and advance layout builder because it might break the shortcodes. This is the same issue when you use the visual composer plugin. It is actually disabled by default unless you activated the debug mode.
4.) Refer to number 2.Best regards,
IsmaelHey!
This plugin isn’t fully updated but it should work in the latest version of WordPress: https://wordpress.org/plugins/wordpress-https/
If it doesn’t work, please post the login details here so that we can check the site.
Best regards,
IsmaelHi!
1.) You don’t have to install the layer slider plugin because it is already included inside the theme.
2.) The latest version is 3.1.5. Please add the correct username in the Theme Updates panel. Or update the theme via FTP: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
IsmaelMay 14, 2015 at 11:41 am in reply to: Share icons in post not placed after end of text but end of post full content #444240Hi!
Alright. I checked the page (http://olo-ravintola.fi/upgradedWP/) but I can’t reproduce the issue with the slider. Please create a test page, we would like to check it.
Best regards,
IsmaelHey!
The archive title is located inside the breadcrumb or title container. On your previous thread, you asked for a way to disable the breadcrumbs: https://kriesi.at/support/topic/breadcrumbs-on-one-part-of-site/
Best regards,
IsmaelHi!
Replace the code with this:
@media only screen and (max-width: 480px) { .slideshow_align_caption { text-align: right; } .responsive #top .slideshow_caption h2 { /* font-size: 10px !important; */ } .responsive #top .slideshow_caption .avia-caption-content { font-size: 14px !important; }}
Adjust the font size. I’m sure you know which is which.
Cheers!
IsmaelHi Mark_goessens!
Thank you for using Enfold.
Did you set the page as blog? If not, set it on Enfold > Theme Options panel then select a Blog Style on Enfold > Blog Layout panel.
Cheers!
IsmaelHi santoshachari!
Thank you for using Enfold.
You can edit js > avia.js, look for this code:
//testimonial slider $('.avia-slider-testimonials', container).aviaSlider({wrapElement: '.avia-testimonial-row', slideElement:'.avia-testimonial', fullfade:true});
Replace it with:
//testimonial slider $('.avia-slider-testimonials', container).aviaSlider({wrapElement: '.avia-testimonial-row', slideElement:'.avia-testimonial', fullfade:true, 'transitionSpeed:900, easing:'easeInOutQuart'});
You can adjust the transitionSpeed and animation easing effect. http://easings.net/
Best regards,
IsmaelHey webdesignIO!
Thank you for using Enfold.
Resize the product images before uploading them. Make sure that they have the same size or at least have the same aspect ratio. The catalogue images are set to have a max width and height of 450px so uploading images with different dimensions and ratio will not work if you’re planning to have a consistent product grid.
Best regards,
IsmaelHey mattolf!
Thank you for using Enfold.
Please use this plugin to configure the ssl settings. The plugin hasn’t been updated for years but it should work just fine: https://wordpress.org/plugins/wordpress-https/
Cheers!
IsmaelHey!
Actually, you can’t add the code in the child theme. You need to edit the helper-markup.php directly in the parent theme folder. Just look for the code:
$attributes['itemprop'] = 'mainContentOfPage';
Replace it with:
if (is_singular('post')) { unset($attributes['itemprop']); } else { $attributes['itemprop'] = 'mainContentOfPage'; }
If there’s an error after the modification, just override the file.
Regards,
IsmaelHey sublime5o!
Thank you for using Enfold.
Please update the theme to version 3.1.5. If the issue is still there, add this in the Quick CSS field:
@media only screen and (max-width: 989px) { .avia-mozilla .responsive .logo img { height: auto !important; width: 100% !important; }}
Cheers!
IsmaelHey DeMamp!
Thank you for using Enfold.
The header looks fine. I think you need to adjust the background settings of the color section below it. Set the Background Repeat to Stretch to Fit. Maybe, you need to separate the “envelope” image from the background then add it as an image element inside a 2/5 column layout next to the 3/5 column.
Cheers!
IsmaelHey!
In what widget area did you add the custom menus? Please post the login details here so that we can check the sidebar settings.
Best regards,
IsmaelMay 14, 2015 at 10:27 am in reply to: syntax error, unexpected end of file in … function-set-avia-frontend.php #444191Hey gux!
Thank you for using Enfold.
Site looks OK when I checked it. Maybe, the update was not completed. Please try to update the theme again to 3.1.5. This time do it via FTP.
Best regards,
IsmaelHi!
Looks like you don’t have the latest version of the theme and WordPress. Please update to Enfold 3.1.5 and WordPress 4.2.2.
Best regards,
IsmaelHey alfaweb2!
Thank you for using Enfold.
If you want to add a menu border, go to Enfold > Header panel then set the Header Style to Minimal. Add the arrows with this on the Quick CSS field:
#top .av-main-nav > li > a:after { content: ''; width: 0; height: 0; border-left: 3px solid transparent; border-right: 3px solid transparent; border-top: 3px solid #000; height: 3px; position: relative; bottom: -10px; right: -4px; }
Best regards,
IsmaelHey alfaweb2!
Thank you for using Enfold.
Use this in the Quick CSS field:
.av-masonry-entry .av-inner-masonry-content { min-height: 58px; }
Add css media queries to adjust the height on different screen size.
Cheers!
IsmaelMay 13, 2015 at 8:27 am in reply to: Let mobile menu behave like "header is invisible and appears once … #443606Hi mailworm!
Thank you for using Enfold.
I’m sorry but enabling this feature on mobile might break the layout of the page. Also, the required modification can’t be added on a child theme so you have to do it every time you update the theme. Edit js > avia.js, look for this code on line 1527:
if(shrinking && !isMobile)
Replace it with:
if(shrinking)
Edit css > layout.css, look for this code then remove it:
.responsive #top #wrap_all #header {position: relative; width:100%; float:none; height:auto; margin:0 !important; opacity: 1;}
Regards,
Ismael -
AuthorPosts