Forum Replies Created
-
AuthorPosts
-
Hi,
Upload your logo then insert the Full Size. Add this on your custom.css or Quick CSS:
#header_main .container, .main_menu ul:first-child > li a{ height:88px; line-height: 88px; }
Change the height and the line-height according to the height of the logo.
Regards,
Ismael
Hey,
Please send the login details to ///.
Include the word “Kriesi” on the subject. Add the link of this thread on your email.
Regards,
IsmaelHey,
Edit includes > loop-index.php, find this code and remove it:
echo "<span class='date-container minor-meta'>".get_the_time('d M Y')."</span>";
echo "<span class='text-sep'>/</span>";
if ( get_comments_number() != "0" || comments_open() ){
echo "<span class='comment-container minor-meta'>";
comments_popup_link( "0 ".__('Comments','avia_framework'),
"1 ".__('Comment' ,'avia_framework'),
"% ".__('Comments','avia_framework'),'comments-link',
"".__('Comments Disabled','avia_framework'));
echo "</span>";
echo "<span class='text-sep'>/</span>";
}Regards,
Ismael
Hi,
Edit js > shortcodes.js, find this code:
//transition speed when switching slide
transitionSpeed:900,Replace it with:
//transition speed when switching slide
transitionSpeed:3000,Regards,
Ismael
August 24, 2013 at 1:40 am in reply to: Portfolio Thumbs not Loading Until Scrolling to Bottom of Page #136553August 24, 2013 at 1:36 am in reply to: BUG in the Avia Layout builder: can't handle " right #137078Hi,
That is why you need to add a unique css selector, something like this:
<h2 class="unique-h2">NEWSLETTER</h2>
Then you can style it on your custom.css or Quick CSS:
h2.unique-h2 {
text-align: center;
display: block;
width: 100%;
color: white;
}Regards,
Ismael
Hey,
I’m really not sure but I guess a good developer can add the functionality on less than 3 hours tops. :)
Regards,
Ismael
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
-
AuthorPosts