Forum Replies Created

Viewing 30 posts - 61,771 through 61,800 (of 67,377 total)
  • Author
    Posts
  • 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

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

    Hi Voilaah!

    Can you please give us a link to the website? You can’t remove the <br> tags on the editor assuming you’re using a Text Block.

    Best regards,
    Ismael

    in reply to: Image Link Hover Issue #210515

    Hi!

    I’m not really sure why the image overlay appear on the logo but you can add this on Quick CSS to remove it:

    .avia_image.avia-builder-el-32.avia-builder-el-no-sibling.avia-align-center .image-overlay {
        display: none !important;
    }

    Cheers!
    Ismael

    in reply to: Windows problem? #210514

    Hey!

    Maybe a plugin is causing the issue. Please deactivate them, see if the issue persist.


    @brdconcept
    : Please deactivate the MyTube plugin. Let us know if it helps.

    Regards,
    Ismael

    Hi!

    Do you have the Fullscreen Slider? Edit js > shortcodes.js, find this code on line 687:

    slide_height = Math.ceil( (viewport / 100) * this.options.height );

    Replace it with:

    slide_height = Math.ceil( (viewport / 100) * this.options.height + 88 );

    Remove browser cache then reload the page.

    Regards,
    Ismael

    in reply to: Customize Search Results Page #209985

    Hey!

    I’m sorry for being dumb. Can you please explain it using a screenshot?

    Best regards,
    Ismael

    in reply to: modify Font of icon box #209984

    Hi baeriswyl!

    Sure. :)

    You can use this on Quick CSS:

    .iconbox .iconbox_content .iconbox_content_title {
    border: medium none;
    padding: 2px 0 0 0;
    position: relative;
    margin: 0 0 16px 0;
    clear: none;
    overflow: hidden;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

    Change the values.

    Regards,
    Ismael

    in reply to: Animate in effect for other elements?? #209981

    Hi!

    Please edit the Special Heading element again after you place inside the 1/1 column layout. Add the “awesome_heading” custom css class again. I placed the Special Heading element inside a 1/1 column and I’m not sure why the custom css class was removed. I have to add it again. http://onecraftyshop.com/special-heading-animation-test/

    Cheers!
    Ismael

    in reply to: I'm not able to save changes in theme settings #209977

    Hi SpiceMaster!

    Can you please give us a link to the website? Increase the wordpress php memory limit then try again: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Cheers!
    Ismael

    in reply to: Caption with frame html #209972

    Hey Gstar72!

    What type of slider are you using? Fullscreen? Easy Slider?

    Best regards,
    Ismael

    in reply to: LayerSlider Bug #209971

    Hi!

    Please post the login details here, set it as a private reply. We would like to inspect the layer slider.

    Regards,
    Ismael

    Hey cbrand!

    Can you please flush the permalink settings again? Go to Settings > Permalink then click the “Save” button once. This should flush it. If you have access on .htaccess file, please delete them then flush the permalink settings once more.

    Best regards,
    Ismael

    in reply to: Mega Menu Breaks #209966

    Hey OsteopathicCollege!

    Can you please post a link to the website? Do you have any plugin that might be related with the menus? Please deactivate them, see if the issue persist. Refer to this link on how to fix the custom menu limit, maybe this will help: http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-custom-menu-items-limit-in-wordpress/comment-page-1/#comment-186321

    Best regards,
    Ismael

    in reply to: Footer text working only in one language #209963

    Hi!

    Please send it on (Email address hidden if logged out) .

    Cheers!
    Ismael

    Hi bmneimark!

    You can add a unique selector for each Avia Elements. Edit functions.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Below, add this code:

    add_theme_support('avia_template_builder_custom_css');

    Create a page then insert three 1/3 columns. On each columns insert the Images element under Media Element panel. Configure each Images element then add a custom css class. For example, let’s use the “one_third_image”. Add this on custom.css or Quick CSS to specify the height of the images with the “one_third_image” selector:

    .avia_image.one_third_image {
    height: 240px;
    }

    Best regards,
    Ismael

    Hi!

    If you want something like the Elision header. You can use the Small Fixed Header then add this on Quick CSS:

    .header_color .header_bg {
    background-color: transparent;
    }
    
    .header_color div {
    border-color: transparent;
    }
    
    .fixed_header #main {
    padding-top: 0;
    margin-top: -1px;
    }
    

    Regards,
    Ismael

    in reply to: Boxed layout on some pages and not others… #209941

    Hi!

    Alright, it does work on my end though. :)

    Best regards,
    Ismael

Viewing 30 posts - 61,771 through 61,800 (of 67,377 total)