Forum Replies Created
-
AuthorPosts
-
Hi,
Yes, it is possible.
Edit footer.php, find this code:
<span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span>
Below, add this code:
<?php echo avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true)); ?>
Edit custom.css or Quick CSS and add this code:
#socket .breadcrumb.breadcrumbs.avia-breadcrumbs {
float: right;
}Regards,
Ismael
Hi,
Go to Media > Library, select an image then fill up the title and alt fields.
Regards,
Ismael
Hi,
You can find that on wp-contentthemesenfoldconfig-templatebuilderavia-shortcodes > postslider.php.
Regards,
Ismael
Hi,
I checked your website on IE, Firefox and Chrome and they all look the same.
Let me tag the rest of the support team to check this out.
Regards,
Ismael
Hi,
Please remove your code first. Then try this one
Upload your logo with the 300×200 px. Then add this on your custom.css.
/*header with social icons: */
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 200px; line-height: 200px; }Please give us a link to your website.
Regards,
Ismael
Hi,
Edit a post, look for Screen Options > enable the Avia Layout Builder then enable the “Discussions” for comments.
You can enable the comments by default on Settings > Default article settings.
Regards,
Ismael
Hi,
You can use the unique page body class. If you’re using Chrome, right click the page, Inspect Element. Look for the body class.
Use it to change a certain element on that page only. Example:
.page-id-2251 #header_main {
background: red;
}Regards,
Ismael
Hi,
You can add something like this on your custom.css or Quick CSS
.iconlist-char {
color: red;
}Regards,
Ismael
Hi,
You can embed videos from youtube, vimeo etc. You can add the iframe tag to embed the video.
<iframe width="560" height="315" src="//www.youtube.com/embed/X9GwNTfwOaU" frameborder="0" allowfullscreen></iframe>
Regards,
Ismael
Hi,
Yes, it is possible. Click the Blog Post element to configure the options, look for “Do you want to display blog posts?”, select “Display entries from a custom taxonomy”.
Regards,
Ismael
Hi,
We can click your name and go to this website http://saintjoan.net/. Is this your site?
If the code <strong] works, you’ll see a bold font.
Regards,
Ismael
Hi,
What type of Blog Style do you have?
You can add this on your custom.css or Quick CSS
.date-container.minor-meta {
display: none;
}To remove the sidebar, edit the post then look for Layout > Choose “No Sidebar”.
You can also change the default settings on Enfold > Sidebar > Sidebar on Single Post Pages.
Regards,
Ismael
Hi,
Please use this instead.
@media only screen and (max-width: 767px) {
.responsive #top #main .sidebar {
display: block !important;
}
}Regards,
Ismael
July 14, 2013 at 12:39 pm in reply to: Embedded video content covering menu when scrolling down the page #129336Hi,
Please send it on ///.
Include the word “Kriesi” on the subject. Add the link of this thread on your email.
Regards,
IsmaelHi,
You can refer to this link. I think there are plugins that you can use to limit capabilities.
http://codex.wordpress.org/Roles_and_Capabilities#Resources
Regards,
Ismael
July 13, 2013 at 8:17 am in reply to: margin or padding for all contents including the header, title, and sliders #129364Hi,
What do you mean by does not coincide with the size of the main menu? I checked the link, the slider looks fine.
Can you give us a screenshot? You can use imgur, dropbox, mediafire etc.. to post images here.
Regards,
Ismael
Hi,
Remove the Minit plugin. Kriesi, use this plugin:
http://wordpress.org/plugins/bwp-minify/
See if the google map is fix.
Regards,
Ismael
July 13, 2013 at 8:11 am in reply to: YouTube related videos, responsive heading titles and saving theme settings #129044Hi,
Can you give us a link to the website?
1.) How do you embed the videos?
2.) Please check the link: http://responsinator.com/?url=http%3A%2F%2Fkriesi.at%2Fthemes%2Fenfold%2F
You can see that the titles are responsive. You can use Media Queries to make certain elements responsive. CSS changes can be made on your custom.css or Quick CSS.
3.) You can switch the Advance Layout Editor (ALE) to debug mode. You will be able to see the actual shortcode below the ALE. You can copy and paste it to an Enfold installation somewhere else.
Edit functions.php, find this code
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
//set builder mode to debug
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}4.) We can’t say for sure. We haven’t tested the Wordfence plugin. Please let us know if you encounter any problem.
Regards,
Ismael
Hi,
That’s weird. I tested your site and I don’t see the issue. Let me tag the rest of the support team.
Regards,
Ismael
Hi,
Please edit footer.php, find this code
<a href='#top' id='scroll-top-link' class='avia-font-entypo-fontello'></a>
<div id="fb-root"></div>Below, add this code:
<script type="text/javascript">
jQuery(document).ready(function ($) {
var $link = $('#iphorm_fancybox_51e102a0950da');
if ($.isFunction($.fn.fancybox) && !$link.data('iphorm-initialised')) {
$link.fancybox($.extend({
inline: true,
href: '#iphorm-outer-51e102a0950da',
onStart: function () {
$('#fancybox-outer').css('opacity', 0);
},
onComplete: function () {
$('#fancybox-wrap, #fancybox-content').css({width: 'auto'});
$.fancybox.center(0);
setTimeout(function () {
$('#fancybox-outer').animate({opacity: 1}, 400);
$('#fancybox-overlay').css({height: $(document).height()});
}, 1);
}
}, {})).data('iphorm-initialised', true);
}
});
</script>Regards,
Ismael
Hi,
Please remove the code. Use this plugin to order the portfolio items.
http://wordpress.org/plugins/post-types-order/
Regards,
Ismael
Hi,
Please edit js > avia.js, find this code
first_level_items = menu.find('>li').length,
bottom_menu = $('html').is('.bottom_nav_header'),
switchWidth = 768;Replace it with:
first_level_items = menu.find('>li').length,
bottom_menu = $('html').is('.bottom_nav_header'),
switchWidth = 900;Regards,
Ismael
Hi,
You can find the thumbnail sizes on functions.php, find this codes
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270); // big images for blog and page entries
$avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 ); // images for fullsize pages and fullsize slider
$avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs
$avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider
$avia_config['imgSize']['extra_large'] = array('width'=>1500, 'height'=>1500 , 'crop' => false); // images for fullscrren slider
$avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column)
$avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns
$avia_config['imgSize']['gallery'] = array('width'=>710, 'height'=>575 ); // images for portfolio entries (2,3 column)You can adjust the max-height of portfolio thumbnails with css.
.attachment-portfolio.wp-post-image {
max-height: 150px;
}Regards,
Ismael
Hi,
Go to Appearance > Menus, remove the Home button. Replace it with your homepage. :)
Regards,
Ismael
Hi,
On Enfold > Blog Style > Please choose onother option except for “Grid Layout”. Create a page, insert the Blog Post element then choose Grid Layout. Set this page as your default Blog Page.
Regards,
Ismael
-
AuthorPosts