Forum Replies Created

Viewing 30 posts - 61,021 through 61,050 (of 67,145 total)
  • Author
    Posts
  • 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,
    Ismael

    in reply to: Search Submit Button #218576

    Hey!

    Please add this on Quick CSS:

    .avia_mobile #top #searchsubmit, .avia_mobile .ajax_load {
    height: 42px;
    }

    Regards,
    Ismael

    in reply to: Weird LayerSlider WP bug? #218574
    in reply to: Pricing Table Issue #218571

    Hey!

    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!
    Ismael

    in reply to: Iconbox Icons not displaying correctly #218570

    Hi!

    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,
    Ismael

    in reply to: 3 column portfolio – images not resized #218562

    Hi!

    Glad you figured it out. You can also specify a minimum or max height for the portfolio thumbnails if necessary. :)

    Cheers!
    Ismael

    in reply to: Reducing space around a headline #218561

    Hi 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,
    Ismael

    in reply to: Tabs menu in a different color #218560

    Hi Fiorilla!

    You can use this:

    div .main_color .tabcontainer .tab {
    background: blue;
    border-color: red;
    }

    Best regards,
    Ismael

    in reply to: Head With Social Media and Large Logo #218353

    Hey!

    Sadly, the functions.php and register-admin-options.php files will be overwritten when you update the theme.

    Regards,
    Ismael

    in reply to: Woocommerce – Setting it up #218348

    Hey controlC!

    You can refer to this link: http://docs.woothemes.com/document/installation/

    Best regards,
    Ismael

    Hey!

    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,
    Ismael

    in reply to: RSS Feed not working #218340

    Hi 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,
    Ismael

    in reply to: disabling video shortcode #218339

    Hey 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,
    Ismael

    in reply to: What is PrettyPhoto used for? #218336

    Hey 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!
    Ismael

    in reply to: Floating button #218332

    Hey!

    Please add this:

    #beta {
    z-index: 99999;
    }

    Regards,
    Ismael

    in reply to: Logosize stretch #218330

    Hi!

    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 limited

    Regards,
    Ismael

    in reply to: Changing size of images – homepage (Blog Posts) #218328

    Hey 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,
    Ismael

    in reply to: Masonry Blog Not Working #218325

    Hey!

    Deleted. :)

    Cheers!
    Ismael

    in reply to: Head With Social Media and Large Logo #218323

    Hi!

    Like I said, I’m not sure why the filter is not working but the instruction I posted above works. Please follow these steps:

    Best regards,
    Ismael

    in reply to: Re: Dude – masonry-portfolio-hover-figcaption #218319

    Hi!

    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,
    Ismael

    in reply to: youtube link not opening in lightbox #218317

    Hi!

    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.be

    Regards,
    Ismael

    in reply to: I can't do this layout #218316

    Hi!

    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,
    Ismael

    in reply to: Remove de maincolor on one of de pages #218313

    Hi erikenanne!

    You can add this on Quick CSS:

    .page-id-498 #main {
    background: none !important;
    }

    Regards,
    Ismael

    in reply to: Header Resize #218311

    Hey!

    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,
    Ismael

    in reply to: Contact form title and button colour #217736

    Hey 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,
    Ismael

    Hi!

    Can you please give us a link to the website? Have you tried updating the theme files? http://vimeo.com/channels/aviathemes/67209750

    Cheers!
    Ismael

    in reply to: Blog options #217734

    Hi 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,
    Ismael

    in reply to: Header Resize #217732

    Hi!

    I can’t login to the website. The password and username is incorrect. It takes me to the maintenance mode page.

    Best regards,
    Ismael

    in reply to: youtube link not opening in lightbox #217731

    Hi!

    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,
    Ismael

    in reply to: Problems in IE8 #217729

    Hi 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

Viewing 30 posts - 61,021 through 61,050 (of 67,145 total)