Forum Replies Created

Viewing 30 posts - 60,481 through 60,510 (of 66,103 total)
  • Author
    Posts
  • in reply to: Windows problem? #210649

    Hi!

    Did you modify anything on the theme files? Please download the theme again on your themeforest account then update it via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750

    Cheers!
    Ismael

    in reply to: Customize Search Results Page #210648

    Hi!

    Please locate the same line of codes then replace it with:

    the_excerpt();

    It should automatically pull the excerpt. Remove browser cache then reload the page or test it on another browser.

    Best regards,
    Ismael

    in reply to: admin.php?page=avia is not displayed as usual #210645

    Hey pako69!

    Please download the theme again on your themeforest account then update your installation via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750

    Cheers!
    Ismael

    in reply to: Dropdown Menu not displaying in tablets (portrait) #210631

    Hey!

    Add this on Quick CSS or custom.css to display the mobile menu on iPad:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .mobile_menu_tablet .main_menu {
    display: block;
    }
    }

    Cheers!
    Ismael

    in reply to: Menu text became plain instead of strong #210628

    Hi!

    Add this on Quick CSS:

    .main_menu ul:first-child > li > a {
    font-weight: bold;
    }

    Regards,
    Ismael

    in reply to: Navigation and Logo won't play nice… #210585

    Hey!

    This will get you started with the main menu. You can use media queries to adjust the position of the menu items on different screen sizes:

    .main_menu {
    left: 0;
    }
    
    #top .main_menu .menu li {
    position: absolute !important;
    }
    
    #menu-item-71 {
    left: 0;
    }
    
    #menu-item-72 {
    left: 100px;
    }
    
    #menu-item-73 {
    right: 100px;
    }
    
    #menu-item-74 {
    right: 0;
    }

    You can go to Enfold > Styling then specify a background image. You can also use this plugin: http://wordpress.org/plugins/wp-backgrounds-lite/

    Regards,
    Ismael

    in reply to: Portfolio and Mosaic picture issues #210581

    Hey!

    Please try to enclose or place the Easy Slider element inside a column. The slider will automatically inherit the size of the container. This will make the slider looks bad if you’re using small images.

    Regards,
    Ismael

    in reply to: Bullet Points in Product Description, How Do I add them? #210580

    Hi!

    There are bullet points on the tabs. Please remove browser cache then reload the page a few times:

    Best regards,
    Ismael

    in reply to: Loosing floating buttons when using my own template #210579

    Hey!

    Please post the login details here. We would like to inspect it. Set it as a private reply.

    Cheers!
    Ismael

    in reply to: Hook the socket #210577

    Hey Voilaah!

    Edit footer.php, find this container:

    <footer class='container_wrap socket_color' id='socket' <?php avia_markup_helper(array('context' => 'footer')); ?>>

    Cheers!
    Ismael

    in reply to: Enfold Microsite Menu Problem #210572

    Hi atteam!

    I’m sorry but you’re not using the Enfold theme.

    Regards,
    Ismael

    in reply to: Icon Animation Not Working In Footer… #210570

    Hey!

    I checked the site, the homepage to be exact, using Firefox 26.0 Windows 8 and the icon animation on the footer works fine. :)

    Best regards,
    Ismael

    in reply to: Customize Search Results Page #210568

    Hi!

    You can edit includes > loop-search.php, find this code on line 88:

     
    $excerpt = trim(get_the_excerpt());
                    if(!empty($excerpt))
                    {
                        the_excerpt();
                    }
                    else
                    {
                        $excerpt = strip_shortcodes( get_the_content() );
                        $excerpt = apply_filters('the_excerpt', $excerpt);
                        $excerpt = str_replace(']]>', ']]>', $excerpt);
                        echo $excerpt;
                    }
    

    Replace it with:

    
    $excerpt = trim(the_excerpt());
                    if(!empty($excerpt))
                    {
                        the_excerpt();
                    }
                    else
                    {
                        $excerpt = strip_shortcodes( get_the_content() );
                        $excerpt = apply_filters('the_excerpt', $excerpt);
                        $excerpt = str_replace(']]>', ']]>', $excerpt);
                        echo $excerpt;
                    }
    

    Best regards,
    Ismael

    in reply to: comments in page and order #210566

    Hi!

    Did you add the comments shortcode on the tab element? I’m sorry but I think it will cause some issues. You need to place the comment elements outside the tab element.

    Cheers!
    Ismael

    in reply to: Dropdownliste main menu #210564

    Hi!

    What do you mean by “stale”? On the screenshot, are you referring to the edge or the border radius of the images? You can add this on the Quick CSS:

    .small-preview img, .big-preview img {
    border-radius: 0;
    }

    Cheers!
    Ismael

    in reply to: Enfold Showcase #210556

    Hi!


    @JPOsteen
    : Nice website! I like the logo. :)

    Cheers!
    Ismael

    in reply to: Why the max logo size is not used ? #210555

    Hey pako69!

    You can add this on Quick CSS to define the height of the header and the logo will automatically resize:

    /*default header: main logo and main menu height. increase max value if you want to use a bigger logo*/
    #header_main .container, .main_menu ul:first-child > li a{ height:156px; line-height: 156px; }

    Regards,
    Ismael

    in reply to: Icon Animation Not Working In Footer… #210552

    Hi JPOsteen!

    Please post the link to your website here.

    Regards,
    Ismael

    in reply to: comments in page and order #210551

    Hey dewasurya!

    Can you please give us a link to the page with the comments section?

    Edit includes > comments.php, find this code on line 83 to change the order of the comments:

    
    //get comments
    $comment_entries = get_comments(array( 'type'=> 'comment', 'post_id' => $post->ID ));
    

    Replace it with:

    
    //get comments
    $comment_entries = get_comments(array( 'type'=> 'comment', 'post_id' => $post->ID, 'order' => 'ASC'));
    

    Regards,
    Ismael

    in reply to: Oops ;) #210545

    Hi Tali!

    You can try to Import the dummy Data again or create a test installation then import the dummy data. Import the wp_layerslider table then export it on the current installation.

    Best regards,
    Ismael

    in reply to: Menu not working & strange video loading icon #210543

    Hi!

    I’m not sure what’s wrong with the second slider. Can you please post a screenshot of the issue? The video automatically plays.

    Best regards,
    Ismael

    in reply to: Two easy questions #210542

    Hi!

    Somewhere on your Quick CSS or custom.css, you have this css code that removes or hide the big featured image:

    .big-preview.multi-big {
    display: none !important;
    }

    Please locate that one and remove it or you can add this at the very bottom of custom.css or Quick CSS:

    .big-preview.multi-big {
    display: block !important;
    }

    Regards,
    Ismael

    in reply to: I can't reach the content of my homepage #210540

    Hey!

    Since you created the content on a very old version of the theme, you might need to recreate it again. Some of the elements has been changed drastically on some of the theme updates. Is this your website: http://corlap.nl/? The contents are not missing and the slider work fine when I check it using Chrome on Windows 8.

    Best regards,
    Ismael

    in reply to: Enfold > Gallery > Lightbox #210536

    Hey!

    Edit the images on the Media > Library panel then add the title on the “Alternative Text” field. They should show on top of the images when you open the lightbox.

    Maybe the image has a different ratio. Please add this on Quick CSS to define a max height for the product images:

    #top div .avia-gallery img {
    max-height: 333px;
    }

    Regards,
    Ismael

    in reply to: Responsive random quote section #210533

    Hey!

    I see. My bad! That is why I’m having a hard time adjusting the quote plugin with the background. Please remove the background on the Color Section then add this on Quick CSS:

    #quotes {
    text-align: center;
    margin: 0 5%;
    background: url(https://home.innerpath.com/wp-content/uploads/2014/01/quotes-background1.png) no-repeat top left;
    width: 100%;
    height: 180px;
    padding: 60px 20px 60px 20px;
    }

    Regards,
    Ismael

    in reply to: Enfold Layerslider not working #210529

    Hey!

    Can you please post the login details here? We would like to inspect the LayerSlider WP. Please post the login details for the old and new domain. Set it as a private reply. Also, please edit this page: http://wcreativestudio.com/wcs/, remove the LayerSlider element then put it back. Select the slide that you want.

    Regards,
    Ismael

    in reply to: updated to wp 3.8 portfolio items not showing #210526

    Hi edebe!

    Have you tried to recreate the element? Please post the login details here, we would like to check it. Set it as a private reply.

    Cheers!
    Ismael

    in reply to: Add Audio Player to Social Icon Top Bar #210523

    Hi!

    The theme only have the masonry gallery at the moment. You need to work with that or you can find a plugin that will suit your needs. You can also hire a freelance developer to modify the theme for you. Visit Werkpress, they will happily help you with the customization.

    Regards,
    Ismael

    in reply to: All portfolio items in a given category on one page #210521

    Hi lzevon!

    If you want to show a specific category of portfolio items on a single page, you need to configure the Portfolio Grid element’s “Which categories should be used for the portfolio?”. Select a category that you want to show. You can also manipulate a single portfolio item to show a specific category on portfolio items using the Advance Layout Builder.

    Regards,
    Ismael

    in reply to: Price table image background #210520

    Hi!

    You need to manually edit the images and make it transparent before you upload it as section background. It will be easily manipulated with css if you’re using solid colors but since you’re using an image as background, you need to actually edit the image and make it transparent.

    Regards,
    Ismael

Viewing 30 posts - 60,481 through 60,510 (of 66,103 total)