Forum Replies Created
-
AuthorPosts
-
August 24, 2013 at 2:41 am in reply to: Puzzled why I can't change page title font color for some pages #137299
Hey,
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
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
-
AuthorPosts
