Forum Replies Created

Viewing 30 posts - 63,571 through 63,600 (of 66,629 total)
  • Author
    Posts
  • 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 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

    in reply to: LayerSlider Unresponsive #163384

    Hey!

    Can you please override or update the theme files again? Have you tried disabling all your plugins, see if the LayerSlider admin works again?

    Cheers!
    Ismael

    in reply to: Retina Images and Fonts in Portfolio Grid – Theme Enfold #163380

    Hi!

    Edit functions.php, find this code:

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

    Replace it with:

    $avia_config['imgSize']['portfolio_small'] = array('width'=>520 'height'=>370 ); // images for portfolio 4 columns

    The image thumbnails you’re uploading as portfolio thumbnails are so small. Please upload a larger image, twice the size if possible.

    Best regards,
    Ismael

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

    Hi!

    Please check this line of code:

    the_title( '</div><h3>', '</h3><p>' );

    Is this correct? Why is there a closing div?

    Best regards,
    Ismael

    in reply to: Styling Button – Gravity Forms #163373

    Hi!

    This is the css code for the promo button:

    body div .avia-button {
    border-radius: 3px;
    background-image: url("../images/layout/bg-button.png");
    background-repeat: repeat-x;
    background-position: 0 0;
    padding: 10px;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    margin: 3px 0;
    line-height: 1.2em;
    position: relative;
    font-weight: 600;
    text-align: center;
    max-width: 100%;
    }
    
    .avia-button.avia-size-large {
    padding: 13px 30px;
    font-size: 14px;
    min-width: 127px;
    }
    
    body .avia-button.avia-color-theme-color, body .avia-button.avia-color-theme-color:hover {
    color: #fff;
    color: rgba(0, 0, 0, 0.5);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    
    #top .main_color .avia-color-theme-color {
    color: red;
    }

    You can use the google chrome to inspect the Gravity Forms button then apply the css codes above. A link to your site will help.

    Best regards,
    Ismael

    in reply to: Portfolio grid #163371

    Hey!

    You can add another column on the grid. Edit config-templatebuilder > avia-shortcodes > portfolio.php, find this code:

    "subtype" => array(	/* __('1 Column',  'avia_framework' )=>'1', */
    												__('2 Columns', 'avia_framework' )=>'2',
    												__('3 Columns', 'avia_framework' )=>'3',
    												__('4 Columns', 'avia_framework' )=>'4',
    												/* __('5 Columns', 'avia_framework' )=>'5', */

    Replace it with:

    "subtype" => array(	/* __('1 Column',  'avia_framework' )=>'1', */
    												__('2 Columns', 'avia_framework' )=>'2',
    												__('3 Columns', 'avia_framework' )=>'3',
    												__('4 Columns', 'avia_framework' )=>'4',
    												 __('5 Columns', 'avia_framework' )=>'5',

    You can now select 5 columns.

    Cheers!
    Ismael

    in reply to: Enfold, Theme Update, 2013 September 18 – Version 2.2 #163339

    Hey!


    @akhilz
    : The link color on your footer is white. Which of theme elements do you want to change and to what color?

    Regards,
    Ismael

    in reply to: No Data Received Error #163335

    Hi!

    Hey, you’re using a very old version of the theme. Please download Enfold 2.1 then update to WordPress 3.6.

    Cheers!
    Ismael

    in reply to: Updated and big part of website is in german #163328

    Hey Semel!

    Did you translate your website in German? Can you give us a link to the website?

    Regards,
    Ismael

    in reply to: translate language #163325

    Hello azabusan08!

    You need to use the WPML plugin.

    Cheers!
    Ismael

    in reply to: Add to Header #163311

    Hi Eleina_Shinn!

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

    #top .social_bookmarks {
    float: right;
    top: 50px;
    position: relative;
    }
    
    .social_header .phone-info {
    top: 100px;
    position: relative;
    }

    You can adjust the top position. Unfortunately, there is no easy way of adding your own icons. You can refer to this link: https://kriesi.at/support/topic/youtube-icon/

    Best regards,
    Ismael

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

    Hello!

    Edit js > avia.js, find this code:

    autolinkElements: 'a[rel^="prettyPhoto"], a[rel^="lightbox"], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href$=".mov"] , a[href$=".swf"] , a[href*="vimeo.com"] , a[href*="youtube.com"] , a[href*="screenr.com"]'

    Replace it with:

    autolinkElements: 'a[rel^="prettyPhoto"], a[rel^="lightbox"], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href$=".mov"] , a[href$=".swf"] , a[href*="vimeo.com"] , a[href*="screenr.com"]'

    Remove browser cache then reload the page.

    Regards,
    Ismael

    • This reply was modified 12 years ago by Ismael.
    in reply to: Enfold – Progress Bar #163292

    Hello!

    Glad it is fixed now.

    Regards,
    Ismael

    in reply to: Styles tab not working child theme. #163289

    Hey!

    I tested this on my end using a child theme and the Styling tabs works ok. Have you tried selecting a “predefined color scheme”? See if it works.

    Regards,
    Ismael

    in reply to: Dummy Data not importing #163286

    Hey!

    Can you please re-install WordPress and start from scratch? You should increase php memory limit on wp-config.php file, add this:

    define('WP_MEMORY_LIMIT', '128M');

    Cheers!
    Ismael

    in reply to: Blog Posts "Excerpt with Read More Link" replaces post title #163282

    Hey Jamie Wyant!

    I tested this on my end and both blogs are fine. This is what I have:

    Best regards,
    Ismael

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

    Hello!

    You use the Gallery element but you didn’t choose which images to show. It doesn’t work like the default wp gallery where you just upload image and insert the shortcode.

    Regards,
    Ismael

    in reply to: Issues with larger logo in IE #163278

    Hi omakad!

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

    .logo, .logo a {
    height: 100%;
    height: auto\9;
    max-height: 100%;
    }

    Regards,
    Ismael

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

    Hi rothenflue!

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

    #advanced_menu_toggle, #advanced_menu_hide {
    right: 50px;
    }

    You can adjust the right position.

    Cheers!
    Ismael

    in reply to: WooCommerce Layered Navigation / Avia Integration #163274

    Hello King Minolta!

    I visited the shop page and it looks fine except for the missing product images. Can you give us a screenshot of the thing you want to fix?

    Cheers!
    Ismael

    • This reply was modified 12 years ago by Ismael.
    in reply to: Pricing table: Different colors on each collumn header #163271

    Hey,

    Glad it worked. :)

    Cheers,
    Ismael

    in reply to: Preview image title and size #162782

    Hey,

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

    .single-post .single-small.with-slider .small-preview {
    left: 65px;
    }

    Regards,
    Ismael

    in reply to: Edit size of picture in single post page #162778

    Hey,

    Are you using the “Image” post format? It should open the image on lightbox.

    Regards,
    Ismael

    Hi,

    Please increase php memory limit.

    http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Regards,
    Ismael

    in reply to: Changing sidebar width #162776

    Hey,

    I tested this on my end and yes the code doesn’t work when you place it on the child theme’s function.php. Let me tag Kriesi. Anyway, you can decrease the sidebar width using css modifications. You can increase the size of the content to push the sidebar.

    @media only screen and (min-width: 1340px) {
    .responsive_large .container .nine.units {
    width: 900px;
    }
    }
    
    @media only screen and (min-width: 1140px) {
    .responsive .container .nine.units {
    width: 690px;
    }
    }
    
    .container .nine.units {
    width: 700px;
    }
    
    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .container .nine.units {
    width: 520px;
    }
    }

    Regards,
    Ismael

    in reply to: Full width images in post #162774

    Hey,

    You can remove the icon on top of the post using this on your custom.css or Quick CSS;

    .post-author-format-type {
    display: none;
    }

    Regards,
    Ismael

Viewing 30 posts - 63,571 through 63,600 (of 66,629 total)