Forum Replies Created

Viewing 30 posts - 63,541 through 63,570 (of 66,017 total)
  • Author
    Posts
  • Hey,

    Glad it worked. :)

    Cheers,

    Ismael

    in reply to: Video on iOS = double play buttons #135293

    Hi,

    The code above is for iPhone. Please use this instead.:

    @media only screen and (max-width: 1024px) {
    .image-overlay.overlay-type-video {
    display: none !important;

    .mejs-overlay-button {
    display: none !important;
    }
    }

    Regards,

    Ismael

    in reply to: search bar RTL #136179

    Hey,

    You need to supply your own image. Use html tags to render them.

    <img src="IMAGE URL HERE">

    Regards,

    Ismael

    in reply to: how to change the colour in the icon list icons #136983

    Hey,

    Please refer to this link:

    https://kriesi.at/support/topic/adding-gradient-background-to-icons

    Regards,

    Ismael

    in reply to: Making header smaller. #135788

    Hi,

    @Torlock: Please reload the page a few times. It looks fine on my end. The code Devin gave you will change the height of the header. It has nothing to do with the menu.

    Regards,

    Ismael

    in reply to: Recommended Login plugins #136963

    Hi,

    I’m not sure about this but you can try this plugins:

    http://wordpress.org/plugins/custom-login/

    Regards,

    Ismael

    in reply to: how to open an attachment (blank page) #136472

    Hi,

    Did you upload the image while editing a post or page? You need to upload it on the Media panel to make it usable for the other language.

    Regards,

    Ismael

    in reply to: Remove serch button from header #136921

    Hi,

    1.) I think you managed to remove the search button.

    2.) Remove the custom.css that you added:

    .main_color a {
    color: #f05a1a !important;
    }

    Use this instead:

    .main_color .post-title a {
    color: red !important;
    }

    3.) Use this:

    body {
    font-size: 14px;
    }

    4.) Edit header.php, find this code:

    <div id='header_main' class='container_wrap container_wrap_logo'>

    Add the google search code below.

    Regards,

    Ismael

    in reply to: Icons in Enfold #136267

    Hey,

    Yes, it is possible:

    .iconlist-char:hover {
    color: violet;
    }

    .iconbox_icon.heading-color.avia-font-entypo-fontello:hover {
    color: green;
    }

    Regards,

    Ismael

    in reply to: Enfold – the header effect disappeared #136931

    Hey,

    It has nothing to do with the breadcrumb or the title. Did you install any plugins? Please deactivate them.

    Please give us a link to the website.

    Regards,

    Ismael

    in reply to: Saving didnt work! Please reload the page and try again #136519

    Hi,

    Sometimes, the settings get stuck and you need to do it again. Please try to select a predefined theme on Enfold > Styling then try to save changes. Why do you need to copy the dynamic_avia folder? It should be created automatically.

    Regards,

    Ismael

    in reply to: Enfold is the only theme that doesn't work ! #134622

    Hey,

    Please remove this line of code on .htaccess file:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /kriesi/enfold/
    RewriteRule ^index.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /kriesi/enfold/index.php [L]
    </IfModule>

    # END WordPress

    Let me tag Kriesi and the rest of the support team. I’m really not sure why this is just happening on your end.

    Regards,

    Ismael

    in reply to: Change Navigation Text #136919

    Hey,

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

    .main_menu ul:first-child > li > a {
    display: block;
    text-decoration: none;
    padding: 0 13px;
    font-weight: normal;
    font-weight: 600;
    font-size: 15px;
    }

    You can change the color of the menu, using this:

    .header_color .main_menu ul:first-child > li > a {
    color: red;
    }

    Hover state with this:

    .header_color .main_menu ul:first-child > li a:hover
    color: blue;
    }

    Can you please specify which headings?

    You can change the overall font on Enfold > Styling > Defines the Font for your body text.

    Regards,

    Ismael

    in reply to: Error in the option: Transition LayerSlider Builder #135724

    Hey,

    No, you will not lose the slider effects because they are saved on your database.

    Regards,

    Ismael

    in reply to: Embed Progress Bars to Advanced Layer Slider #136994

    Hi,

    You forgot to enclose them on a unique div like this:

    <div class="layerslider-progressbar"></div>

    Place the progress bar html code inside the div then add this on your custom.css:

    .layerslider-progressbar {
    width: 600px;
    height: 50px;
    }

    Like what I said on the other thread, we specify the width of the layerslider-progressbar div because the progress bar needs to inherit the size the parent element.

    Regards,

    Ismael

    in reply to: Header image #137004

    Hey,

    Yes, that is possible. Go to Enfold > Styling > scroll a bit below then click Header > Background Image. You can select a predefined background images or upload your own.

    Regards,

    Ismael

    in reply to: Modules after Layerslider are broken #136991

    Hey,

    Can you please give us a link to the website? What do you mean by module? Please upgrade to Enfold 2.0.1 and WordPress 3.6 to get the most out of the theme.

    Regards,

    Ismael

    Hi,

    Go to Enfold > Theme Options > Favicon. Upload your own image.

    Regards,

    Ismael

    in reply to: Home Page Does not Update or Publish #136760

    Hi,

    Please deselect the Frontpage on Enfold > Theme Options. Create a new home page from scratch then select it again as your Frontpage.

    Do you have any caching plugin?

    Regards,

    Ismael

    in reply to: Enfold is the only theme that doesn't work ! #134620

    Hi,

    I uploaded Enfold and it’s still not working. Please add this on your .htaccess file.

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /kriesi/enfold/
    RewriteRule ^index.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /kriesi/enfold/index.php [L]
    </IfModule>

    # END WordPress

    ########
    php_value upload_max_filesize 50M
    php_value post_max_size 50M
    php_value max_execution_time 500
    php_value max_input_time 500
    #########

    Edit wp-config.php, add this code:

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

    Please let me know if the following changes has been made. I will check the site again.

    Regards,

    Ismael

    in reply to: Featured image dimension #136876

    Hey,

    1030x360px is enough for blog and portfolio items. If you are planning to use the Fullwidth Slider, you might want to use images with 1600x700px dimension. You can find the custom thumbnail sizes on functions.php:

    $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
    }

    Regards,

    Ismael

    in reply to: Gallery image re-order #135556

    Hi,

    If you switch the Avia Builder to debug mode, you will see the actual order of the image id on the gallery shortcode. 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 will see the actual shortcode below the builder. If you insert the “Gallery” element then added some images, the shortcode will look like this:

    [av_gallery ids='2617,2618,2616,2619' style='thumbnails' preview_size='portfolio' thumb_size='portfolio' columns='5' imagelink='lightbox' lazyload='avia_lazyload']

    Notice that the ids of the images are listed. You can rearrange them manually. You can also re-order them on the wordpress gallery UI.

    Regards,

    Ismael

    in reply to: Twitter widget pro css #136450

    Hi,

    I’m not sure if this is what you want but you can add the code on your custom.css or Quick CSS. You need to provide a twitter icon for the content property:

    #top .widget_twitter li:before {
    content: url('IMAGE URL HERE');
    position: absolute;
    left: 0px;
    margin-top: 20px;
    }

    #top .widget_twitter li {
    padding: 0 0 8px 55px;
    margin: 0 0 8px 0;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    }

    Regards,

    Ismael

    in reply to: Mega Menu Overload? #136664

    Hey,

    Please contact your host, ask them to set the limit to 5000 for the following PHP values:

    suhosin.post.max_vars = 5000
    suhosin.request.max_vars = 5000

    You can also manually add this on your .htaccess file:

    php_value suhosin.post.max_vars 2048
    php_value suhosin.request.max_vars 2048

    Regards,

    Ismael

    in reply to: Saving didnt work! Please reload the page and try again #136517

    Hi,

    InstantWP is using WordPress 3.4.2. Please update the installation to WordPress 3.6. It is much better if you do the installation manually.

    Regards,

    Ismael

    in reply to: Form Working Problem #127332

    Hey,

    Glad it is working now. :)

    Cheers,

    Ismael

    in reply to: Add custom font #136804

    Hey,

    If you have your own you can try this plugin: http://wordpress.org/plugins/font-uploader/

    Regards,

    Ismael

    in reply to: Portfolio slider #136801

    Hey,

    Configure the Post Slider, under “Which Entries?” select Portfolio Entries.

    Cheers,

    Ismael

    in reply to: Can I add additional content to the header? #136790

    Hey,

    Yes but you need to manually edit header.php.

    Regards,

    Ismael

    in reply to: Blog Pagination Not working in Grid view #135262

    Hey,

    Please upgrade to Enfold 2.0.1. It will fix the post meta infos. :)

    Cheers,

    Ismael

Viewing 30 posts - 63,541 through 63,570 (of 66,017 total)