Forum Replies Created

Viewing 30 posts - 65,491 through 65,520 (of 66,017 total)
  • Author
    Posts
  • in reply to: Image for portfolio items #121099

    Hi,

    Edit a portfolio, look for Featured Image then click “Set featured image”.

    Regards,

    Ismael

    in reply to: Rollover disc arrow replacement – PART 2 #121206

    Hi,

    Maybe you are doing it wrong.

    .image-overlay.overlay-type-extern .image-overlay-inside::before{content:"E714";}
    .image-overlay.overlay-type-video .image-overlay-inside::before{content:"E714";}

    Check this link http://www.entypo.com/characters/. Look at the first icon, which is a telephone. The code is U+1F4DE. If you want to apply that, you can use this.

    .image-overlay.overlay-type-extern .image-overlay-inside::before{content:"1F4DE";}
    .image-overlay.overlay-type-video .image-overlay-inside::before{content:"1F4DE";}

    Please replace the original code on base.css. It is not working on custom.css.

    Remove browser cache then hard refresh your page to see the changes.

    Regards,

    Ismael

    in reply to: Enfold – Menu drop down height fix #121192

    Hi,

    Your website is on maintenance mode.

    Regards,

    Ismael

    in reply to: ENFOLD – Changed Header Menu issues #121183

    Hi,

    Your website is on maintenance mode.

    Regards,

    Ismael

    in reply to: Need tips on the layout Layout Slider WP #121190

    Hi,

    Import the Dummy data. Check the dimension of the layers on LayerSlider WP. The slider “Enfold – most beautiful theme ever” is a nice example of a responsive slider. Suggested background image size 1600x470px.

    Regards,

    Ismael

    Hey,

    Glad it is fixed.

    Cheers,

    Ismael

    Hi,

    The Advance Layout Editor, in some parts, is a bit unstable at the moment but Kriesi is doing his best to fix the issue. It seems that the problem exist to those who have third party plugins installed. Please deactivate them then reactivate them one at a time, see if the problem persists. Can you still access the page on the frontend?

    Regards,

    Ismael

    in reply to: Header Logo squished in Internet Explorer 8 #121175

    Hi,

    Please add this on your custom.css or Quick CSS

    .logo img {
    max-width: 300px !important;
    }

    Regards,

    Ismael

    in reply to: Problem with table layout in mobile devices #120514

    Hi,

    I’m sorry but I visited the site again and it is unavailable.

    Regards,

    Ismael

    in reply to: Easy slider – image size #121185

    Hi,

    I already reported the issue to Kriesi.

    You can put the EasySlider inside a column, I think that’s the other workaround when using the EasySlider.

    Regards,

    Ismael

    in reply to: Grid blog post excerpt length #121042

    Hi,

    Refresh your page a few times.

    These are the steps you can do

    – Deactivate all plugins then reactivate them to check which plugin is interfering with the Screen Options.

    – Switch back to TwentyTwelve theme, see if the button works.

    – Re-uploading the wp-admin and wp-includes folders from a fresh download of WordPress?

    – Increase the memory available on your PHP.

    1. If you have access to your PHP.ini file, change the line in PHP.ini

    If your line shows 32M try 64M. If your line shows 64M try 128M

    memory_limit = 64M ; Maximum amount of memory a script may consume (32MB)

    2. If you don’t have access to PHP.ini try adding this to an .htaccess file:

    php_value memory_limit 64M

    3. Try adding this line to your wp-config.php file:

    Increasing memory allocated to PHP

    define(‘WP_MEMORY_LIMIT’, ’64M’);

    4. Talk to your host.

    Regards,

    Ismael

    in reply to: Understanding image sizes – Help! #120878

    Hi,

    Sometimes, the best way to get sharp thumbnails is to create thumbnails that fits exactly on the container. This is why we need to change the thumbnails sizes on functions.php. Can you give us a link to your website?

    Regards,

    Ismael

    in reply to: Footer & Socket overlap bbpress entries #121169

    Hi,

    Can you give us a step by step instruction on how you end up with this kind of page? We would like to recreate the page and fix it.

    Regards,

    Ismael

    in reply to: Remove prev/next portfolio #121011

    Hey,

    Glad it is fixed.

    Cheers,

    Ismael

    Hi,

    Suggested image size for that kind of layout is 666x539px. You can change this line on functions.php

    $avia_config['imgSize']['gallery'] = array('width'=>710, 'height'=>575 ); // images for portfolio entries (2,3 column)

    Regenerate the thumbnails.

    Regards,

    Ismael

    in reply to: post layout and format #120990

    Hey,

    Glad you found it.

    Cheers,

    Ismael

    in reply to: Layerslide on 1/2 column #121125

    Hi,

    You are correct. It is not possible.

    Regards,

    Ismael

    in reply to: Change Top Menu Colors #121267

    Hi,

    Please add this on your custom.css to change the menu color

    .main_menu a {
    color: white !important;
    }

    To change the active page color, use this

    .current-menu-item > a {
    color: black !important;
    }

    For the submenu hover, you can use this

    .header_color .main_menu .menu ul li a:hover {
    background-color: white;
    color: orange !important;
    }

    Regards,

    Ismael

    in reply to: Original Slider Import #121261

    Hi,

    Create a new test site. Import the dummy data then go to LayerSlider WP. Copy the code under Export sliders. Go back to your site, again, go to LayerSlider WP > paste the code under Import sliders, click Import.

    Regards,

    Ismael

    in reply to: Delete horizontal bar below header on home page #121258

    Hi,

    Just edit your homepage, look for “Header Settings”, select “Don’t display the Header”.

    Regards,

    Ismael

    in reply to: Modifying Breadcrumb Header #121150

    Hi,

    Is Desktop Wallpaper a category for your portfolio entries? Please make it a category then do Dude’s code above. This will only work if you are not using the Advance Layout Editor for your portfolio items.

    Regards,

    Ismael

    in reply to: Sidebar Styling #121257

    Hi,

    1.) The sidebar expands when there are widgets present. It has no definite height. You need a javascript of some sort to make the sidebar inherit the height of the content area. A simple solution is to define a minimum height for the sidebar but this is not flexible and may not be appropriate for all types of pages. Add this on your Quick CSS or custom.css

    #top #main .sidebar {
    background: red;
    min-height: 600px;
    }

    2.) You can add this on your custom.css or Quick CSS.

    .widgettitle {
    border-bottom: 1px dotted red;
    padding-bottom: 10px;
    }

    3.) To add a bottom separator, you can use this

    .widget {
    border-bottom: 1px solid black;
    }

    Regards,

    Ismael

    in reply to: Portfolio design aspect #118996

    Hi,

    Glad they are fixed.

    For the header background, please follow these links.

    https://kriesi.at/support/topic/mega-menu-bug#post-108100

    https://kriesi.at/support/topic/header-background-image-2

    Cheers,

    Ismael

    in reply to: Unable to edit homepage slider #119555

    Hi,

    Sorry for the delay.

    I tested your website using Chrome, I added a red text “Add add add” and I saved it successfully. It does took a long while. Please try to disable the plugins then activate them one at a time. Check if they have something to do with the slider.

    I didn’t remove the red text. Please remove it.

    Regards,

    Ismael

    in reply to: change default blog layout #121243

    Hi,

    Create a page, go Advance Layout Editor. Under Content Element > Insert the Blog Posts element. You can change the layout under “Blog Style”. Look for Blog Content length, choose Excerpt with Read more link.

    Regards,

    Ismael

    in reply to: Change the height of Portfolio Featured Images #120998

    Hi,

    You can change the image size on functions.php

    $avia_config['imgSize']['portfolio'] 		 	= array('width'=>495, 'height'=>400 );						// images for portfolio entries (2,3 column)
    $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns

    The code above are thumbnail size for 2,3 or 4 column portfolio. Regenerate the thumbnails after.

    Regards,

    Ismael

    in reply to: Sorting portfolio items #118108

    Hi,

    Please edit your homepage, look for Portfolio Grid. Edit it then find Post Number, select the number of items that should be displayed.

    Regards,

    Ismael

    in reply to: Portfolio Creation Instructions Step by Step Please #120996

    Hi,

    You don’t need to build different pages for your videos. Just create a page, insert columns, on each columns insert an image which is linked to a video url.

    You can insert videos on LayerSlider WP.

    Regards,

    Ismael

    in reply to: Portfolio instructions #118731
    in reply to: Move gallery from Page to Portfolio Item? #120442

    Hi,

    Just create a new portfolio item, go Advance Layout Editor > Media Elements > Insert the Gallery element.

    Regards,

    Ismael

Viewing 30 posts - 65,491 through 65,520 (of 66,017 total)