Forum Replies Created
-
AuthorPosts
-
Hey atomicdreamz!
You can add this on Quick CSS if you want a separator below each events:
.tribe-events-list .vevent.hentry { border-top: 1px solid gray; }
Cheers!
IsmaelHi gmmediadienste!
You can add this on Quick CSS or custom.css to reduce the width of the Boxed Layout:
@media only screen and (min-width: 1140px) { .responsive .boxed#top { width: 1030px; } .responsive .container { width: 930px; } }
Cheers!
IsmaelHi!
1-2.) Please add this on Quick CSS or custom.css:
.related_image_wrap { max-height: 70px; } .related_image_wrap img { height: 100%; } .related_entries_container .no_margin.av_one_eighth { width: 15.5%; }
2.) Edit includes > related-posts.php, find this code:
$output .= "<h5 class='related_title'>".__('You might also like', 'avia_framework')."</h5>";
Cheers!
IsmaelFebruary 10, 2014 at 7:27 am in reply to: Adding Tagline, change display date , color of links #221541Hey!
1.) What do you mean by “fine tagline”? Do you want a separator between each posts? You can add this on Quick CSS or custom.css:
.template-blog .post_delimiter { margin: 0 0 50px 0; padding: 50px 0 0 0; clear: both; border-bottom: 1px solid gray; }
2.) Change the links on the sidebar using this:
.main_color .sidebar a { color: red; }
3.) We don’t see the dotted line. Please post a screenshot.
4.) Edit framework > php > function-set-avia-backend.php, find this code on line 688:
$range = 2; // only edit this if you want to show more page-links
Increase the range value.
5.) Please edit includes > loop-index.php, remove everything then replace it with this code: http://pastebin.com/LnTUQMVR
Regards,
IsmaelFebruary 10, 2014 at 7:15 am in reply to: Fonts loaded through the IconFont Manger are messing up ssl #221538Hey 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!
Ismael -
AuthorPosts