Forum Replies Created

Viewing 30 posts - 64,441 through 64,470 (of 67,524 total)
  • Author
    Posts
  • in reply to: some font icons missing in Firefox #164311

    Hi!

    Maybe a browser cache or something. Glad it is back now.

    Cheers!
    Ismael

    in reply to: Removing navigation arrows from blog post slider #164310

    Hello zerozendesign!

    Please add this on your custom.css or Quick CSS:

    .avia-content-slider .avia-slideshow-arrows.avia-slideshow-controls {
    display: none;
    }

    Cheers!
    Ismael

    in reply to: IS LOADING MUCH TO LONG … badperformance# #164263

    Hello!

    The slow loading speed might be because of the plugins installed. You have a total of 34 plugins which is real lot for a WordPress site. Can you minimize them or remove those you don’t really use? You can also use caching plugins like WP Super Cache or W3 Total Cache to improve page loading speed.

    Regards,
    Ismael

    • This reply was modified 12 years, 6 months ago by Ismael.
    in reply to: Date localization issue not fixed (v2.2) #164257

    Hello yutakaemura!

    You can create a child theme to preserve your modifications on the theme. :)

    Cheers!
    Ismael

    in reply to: Logo ginned #164254

    Hello!

    Please js > avia.js, find this code:

    if(st < el_height/2)
                    {
                        newH = el_height - st;
                        header.removeClass('header-scrolled');
                    }
                    else
                    {
                        newH = el_height/2;
                        header.addClass('header-scrolled');
                    }

    Replace it with:

    if(st < el_height/1.5)
                    {
                        newH = el_height - st;
                        header.removeClass('header-scrolled');
                    }
                    else
                    {
                        newH = el_height/1.5;
                        header.addClass('header-scrolled');
                    }

    This will make the header larger when you scroll down decreasing the graininess of the logo.

    Regards,
    Ismael

    in reply to: Floating Widget (using q2w3 widget) is not working in Chrome #164253

    Hi!

    Please add this:

    .avia-button {
    -webkit-backface-visibility: visible;
    }

    Best regards,
    Ismael

    in reply to: Layerslider "blink" at the end of transition #164245

    Hey advisionsrl!

    Can you give us a link to the page? You can select slide transition effects on Slide Options > Slide transition > Transitions.

    Cheers!
    Ismael

    in reply to: Animated content #164057

    Hey!

    On what browser are testing your website? It says specifically on the Image Fade in Animation option that this is only to add some ‘spice’ to the site and only works in modern browsers.

    Regards,
    Ismael

    • This reply was modified 12 years, 6 months ago by Ismael.
    in reply to: How to customize google custom search? #164052

    Hello kriru!

    Can you please add the google search? I don’t see it on the website.

    Best regards,
    Ismael

    in reply to: Add the word 'Search' before the search icon #164038

    Hey itchybrain!

    Edit header.php, find this code:

    echo "<div class='main_menu' data-selectname='".__('Select a page','avia_framework')."'>";

    Below, add this code:

    echo "<div class='search-text'>Search</div>";

    Add this on your custom.css or Quick CSS:

    .search-text {
    	position: absolute;
    	text-align: right;
    	padding-right: 30px;
    }

    Cheers!
    Ismael

    Hi!

    You can use the <!–more–> tag. It will display the excerpt even for archive pages.

    Cheers!
    Ismael

    in reply to: Logo problem within Citrix / IE8.0 #163944

    Hello mschoonhoven!

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

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .main_menu ul:first-child > li > a {
    padding: 0 8px;
    font-size: 11px;
    }
    
    .logo img {
    width: 220px;
    height: auto;
    max-height: 73px;
    }
    }

    Best regards,
    Ismael

    in reply to: Sticky Post #163943

    Hello ThorbenR!

    Yes, just edit the post. Look for Publish > Visiblity > Public > Stick this post to the front page. Enable it.

    Cheers!
    Ismael

    in reply to: Changing the Header Add an Extra DIV #163941

    Hi!

    Edit header.php, find this code:

    <div id='wrap_all'>
    
    		<?php if(!$blank){ ?>

    Below add something like this:

    <?php echo '<div class="header-top"></div>'; ?>

    Then add this on your custom.css or Quick CSS:

    .header-top {
    	position: relative;
    	z-index: 400;
    	width: 100%;
    	height: 100px;
    	background-color: transparent;
    	background-attachment: scroll;
    	background-image: url('IMAGE URL HERE');
    	background-position: center top;
    	background-repeat: no-repeat;
    }
    

    Regards,
    Ismael

    in reply to: Animated content #163940

    Hi!

    I don’t think you add the fade in animation. The image element should look like this:

    <img class="avia_image avia-builder-el-37 avia-builder-el-no-sibling avia-align- avia_animated_image avia_animate_when_almost_visible left-to-right avia_start_animation" src="http://localhost/kriesi/enfold/wp-content/uploads/2013/04/logos1-446x218.jpg" alt="" title="logos1-446x218">

    Regards,
    Ismael

    Hi!

    I suggest you upload uniform image sizes for each post. WP crop the thumbnails which varies depend on the original image size.

    Regards,
    Ismael

    in reply to: Unknown error on page. How to find out? #163935

    Hello!

    Can you please post the whole single-portfolio.php code? You can use pastebin.com.

    Regards,
    Ismael

    in reply to: Problem with Portrait view on iPhone #163927

    Hi!

    That’s not suppose to happen on mobile view. Can you please add this?

    @media only screen and (max-width: 767px) {
    .responsive .container .twelve.units {
    	width: 95%;
    }
    }
    

    Best regards,
    Ismael

    in reply to: ENFOLD: Youtube Link Lightbox Issue #163925

    Hey!

    I’m sure it’ll work.

    Regards,
    Ismael

    in reply to: Problem with creating a portfolio item gallery #163923

    Hey!

    What you see in the screenshot is your own admin page. Please test it again. I successfully add those images on your gallery.

    Regards,
    Ismael

    • This reply was modified 12 years, 6 months ago by Ismael.
    in reply to: Changing sidebar width #163442

    Hi!

    Depends on the browser size. On what screen size would you like to change it?

    @media only screen and (min-width: 1340px) {
    .responsive_large .container .nine.units {
    width: 900px;
    }

    The code above means that the nine unit container will have a width of 900px when viewing on screen larger than 1340.

    @media only screen and (min-width: 1140px) {
    .responsive .container .nine.units {
    width: 800px;
    }
    }

    This code means that the nine unit container will have a width of 800px when viewing on screen larger than 1140.

    Cheers!
    Ismael

    • This reply was modified 12 years, 6 months ago by Ismael.
    in reply to: Lightbox gallery from text link or button #163436

    Hey!

    You can add rel=”lightbox” on the anchor tag.

    <a rel="lightbox" href="IMAGE OR VIDEO URL HERE">This is a lightbox link</a>

    Regards,
    Ismael

    in reply to: Full width images in post #163434

    Hi,

    If you want to change the style of a specific page or post, you can use the Google Chrome Inspect Element. Look for the unique css body class.

    On the example above, the page’s unique selector is .page-id-2251. We can use it to change the elements within that page.

    .page-id-2251 .small-preview {
    display: none
    }

    Regards,
    Ismael

    in reply to: logo size – ipad #163429

    Hello hairyhobo!

    You can use this:

    @media only screen and (min-width: 768px) and (max-width: 989px) { 
    .logo img {
    height: 42px;
    margin-top: 15px;
    }
    
    .responsive .main_menu ul:first-child > li > a {
    padding: 0 7px;
    font-size: 11px;
    }
    }

    Best regards,
    Ismael

    Hey!

    Like Yigit said, you need to specify which fonts or text you’re trying to change. Yes, that is the selectors for text elements. :)

    Cheers!
    Ismael

    in reply to: Easy Slider blank until another page visited. #163393

    Hey!

    Always remove browser cache then reload the page a few times. :)

    Cheers!
    Ismael

    Hi!

    You can use this:

    .avia-post-nav:hover .entry-info-wrap {
    width: 140px;
    }
    
    .avia-post-nav .entry-info {
    width: 100px;
    }
    
    .avia-post-nav.avia-post-prev .entry-image {
    position: relative;
    left: 20px;
    }
    
    .avia-post-nav.avia-post-prev .entry-image {
    position: relative;
    right: 20px;
    }

    Cheers!
    Ismael

    in reply to: preview image height in Ajax portfolio #163389

    Hello!

    You’re using 3 columns for your portfolio? You can edit this line of code:

    $avia_config['imgSize']['portfolio'] = array(‘width’=>465, ‘height’=>346); // images for portfolio entries (2,3,4 column)

    Replace it with:

    $avia_config['imgSize']['portfolio'] = array(‘width’=>346, ‘height’=>346); // images for portfolio entries (2,3,4 column)

    Regenerate the thumbnails: http://wordpress.org/plugins/regenerate-thumbnails/

    Regards,
    Ismael

    • This reply was modified 12 years, 6 months ago by Ismael.
    in reply to: color section #163387

    Hello!

    Glad Devin fixed it. :)

    Regards,
    Ismael

    in reply to: New website with Front page design with 2/3 slider #163386

    Hey!

    My bad, I forgot to mention that Layer Slider can’t be place inside Layout elements.

    Yes, you can use the Easy Slider. :)

    Best regards,
    Ismael

Viewing 30 posts - 64,441 through 64,470 (of 67,524 total)