Forum Replies Created
-
AuthorPosts
-
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
Hi,
Go to Appearance > Menus, look for Theme Location. Select a menu for the Main Menu.
Regards,
Ismael
August 24, 2013 at 2:42 am in reply to: Problems with the way Blog Post are displaying with Enfold Theme. #137151Hey,
Please use the <!–more–> tag to specify the excerpt. You can also enable the Excerpt box by clicking Screen Options while editing a post. You can them manually add an excerpt. If you’re using the Blog Post element, make sure that you select “Excerpt” on Blog Content length.
Regards,
Ismael
August 24, 2013 at 2:41 am in reply to: Puzzled why I can't change page title font color for some pages #137299Hey,
Please use this:
#top .alternate_color.title_container .main-title a {
color: red;
}Regards,
Ismael
Hey,
Please refer to this link: https://kriesi.at/support/topic/custom-css-class-input-field
Regards,
Ismael
Hi,
1.) Create a page then select from this bbpress shortcodes.
[bbp-login]
[bbp-register]
[bbp-lost-pass]Get the URL of the page. Go to Appearance > Widgets, insert the bbPress login widget, add the URL to the Register URI: field.
2.) Register your email on https://en.gravatar.com/
3.) Add this on your custom.css or Quick CSS:
.breadcrumb.breadcrumbs.avia-breadcrumbs {
display: none
}Regards,
Ismael
Hey,
1.) Please add this on your custom.css or Quick CSS:
.grid-entry-excerpt {
color: gray;
}2.) Use this for the top level menus:
.header_color .main_menu ul:first-child > li > a, .header_color .main_menu .menu ul li a {
color: white;
}Regards,
Ismael
Hey,
Create a page with the Color Section element. Disable the header, footer and socket. Inside the Color Section insert two columns. One for the image and the other for the Sidebar element. Go to Appearance > Widget then create a custom widget area. Insert the widgets that you want to show on the Maintenance Mode page. Edit the page again then edit the Sidebar element, select the custom widget that you just created.
Yes, you can work on the rest of the site while the site on “Maintenance Mode”. Just assign the Maintenance Mode page on Enfold > Theme Options > Frontpage display option for the meantime.
To learn more about the theme, please watch this videos: https://vimeo.com/channels/aviathemes
Regards,
Ismael
-
AuthorPosts