Forum Replies Created

Viewing 30 posts - 63,511 through 63,540 (of 66,027 total)
  • Author
    Posts
  • in reply to: Make Icon list icon clickable #136809

    Hey,

    I don’t see the text $output = “”; either. Please check your code.

    Glad we could help. :)

    Cheers,

    Ismael

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

    Hi,

    I’ll tag Kriesi. He can shed more light on the topic at hand. :)

    Regards,

    Ismael

    in reply to: Shortcode doesn't render in promobox #135698

    Hey,

    Thanks for the tip. I’ll tag Kriesi then request an update. :)

    Cheers,

    Ismael

    in reply to: Updating Archive title(s) #136297

    Hey,

    Glad we could help. :)

    Cheers,

    Ismael

    Hey,

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

    .blog .big-preview.single-big {
    display: none;
    }

    Please give us a link to the blog page. The page body id might be different so we have to inspect it.

    2.) It’s not happening on our end. Can you post a link to your blog? Please deactivate any plugins.

    Regards,

    Ismael

    in reply to: Editor not Working #137110

    Hey,

    Do you have the latest version of Enfold, 2.0.1? Please upgrade WordPress to 3.6. If you have any plugins installed, please deactivate them first. Go to the WordPress root folder, look for wp-config.php then add this code:

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

    Regards,

    Ismael

    in reply to: ie10 Display Problem #137109

    Hi,

    It loads properly on IE10. Please disable “Compatibility View”.

    Regards,

    Ismael

    in reply to: Easy slider not working #137024

    Hey,

    Please upgrade your Enfold theme to version 2.0.1. This will fix the slider issues entirely.

    Cheers,

    Ismael

    in reply to: Disable lightbox effect #137104

    Hi,

    What type of Blog Style do you have? Are you using the big preview image or the small one?

    .single .big-preview.single-big a, .single .small-preview {
    pointer-events: none;
    }

    Regards,

    Ismael

    in reply to: Thumbnail Settings in Gallery #137103

    Hi,

    Modify the Gallery Element, look for “Gallery Preview Image Size” > select “No Scaling (Original Width X Original Height)”. Regenerate the thumbnails to reset them to the original image size from the time you uploaded them: http://wordpress.org/plugins/regenerate-thumbnails/

    Regards,

    Ismael

    in reply to: Enfold LayerSlider Font #136683

    Hey,

    Glad we could help. :)

    Cheers,

    Ismael

    in reply to: boxed layout with margins and sticky nav #137101

    Hey,

    What type of header do you have? If you’re using Small fixed header, you can do this:

    #header {
    top: 28px;
    background: #fff;
    }

    .header-scrolled {
    top: 28px !important;
    }

    .fixed_header #main {
    padding-top: 48px;
    }

    Regards,

    Ismael

    in reply to: Blogpost settings not responding at all #137097

    Hey,

    Please update to Enfold 2.0.1 then upgrade your WordPress installation to 3.6. Please use the <!– more –> tag to specify excerpts or click Screen Options then enable Excerpt metabox.

    Regards,

    Ismael

    in reply to: Table shortcode: how to add colspan #137093

    Hi,

    It looks easy but believe me it’s not. Well, on my case it’s not that easy. You can hire a freelance developer to modify the table shortcode for you. You can create your own table code. Use the Text Block element then use this:

    <table border="1">
    <tr>
    <th>Month</th>
    <th>Savings</th>
    </tr>
    <tr>
    <td>January</td>
    <td>$100</td>
    </tr>
    <tr>
    <td>February</td>
    <td>$100</td>
    </tr>
    <tr>
    <td colspan="2">Sum: $180</td>
    </tr>

    http://www.w3schools.com/tags/att_td_colspan.asp

    Regards,

    Ismael

    in reply to: Notification box problem #137092

    Hey,

    Add this on your custom.css or Quick CSS:

    .avia_message_box_content {
    text-align: left;
    }

    .avia_message_box_icon.avia-font-entypo-fontello {
    float: left;
    }

    Regards,

    Ismael

    in reply to: You may also like #137091

    Hey,

    You can use this:

    .related_posts {
    display: none;
    }

    You can also edit single.php, find this code:

    //show related posts based on tags if there are any
    get_template_part( 'includes/related-posts');

    Remove it.

    Cheers,

    Ismael

    in reply to: menu overlapping logo when resizing browser window #132503

    Hey,

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

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .main_menu ul:first-child > li > a {
    padding: 0 6px;
    font-size: 10px;
    }

    .main_menu {
    margin-right: -50px;
    }

    .logo img {
    width: 140px;
    }
    }

    Regards,

    Ismael

    Hey,

    Glad we could help. :)

    Cheers,

    Ismael

    in reply to: Laptop 1366×768 acting like mobile device #136547

    Hi,

    1.) Add this on your custom.css or Quick CSS, adjust the height according to the height of the header when you it shrinks.

    .header-scrolled #header_main .container {
    height: 58px !important;
    line-height: 58px !important;
    }

    2.) This the code that controls the arrow:

    #top .avia-slideshow-arrows a {
    font-family: 'entypo-fontello';
    display: block;
    text-decoration: none;
    color: #fff;
    visibility: visible;
    position: absolute;
    width: 60px;
    text-align: center;
    height: 60px;
    line-height: 62px;
    font-size: 25px;
    top: 50%;
    margin: -30px 15px 0;
    z-index: 99;
    overflow: hidden;
    text-indent: -600%;
    }

    Regards,

    Ismael

    Hey,

    Can you give us a link to the website? Do you have Enfold 2.0.1? Please update your theme. Deactivate any plugins.

    Regards,

    Ismael

    in reply to: Remove the bloc Title + breadcrumb #136727

    Hey,

    Glad it is fixed. :)

    Cheers,

    Ismael

    in reply to: Edit the contact form #136068

    Hey,

    I’m not sure if this is what you need but you can edit framework > php > class-form-generator.php:

    //autoresponder?
    if($usermail && !empty($this->form_params['autoresponder']))
    {
    $header = 'MIME-Version: 1.0' . "rn";
    $header .= 'Content-type: text/html; charset=utf-8' . "rn";

    $message = nl2br($this->form_params['autoresponder'])."<br/><br/><br/><strong>".__('Your Message:','avia_framework')." </strong><br/><br/>".$message;
    $message = apply_filters("avf_form_autorespondermessage", $message);

    $from = apply_filters("avf_form_autoresponder_from", $from, $new_post, $this->form_params);

    if($use_wpmail)
    {
    $header .= 'From:' . get_bloginfo('name') .' <'. urldecode( $this->form_params['autoresponder_email']) . "> rn";
    wp_mail($from, $this->form_params['autoresponder_subject'], $message, $header);
    }
    else
    {
    $header .= 'From:'. urldecode( $this->form_params['autoresponder_email']) . " rn";
    mail($from, $this->form_params['autoresponder_subject'], $message, $header);
    }
    }
    unset($_POST);
    return true;
    //return wp_mail( $to, $subject, $message , $header);

    }

    Let’s wait for the other support team member to respond. They can shed more light about this.

    Regards,

    Ismael

    in reply to: CSS to change all font color in footer please #136920

    Hi,

    This is for the footer widget title:

    #footer .widgettitle {
    color: red;
    }

    This is for the footer text like paragraphs, minitext etc.:

    .footer_color {
    color: blue;
    }

    Use this for the links:

    .footer_color a {
    color: pink;
    }

    .footer_color a:hover {
    color: violet;
    }

    Regards,

    Ismael

    in reply to: Weird issue with lists in tabs #136534

    Hello,

    I can reproduce the issue on my end. Please add this on your custom.css or Quick CSS:

    ul.disc, .entry-content ul {
    list-style: disc inside;
    }

    I hope it fix it.

    Regards,

    Ismael

    in reply to: Remove Feature Image from standard post type #136910

    Hey,

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

    .single .small-preview, .single .big-preview.single-big {
    display: none;
    }

    Regards,

    Ismael

    in reply to: Table displays incorrectly on mobile #136909

    Hi,

    There is no fix for the table element yet. We suggest that you hide them when viewing on mobile device then show a tab element instead. You can add this on your custom.css or Quick CSS:

    This will hide the table then show the tab element instead when viewing on Mobile Devices:

    @media only screen and (max-width: 767px) {
    .avia-table.avia-data-table {
    display: none;
    }

    .tabcontainer.top_tab {
    display: block;
    }
    }

    This will hide the tab element on desktop or iPad view:

    @media only screen and (min-width: 767px) {
    .tabcontainer.top_tab {
    display: none;
    }
    }

    Regards,

    Ismael

    in reply to: Change Language #136143

    Hey,

    Please download the theme again. I think there is a corrupted file. Deactivate all your plugins.

    Also, go to Enfold > General Settings > Responsive Layout > select “Responsive Layout Large (Max width: 1210px)” then save changes.

    Regards,

    Ismael

    in reply to: Easy Slider Won't Cycle Past Second Image #136903

    Hey,

    Please update to Enfold 2.0.1. This will fix the slider issues. You are using 1.6.

    Regards,

    Ismael

    in reply to: Broken icon images when using a subdomain – Enfold #135402

    Hi,

    Can you please update your browser? Or remove extensions? Your websites render properly on my end. I tested them on firefox, google chrome and safari.

    Regards,

    Ismael

    in reply to: placing AddThis social icons into the header #135673

    Hey,

    Glad we could help. :)

    Cheers,

    Ismael

Viewing 30 posts - 63,511 through 63,540 (of 66,027 total)