Forum Replies Created
-
AuthorPosts
-
August 20, 2013 at 3:24 am in reply to: ENFOLD – Fatal error: Call to undefined function layerslider_init() #136211
Hey,
Please upgrade to Enfold 2.0 then upgrade WordPress to 3.6. Let me tag the rest of the support team.
Regards,
Ismael
Hi,
I visited the website and I can see the text box on the slider. Can you give us a screenshot of what it should look like? Please upgrade to Enfold 2.0 and WordPress 3.6.
Regards,
Ismael
Hey,
What type of header do you have? You can modify the codes on header.php. This is the code for the social icons:
if(strpos($headerS,'bottom_nav_header') === false) avia_social_media_icons($social_args);
And this is the main menu:
echo "<div class='main_menu' data-selectname='".__('Select a page','avia_framework')."'>";
$args = array('theme_location'=>'avia', 'fallback_cb' => 'avia_fallback_menu', 'walker' => new avia_responsive_mega_menu());
wp_nav_menu($args);Regards,
Ismael
Hi,
Sorry but I can’t understand you clearly. First create a page then insert the Portfolio Grid element. Configure the options but don’t select a category this time. Publish the page then create some Portfolio Items, add a featured image for each items. All portfolio items will show up on that page.
To learn more about the theme, please watch these videos: https://vimeo.com/channels/aviathemes
Regards,
Ismael
Hey,
If you want to remove the square or box, just use this:
.avia-slideshow-arrows a::before {
background: #000;
background: transparent;
}You can change the arrow color using this:
#top .avia-slideshow-arrows a {
color: red;
}Regards,
Ismael
Hi,
Can you give us a link to the page with the text that you want to get highlighted? Also, please add a screenshot of what you are trying to do.
Regards,
Ismael
August 19, 2013 at 3:04 am in reply to: Advanced Layer Slider shrinks too much when downsized #136016Hi,
The layer slider looks fine on my end. What should be the height then?
Regards,
Ismael
August 19, 2013 at 2:48 am in reply to: Inserting image into layer slider — can only use full size image? #135433Hey,
Please give us a screenshot of what you are trying to do. You can post it using imgur, dropbox, mediafire, clipular etc.
Thanks,
Ismael
Hey,
Can you please remove the code with max-width: 100%? Use this instead:
#top .fullsize .template-blog .post .entry-content {
max-width: 1024px;
}Regards,
Ismael
Hey,
Yes, that is possible. You can adjust the width of full width post using this:
#top .fullsize .template-blog .post .entry-content {
max-width: 950px;
}Adjust the width value. If you want to target specific post, just view the source then look for the body class.
#top.postid-1 .fullsize .template-blog .post .entry-content {
max-width: 950px !important;
}Regards,
Ismael
Hi,
You can use this plugin:
http://wordpress.org/plugins/codestyling-localization/
You can also manually change them.
Read more” and “in” category and “by” author
Edit includes > loop-index.php, find this codes:
$current_post['content'] = $blog_content == "content" ? get_the_content(__('Read more','avia_framework').'<span class="more-link-arrow"> →</span>') : get_the_excerpt();
$current_post['content'] = $blog_content == "excerpt_read_more" ? $current_post['content'].'<div class="read-more-link"><a href="'.get_permalink().'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow"> →</span></a></div>' :and this:
if(!empty($cats))
{
echo '<span class="blog-categories minor-meta">'.__('in','avia_framework')." ";
echo $cats;
echo '</span><span class="text-sep">/</span>';
}
echo '<span class="blog-author minor-meta">'.__('by','avia_framework')." ";
the_author_posts_link();
echo '</span>';The text “you are here” can be found on framework > php > class-breadcrumb.php
echo '<p class="breadcrumb"><span class="breadcrumb_info">'.__('You are here:','avia_framework').'</span> <a href="'.get_bloginfo('url').'">';
'before' => '<span class="breadcrumb-title">' . __( 'You are here:', 'avia_framework' ) . '</span>',
Regards,
Ismael
Hey,
The shortcode renders properly on the blog excerpt. In this screenshot, I added the button element shortcode and it the button show properly.
Regards,
Ismael
Hi,
Please upgrade to Enfold 2.0 available on your themeforest account and deactivate the plugins, see if it fixes the issue.
Regards,
Ismael
Hey,
Please add this on your custom.css or Quick CSS
.moonray-form-p2c10469f18 {
display: block !important;
position: relative;
min-height: 348px;
}Regards,
Ismael
August 19, 2013 at 2:03 am in reply to: Ubermenu Problems – Removing responsive menu from theme, editing .php #136013Hey,
Kriesi may be willing to share the theme to the plugin’s author. We just don’t have the authority for that. Let me tag Kriesi.
Regards,
Ismael
August 19, 2013 at 2:00 am in reply to: Would like to change image hover color from white to black (dark) #136117Hey,
@American Patriot: Thanks for the tip.
@headbentde: You can do the instructions above.
.image-overlay {
position: absolute;
background: black;
z-index: 500;
height: 100%;
width: 100%;
opacity: 0;
filter: alpha(opacity=0);
}Regards,
Ismael
Hey,
You can use this on your custom.css or Quick CSS to hide the header and breadcrumb:
.single-ai1ec_event #header, .single-ai1ec_event .stretch_full.container_wrap.alternate_color.dark_bg_color.title_container {
display: none;
}
single-ai1ec_event .fixed_header.social_header #main {
padding-top: 0;
}Regards,
Ismael
Hi,
This plugin will help.
http://wordpress.org/plugins/font-uploader/
You can use the Quick CSS to add the font-family property on the elements you want to change.
Regards,
Ismael
August 19, 2013 at 1:22 am in reply to: Blog Grid view option without picture / featured image? #136106Hey,
You can add a request here: https://kriesi.at/support/topic/enfold-feature-requests
You can hide the image using this on your Quick CSS:
.avia-content-slider-inner .slide-image {
display: none;
}Regards,
Ismael
Hey,
Edit functions.php, find this code:
global $avia_config;
Below, add this:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
function avia_add_heading_font($fonts)
{
$fonts['Montserrat'] = 'Montserrat';
return $fonts;
}
add_filter( 'avf_google_content_font', 'avia_add_content_font');
function avia_add_content_font($fonts)
{
$fonts['Montserrat'] = 'Montserrat';
return $fonts;
}It is now available on the Heading and Body font dropdown.
Regards,
Ismael
Hi,
Enfold 2.0 and WordPress 3.6 works perfectly fine together now. The jQuery issue has been fixed on the 1.9.1 update. We’re not really sure what is causing the Layout Builder to not work on your end. I guess it has something to do with the hosting environment. We can’t provide you with the old version of the theme. Have you tried working with the Enfold theme on another host or your local server using WAMP OR XAMP? I’ll tag Kriesi.
Regards,
Ismael
August 19, 2013 at 1:07 am in reply to: How to change font sizes of menu, content, title, etc,etc #136089Hey,
You can change font size using CSS:
.main_menu ul:first-child > li > a {
font-size: 15px;
color: red;
}Menu color:
.header_color .main_menu ul:first-child > li > a {
color: red;
}Active menu color:
.header_color .main_menu ul:first-child > li.active-parent-item > a {
color: blue;
}Please give a specific list of items you want to change, we’ll help you with it.
Regards,
Ismael
-
AuthorPosts