Forum Replies Created
-
AuthorPosts
-
Hi,
You should use this
#top .main_menu .menu li ul a {
width: 100%;
height: auto;
float: left;
text-align: left;
line-height: 23px;
padding: 8px 15px;
font-size: 12px;
min-height: 23px;
max-width: none;
text-decoration: none;
}Regards,
Ismael
Hi,
Please check the size of the folder you are trying to upload. Is it 15.4 MB in size? Sometimes they upload the whole downloaded file straight from themeforest.
Regards,
Ismael
Hi,
Please remove the css above and use this instead. This works on my end.
.logo {
float: right;
position: absolute;
right: 0;
text-align: right;
}
.logo a {
float: right;
z-index: 9999;
}
.main_menu {
left: 0;
}Regards,
Ismael
Hi,
Please try this on your custom.css
.template-page.content.twelve.alpha.units {
padding: 15px 0;
}If you are using Chrome, please inspect the element then look for the body class id. Mine is .page-id-1403, use it to target the current page.
. page-id-1403 .template-page.content.twelve.alpha.units {
padding: 15px 0;
}Regards,
Ismael
Hi,
Please download the latest version, Enfold 1.4, on your themeforest account.
Checking the page, the URL on the first column seems to be working fine.
Regards,
Ismael
May 15, 2013 at 3:27 am in reply to: Titles on blog page with h2 but single post title with h1 #119118Hi,
Open includes > helper-post-format.php then find this code on line 48.
/**
* The avia_default_title_filter creates the default title for your posts.
* This function is used by most post types
*/
if(!function_exists('avia_default_title_filter'))
{
function avia_default_title_filter($current_post)
{
$output = "";
//$output .= "<h2 class='post-title ". avia_offset_class('meta', false). "'>";
$output .= "<h2 class='post-title'>";
$output .= " <a href='".get_permalink()."' rel='bookmark' title='". __('Permanent Link:','avia_framework')." ".$current_post['title']."'>".$current_post['title'];
$output .= " <span class='post-format-icon minor-meta'></span>";
$output .= " </a>";
$output .= "</h2>";
$current_post['title'] = $output;
return $current_post;
}
}It should be h2.
Regards,
Ismael
May 15, 2013 at 3:16 am in reply to: Problem: Video on Portfolio page is shown behind content and not below #118948Hi,
Please insert the video on a full width column or 1/1 column. See if that works.
Regards,
Ismael
May 15, 2013 at 3:13 am in reply to: Removing the featured image from top of a single blog post. #118945Hi,
What type of header are you using? Can you give me a screenshot of the submenu?
Regards,
Ismael
May 15, 2013 at 3:07 am in reply to: Problem with Layout Disappearing when Updating WordPress Page?? #119071Hi,
If you are using the Advanced Layout Editor, you should avoid switching to Default Editor after updating the page or you will lose everything.
Regards,
Ismael
May 15, 2013 at 3:06 am in reply to: BUG? Category Page showing random pages info under Pages #117834Hi,
Go to Appearance > Widgets > Supply the widget area “Sidebar: Blog” with new widgets to override the dummy widgets.
Regards,
Ismael
May 15, 2013 at 2:55 am in reply to: BUG? Category Page showing random pages info under Pages #117832Hi,
Please try to setup a new WordPress installation. Maybe you need to reset your database.
Regards,
Ismael
Hi,
Maybe you can add that on js > avia.js, find this code then place your code above it.
//
// responsive menu function
//
Regards,
Ismael
Hi,
Please remove the CSS code that I gave you. Go to Enfold > Theme Options > Header > Header Type, choose Header with Social Icons and bottom Navigation.
Regards,
Ismael
May 15, 2013 at 2:41 am in reply to: increase size logo but compatible with small fixed header? #118559Hi,
To adjust the circle size, you can you use this
.avia-icon-list .iconlist_icon {
height: 45px;
width: 45px;
line-height: 40px;
}Then change the character font size with this.
.iconlist-char {
font-size: 22px;
}Align the icon by adjusting the line-height on .avia-icon-list .iconlist_icon.
Regards,
Ismael
Hi,
Open js > prettyPhoto > js > jquery.prettyPhoto.js, find this code
allow_resize:true
Replace it with
allow_resize:false
Remove browser cache then reload the page.
Regards,
Ismael
Hi,
It seems to be working fine on my end although when saved the editor becomes blank sometimes. This is what I have.
Regards,
Ismael
Hi,
The latest update 1.4 added the WooCommerce support to the theme and fixes few minor bugs. You will see another folder named config-woocommerce. The version number may have been forgotten. You can change that on style.css,
The triangles are there. I don’t know why it is not displaying on your end. This what I have on my Enfold installation.
Can you give us a link to your website?
Regards,
Ismael
Hi,
For the menu you can use this
#top .main_menu .menu li > a {
display: block;
text-decoration: none;
padding: 0 13px;
font-weight: normal;
font-size: 12px;
font-weight: 600;
font-size: 13px;
font-family: Helvetica;
}For the submenu, try this.
#menu-sub-menu a {
font-size: 15px;
color: red;
}Regards,
Ismael
Hi,
You can alter the fonts on the FullWidth EasySlider with these
.avia-caption-title {
font-size: 15px;
}
.avia-caption-content {
}You can use this for the menu.
#top .main_menu .menu li > a {
display: block;
text-decoration: none;
padding: 0 13px;
font-weight: normal;
font-size: 12px;
font-weight: 600;
font-size: 13px;
font-family: Helvetica;
}Regards,
Ismael
Hi,
What type of header are you using?
1.) You can remove the magnifying glass via css, please add this on your custom.css or Quick CSS
#menu-item-search {
display: none;
}2.) You can apply the menu font styling on this selector
.main_menu ul:first-child > li > a {
display: block;
text-decoration: none;
padding: 0 13px;
font-weight: normal;
font-size: 12px;
font-weight: 600;
font-size: 20px;
}3.) What do you mean by “remove the current page from the menu”?
Regards,
Ismael
Hi,
You can target a specific iconbox. You can do that by adding the avia-builder selector.
#top .iconbox.avia-builder-el-5 {
background: rgba(110, 128, 128, 0.49) !important;
}Please try to inspect each of your iconboxes and look for the avia-builder selector. I think it is the only way you can specify a different color for each iconbox.
Regards,
Ismael
Hi,
1.) Oh, my bad. I also tested it and it is really not working. Let me tag the rest of the support team.
2.) Replace the code with this. Please remove browser cache then reload the page.
.image-overlay .image-overlay-inside::before {
background-color: green !important;
}Regards,
Ismael
-
AuthorPosts