Forum Replies Created
-
AuthorPosts
-
Hey,
Just add this on your custom.css or Quick CSS:
@media only screen and (max-width: 767px) {
.responsive #top #header {
position: fixed;
}
}Remove browser cache then reload the page.
Cheers,
Ismael
Hey,
You can find it on functions-enfold.php:
'title' => get_the_title($id),
'subtitle' => "", //avia_post_meta($id, 'subtitle'),
'link' => get_permalink($id),
'html' => "<div class='{class} title_container'><div class='container'><{heading} class='main-title'>{title}</{heading}>{additions}</div></div>",
'class' => 'stretch_full container_wrap alternate_color '.avia_is_dark_bg('alternate_color', true),
'breadcrumb' => true,
'additions' => "",
'heading' => 'h1' //headings are set based on this article: http://yoast.com/blog-headings-structure/Regards,
Ismael
August 24, 2013 at 7:13 am in reply to: Avia Layout Builder – Insert into Page button not working #137185Hi,
What “Insert into page button”? Can you give us a screenshot? Have you tried disabling all your plugins?
Regards,
Ismael
Hi,
You can add video beside the main featured image. Edit the portfolio item, scroll below then look for “Add Preview Text”, switch to Text mode. Add something like this:
<a href="http://youtu.be/kYtGl1dX5qI" rel="lightbox"><img alt="" src="IMAGE URL HERE" /></a>Don’t forget to add rel=”lightbox” to the anchor tag. This will open the video on a lightbox.
Anyway, you can request the feature here: https://kriesi.at/support/topic/enfold-feature-requests
Regards,
Ismael
Hey,
Edit framework > php > class-breadcrumb.php , find this code:
'show_home' => __( 'Home', 'avia_framework' ),Replace it with:
'show_home' => __( 'Atelier', 'avia_framework' ),Regards,
Ismael
Hey,
Please use the header with bottom navigation. It is the header I use when I modified the theme. Also, small fix header will not show any social icons.
Regards,
Ismael
Hey,
Edit functions-enfold.php, find this code:
if($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));Replace it with:
if($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '>', 'richsnippet' => true));Regards,
Ismael
Hey,
I’m not really familiar with rich snippets but these article posted some plugins that might help you.
http://www.searchmarketingstandard.com/rich-snippets-5-tools-to-make-them-easy-as-pie
Regards,
Ismael
Hi,
Please get the original archive.php from you theme download zip file then place it on your child theme folder. I’m not sure if this is going to work but that file is responsible for the tag’s template.
Regards,
Ismael
Hey,
Alright. The rotation on ipad hasn’t been fix as far as I know. I hope it helps you somehow.
Regards,
Ismael
Hey,
1.) Add this on your custom.css or Quick CSS:
.avia-menu-fx {
display: none;
opacity: 0;
}2.) You can use this:
.header_color .main_menu .menu ul li a {
background: white;
color: red;
}Regards,
Ismael
Hey,
You can add this on your custom.css or Quick CSS:
.blog #header {
display: none;
}Regards,
Ismael
Hey,
Please remove browser cache then reload the page. This is the screenshot:

Regards,
Ismael
Hi,
Add this on your custom.css or Quick CSS:
This is for http://drjenna.net/:
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .main_menu ul:first-child > li > a {
padding: 0 8px;
font-size: 11px;
}
.menu-main-menu-container {
margin-right: -40px;
}
}The menus http://horsestreat.com/ looks ok.
http://responsinator.com/?url=http%3A%2F%2Fhorsestreat.com%2F
Regards,
Ismael
Hey,
This is for the Easy Slider:
Edit js > shortcodes.js, find this code:
//show the first slide
this.$slides.eq(0).css({visibility:'visible', opacity:0}).avia_animate({opacity:1}, function()Replace it with:
//show the first slide
this.$slides.eq(0).css({visibility:'visible', opacity:1}).avia_animate({opacity:1}, function()Remove browser cache then reload the page a few times to see the effect.
Regards,
Ismael
Hi,
I tested the site. Upload the theme myself on the WordPress installation, no problem so far. As soon as you activate the theme and access the page, you’ll get an error or a blank page. I don’t know why this is happening for the Enfold theme only. I already tagged this thread to Kriesi.
Regards,
Ismael
August 24, 2013 at 4:37 am in reply to: Saving didnt work! Please reload the page and try again #136521Hey,
I searched the forum and it seems you’re the only one experiencing the issue. I’ve tagged the thread to Kriesi, let’s wait for him to answer. There must be something in your hosting environment that is causing the issue, we’re not sure what.
Regards,
Ismael
Hi,
I’m not sure if this is easy to implement because the mobile menu is controlled by a jquery script. Let me tag the rest of the support team.
Nice website. :)
Regards,
Ismael
August 24, 2013 at 3:55 am in reply to: date category author not showing properly in full width blog #137253Hey,
Yep, the post meta info is fixed on Enfold 2.0.1.
Don’t forget to remove browser cache then reload the page after the update.
Cheers,
Ismael
Hey,
You can use this on your Quick CSS field.
.image-overlay.overlay-type-video {
display: none !important;
}Regards,
Ismael
Hey,
I really don’t see it. What browser are you using?
Please add this on your custom.css or Quick CSS:
.entry-content ul li.avia_start_animation {
list-style: none;
}
.entry-content ul li.avia_start_animation {
list-style: disc inside;
}Regards,
Ismael
Hey,
Please try to manually upload the plugin on wp-content/plugins folder.
If you have access to the .htaccess file, add this code:
########
php_value upload_max_filesize 50M
php_value post_max_size 50M
php_value max_execution_time 500
php_value max_input_time 500
#########Regards,
Ismael
-
AuthorPosts
