Forum Replies Created

Viewing 30 posts - 62,401 through 62,430 (of 64,046 total)
  • Author
    Posts
  • in reply to: left Side bar excess free space #126666

    Hi,

    You can try 1024. The Layers Container option will constrain all elements inside a specific width and the slider will create a centered inner area to place your content into that.

    Regards,

    Ismael

    in reply to: Slider only slides twice #129868

    Hi,

    Can you please recreate the Easy Slider from scratch? I can easily add 3 or more images on the Easy Slider on my end without it stopping or causing issues.

    Please increase the wordpress php memory limit:

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

    Regards,

    Ismael

    in reply to: Custom Google Font #131097

    Hi,

    Open includes > admin >register-portfolio-options.php, find this code:

    Tangerine'=>'Tangerine',
    'Terminal Dosis'=>'Terminal Dosis',
    'Tenor Sans'=>'Tenor Sans',

    'Varela Round'=>'Varela Round',

    'Yellowtail'=>'Yellowtail',

    Add this code below:

    'Maven Pro'=>'Maven Pro',

    You can now use the font on your custom.css or Quick CSS

    /*default*/
    h1, h2, h3, h4, h5, h6 {
    font-family: 'Maven Pro', sans-serif;
    font-weight: 600; }

    Regards,

    Ismael

    in reply to: Image Sizes for Portfolio Previews #130797

    Hi,

    You can see all image thumbnail size on functions.php

    /*
    * Register additional image thumbnail sizes
    * Those thumbnails are generated on image upload!
    *
    * If the size of an array was changed after an image was uploaded you either need to re-upload the image
    * or use the thumbnail regeneration plugin: http://wordpress.org/extend/plugins/regenerate-thumbnails/
    */

    $avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news
    $avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs
    $avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider
    $avia_config['imgSize']['extra_large'] = array('width'=>1500, 'height'=>1500 , 'crop' => false); // images for fullscrren slider
    $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
    $avia_config['imgSize']['gallery'] = array('width'=>710, 'height'=>575 ); // images for portfolio entries (2,3 column)
    $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270); // big images for blog and page entries
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 ); // images for fullsize pages and fullsize slider

    //overwrite blog and fullwidth image on extra large layouts
    if(avia_get_option('responsive_layout') == "responsive responsive_large")
    {
    $avia_config['imgSize']['gallery'] = array('width'=>845, 'height'=>684 ); // images for portfolio entries (2,3 column)
    $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); // big images for blog and page entries
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 ); // images for fullsize pages and fullsize slider
    }

    The one use for the portfolio featured image is this:

    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>710, 'height'=>270);		                 // big images for blog and page entries
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 ); // images for fullsize pages and fullsize slider

    Regards,

    Ismael

    in reply to: Page Flashes Background – when selecting Navigation #129375

    Hi,

    Please add this on your custom.css or Quick cSS

    html {
    background: white !important;
    }

    Neat website. :)

    Regards,

    Ismael

    in reply to: Easy 2 questions #131110

    Hi,

    I’m afraid you have to redo the site from scratch since Enfold is a far different theme than Propulsion. So much has change on the templates and the actual framework.

    You can find tutorial videos about Enfold here: https://vimeo.com/channels/aviathemes

    Regards,

    Ismael

    in reply to: REWARD: for sidebar top on mobile screens #130979

    Hey,

    Glad the solution worked. The template-builder is a bit tricky. Please try this:

    Edit template-builder.php, remove everything then paste this code: http://pastebin.com/QDsWKWPP

    Regards,

    Ismael

    Hi,

    Please switch your Advance Layout Editor to debug mode. Edit functions.php, find this code:

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

    Below, add this code:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    You’ll be able to see the actual shortcode below the Advance Layout Editor. Please increase the php memory limit to 128M or higher.

    Edit wp-config.php, add this code

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

    Regards,

    Ismael

    Hi,

    Please send the login details on ///.

    Include the word “Kriesi” on the subject. Add the link of this thread on your email.

    Regards,
    Ismael

    in reply to: Ipad portrait view – overlapping logo and promo box #129076

    Hi,

    I visited the website, looks like you manage to use Media Queries to adjust the menus.

    Regards,

    Ismael

    in reply to: Photo buttons don't appear for first time visitors #131070

    Hi,

    Can you give us a link to the website? No, it is not a known issue. How did you add the button?

    Regards,

    Ismael

    in reply to: Need Help Installing The Download #131056

    Hi,

    You can find the videos here: https://vimeo.com/channels/aviathemes

    Regards,

    Ismael

    Hi,

    Have you tried using the Enfold > Styling > Use stretched or boxed layout? > Boxed Layout? I think it will solve all your problem. The layer slider width is too big, I don’t understand why you need 5000px on the slider.

    Regards,

    Ismael

    Hey,

    Glad it is fixed. :)

    Cheers,

    Ismael

    in reply to: installing a slider, one day…i hope #130817

    Hey,

    Upgrade to Enfold 1.8.2.

    Did you add any plugins prior to this issue? Please deactivate them, see if the slider works.

    Increase your php memory limit to 128M or higher. Make sure you’re using wordpress version 3.5 up.

    Edit wp-config.php, add this code:

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

    Regards,

    Ismael

    Hey,

    Glad it worked. :)

    Cheers,

    Ismael

    in reply to: left Side bar excess free space #126664

    Hi,

    You can specify the Layers Container width on LayerSlider WP > Slides > Global Settings > Basic > Layers Container. Specify the width (px).

    (px) This feature is useful if you are using a full-width slider and you want to avoid stretching your layers across the full viewport horizontally. Just specify a custom width in pixels, and the slider will create a centered inner area to place your content into that. Note that this feature is working only with pixel-positioned layers, but you can still use the value '50%' if you want centered positions.

    Regards,

    Ismael

    in reply to: Update Enfold Main theme with Child #130997

    Hi,

    Sorry for that. You should leave the theme version number or you’ll lose the theme settings configuration. We’ll update it for you.

    Regards,

    Ismael

    in reply to: Modify Size of Checkbox on Form #130996

    Hi,

    Please add this on your custom.css or Quick CSS

    #prayerengine_notifyme {
    min-width: 13px;
    min-height: 13px;
    }

    Can you give us a screenshot of what you see on IE?

    Regards,

    Ismael

    in reply to: youtube play button not visible in slider #130545

    Hi,

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

    .ls-playvideo {
    display: none;
    }

    Regards,

    Ismael

    in reply to: Newbie looking for a little help… pt2 #127907

    Hi,

    I visited your site ht tp://flop side.tech core.com.au/~jbolger/word press/, the menu looks ok. I tested it on this site and the you can see that the menu looks fine. http://responsinator.com/?url=http%3A%2F%2Fflopside.techcore.com.au%2F~jbolger%2Fwordpress%2F

    Regards,

    Ismael

    in reply to: System Error when setting the header #130625

    Hey,

    Glad it is fixed. :)

    Cheers,

    Ismael

    in reply to: LayerSlider widget not available #130715

    Hi,

    Please give us a link to your website. Let us inspect the issue.

    Did you import the dummy data and work on the default Layer Slider?

    You might want to increase the wordpress php memory limit. Edit wp-config.php, add this code

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

    Probably it has something to do with your host. You should consider upgrading.

    Regards,

    Ismael

    in reply to: Adding new font styles #130987

    Hi,

    You can use this plugin: http://wordpress.org/plugins/wp-google-fonts/

    You can also manually edit includes > admin > register-admin-options.php, go to lines 204-308. You can add Heading font after this code:

    'Yellowtail'=>'Yellowtail',

    and body font after this one:

    'Lora'=>'Lora',

    Regards,

    Ismael

    in reply to: Menu : 4-column sub menu with top titles #130541

    Hey,

    Glad you found it.

    You can watch this video: https://vimeo.com/channels/aviathemes/67651241

    Regards,

    Ismael

    in reply to: Where to modify wp_mail for contact #130986

    Hi,

    You can find it on framework > php > class-form-generator.php.

    You can use plugins like Contact Form 7 and Gravity Forms.

    You should probably use http://wordpress.org/plugins/wp-smtp/, configure it according to your mail server.

    Refer to this link: https://kriesi.at/support/topic/contact-form-does-not-work

    Regards,
    Ismael

    Hi,

    Did you import the dummy data? You must be working on the “Portfolio 3 Column Ajax” page. Go to Pages tab, change the name of the page.

    Regards,

    Ismael

    Hey,

    Please send it on //…

    Include the word “Kriesi” on the subject. Add the login details and the link of this thread on your email.

    Regards,
    Ismael

    in reply to: REWARD: for sidebar top on mobile screens #130977

    Hi,

    This will require a lot of modifications. Example for the pages, you need to edit page.php or template-builder.php (if you’re using the Advance Layout Editor). Create a page using the default editor, set a Right Sidebar. Edit page.php, find the code that renders the sidebar:

    <?php<br />
    <br />
    //get the sidebar<br />
    $avia_config['currently_viewing'] = 'page';<br />
    get_sidebar();<br />
    <br />
    ?>

    Place it on top of the loop’s container:

    <div class='template-page content <?php avia_layout_class( 'content' ); ?> units'>

    Add this on your custom.css:

    #top #main .sidebar {<br />
    float: right;<br />
    width: 269px;<br />
    }

    And this one to make sure it is visible on mobile devices

    /*<br />
    Mobile Styles<br />
    ================================================== */<br />
    /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */<br />
    <br />
    @media only screen and (max-width: 767px) {<br />
    /* Add your Mobile Styles here */<br />
    .responsive #top #main .sidebar {display:block; }<br />
    }

    We’re only talking about the Page made using the Default editor. You still have posts, products, portfolios and pages with Advance Layout Editor. And it might require some Media Queries to correct the layout for screen widths.

    Send me an email on //…

    Regards,
    Ismael

    in reply to: Portfolio Grid Categories #130337

    Hi,

    You can use this plugin:

    http://wordpress.org/plugins/post-types-order/

    Regards,

    Ismael

Viewing 30 posts - 62,401 through 62,430 (of 64,046 total)