Forum Replies Created
-
AuthorPosts
-
Hi,
Did you recently update to WordPress 3.6? Please download the latest version of the theme, Enfold 2.0.1.
A link to your website will be helpful.
Cheers,
Ismael
Hi,
Please download the latest version of Woocommerce then update the old: http://wordpress.org/plugins/woocommerce/
Please give us a link to the website. Did you try to recreate the portfolio with videos?
Regards,
Ismael
Hi,
I’m sure the filter is the best way to add fonts. You can edit includes > admin > register-admin-options.php:
$avia_elements[] = array( "name" => "Heading Font",
"slug" => "styling",
"desc" => "The Font heading utilizes google fonts and allows you to use a wide range of custom fonts for your headings",
"id" => "google_webfont",
"type" => "select",
"no_first" => true,
"class" => "av_2columns av_col_1",
"onchange" => "avia_add_google_font",
"std" => "Open Sans",
"subtype" => apply_filters('avf_google_heading_font', array('no custom font'=>'',
'Alice'=>'Alice',
'Allerta'=>'Allerta',
'Arvo'=>'Arvo',
'Antic'=>'Antic',
'Bangers'=>'Bangers',
'Bitter'=>'Bitter',
'Cabin'=>'Cabin',
'Cardo'=>'Cardo',
'Carme'=>'Carme',
'Coda'=>'Coda',
'Coustard'=>'Coustard',
'Gruppo'=>'Gruppo',
'Damion'=>'Damion',
'Dancing Script'=>'Dancing Script',
'Droid Sans'=>'Droid Sans',
'Droid Serif'=>'Droid Serif',
'EB Garamond'=>'EB Garamond',
'Fjord One'=>'Fjord One',
'Inconsolata'=>'Inconsolata',
'Josefin Sans' => 'Josefin Sans',
'Josefin Slab'=>'Josefin Slab',
'Kameron'=>'Kameron',
'Kreon'=>'Kreon',
'Lobster'=>'Lobster',
'League Script'=>'League Script',
'Mate SC'=>'Mate SC',
'Mako'=>'Mako',
'Merriweather'=>'Merriweather',
'Metrophobic'=>'Metrophobic',
'Molengo'=>'Molengo',
'Muli'=>'Muli',
'Nobile'=>'Nobile',
'News Cycle'=>'News Cycle',
'Open Sans'=>'Open Sans:400,600',
'Orbitron'=>'Orbitron',
'Oswald'=>'Oswald',
'Pacifico'=>'Pacifico',
'Poly'=>'Poly',
'Podkova'=>'Podkova',
'PT Sans'=>'PT Sans',
'Quattrocento'=>'Quattrocento',
'Questrial'=>'Questrial',
'Quicksand'=>'Quicksand',
'Raleway'=>'Raleway',
'Salsa'=>'Salsa',
'Sunshiney'=>'Sunshiney',
'Signika Negative'=>'Signika Negative',
'Tangerine'=>'Tangerine',
'Terminal Dosis'=>'Terminal Dosis',
'Tenor Sans'=>'Tenor Sans',
'Varela Round'=>'Varela Round',
'Yellowtail'=>'Yellowtail',
)));You can add or remove fonts.
Regards,
Ismael
Hi,
It works on my end. Again, please remove browser cache then load the page a few times to see the effect. Visited the site: http://web409.mis63.de/?page_id=2596
This is what I see and I think it is fixed now:

Cheers,
Ismael
Hi,
You’re still using the same plugin when I check http://tomuytterhoeven.be/blog/.
Please try addthis and sharethis social plugins.
Regards,
Ismael
August 23, 2013 at 5:49 am in reply to: BUG in the Avia Layout builder: can't handle " right #137076Hey,
Instead of the style attribute. Please add a unique css selector to the h2 tag. Then add the style on your custom.css or Quick CSS.
Regards,
Ismael
Hey,
I’m not sure where you get that scroll. Maybe a plugin is messing with the theme’s css. Please add this on your custom.css or Quick CSS:
.four.units.single-product-main-image.alpha {
overflow: hidden;
}Regards,
Ismael
Hey,
I don’t see the text $output = “”; either. Please check your code.
Glad we could help. :)
Cheers,
Ismael
Hi,
I’ll tag Kriesi. He can shed more light on the topic at hand. :)
Regards,
Ismael
August 23, 2013 at 5:33 am in reply to: remove featured image on top of blogposts and images are not scaling in firefox #137070Hey,
1.) You can add this on your custom.css or Quick CSS:
.blog .big-preview.single-big {
display: none;
}Please give us a link to the blog page. The page body id might be different so we have to inspect it.
2.) It’s not happening on our end. Can you post a link to your blog? Please deactivate any plugins.
Regards,
Ismael
Hey,
Do you have the latest version of Enfold, 2.0.1? Please upgrade WordPress to 3.6. If you have any plugins installed, please deactivate them first. Go to the WordPress root folder, look for wp-config.php then add this code:
define('WP_MEMORY_LIMIT', '128M');Regards,
Ismael
Hey,
Please upgrade your Enfold theme to version 2.0.1. This will fix the slider issues entirely.
Cheers,
Ismael
Hi,
What type of Blog Style do you have? Are you using the big preview image or the small one?
.single .big-preview.single-big a, .single .small-preview {
pointer-events: none;
}Regards,
Ismael
Hi,
Modify the Gallery Element, look for “Gallery Preview Image Size” > select “No Scaling (Original Width X Original Height)”. Regenerate the thumbnails to reset them to the original image size from the time you uploaded them: http://wordpress.org/plugins/regenerate-thumbnails/
Regards,
Ismael
Hey,
What type of header do you have? If you’re using Small fixed header, you can do this:
#header {
top: 28px;
background: #fff;
}
.header-scrolled {
top: 28px !important;
}
.fixed_header #main {
padding-top: 48px;
}Regards,
Ismael
Hey,
Please update to Enfold 2.0.1 then upgrade your WordPress installation to 3.6. Please use the <!– more –> tag to specify excerpts or click Screen Options then enable Excerpt metabox.
Regards,
Ismael
Hi,
It looks easy but believe me it’s not. Well, on my case it’s not that easy. You can hire a freelance developer to modify the table shortcode for you. You can create your own table code. Use the Text Block element then use this:
<table border="1">
<tr>
<th>Month</th>
<th>Savings</th>
</tr>
<tr>
<td>January</td>
<td>$100</td>
</tr>
<tr>
<td>February</td>
<td>$100</td>
</tr>
<tr>
<td colspan="2">Sum: $180</td>
</tr>http://www.w3schools.com/tags/att_td_colspan.asp
Regards,
Ismael
Hey,
Add this on your custom.css or Quick CSS:
.avia_message_box_content {
text-align: left;
}
.avia_message_box_icon.avia-font-entypo-fontello {
float: left;
}Regards,
Ismael
Hey,
You can use this:
.related_posts {
display: none;
}You can also edit single.php, find this code:
//show related posts based on tags if there are any
get_template_part( 'includes/related-posts');Remove it.
Cheers,
Ismael
Hey,
Please add this on your custom.css or Quick CSS:
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .main_menu ul:first-child > li > a {
padding: 0 6px;
font-size: 10px;
}
.main_menu {
margin-right: -50px;
}
.logo img {
width: 140px;
}
}Regards,
Ismael
August 23, 2013 at 4:29 am in reply to: Would like to change image hover color from white to black (dark) #136119Hi,
1.) Add this on your custom.css or Quick CSS, adjust the height according to the height of the header when you it shrinks.
.header-scrolled #header_main .container {
height: 58px !important;
line-height: 58px !important;
}2.) This the code that controls the arrow:
#top .avia-slideshow-arrows a {
font-family: 'entypo-fontello';
display: block;
text-decoration: none;
color: #fff;
visibility: visible;
position: absolute;
width: 60px;
text-align: center;
height: 60px;
line-height: 62px;
font-size: 25px;
top: 50%;
margin: -30px 15px 0;
z-index: 99;
overflow: hidden;
text-indent: -600%;
}Regards,
Ismael
August 23, 2013 at 4:22 am in reply to: menu with social icons and additional nav does not display. #137090Hey,
Can you give us a link to the website? Do you have Enfold 2.0.1? Please update your theme. Deactivate any plugins.
Regards,
Ismael
-
AuthorPosts
