Forum Replies Created
-
AuthorPosts
-
Hi,
You can set a min-height for the box-content allowing the buttons to align properly.
/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
@media only screen and (min-width: 820px) and (max-width: 989px) {
/* Add your Mobile Styles here */
.home .av_one_third .iconbox_content {
min-height: 220px;
}
}Regards,
Ismael
Hi,
This is the whole code for the copyright.
//copyright
$copyright = avia_get_option('copyright', "© ".__('Copyright','avia_framework')." - <a href='".home_url('/')."'>".get_bloginfo('name')."</a>");
// you can filter and remove the backlink with an add_filter function
// from your themes (or child themes) functions.php file if you dont want to edit this file
// you can also just keep that link. I really do appreciate it ;)
$kriesi_at_backlink = apply_filters("kriesi_backlink", " - <a href='http://kriesi.at'>Enfold Theme by Kriesi</a>");You can change the values there then this code echo it out:
<span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span>Regards,
Ismael
Hi,
You can’t insert a page but you can easily copy that. Insert an Image element then below add the text block element. Add an anchor tag linking to a page.
Maybe you can add something like this on the text block:
<h3>Randi’s Bio</h3>
<p>SOME TEXT HERE</p>
<a href="LINK TO A PAGE">Read More...</a>Regards,
Ismael
Hi,
Remove the !important part to avoid affecting the mega menu.
#header_main .container, .main_menu ul:first-child > li > a {
height: 90px;
line-height: 90px;
}Regards,
Ismael
Hi,
You can move the left position of the logo.
div .logo {
float: left;
position: absolute;
left: 40%;
}Adjust the left value.
You can adjust the height of the logo on mobile view, this will also adjust the width automatically.
@media only screen and (max-width: 767px) {
.responsive .logo {
height: 200px;
}
}Regards,
Ismael
Hi,
You can add something like this on your custom.css or Quick CSS
.news-headline {
font-size: 13px;
}Regards,
Ismael
July 18, 2013 at 4:34 am in reply to: How to reduce the height of the main header (with the logo)? #127942Hi,
You can adjust the bottom position of the hover line.
.avia-menu-fx {
bottom: 20px;
}Regards,
Ismael
July 18, 2013 at 4:27 am in reply to: Remove Feature Image From Post (Devin's) Code Not working #130071Hi,
Do you want to remove the Featured Image? The thread you provided is for “Abundance”. Please use this instead
.big-preview.multi-big, .small-preview {
display: none;
}Regards,
Ismael
Hi,
I tested this on my end. I created a custom widget area with the woocommerce plugin turned on then save it. I go to Plugins then deactivated the woocommerce plugin, checked the custom widget area and the widgets are still intact. I activated the woocommerce again, the widgets are still there.
Regards,
Ismael
Hi,
Open config-templatebuilder > avia-shortcodes > portfolio.php, find this code
$output .= "<a href='#' data-filter='all_sort' class='all_sort_button active_sort'>".__('All','avia_framework' )."</a>";Another is located on framework > php > class-breadcrumbs.php, find this code
echo '<p class="breadcrumb"><span class="breadcrumb_info">'.__('You are here:','avia_framework').'</span> <a href="'.get_bloginfo('url').'">';Regards,
Ismael
Hi,
You can get change the permalink manually.
http://www.vivowebmatketing.com/ do not exist.
Regards,
Ismael
Hi,
I’ll tag Kriesi. I think the issue occurs when you suddenly rotate the iPad on portrait view without refreshing the page.
Regards,
Ismael
Hi,
Translation are ongoing here: https://kriesi.at/support/topic/please-contribute-and-translate-enfold
Regards,
Ismael
Hi,
Home, you mean the home menu? You can change the home menu background with CSS.
#menu-item-755 {
background: url('IMAGE OR ICON LINK HERE');
width: 200px; /* Adjust this value */
text-indent: -9999px; /* This is for hiding the "Home" text */
}Inspect your home menu, look for the li id selector, mine is #menu-item-755.
Regards,
Ismael
July 18, 2013 at 3:40 am in reply to: Single Author / Mult Author Image and Excerpt Alignment #128814Hey,
You just have to wait until the feature you requested gather sufficient votes.
Regards,
Ismael
Hi,
Use the Video element under Media Elements tab, insert the video url.
You can also use the Image element, Set Link to Manually then insert the video url. This will open the video on a lightbox.
Regards,
Ismael
Hi,
Two things you can do.
1.) Add the “[nolink]” text on Enfold > Footer > Copyright field.
2.) Edit footer.php, find this code:
apply_filters("kriesi_backlink", " - <a href='http://kriesi.at'>Enfold Theme by Kriesi</a>");Change this part
- <a href='http://kriesi.at'>Enfold Theme by Kriesi</a>To something else:
Regards,
Ismael
Hi,
You can use the Advance Layout Editor. Go to Content Elements > insert the Blog Element.
Where do you want to add the icon?
Please watch these videos to learn more about the theme: https://vimeo.com/channels/aviathemes/
Regards,
Ismael
Hi,
I checked your site on safari and the logo looks fine, same with firefox.

What is the dimension or size that you want for your logo?
Regards,
Ismael
Hi,
I tested this multiple times on my end and the Enfold > Styling modifications that I made are not changed at all. Can you give us specific modifications that you made on Enfold Menu?
Make sure that you don’t re-activate the theme again on Appearance tab. Leave that one alone.
Regards,
Ismael
Hi,
You can change the font on Enfold > Styling. You can also something like this on your custom.css or Quick CSS
body {
font-size: 15px;
font-family: Open Sans;
}Upload a bigger logo then specify the height with this.
/*header with social icons: */
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 200px; line-height: 200px; }Regards,
Ismael
July 16, 2013 at 10:07 am in reply to: Embedded video content covering menu when scrolling down the page #129337Hi,
I checked the website: EDITED**
The videos are not going over the menu. Please remove browser cache the reload the page.
Regards,
Ismael
July 16, 2013 at 7:51 am in reply to: link & quote post icons do not show in "single author" blog page #129520Hi,
Edit the Blog Post element, choose Multi Author for Blog Style.
Or go to Enfold > General Settings > Blog Style, choose Multi Author.
Regards,
Ismael
July 16, 2013 at 7:47 am in reply to: Ajax search not activating – where to start troubleshooting? #129677Hi,
The script for the ajax search can be found on js > avia.js.
//creates search tooltip
new $.AviaTooltip({"class": 'avia-search-tooltip',data: 'avia-search-tooltip', event:'click', position:'bottom', scope: "body", attach:'element'});Did you change anything on the theme files? Maybe you have a plugin that is interfering with the theme. Please deactivate them.
Regards,
Ismael
Hi,
You can edit js > avia.js, find this code
// decreases header size when user scrolls down
avia_header_size();Replace it with:
// decreases header size when user scrolls down
//avia_header_size();Regards,
Ismael
Hi,
You can use the Insert Shortcode wand for the post, they render the same output with the Advance Layout Editor.
If you want to enable the ALE on posts. Please refer to this link
https://kriesi.at/support/topic/how-to-add-advanced-layout-manager-to-blog-posts
Look for Dude’s instruction.
Regards,
Ismael
-
AuthorPosts
