Forum Replies Created
-
AuthorPosts
-
Hi!
Use this instead:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['PT Sans Narrow'] = 'PT Sans Narrow:400,700'; $fonts['PT Sans'] = 'PT Sans:400,700,400italic,700italic'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['PT Sans'] = 'PT Sans:400,700,400italic,700italic'; $fonts['PT Sans Narrow'] = 'PT Sans Narrow:400,700'; return $fonts; }The PT Sans Narrow is at the very bottom of heading font. Please remove browser cache then reload the page after you selected the fonts.
Best regards,
IsmaelHi!
The CSS takes effect immediately. Please try it on another browser. As you can see, I hid the header using the Quick CSS. Please remove it. http://www.acmena.com.au/
Best regards,
IsmaelHey sgrobert!
The archive tag page is generated using the tag.php file and the search page use the includes > loop-search.php file. If you want a custom sidebar for the tag page. Edit tag.php, find this code:
//get the sidebar $avia_config['currently_viewing'] = 'blog'; get_sidebar()Replace it with:
//get the sidebar $avia_config['currently_viewing'] = 'archive'; get_sidebar()Edit sidebar.php, find this code:
// forum pages sidebars if ($avia_config['currently_viewing'] == 'forum' && dynamic_sidebar('Forum') ) : $default_sidebar = false; endif;Below add this code:
// archive pages sidebars if ($avia_config['currently_viewing'] == 'archive' && dynamic_sidebar('Archive') ) : $default_sidebar = false; endif;Edit includes > admin > register-widget-area.php, find this code:
foreach ($sidebars_to_show as $sidebar) { register_sidebar(array( 'name' => 'Sidebar Pages', 'before_widget' => '<div id="%1$s" class="widget clearfix %2$s">', 'after_widget' => '<span class="seperator extralight-border"></span></div>', 'before_title' => '<h3 class="widgettitle">', 'after_title' => '</h3>', )); }Below, add this Archive widget area:
foreach ($sidebars_to_show as $sidebar) { register_sidebar(array( 'name' => 'Archive', 'before_widget' => '<div id="%1$s" class="widget clearfix %2$s">', 'after_widget' => '<span class="seperator extralight-border"></span></div>', 'before_title' => '<h3 class="widgettitle">', 'after_title' => '</h3>', )); }You now add widgets on Archive widget area. Remove every widgets on Displayed Everywhere widget area. You can do the same on search.php file if you want a custom sidebar on search results page.
Cheers!
IsmaelHi LFE!
Can you please post the login details here? Set it as a private reply.
Best regards,
IsmaelHi!
Have you tried deactivating all plugins? Please increase php memory limit: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Best regards,
IsmaelHey!
I’m sorry but I don’t see anything on the link you gave us. All there is, is a black background and an incorrect image tag
Regards,
IsmaelHi!
You can add a unique selector for each Avia Elements. Edit functions.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;Below, add this code:
add_theme_support('avia_template_builder_custom_css');Edit any avia elements like Horizontal Rule then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “awesome-hr”.
You can add something like this on your custom.css or Quick CSS:
.awesome_hr { /* Add your Styles here */ }Best regards,
IsmaelHey!
Deselect the page on Theme Options > Where do you want to display the Blog? option. Don’t select any page. Create a page then switch to Advance Layout Builder. Insert the Fullwidth Masonry, on “Which Entries?” option choose a post category. Publish the page.
Regards,
IsmaelHey!
Please remove Yigit’s code:
@media only screen and (min-width: 989px) { .logo, .logo a, .logo a img { width: 285px!important; height: 40px!important; }}Replace it with:
@media only screen and (min-width: 989px) { .logo, .logo a, .logo a img { width: 285px!important; height: 80px!important; top: 20px; } }Cheers!
IsmaelHey!
I’ll ask Devin and Josue to check this on Safari (MAC). The slider seems to load fine on Safari Windows 8 and 7. I asked you to deactivate all plugins because the first time I checked, the slider is not loading properly.
Best regards,
IsmaelHey!
Please use this instead of the code I provided above:
@media only screen and (max-width: 767px) { #header_main { padding-bottom: 20px; } .responsive .main_menu { position: static; margin-top: 20px; } }Remove browser cache then reload the page.
Cheers!
IsmaelHey!
Just upload the logo with size more than 285x40px. The CSS will stretch it because of Yigit’s code above.
Cheers!
IsmaelHi german_photographer!
Can you please give us a link to the website? Do you have any other plugins? Please deactivate them and post the login credentials here as a private reply.
Best regards,
IsmaelHey!
Can you please give us a link to the website? Refer to this link for further info about posts translation: http://wpml.org/documentation/getting-started-guide/translating-post-categories-and-custom-taxonomies/
Regards,
IsmaelHey!
Edit the frontpage or the homepage and check which layerslider is selected (Advanced Layout Builder). Change the slider and save the page. Then you should get rid of the “[LayerSliderWP] Slider not found” message and the slider will be displayed instead. You can also remove the Layer Slider element if you don’t want one.
Best regards,
IsmaelHi!
Are you talking about the masonry gallery? Please add this on your custom.css or Quick CSS:
.av-masonry-container { background: rgba(255,255,255,1); }Best regards,
IsmaelHi!
The “server didn’t respond” error message tells you that the server didn’t process the request properly. Please contact your host and ask them for error logs.
Best regards,
IsmaelDecember 8, 2013 at 3:32 am in reply to: Enfold – How to make a page like the One page portfolio example of home pages #197590Hi!
You can watch this video: http://vimeo.com/channels/aviathemes
The “Home V7: One Page Portfolio” is created using the following elements respectively:
Fullscreen Slider
Color Section
– Text Block
– Portfolio Grid
Color Section
– Contact Form
Color Section with Background Image
Color Section
– Text Block
– Icon List element
Color Section
– Testimonials
Color Section with Background Image
Color Section
– Team element
– Promobox
– Team elementRegards,
IsmaelHey!
You can modify the menu on Appearance > Menus. Look for the Main Menu. Remove the items that you want. You can set the other pages tat you don’t need as draft or you can delete them entirely.
Best regards,
IsmaelDecember 8, 2013 at 2:42 am in reply to: Problems with the LayerSlider img "left:70px"atribute. #197547Hey Erich!
The slider looks properly positioned when I check it. I don’t see the +70px position added to the left. This is what I see:
http://i.imgur.com/xLBlICA.jpg
Best regards,
IsmaelHey!
Edit config-templatebuilder > avia-shortcodes > postslider.php, find this code on line 240:
if($preview_mode == 'auto') $image_size = 'portfolio';Below, add this code:
if($preview_mode == 'auto') $image_size_blog = 'blog_grid';Go to line 277, find this code:
$thumbnail = get_the_post_thumbnail( $the_id, $image_size );Replace it with:
$thumbnail = get_the_post_thumbnail( $the_id, $image_size_blog );Edit functions.php, add this code at the very bottom:
$avia_config['imgSize']['blog_grid']= array('width'=>208, 'height'=>208 ); // blog grid imagesRegenerate the thumbnails. The Blog Grid will now use the “blog_grid” thumbnail with 208 by 208 px dimension.
Cheers!
IsmaelHey!
I think it is better to put it on top of the breadcrumb because the breadcrumb’s width will differ according to the level of pages you’re in. Use this on Quick CSS:
div.fontResizer { position: absolute; z-index: 20; right: 0; width: auto } .fontResizer p { float: left; } .fontResizer li { margin: 3px 0 0 0; } .breadcrumb.breadcrumbs.avia-breadcrumbs { top: 40px; }Regards,
IsmaelHey!
The slider is loading endlessly. Please deactivate all plugins. I think the screenshot is cut off or something.
Regards,
IsmaelHey David!
You can use the bbPress plugin. Also, visit http://codecanyon.net/ for more wordpress community plugin like this: http://codecanyon.net/item/sabaidiscuss-for-wordpress/3455723?WT.ac=category_item&WT.seg_1=category_item&WT.z_author=onokazu
Regards,
IsmaelDecember 8, 2013 at 1:50 am in reply to: Mobile Posts have large space between logo and page title #197514Hey!
I tested the code I gave you and it works fine. This is how it should look like after you added the css modifications:

I modified the code a bit. Please use this:
@media only screen and (max-width: 767px) { #header_main { max-height: 100px; } .mobile_active #advanced_menu_toggle { top: 50px; } .responsive .mobile_slide_out .logo { position: relative; top: 5px; } .responsive.social_header .phone-info { margin-top: 10px; } }Remove browser cache then reload the page a few times.
Cheers!
IsmaelDecember 8, 2013 at 1:34 am in reply to: "Custom Background Image" Optimum Dimensions / File Size #197505Hi!
1.) This is a sample of a custom background use on the demo. The file size is 181kb. http://kriesi.at/themes/enfold/files/2013/04/floor.jpg
2.) Where is this happening? Can you please give us a link to the actual page with the fullwidth image?
Regards,
Ismael -
AuthorPosts
