Forum Replies Created

Viewing 30 posts - 63,841 through 63,870 (of 66,075 total)
  • Author
    Posts
  • in reply to: Featured Image for Post not displaying correctly. #135444

    Hi,

    Please try to regenerate the thumbnails, using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    The featured image is linked to a different image.

    Regards,

    Ismael

    in reply to: No Layout Builder Showing #134907

    Hi,

    Do you have Enfold 1.9.1? Please try to deactivate the plugins if there are any, see if the builder works.

    Increase wordpress php memory limit. Edit wp-config.php, add this code:

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

    Regards,

    Ismael

    in reply to: Widget Order #135681

    Hey,

    You can manually re-arranged your widgets on Appearance > Widgets.

    Regards,

    Ismael

    in reply to: Icon box header and icon color #135675

    Hi,

    Please add this on your custom.css or Quick CSS

    .main_color .iconbox_content_title {
    color: red;
    }

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

    Regards,

    Ismael

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

    Hi,

    You need to register an account here: http://www.addthis.com/

    After you register go to Account Options > Profiles then get the profile id. It will look like this “ra-51de3s5b7e09a8f5”. Go to your WP Dashboard > Settings > Addthis Share then paste the profile id on “AddThis Profile ID” field. Save changes.

    Go back to the addthis account website then click “Get the code” > Share Buttons. Copy the social button codes, it will look like this:

    Edit header.php, find this code:

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

    <?php
    /*
    * Hook that can be used for plugins and theme extensions (currently: the woocommerce shopping cart)
    */
    do_action('ava_main_header');

    ?>

    <div class='container'>

    Paste the addthis social button code below:

    <!-- AddThis Button BEGIN -->
    <div class="addthis_toolbox addthis_default_style ">
    <a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
    <a class="addthis_button_tweet"></a>
    <a class="addthis_button_pinterest_pinit"></a>
    <a class="addthis_counter addthis_pill_style"></a>
    </div>
    <script type="text/javascript">var addthis_config = {"data_track_addressbar":true};</script>
    <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-51de2d2b7e09a8f5"></script>
    <!-- AddThis Button END -->

    Regards,

    Ismael

    in reply to: Icons in IE and Enfold Advertising Area Widget #135658

    Hey,

    1.) Please give us a link to the website. We need to inspect it.

    2.) Edit framework > php > class-framework-widgets.php, find this code:

    if ( !empty( $title ) ) { echo $before_title . $title . $after_title; };
    echo '<a href="'.$ref_url.'" class="preloading_background avia_partner1 link_list_item'.$kriesiaddwidget.' '.$firsttitle.'" >'.$image_url.'</a>';
    if($this->add_cont == 2) echo '<a href="'.$ref_url2.'" class="preloading_background avia_partner2 link_list_item'.$kriesiaddwidget.' '.$firsttitle.'" >'.$image_url2.'</a>';
    echo $after_widget;

    Replace it with:

    if ( !empty( $title ) ) { echo $before_title . $title . $after_title; };
    echo '<a target="_blank" href="'.$ref_url.'" class="preloading_background avia_partner1 link_list_item'.$kriesiaddwidget.' '.$firsttitle.'" >'.$image_url.'</a>';
    if($this->add_cont == 2) echo '<a target="_blank" href="'.$ref_url2.'" class="preloading_background avia_partner2 link_list_item'.$kriesiaddwidget.' '.$firsttitle.'" >'.$image_url2.'</a>';
    echo $after_widget;

    Regards,

    Ismael

    in reply to: Footer CSS text size #135653

    Hey,

    Please give us a link to your website. We need to inspect it.

    Regards,

    Ismael

    in reply to: Menu overlap on ipad portrait #135533

    Hi,

    On js > avia.js, increase the switchWidth value to 900:

    switchWidth = 900;

    Regards,

    Ismael

    in reply to: Can the Product Slider be customized? #135438

    Hi,

    You can use this:

    .avia-content-slider-inner .inner_product_header {
    display: none;
    }

    .avia-content-slider-inner .avia_cart_buttons {
    display: none;
    }

    Regards,

    Ismael

    in reply to: Portfolio Grid Question. Can it be full width? #135650

    Hi,

    Insert a Color Section element then give it a unique id, “awesome” for example. Insert the Portfolio Grid element inside the Color Section. Add this on your custom.css or Quick CSS:

    @media only screen and (min-width: 1140px) {
    #awesome .container {
    width: 1300px;
    }
    }

    #awesome .container {
    width: 1000px;
    }

    Regards,

    Ismael

    in reply to: Buttons in IE8 #132057

    Hi,

    I can’t access the site: http://stage.stankimballdds.com

    Regards,

    Ismael

    in reply to: Layer Slider Full Screen #135609

    Hi,

    I’m sorry but you need to hire a freelance developer to modify the plugin for you.

    Regards,

    Ismael

    in reply to: Font rendering on safari/mac #135223

    Hi,

    I’ll tag Devin and Kriesi. They can check this on an iOS device with retina display.

    Regards,

    Ismael

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

    Hi,

    Checked it on Firefox. This is what I see:

    Let me tag the rest of the support team.

    Regards,

    Ismael

    in reply to: Before and After slider #135613

    Hi,

    The link is broken.

    Regards,

    Ismael

    in reply to: Banner call-to-action on all blog posts #135307

    Hey,

    Can you give us a link to the website? You can add this on your custom.css or Quick CSS.

    .blog .posts_banner {
    display: none;
    }

    .single .posts_banner {
    display: block;
    }

    Regards,

    Ismael

    in reply to: Layout seems to be breaking #134151

    Hey,

    Yes, you can but you need to hire someone to make it compatible with the theme.

    Regards,

    Ismael

    in reply to: H2, H3 link colours #135489

    Hey,

    Glad we could help. ;)

    Cheers,

    Ismael

    Hey,

    Glad it worked. :)

    Cheers,

    Ismael

    in reply to: Blog Grid Articles Quantity #135761

    Hi,

    Edit the Blog Post element then look for Post Number, you can select up to 100 posts per page.

    Regards,

    Ismael

    in reply to: Reducing margin under field #135757

    Hey,

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

    .avia-builder-widget-area .widget {
    padding: 30px 0 0px 0;
    }

    Regards,

    Ismael

    Hey,

    Please add this on your custom.css or Quick CSS

    .avia-post-nav {
    display: none !important;
    }

    Regards,

    Ismael

    in reply to: Layer Slider, BG Images and Footer not Displaying #135717

    Hi,

    @LecheLMP: Please activate the Enfold theme so that we can inspect it.

    @EvansAkann: What do you mean you can’t find the Layer Slider? Do you see it on your backend? What is the version of your Enfold theme? Latest version is 1.9.1. This will fix the slider for wp 3.6 upgrade.

    Regards,

    Ismael

    Hi,

    Please check if the permission level for your files are set properly. You can contact your host.

    Regards,

    Ismael

    in reply to: Blog post vs entries from custom taxonomies? #131590

    Hi,

    You can create a unique category for the author then apply it to the post you want to show on that particular Blog page.

    Regards,

    Ismael

    in reply to: Gravity Forms ID's #135752

    Hi,

    You need to create the forms on the Gravity Forms panel directly then add them using the “Add Form” button on post or pages.

    Regards,
    Ismael

    in reply to: Width of Special Heading in mobile #135750

    Hi,

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

    @media only screen and (max-width: 767px) {
    .av-special-heading h3 {
    font-size: 14px;
    line-height: 20px;
    }

    body .av-special-heading > * {
    white-space: pre-wrap;
    width: 600px;
    }
    }

    Regards,

    Ismael

    Hi,

    Please add this for the mobile device:

    @media only screen and (max-width: 767px) and (min-width: 480px) {
    .responsive .container {
    width: 458px;
    }
    }

    Regards,

    Ismael

    in reply to: Events Manager #135735

    Hi,

    I’m not sure what is wrong with the map. Have you tried removing it then placing it again?

    Please try to deactivate all your plugins except for the map.

    Regards,

    Ismael

    in reply to: My LayerSlider isn't working #135396

    Hi,

    Can you give us a link to your website? Did you remove browser cache then reload the page?

    If you have plugins enabled, please deactivate them see if the slider starts working again.

    Regards,

    Ismael

Viewing 30 posts - 63,841 through 63,870 (of 66,075 total)