Forum Replies Created
-
AuthorPosts
-
February 10, 2014 at 7:15 am in reply to: Fonts loaded through the IconFont Manger are messing up ssl #221538
Hey toddgeist!
Please add this on functions.php:
function fix_ssl_upload_url( $url ) { if ( is_ssl() ) $url = str_replace( 'http://', 'https://', $url ); return $url; } add_filter( 'upload_dir', 'fix_ssl_upload_url' );Best regards,
IsmaelFebruary 10, 2014 at 6:41 am in reply to: how to change the colors of the arrows on the slider #221533Hey!
You ca change the opacity using this:
#top .ls-nav-prev::before, #top .ls-nav-next::before { background: #000; background: rgba(0,0,0,0.9); }Change the rgba color values if you want to change the background color.
Best regards,
IsmaelHey!
1.) Please refer to this link on how to add social icons: https://kriesi.at/support/topic/adding-custom-social-icons/#post-170356
2.) Please post a screenshot of what you’re trying to do. You can use imgur or dropbox.
Regards,
IsmaelHi!
Enjoy the Enfold theme. Let us know if you need any help. You can watch this video to learn more about the theme: http://vimeo.com/channels/aviathemes/
Best regards,
IsmaelHey!
Please add this on custom.css or Quick CSS:
.contenteditable #layout { padding-right: 50px; }Best regards,
IsmaelHi!
Instead of the 1/3 blocks, insert a Text Block below the 2/3 column then add a column shortcode:
[av_one_half first]Add Content here[/av_one_half][av_one_half]Add Content here[/av_one_half]Regards,
IsmaelFebruary 10, 2014 at 6:20 am in reply to: Odd spacing in IE8 above LayerSlider and Color Section #221526Hi!
You can decrease the top and bottom padding of the content div. Use this on Quick CSS or custom.css:
.content, .sidebar { padding-top: 10px; padding-bottom: 10px; }Regards,
IsmaelHey!
Please try this:
.iconbox { opacity: 0.4; width: 80%; margin: 0 auto !important; }Best regards,
IsmaelHey!
Please download the theme again on your themeforest account then override the theme files via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750/page:2
Regards,
IsmaelFebruary 10, 2014 at 4:20 am in reply to: How to get “RSS Link and Twitter account” WIDGET to open new window #221512Hey!
You can edit the file via FTP or your cpanel. Change the text on the same file and line of codes. Look for this line:
$output .= "<a target='_blank' href='$link' class='asc_twitter $addClass'>{$before}<strong class='asc_count'>".__('Follow','avia_framework')."</strong><span>".__('on Twitter','avia_framework')."</span></a>";And this one for the RSS text:
$output .= "<a href='$rss' class='asc_rss $addClass'>".apply_filters('avf_social_widget',"", 'rss')."<strong class='asc_count'>".__('Subscribe','avia_framework')."</strong><span>".__('to RSS Feed','avia_framework')."</span></a>";Regards,
IsmaelHi!
You can use this to change the icon color:
.page-id-4501 .main_color .heading-color { color: green; }Regards,
IsmaelFebruary 10, 2014 at 3:59 am in reply to: Center text in TABLE / Grid as well as highlight top column #221506Hi!
Please use this:
.avia-table tbody > tr.avia-heading-row th:nth-child(odd) { background: blue; }Cheers!
IsmaelFebruary 10, 2014 at 3:55 am in reply to: Social Media icons in the right of the top menu and in the footer #221504Hey Raul!
Please refer to this link: https://kriesi.at/support/topic/adding-social-icons-like-the-kriesi-site-with-a-small-non-fixed-header/#post-187252
Cheers!
IsmaelHi Attila!
Please deactivate all plugins then test it on another browser. See if it fixes the issue.
Cheers!
IsmaelHi Renegade!
You can add this on custom.css or Quick CSS to move the caption towards the top:
.slideshow_align_caption { top: -200px; }Regards,
IsmaelFebruary 10, 2014 at 3:46 am in reply to: Center text in TABLE / Grid as well as highlight top column #221497Hi anab!
You can use this to highlight the very top rows:
.avia-table tbody > .avia-heading-row { background: red; }Best regards,
IsmaelHi!
No, you can’t. You can only use the form shortcode provided by the plugins.
Regards,
IsmaelHey!
Please add this on functions.php:
error_reporting(0);Or edit wp-config.php, add this:
error_reporting(0); @ini_set('display_errors', 0);Cheers!
IsmaelHi!
Please add this at the very bottom of custom.css or Quick CSS:
.single .main_menu .menu li, .single-portfolio .main_menu .menu li{ display: none; } .single .main_menu .menu li#menu-item-983, .single-portfolio .main_menu .menu li#menu-item-983 { display: block; } #menu-item-search { display: block; }This will remove all menu items except the Home menu on blog posts and portfolio items.
Cheers!
IsmaelHey!
They do respond on my end. Note that on mobile devices the columns will be specified as full width and they will not stack side by side like they do on iPad or desktop view.
Regards,
IsmaelHi donwattz1459!
Go to Enfold > Sidebar > enable the “Sidebar on Smartphones Show sidebar on smartphones (Sidebar is displayed then below the actual content)”. Remove browser cache then reload the page.
Best regards,
IsmaelHi jamlap!
After you upload an image on the fullscreen slider, click on the image list to configure the caption title and description. You can also add a button using the “Slide Link?” and “Where do you want to apply the link?” options.
Best regards,
IsmaelFebruary 10, 2014 at 3:06 am in reply to: .bottom_nav_header.social_header .main_menu>div, full width border-bottom #221483Hey!
Can you please post a screenshot of what you’re trying to do? You can use imgur or dropbox to post screenshots.
Cheers!
IsmaelHey Eric!
You can do the following in order to increase the max execution time:
1. Edit wp-config.php. Add this:
set_time_limit(60);
2. In htaccess:
php_value max_execution_time 60
3. Or edit php.ini. Ask your host.
max_execution_time = 60 ;
Try to increase php memory limit, refer to this link.
Cheers!
IsmaelHey!
Sorry that is not possible with the theme. You can create a page, use an image element for each portfolio categories then link it manually to their respective portfolio category pages. Each portfolio category pages should have their own Portfolio Grid element configured to show specific portfolio items within a category.
Cheers!
IsmaelFebruary 10, 2014 at 2:52 am in reply to: Responsive theme that supports a banner across the top #221478Hey!
I checked the website and I guess you managed to prevent the logo from showing up. I also check the banner and it resizes properly on different screen sizes. Add this on Quick CSS to fix the mobile view:
@media only screen and (max-width: 767px) { .bottom_nav_header.social_header #header_main .container { height: 40px; line-height: 40px; } }Best regards,
IsmaelHey!
The theme crops down the image to a certain width and height, in this case you can find the thumbnail size on functions.php. Look for this code:
$avia_config['imgSize']['gallery'] = array('width'=>710, 'height'=>575 ); // images for portfolio entries (2,3 column)I guess photo #2 and #6 are large images and wp crops them to the size specified above while #3 is a small one and wp didn’t crop it. You can tell wp not to crop an image by specifying the crop parameter to false. Replace the code above with this:
$avia_config['imgSize']['gallery'] = array('width'=>710, 'height'=>575, 'crop' => false ); // images for portfolio entries (2,3 column)You need to regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
If you are not comfortable with the above function you can use a plugin like http://wordpress.org/extend/plugins/simple-image-sizes/ to manually crop certain thumbnail size. You can also follow Josue’s suggestion to use images with the same ratio or dimension.
Best regards,
Ismael -
AuthorPosts

