Forum Replies Created

Viewing 30 posts - 64,681 through 64,710 (of 66,027 total)
  • Author
    Posts
  • in reply to: Move main menu down? #128166

    Hi,

    You might need to add !important to make it work on quick css.

    #top .main_menu .menu li > a {
    padding-top: 20px !important;
    }

    Regards,

    Ismael

    in reply to: how to change font size of the easyslider #128355

    Hi,

    First, delete or remove all Layer Slider elements on the entire website.

    Edit functions.php, find this code

    require_once( 'config-layerslider/config.php' ); //layerslider plugin

    Replace it with

    //require_once( 'config-layerslider/config.php' ); //layerslider plugin

    Then go to wp-contentthemesenfoldconfig-templatebuilderavia-shortcodes > locate slideshow_layerslider.php and remove it.

    Regards,

    Ismael

    in reply to: How to place an Image in the main menu #128214

    Hi,

    Inspect the Home menu, look for the menu id. Add this on your custom.css

    #menu-item-755 {
    text-indent: -9999px;
    background: url(IMAGE URL) no-repeat center;
    width: 200px;
    }

    The menu id of my home menu is 755, it might differ from yours. Adjust the width according to the image that you’re going to use.

    Regards,

    Ismael

    in reply to: Changing the header a little #128196

    Hi,

    Can you give us a link to your website?

    I tried Devin’s code on my end but it doesn’t hide the logo when the scroll starts.

    Regards,

    Ismael

    in reply to: Upgrade to 3.5.2 #128113

    Hey,

    Glad it is fixed. :)

    Cheers,

    Ismael

    in reply to: Something is wrong with the text editor #128416

    Hi,

    Do you have Enfold 1.7? Your wordpress version should be 3.5 or higher.

    Allocate more php memory.

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

    Regards,

    Ismael

    in reply to: portfolio grid #128381

    Hi,

    Did you assign categories to the portfolio items? Sometimes, users confused post and portfolio item categories. They are two different thing.

    Regards,

    Ismael

    Hi,

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

    #header_main {
    display: none;
    }

    #header_meta {
    min-height: 0;
    }

    .fixed_header.social_header #main {
    padding-top: 0;
    }

    Regards,

    Ismael

    in reply to: Background Image Preview? #128229

    Hi,

    Yes, there is a preview at the very top of Enfold > Styling. For example, change the background of the header then scroll back to the top, you’ll see the preview header.

    Regards,

    Ismael

    in reply to: Blog Post Header #128448

    Hi,

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

    .single .main-title {
    display: none;
    }

    Regards,

    Ismael

    in reply to: One Page Portfolio #128445

    Hi,

    What do you mean by get the same one page portfolio with the same slider?

    You can use the Advance Layout Editor to create numerous kinds of page templates.

    Regards,

    Ismael

    in reply to: english characters to greek!!!!!! #128442

    Hi,

    search results for

    Edit framework > php > function-set-avia-frontend.php

    if($wp_query->found_posts > 1)
    {
    $output = $wp_query->found_posts ." ". __('search results for:','avia_framework')." ".esc_attr( get_search_query() );
    }
    else
    {
    $output = $wp_query->found_posts ." ". __('search result for:','avia_framework')." ".esc_attr( get_search_query() );
    }

    And find this

    if(!empty($_GET['s']))
    {
    $output = __('Search results for:','avia_framework')." ".esc_attr( get_search_query() );
    }

    Open search.php, find this code

    echo "<h4>".__('New Search','avia_framework')."</h4>";
    echo "<p>".__('If you are not happy with the results bellow please do another search','avia_framework')."</p>";

    On loop-search.php, find these

    <?php
    if(get_post_type() !== "page")
    {
    if ( get_comments_number() != "0" || comments_open() )
    {
    echo "<span class='text-sep'>/</span>";
    echo "<span class='comment-container minor-meta'>";
    comments_popup_link( "0 ".__('Comments','avia_framework'),
    "1 ".__('Comment' ,'avia_framework'),
    "% ".__('Comments','avia_framework'),'comments-link',
    "".__('Comments Disabled','avia_framework'));
    echo "</span>";
    }
    }

    Regards,

    Ismael

    in reply to: Easy Slider – Mobile View #128429

    Hi,

    Do you have Enfold 1.7? The EasySlider on my end is quite responsive.

    Please give us a link to your website.

    Regards,

    Ismael

    in reply to: more space between header and easy slider #128426

    Hi,

    Please give us a link to your website.

    The EasySlider below the header that I inserted looks fine. You can insert a Horizonal Rule element then use Whitespace.

    Regards,

    Ismael

    in reply to: Layerslider Mobile View #128425

    Hi,

    I tried these once and it took me a very long while and ended up failing to adjust the height of the slider altogether. There are lots of elements that needs to be adjusted on LayerSlider and it varies on every installation. I suggest you use the Full Width Slider.

    Regards,

    Ismael

    in reply to: Specific Sidebar for Mobile View #128419

    Hi,

    It is possible to control in which page the sidebar show on mobile view but you can’t select which sidebar will show. You can but you have to add a bit of heavy modification to the theme.

    Regards,

    Ismael

    in reply to: woocommerce shortcode Product by SKU/ID #128369

    Hi,

    SKU for each product must be unique. You can use the shortcode “Products by SKU/ID” to show multiple products.

    [products ids="2380, 2359" skus="635, 635-A"]

    Regards,

    Ismael

    in reply to: MC quick css vs custom.css #127679

    Hi,

    Try to add !important.

    /* Note: Venstrestiller button i plugin */
    .mc_signup_submit {
    text-align: left !important;
    }

    I’ll tag Devin.

    Regards,

    Ismael

    in reply to: Sidebar #128359

    Hi,

    You can use the Advance Layout Editor. Create a page with No Sidebar. Insert the Sidebar element on a large column layout.

    Regards,

    Ismael

    in reply to: Search not showing in menu #128131

    Hey,

    Glad it is working now. :)

    Cheers,

    Ismael

    in reply to: Performance Issues #128358

    Hi,

    You can do the following:

    1.) Keep the number of WordPress plugins you use to a minimum. Lots of plugins adds an overhead to your blog and slows your website speed.

    2.) Delete post revisions. Just like spam comments, copies of old post revisions make your database heavier and slow down the speed of your website.

    3.) You can also optimize your database. You can use plugins like WP-DBManager plugin. This plugin helps you to back up, restore, repair and optimize your database.

    4.) Actually, caching plugin like http://wordpress.org/plugins/w3-total-cache/ helps you retain website speed.

    5.) Integrate CDN. http://williejackson.com/making-wordpress-faster-integrate-a-cdn/

    6.) Upgrade your domain services.

    7.) You can also use this plugin to minify your CSS and JS files. http://wordpress.org/plugins/bwp-minify/

    If you’re having problem with minification, refer to this link: http://wp.tutsplus.com/tutorials/the-ultimate-quickstart-guide-to-speeding-up-your-wordpress-site/

    Regards,

    Ismael

    in reply to: Enfold Showcase #116481

    Hi,

    @aweterings: Awesome wildlife photography. :)

    Regards,

    Ismael

    in reply to: Vimeo Plus #128347

    Hi,

    Please get the proper URL of the video. Can you get the url like Devin’s? Something like https://vimeo.com/69712274?

    Regards,

    Ismael

    in reply to: copy/paste or clone section to another page? #128145

    Hi,

    Set the avia builder to debug mode. Open 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 be able to see the actual shortcode below the Advance Layout Editor. You can copy the shortcode.

    Regards,

    Ismael

    in reply to: Copy of pages created with Template Builder #128178

    Hi,

    Set the avia builder to debug mode. Open 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 be able to see the actual shortcode below the Advance Layout Editor. You can copy the shortcode.

    Regards,

    Ismael

    in reply to: Positioning on LayerSlider #128179

    Hi,

    Go to LayerSlider WP > Slides > Global Settings > Slider width, set this to 100%. After that look for “Layers Container”, set a specific width. This will constrain the layer slider elements to a specific width.

    ” This feature is needed if you are using a full-width slider and you need that your layers forced to positioning inside a centered custom width container. Just specify the width of this container in pixels! Note, that this feature is working only with pixel-positioned layers, but of course if you add left: 50% position to a layer it will be positioned horizontally to the center, as before!”

    Import the dummy data then check the default layer sliders.

    Regards,

    Ismael

    in reply to: LayerSlider WP Fatal error #127337

    Hi,

    Looks like the page are all working now without the error?

    Regards,

    Ismael

    in reply to: Home 7 and ajax portfolio #127241

    Hey,

    Glad it worked. :)

    Cheers,

    Ismael

    in reply to: Slide out menu on ipad not working properly #128081

    Hi,

    What is the issue with the Slide Out Menu that you’re having on iPad?

    Regards,

    Ismael

    Hi,

    I can see the issue now. It is very random. Try to switch back to Default Editor then update it. Go back to ALE and update it again then preview the changes. Sometimes it will be fixed, sometimes not. I’ll tag Kriesi.

    Regards,

    Ismael

Viewing 30 posts - 64,681 through 64,710 (of 66,027 total)