Forum Replies Created
-
AuthorPosts
-
August 23, 2013 at 2:37 am in reply to: Portfolio Thumbs not Loading Until Scrolling to Bottom of Page #136551
Hi,
It is located on the js folder. You can modify it via FTP or your cpanel.
Cheers,
Ismael
Hey,
Your logo shrinks even on Google Chrome. Did you modify anything on the theme files to change the logo?
Please add this on your custom.css or Quick CSS:
.jetpack-image-container, .jetpack-image-container img {
max-width: 100%;
max-height: 100%;
}Regards,
Ismael
Hi,
Upgrading to WordPress 3.6 will render your sliders useless. Please get the latest version of Enfold, which 2.0.1. Download it on your themeforest account.
Regards,
Ismael
Hey,
Glad it is working now. Please add this on your custom.css or Quick CSS:
.main_color .progress {
background-color: transparent;
box-shadow: none;
}Regards,
Ismael
Hey,
You don’t need to capitalized them manually. Just add this on your custom.css or Quick CSS:
.main_menu ul:first-child > li > a {
text-transform: uppercase;
}Regards,
Ismael
August 23, 2013 at 2:23 am in reply to: Thanks for such a great theme :) but a quick question re favicon.ico #136986Hey,
Haha! Of course not. Sometimes we really miss these things. Glad we could help. :)
Cheers,
Ismael
Hi,
Did you edit anything on the css files? Please add this on your Quick CSS:
.pricing-table {
width: 100%;
margin: 0 !important;
}Regards,
Ismael
August 23, 2013 at 2:16 am in reply to: Enfold: Subpage Font Formatting Issue in Main Menu Pulldown #136827Hi,
The code above is for iPhone. Please use this instead.:
@media only screen and (max-width: 1024px) {
.image-overlay.overlay-type-video {
display: none !important;
.mejs-overlay-button {
display: none !important;
}
}Regards,
Ismael
Hey,
You need to supply your own image. Use html tags to render them.
<img src="IMAGE URL HERE">
Regards,
Ismael
Hey,
Please refer to this link:
https://kriesi.at/support/topic/adding-gradient-background-to-icons
Regards,
Ismael
Hi,
@Torlock: Please reload the page a few times. It looks fine on my end. The code Devin gave you will change the height of the header. It has nothing to do with the menu.
Regards,
Ismael
Hi,
I’m not sure about this but you can try this plugins:
http://wordpress.org/plugins/custom-login/
Regards,
Ismael
Hi,
Did you upload the image while editing a post or page? You need to upload it on the Media panel to make it usable for the other language.
Regards,
Ismael
Hi,
1.) I think you managed to remove the search button.
2.) Remove the custom.css that you added:
.main_color a {
color: #f05a1a !important;
}Use this instead:
.main_color .post-title a {
color: red !important;
}3.) Use this:
body {
font-size: 14px;
}4.) Edit header.php, find this code:
<div id='header_main' class='container_wrap container_wrap_logo'>
Add the google search code below.
Regards,
Ismael
Hey,
Yes, it is possible:
.iconlist-char:hover {
color: violet;
}
.iconbox_icon.heading-color.avia-font-entypo-fontello:hover {
color: green;
}Regards,
Ismael
Hey,
It has nothing to do with the breadcrumb or the title. Did you install any plugins? Please deactivate them.
Please give us a link to the website.
Regards,
Ismael
August 23, 2013 at 1:05 am in reply to: Saving didnt work! Please reload the page and try again #136519Hi,
Sometimes, the settings get stuck and you need to do it again. Please try to select a predefined theme on Enfold > Styling then try to save changes. Why do you need to copy the dynamic_avia folder? It should be created automatically.
Regards,
Ismael
Hey,
Please remove this line of code on .htaccess file:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /kriesi/enfold/
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /kriesi/enfold/index.php [L]
</IfModule>
# END WordPressLet me tag Kriesi and the rest of the support team. I’m really not sure why this is just happening on your end.
Regards,
Ismael
Hey,
You can modify this code on your custom.css or Quick CSS:
.main_menu ul:first-child > li > a {
display: block;
text-decoration: none;
padding: 0 13px;
font-weight: normal;
font-weight: 600;
font-size: 15px;
}You can change the color of the menu, using this:
.header_color .main_menu ul:first-child > li > a {
color: red;
}Hover state with this:
.header_color .main_menu ul:first-child > li a:hover
color: blue;
}Can you please specify which headings?
You can change the overall font on Enfold > Styling > Defines the Font for your body text.
Regards,
Ismael
Hey,
No, you will not lose the slider effects because they are saved on your database.
Regards,
Ismael
Hi,
You forgot to enclose them on a unique div like this:
<div class="layerslider-progressbar"></div>
Place the progress bar html code inside the div then add this on your custom.css:
.layerslider-progressbar {
width: 600px;
height: 50px;
}Like what I said on the other thread, we specify the width of the layerslider-progressbar div because the progress bar needs to inherit the size the parent element.
Regards,
Ismael
Hey,
Yes, that is possible. Go to Enfold > Styling > scroll a bit below then click Header > Background Image. You can select a predefined background images or upload your own.
Regards,
Ismael
Hey,
Can you please give us a link to the website? What do you mean by module? Please upgrade to Enfold 2.0.1 and WordPress 3.6 to get the most out of the theme.
Regards,
Ismael
August 22, 2013 at 1:23 pm in reply to: Thanks for such a great theme :) but a quick question re favicon.ico #136984Hi,
Please deselect the Frontpage on Enfold > Theme Options. Create a new home page from scratch then select it again as your Frontpage.
Do you have any caching plugin?
Regards,
Ismael
Hi,
I uploaded Enfold and it’s still not working. Please add this on your .htaccess file.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /kriesi/enfold/
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /kriesi/enfold/index.php [L]
</IfModule>
# END WordPress
########
php_value upload_max_filesize 50M
php_value post_max_size 50M
php_value max_execution_time 500
php_value max_input_time 500
#########Edit wp-config.php, add this code:
define('WP_MEMORY_LIMIT, '128M'');
Please let me know if the following changes has been made. I will check the site again.
Regards,
Ismael
Hey,
1030x360px is enough for blog and portfolio items. If you are planning to use the Fullwidth Slider, you might want to use images with 1600x700px dimension. You can find the custom thumbnail sizes on functions.php:
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news
$avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs
$avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider
$avia_config['imgSize']['extra_large'] = array('width'=>1500, 'height'=>1500 , 'crop' => false); // images for fullscrren slider
$avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column)
$avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns
$avia_config['imgSize']['gallery'] = array('width'=>710, 'height'=>575 ); // images for portfolio entries (2,3 column)
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270); // big images for blog and page entries
$avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 ); // images for fullsize pages and fullsize slider
//overwrite blog and fullwidth image on extra large layouts
if(avia_get_option('responsive_layout') == "responsive responsive_large")
{
$avia_config['imgSize']['gallery'] = array('width'=>845, 'height'=>684 ); // images for portfolio entries (2,3 column)
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); // big images for blog and page entries
$avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 ); // images for fullsize pages and fullsize slider
}Regards,
Ismael
Hi,
If you switch the Avia Builder to debug mode, you will see the actual order of the image id on the gallery shortcode. Edit functions.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
//set builder mode to debug
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}You will see the actual shortcode below the builder. If you insert the “Gallery” element then added some images, the shortcode will look like this:
[av_gallery ids='2617,2618,2616,2619' style='thumbnails' preview_size='portfolio' thumb_size='portfolio' columns='5' imagelink='lightbox' lazyload='avia_lazyload']
Notice that the ids of the images are listed. You can rearrange them manually. You can also re-order them on the wordpress gallery UI.
Regards,
Ismael
-
AuthorPosts