Forum Replies Created
-
AuthorPosts
-
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
Hi,
You will break the layout of the page. You have to increase the size of the sidebar then descrease the size of the main content. Best solution is to do the instructions above.
Regards,
Ismael
Hey,
@scheinbs: Thank you for the help. :)
@duggal13: scheinbs is correct, the smaller size file is the one you want to upload on your wordpress installation. Just follow this simple instruction.
– Dashboard of WP-Admin
– Go to Appearance
– Install Themes Tab
– Upload Tab
– Upload the theme file (.ZIP)
– Manage Themes Tab
– Activate It
Regards,
Ismael
Hi,
First check Enfold > Theme Options > Footer > Default Footer Widgets & Socket Settings, select Display footer widgets and socket. Also, check or edit the page, look for Footer Settings (Display the footer widgets?), again, select Display footer widgets and socket. By default the socket should be displayed.
Regards,
Ismael
Hi,
Please add this on your custom.css
#header {
position: relative;
max-height: 120px;
}
#header_main {
border: none;
}
.main_menu .menu ul {
top: 85%;
}
.avia-menu-fx {
bottom: 25px;
}Regards,
Ismael
Hi,
When you download the file on themeforest, first, extract it then open the folder. Look for enfold.zip file. That is the file you need to upload on your wordpress installation.
Regards,
Ismael
Hi,
Set Theme Options > Footer to 3 columns. Then add this on your custom.css exactly as it is.
#footer .container .av_one_third {
margin-left: 3%;
width: 24% !important;
}
#footer .container .av_one_third.first {
width: 44% !important;
}Regards,
Ismael
Hi,
Yes, you can target a specific page. Inspect the page then look for the body class. Example should be like this
.page-id-1411 fieldset{
border:none;
padding:20px 20px 20px 20px;
background-color:#bdd3ee;
}That is the unique page id of your Services page. The style above will only be applied on the Services page’s fieldset alone.
Regards,
Ismael
Hi,
It is suggested you put the Enfold installation online. You will lose the theme options and the images when you try to work on MAMP then transfer the site online.
Regards,
Ismael
Hi,
What type of header are you using?
This will probably work. Add this on your custom.css or Quick CSS
div .logo {
float: right;
position: absolute;
right: 0;
}
.main_menu {
left: 0;
}Regards,
Ismael
Hi,
Edit custom.css or add this on the Quick CSS
.image-overlay-inside {
display: none !important;
}Regards,
Ismael
Hi,
Try to insert the Simplemap Plugin shortcode on a Text Block element using the Advance Layout Editor then save the page.
Regards,
Ismael
Hi,
I want to suggest that you re-size every image before you upload them, WP will then create the same size out of them. Or you can add this on your custom.css
.slide-entry.post-entry .slide-image {
max-height: 170px;
}Regards,
Ismael
Hi,
There’s no way to know until you test it online. Slow internet connection could be one of the culprit. Please let us know if you have it online.
Regards,
Ismael
Hi,
Use this instead.
.avia-icon-list .iconlist_title {
color: red;
}
.iconlist_content p {
color: red;
}If it still not working try this
.avia-icon-list .iconlist_title {
color: red !important;
}
.iconlist_content p {
color: red !important;
}Regards,
Ismael
May 12, 2013 at 2:15 am in reply to: Is there a text styling example page on the Enfold website? #118612Hi,
If you import the dummy data, you can visit the Shortcode page. There are few text variations and layout that you can use on your own website.
Regards,
Ismael
May 12, 2013 at 2:07 am in reply to: Logo Overlap Solution (not test on mobile) But important nav question – Logo ove #118611Hi,
1.) Move or remove the menu underline.
.avia-menu-fx {
top: 50%;
}Adjust the top position.
or to remove it entirely
.avia-menu-fx {
display: none;
}Regards,
Ismael
May 12, 2013 at 1:59 am in reply to: Add Media Button in Add New Posts Not Working 3.5.1 Enfold #118610Hi,
Please download the latest version of Enfold which 1.4. Maybe a file is corrupted. Try to switch on twentytwelve theme, see if the button works. Settings for the “mod_pagespeed” addon usually break the javascript code and cause scripts to go crazy. This can cause issues such as menus not being draggable, widgets not working, or the media screens disabled. You will need to disable mod_pagespeed, or adjust its settings to not take effect in the wp-admin directories. You may need to ask your hosting service for help on how to do this.
Regards,
Ismael
May 12, 2013 at 12:28 am in reply to: Need to use all weights of the "Open Sans" font (e.g. bold/800) #118631Hi,
Just add this on your custom.css
.single-portfolio .attachment-entry_with_sidebar.wp-post-image {
display: none;
}Regards,
Ismael
Hi,
You can use the Advance template editor. Insert 1/4, 1/2, 1/4 columns. On each 1/4 sized column insert the Sidebar.
Regards,
Ismael
Hi,
You can select which sidebar you want to use on pages. Just edit the page, go “Layout” > “Layout”, select right or left sidebar. On Sidebar Setting > select which widget area or sidebar you want to choose. You can edit the widgets on Apperance > Widgets. You can also create a custom widget and select it as your sidebar.
Regards,
Ismael
-
AuthorPosts