Forum Replies Created
-
AuthorPosts
-
Hey,
@melonmelon: That is a huge help. I didn’t know there is a plugin like that. Do the images and configurations get exported after it’s done? :)
Regards,
Ismael
Hi,
Add this on your custom.css
#easy_search_formular input {
width: 100px !important;
display: inline;
}
#easy_search_formular select {
width: 220px;
display: inline;
}Regards,
Ismael
Hi,
Add this on your custom.css or Quick CSS
.blog-categories.minor-meta, .blog-author.minor-meta {
display: none;
}To remove the separator, open includes > loop-index.php and find this code
echo '<span class="blog-categories minor-meta">'.__('in','avia_framework')." ";
echo $cats;
echo '</span><span class="text-sep">/</span>';Replace that with
echo '<span class="blog-categories minor-meta">'.__('in','avia_framework')." ";
echo $cats;Again, find this code
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>";Replace it with this
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>";Regards,
Ismael
May 14, 2013 at 1:11 am in reply to: Problem: Video on Portfolio page is shown behind content and not below #118946Hi,
1.) Can you give us a link to the page?
2.) Instead of video, insert the Image element. Edit it then set the Image Link? to Set Manually, insert the video URL.
Regards,
Ismael
May 14, 2013 at 1:07 am in reply to: Removing the featured image from top of a single blog post. #118943Hi,
To remove the featured image, just add this on your custom.css
.big-preview.multi-big {
display: none;
}Open includes > loop-index.php then find this code
if(has_tag() && is_single())
{
echo '<span class="blog-tags minor-meta">';
echo the_tags('<strong>'.__('Tags:','avia_framework').'</strong><span> ');
echo '</span></span>';
}Replace that with
if(has_tag() && is_single())
{
echo '<span class="blog-tags minor-meta">';
echo the_tags('<strong>'.__('Tags:','avia_framework').'</strong><span> ');
echo '</span></span>';
}
edit_post_link();It will create a neat Edit this link at the bottom.
Regards,
Ismael
Hi,
I haven’t tried using Flickr plugin within the theme but there are lots of plugins available. To name a few
http://wordpress.org/extend/plugins/awesome-flickr-gallery-plugin/
http://wordpress.org/extend/plugins/slickr-flickr/
http://wordpress.org/extend/plugins/flickr-api/
You can change the widget title with this
#footer .widgettitle {
font-size: 21px;
}And the content with these
.widget {
font-size: 14px;
}
.minitext {
font-size: 14px;
}Adjust the value.
Regards,
Ismael
Hi,
Refer to this link https://kriesi.at/support/topic/need-to-use-all-weights-of-the-open-sans-font-eg-bold800.
Regards,
Ismael
Hi,
This seems to be working. Please add this on your custom.css
.cases .entry-content.clearfix.standard-content {
padding-left: 131px;
}Regards,
Ismael
Hi,
Older version of Enfold doesn’t include the config-woocommerce folder. You need to have Enfold 1.4. :)
Regards,
Ismael
Hi,
Click the Advance Layout Editor button. That is the blue button at the top of the Add Media. If you are experiencing any trouble, we suggest to download the theme again.
Regards,
Ismael
Hi,
It is not missing. Please check again. Download the latest version on your themeforest account.
Regards,
Ismael
Hi,
After installing and activating the Enfold theme, just Import the Dummy Data.
Regards,
Ismael
Hi,
Add this on your custom.css
.header_color .header_bg {
background: white url(https://localhost/kriesi/enfold/wp-content/themes/enfold/images/background-images/dashed-cross-dark.png) top center repeat fixed;
}Change the image url. This will render a white header when you scroll down.
Regards,
Ismael
May 13, 2013 at 6:53 am in reply to: increase size logo but compatible with small fixed header? #118554Hi,
What code did you use to increase the size of the log?
This is what I did, I uploaded a fairly large logo 300x200px then I add this on my custom.css
.logo a {
height: 200px;
}
.logo {
width: 300px;
height: 200px;
}
.fixed_header #header {
position: fixed;
height: 200px;
}
#header_main {
border: none;
}Adjust the width height depending on your logo. I’m not sure if you will like how it looks when you scroll down.
Regards,
Ismael
Hi,
You should probably insert the Easy Slider inside a column. Insert 1/4 column then insert the Easy Slider inside.
Regards,
Ismael
Hi,
1.) What do you mean by “info bubble content box”?
2.) Add this on your custom.css
.image-overlay .image-overlay-inside::before {
background-color: green;
}Regards,
Ismael
May 13, 2013 at 6:27 am in reply to: How do I get the header logo to overlap into the slider area? #118586Hi,
Use the selector .avia-menu-fx to move it up or down.
.avia-menu-fx {
top: 45%;
}Regards,
Ismael
Hi,
I think you are not on the same page. @meanster99 is talking about the Easy Slider while @gianmarizzi is asking about LayerSlider. Anyway, you can change the height of the LayerSlider on Global Settings > Basic > Slider height, set the height in pixels.
Regards,
Ismael
Hi,
Create a new installation of wp then import the dummy data. Most of the elements that you can see here http://kriesi.at/themes/enfold/?skin=Boxed%20Blue is included on the dummy data. Can you give us a specific list of features you want to implement from the demo?
Regards,
Ismael
Hi,
It is automatically link to the single portfolio. You cannot add a link on them. You can only add links on the images.
Regards,
Ismael
Hi,
Can you send me the login details on ///?
Please include this thread on your email.
Regards,
IsmaelHi,
Are you using the Advance Layout Editor? The socket is inside the twelve units container as if there is a div missing somewhere. I tested this on my end and the socket is displaying fine.
Regards,
Ismale
Hey,
Glad it is fixed. Kriesi manages all the updates for the theme. You should probably post something here https://kriesi.at/support/topic/enfold-feature-requests.
Regards,
Ismael
Hi,
Refer to this link https://kriesi.at/support/topic/how-to-use-cufon-font-on-abundance. The only difference is on the 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',
)));
$avia_elements[] = array( "name" => "Defines the Font for your body text",
"slug" => "styling",
"desc" => "Choose between web save fonts (faster rendering) and google webkit fonts (more unqiue)",
"id" => "default_font",
"type" => "select",
"no_first" => true,
"class" => "av_2columns av_col_2",
"onchange" => "avia_add_google_font",
"std" => "Helvetica-Neue,Helvetica-websave",
"subtype" => apply_filters('avf_google_content_font', array( ':: :: Web save fonts :: ::'=>'',
'Arial'=>'Arial-websave',
'Georgia'=>'Georgia-websave',
'Verdana'=>'Verdana-websave',
'Helvetica'=>'Helvetica-websave',
'Helvetica Neue'=>'Helvetica-Neue,Helvetica-websave',
'Lucida'=>'"Lucida-Sans",-"Lucida-Grande",-"Lucida-Sans-Unicode-websave"',
':: :: Google fonts :: ::'=>'',
'Arimo'=>'Arimo',
'Cardo'=>'Cardo',
'Droid Sans'=>'Droid Sans',
'Droid Serif'=>'Droid Serif',
'Kameron'=>'Kameron',
'Maven Pro'=>'Maven Pro',
'Open Sans'=>'Open Sans:400,600',
'Lora'=>'Lora',
)));Another way is to use a this plugin http://wordpress.org/extend/plugins/wp-google-fonts/.
Regards,
Ismael
-
AuthorPosts