Forum Replies Created

Viewing 30 posts - 65,491 through 65,520 (of 66,830 total)
  • Author
    Posts
  • 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

    in reply to: Change Tab Colors – Hover Text #127157

    Hi,

    Can you give us a link to the website with the tabs?

    Try this

    div .main_color .tabcontainer .active_tab:hover, div .main_color .tabcontainer .active_tab a:hover {
    color: red !important;
    }
    div .main_color .tabcontainer .active_tab .tab_icon:hover, div .main_color .tabcontainer .active_tab .tab_icon a:hover {
    color: red !important;
    }

    Change the color value.

    Regards,

    Ismael

    in reply to: Progress Bars – Custom color (no strobe effect) #126102

    Hey,

    I hope you figured it out. I think the code I gave you will handle the strobe effect and change the progress bar to solid colors.

    Let me tag the rest of the support team, maybe they have a better idea.

    Regards,

    Ismael

    in reply to: Enfold WPML and All-in-One Event Calendar by Timely #127986

    Hi,

    The link shows a 404 page: http://ayuntamientobenisano.es/calendario/

    Regards,

    Ismael

    Hi,

    Edit the Portfolio Grid element > Excerpt > select “Only Title”.

    Regards,

    Ismael

    in reply to: Image not found #128052

    Hi,

    Please send the login details to ///.

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

    Regards,
    Ismael

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

    Hi,

    1.) Is this the Post slider? Download Enfold 1.7, you can select more options for “Title and Excerpt”.

    2.) Glad you figure this out.

    3.) You’re twitter widget looks ok.

    4.) – – – –

    5.) You can create a New Shop Page, select “No sidebar”, insert the woocommerce shortcodes. Select this page as the default shop page on Woocommerece > Settings > Pages > Shop Base Page.

    6.) You can set a minimum height on your custom.css or Quick CSS

    .pricing-table li {
    min-height: 80px;
    }

    7.) Edit footer.php, find this code

    <span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span>

    Replace it with:

    <span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span>

    <?php $social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => ''); avia_social_media_icons($social_args); ?>

    8.) Please give us a screenshot because I can’t see the issue. Thanks.

    Regards,

    Ismael

    in reply to: Can not setting on "Menus" function #128064

    Hi,

    Please use google chrome or firefox.

    Do you have WordPress 3.5 or higher?

    Please increase the wordpress php memory limit:

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

    Regards,

    Ismael

Viewing 30 posts - 65,491 through 65,520 (of 66,830 total)