Forum Replies Created
-
AuthorPosts
-
February 3, 2014 at 3:53 am in reply to: I want to show right contents first & left contents in the mainpage mobile #218578
Hi wethepublic!
Add this on Quick CSS to remove the banner on mobile view:
@media only screen and (max-width: 768px) { .home .avia_image.avia-builder-el-1.el_after_av_layerslider.avia-builder-el-first.avia-align-center { display: none; } }It is not possible to switch the content on mobile view.
Regards,
IsmaelHey!
Please add this on Quick CSS:
.avia_mobile #top #searchsubmit, .avia_mobile .ajax_load { height: 42px; }Regards,
IsmaelHey karios!
The image url is incorrect. Please check.
http://www.kariosgames.comhttp//www.kariosgames.com/wp-content/uploads/2014/01/appStore.png
I think it should be:
http://www.kariosgames.com/wp-content/uploads/2014/01/appStore.png
Regards,
IsmaelHey!
Can you please give us a link to the page with the table? Maybe specifying a minimum height for the table rows will help. Add this on Quick CSS:
.pricing-table>li { min-height: 70px; }Cheers!
IsmaelHi!
You’re using a very old version of the theme. Please download the latest version on your themeforest account then update the theme via FTP. Please watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
Regards,
IsmaelHi!
Glad you figured it out. You can also specify a minimum or max height for the portfolio thumbnails if necessary. :)
Cheers!
IsmaelHi Fiorilla!
Are you talking about the Special Heading element? You can add this on Quick CSS to decrease the top margin:
.av-special-heading { margin-top: 10px; }Regards,
IsmaelHi Fiorilla!
You can use this:
div .main_color .tabcontainer .tab { background: blue; border-color: red; }Best regards,
IsmaelHey!
Sadly, the functions.php and register-admin-options.php files will be overwritten when you update the theme.
Regards,
IsmaelHey controlC!
You can refer to this link: http://docs.woothemes.com/document/installation/
Best regards,
IsmaelFebruary 2, 2014 at 4:12 am in reply to: Blog grid: How to sort/display 1 category chronologically and 1 alphabetically? #218347Hey!
Please replace it with this:
add_filter('avia_post_slide_query','avia_order_by_random', 10, 2); function avia_order_by_random($query, $params) { $query['orderby'] = 'title'; $query['order'] = 'ASC'; $terms = explode(',', $params['categories']); if (!empty($terms) && in_array(55, $terms)) { $query['orderby'] = 'date'; } if (!empty($terms) && in_array(56, $terms)) { $query['orderby'] = 'date'; } return $query; }Best regards,
IsmaelHi revovideo!
On what browser and OS are you testing this with? Chrome does not support RSS feeds, you need to install a third party browser extension to be able to read rss feeds. On the other hand, Firefox does have a built in rss extension.
Regards,
IsmaelHey toddgeist!
Please add this on functions.php to disable the video element:
function ava_remove_video_element() { echo '<style type="text/css">.avia-tab.avia-tab-3 a[data-avia-tooltip="Display a video"]{display: none;}</style>'; } add_action('admin_head', 'ava_remove_video_element');Best regards,
IsmaelHey toddgeist!
You will lose the lightbox functionality for images and videos. Lightbox is the modal box that pop up when you click on an image or text linking to a video or image.
Cheers!
IsmaelHi!
We can’t see the website. Is it using an Enfold theme? Please post a screenshot. It says:
Your access to this site has been limitedRegards,
IsmaelHey msfoto!
Edit functions.php, find this code:
$avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column)Change the height then regenerate the thumbnail using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Regards,
IsmaelHi!
Please try this one:
if(empty($this->loop[$key]['content'])) { $this->loop[$key]['content'] = avia_backend_truncate($entry->post_content, apply_filters( 'avf_masonry_excerpt_length' , 60) , apply_filters( 'avf_masonry_excerpt_delimiter' , " "), "…", true, ''); } $prev_img_id = get_post_meta($id, 'artist_logo', true ); if($prev_img_id != '') { if($prev_img_id) $image_attributes = wp_get_attachment_image_src($prev_img_id, $size = 'full', $icon = false); // returns an array if(!empty($image_attributes[0])) $this->loop[$key]['content'] = '<img src="'.$image_attributes[0].'" />'; }Best regards,
IsmaelHi!
Instead of using the “Share” url on the youtube page. Copy the actual url on the browser and use it instead.
http://www.youtube.com/watch?v=mkfIoNxOhOM&feature=youtu.beRegards,
IsmaelHi!
Add the 2/3 and 1/3 column then insert a Text Block inside the 2/3 column. Edit the text block then add a column shortcode. I know this is not the easiest way but it works. Please hire a freelance developer if you want to modify the avia layout builder. You can also request the feature here: https://kriesi.at/support/topic/enfold-feature-requests/
Best regards,
IsmaelHi erikenanne!
You can add this on Quick CSS:
.page-id-498 #main { background: none !important; }Regards,
IsmaelHey!
2.) You can move the logo using this:
.logo { margin-left: 35%; }Use media queries to target different screen sizes.
3.) Use this to resize the header height:
#header_main .container, .main_menu ul:first-child > li a { height: 256px; line-height: 256px; }Regards,
IsmaelHey sineadh!
Please use this on Quick CSS:
#top form h3 { font-size: 15px; font-weight: 400; }Use this to change the color of the submit button:
.main_color input[type='submit'] { background: red; }Regards,
IsmaelFebruary 1, 2014 at 8:29 am in reply to: Adding Custom Social Icons, problem with uploading fontello .zip file. #217735Hi!
Can you please give us a link to the website? Have you tried updating the theme files? http://vimeo.com/channels/aviathemes/67209750
Cheers!
IsmaelHi ekessler!
1.) You can hide the featured image on the blog using this on Quick CSS:
.small-preview, .big-preview.single-big { display: none; }2.) You said that you want to remove the featured images? Try this:
.small-preview, .big-preview.single-big { pointer-events: none; }3.) I’m sorry but it is not clear. What home icons?
Best regards,
IsmaelHi!
I can’t login to the website. The password and username is incorrect. It takes me to the maintenance mode page.
Best regards,
IsmaelHi!
Please try to edit the image with the video link on the full width easy slider then make sure that the “Open Link in new Window?” option is set to “Open is same window”.
Best regards,
IsmaelHi bryanpeck!
Please add this on custom.css or Quick CSS to fix the background color issue:
.alternate_color, .alternate_color .site-background, .alternate_color .first-quote, .alternate_color .related_image_wrap, .alternate_color .gravatar img .alternate_color .hr_content, .alternate_color .news-thumb, .alternate_color .post-format-icon, .alternate_color .ajax_controlls a, .alternate_color .tweet-text.avatar_no, .alternate_color .big-preview, .alternate_color .toggler, .alternate_color .toggler.activeTitle:hover, .alternate_color #js_sort_items, .alternate_color.inner-entry, .alternate_color .grid-entry-title, .alternate_color .related-format-icon, .grid-entry .alternate_color .avia-arrow, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery img, .alternate_color .grid-content { background-color: #f8f8f8; background: #f8f8f8; color: #4d4d4d; } .main_color, .main_color .site-background, .main_color .first-quote, .main_color .related_image_wrap, .main_color .gravatar img .main_color .hr_content, .main_color .news-thumb, .main_color .post-format-icon, .main_color .ajax_controlls a, .main_color .tweet-text.avatar_no, .main_color .big-preview, .main_color .toggler, .main_color .toggler.activeTitle:hover, .main_color #js_sort_items, .main_color.inner-entry, .main_color .grid-entry-title, .main_color .related-format-icon, .grid-entry .main_color .avia-arrow, .main_color .avia-gallery-big, .main_color .avia-gallery-big, .main_color .avia-gallery img, .main_color .grid-content { background-color: #f8f8f8; background: #f8f8f8; color: #4d4d4d; }Regards,
Ismael -
AuthorPosts

