Forum Replies Created

Viewing 30 posts - 65,881 through 65,910 (of 67,565 total)
  • Author
    Posts
  • in reply to: Only show title at blog posts #131544

    Hi,

    You can hide the images using this on your custom.css or Quick CSS

    .single .slide-image {
    display: none;
    }

    Regards,

    Ismael

    in reply to: Color Section uncompatible with iPhone / iPad… #131539

    Hi,

    Can you give us a link to the website?

    Under the Color Section options, you can apply a unique css id selector. Add the id “new-color-section” for example then specify the height on your custom.css or Quick CSS:

    #new-color-section {
    height: 500px;
    }

    Let me tag Devin to check the parallax effect on iPad.

    Regards,

    Ismael

    in reply to: Desktop shortcut image – smart phones #131538

    Hi,

    You want to create a shortcut of your website on your mobile phone then change the icon? Is that correct?

    http://uncorkedstudios.com/2011/09/06/creating-a-custom-icon-for-the-add-to-home-screen-on-iphone/

    Regards,

    Ismael

    in reply to: Hover over linked images FireFox issue #131529

    Hi,

    Image alignment has been fixed on the latest update of Enfold. You have version 1.3.1, the new version of Enfold is 1.8.4. Please download the latest version of the theme then upload it via FTP. Create a backup of your theme files and your database for security.

    Regards,

    Ismael

    in reply to: Iconlist Headings & SEO #131524

    Hi,

    Edit config-templatebuilder > aviashortcodes > iconlist.php, find this code:

    "<h4 class='iconlist_title'>".$atts['title']."</h4>";

    Replace h4.

    Regards,

    Ismael

    in reply to: Slider only slides twice #129870

    Hey,

    Please let us know if it is working now. You might want to upgrade to Enfold 1.8.4.

    Cheers,

    Ismael

    in reply to: Google Map on home page #131505

    Hi,

    Pedro is correct, you can use the text widget or use the Enfold Google Map widget. Create a custom widget area then add the Enfold Google Map widget. Edit your “Contact” page, switch to Advance Layout Editor. Under content element tab, insert a Sidebar element then select the custom widget area that you created.

    Regards,

    Ismael

    in reply to: Menu problem (fade before click) #131523

    Hi,

    Can you give us a link to the website?

    Note that the Enfold theme does not fully support IE7, we can’t give you extensive support with the issue.

    Regards,

    Ismael

    in reply to: Flat Button Rollover #131284

    Hi,

    If you don’t have the unique css selector, just inspect the button that you created and use its selector instead of the “.orange-button a” example.

    Regards,

    Ismael

    in reply to: shrinking portfolio gallery preview image #131518

    Hi,

    Please give us a link to the website, we would like to inspect it.

    Do you have any plugins activated? Please deactivate them, see if the issue persist.

    Regards,

    Ismael

    in reply to: Disable right click on all images #130939

    Hi,

    I activated the plugin and it does work not only for the homepage but throughout the site.

    Regards,

    Ismael

    in reply to: admin page layout problem #131172

    Hi,

    Make sure that the Avia Layout Builder is checked on Screen Options. :)

    Regards,

    Ismael

    in reply to: how to adjust easyslider height? #131502

    Hi,

    You can decrease the top and bottom padding using this on your Quick CSS or custom.css

    .content, .sidebar {
    padding-top: 20px;
    padding-bottom: 20px;
    }

    Regards,

    Ismael

    in reply to: Page with a post runs up #131498

    Hi,

    1.) What do you mean by it runs up? Can you please explain further?

    2.) Please increase php memory limit. Edit wp-config.php, add this code:

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

    Regards,

    Ismael

    in reply to: Button for footer or side bar? #131325

    Hi,

    Google Chrome doesn’t support rss, you need to add plugins to read feeds.

    https://chrome.google.com/webstore/detail/rss-feed-reader/pnjaodmkngahhkoihejjehlcdlnohgmp?hl=en

    Checking your rss feed on Firefox works for me. http://saccdetroit.org/?feed=rss2

    Regards,

    Ismael

    in reply to: Textblock with HTML Links – Serious Problem #131388

    Hi,

    Maybe you should try this:

    <div class="abc"><a href="http://kriesi.at.com"><span>some content</span></a></div>

    <div class="abc"><a href="http://www.themeforest.com"><span>some content</span></a></div>

    Instead of enclosing the whole div with the anchor tag, just include the span.

    Regards,

    Ismael

    Hi,

    1.) You can add this on your custom.css to remove the strobe effect.

    .avia-progress-bar div.progress .bar {
    background-image: none;
    }

    2.) It depends on the content you have. Please give us a link to the website. You can control the font size of the content with this:

    .iconbox_content p {
    font-size: 11px;
    }

    And the iconbox title using this:

    h3.iconbox_content_title {
    font-size: 11;
    }

    3.) You can refer to this link: https://kriesi.at/support/topic/custom-hosted-font-with-the-child-theme-instructions

    Regards,

    Ismael

    in reply to: Problem with blog posts #131359

    Hi,

    Your website is not loading. You can use the <!– more –> tag to specify excerpts or on Screen Options > enable the Excerpt option. You can then manually add excerpt for post and pages.

    Regards,

    Ismael

    Hi,

    Can you increase it to 128M or higher? Do you have the latest version of Enfold?

    Please switch the Avia Builder to debug mode. This way you’ll be able to see the actual shortcode below the Advance Layout Editor.

    Edit functions.php, find this code

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Below, add the code:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    Regards,

    Ismael

    in reply to: Photo buttons don't appear for first time visitors #131074

    Hi,

    There maybe a lot of factors why the image is not showing on your end. I viewed the website using Google Chrome on a Windows 7 machine. I removed my browser cache then visited your site again, the button loads fine.

    Are you on a MAC? Let me tag the rest of the support team to check the website.

    Regards,

    Ismael

    in reply to: Testimonial pictures #131354

    Hi,

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

    .avia-testimonial-image img, .avia-testimonial-image {
    border-radius: 0;
    }

    Regards,

    Ismael

    in reply to: Move footer & socket #131390

    Hi,

    You can’t move the #footer upwards but you can adjust the top position of the container, using this:

    .responsive .container .twelve.units {
    top: -20px;
    }

    Add this to change the background color of the dropdown menu:

    #top .header_color select {
    border-color: gray;
    background-color: black;
    color: #7D7D7D;
    }

    Regards,

    Ismael

    in reply to: Sidebar parent links #131385

    Hi,

    What do you mean by parent page links? Can you give us a screenshot?

    Regards,

    Ismael

    in reply to: Change Enfold slider text backgroung #131382

    Hi,

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

    .avia-caption .avia-caption-content p {
    background: red;
    }

    You can also use rgba values to render transparent background

    .avia-caption .avia-caption-content p {
    background: rgba(255,0,0,0.5);
    }

    Change the font family using this:

    .avia-caption .avia-caption-content p {
    font-family: Courier;
    }

    You can use this plugin too: http://wordpress.org/plugins/wp-google-fonts/

    Regards,

    Ismael

    in reply to: Text Block – text layout #131376

    Hi,

    It works fine on my end. I inserted a Text Block element then added a text aligning it center. The code looks like this on the HTML or Text mode:

    <p style="text-align: center;">Click here to add your own text</p>

    Regards,

    Ismael

    in reply to: menu seems a bit kanckered #131374

    Hi,

    You need to specify the Main Menu on Appearance > Menu > Theme Location.

    @dexeptive: Thanks for the tip. :)

    Cheers,

    Ismael

    Hi,

    Did you transfer the wp-content/uploads folder to the new installation?

    Regards,

    Ismael

    in reply to: Problems with iPad. #131328

    Hi,

    Please upgrade to Enfold 1.8.2.

    You can decrease the padding and the font size when viewing on iPad portrait mode. 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 7px;
    font-size: 11px;
    }
    }

    Regards,

    Ismael

    in reply to: Setting Navigation Text Color, Setting Font Size #131356

    Hi,

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

    – Change navigation menu (only below logo) background color

    .header_color .main_menu ul {
    background: red;
    }

    – Change navigation menu font size

    .bottom_nav_header.social_header .main_menu ul:first-child>li a {
    font-size: 15px;
    }

    Change navigation menu padding

    .main_menu ul:first-child > li > a {
    padding: 0 20px;
    }

    Change the values.

    Regards,

    Ismael

    in reply to: Several questions re: Enfold and links (WP newbie) #131342

    Hi,

    1.) You can edit the menus on Appearance > Menus panel.

    2.) You can enclose the iconbox shortcode inside an anchort tag then place it inside a textblock shortcode, something like this

    [av_textblock]
    <a href="http://kriesi.at">[av_icon_box icon='1' position='left' title='IconBox Title' link='' linktarget='no']This is an iconbox[/av_icon_box]</a>
    [/av_textblock]

    3.) You can manually edit 404.php to change the layout of the 404 page template.

    Regards,

    Ismael

Viewing 30 posts - 65,881 through 65,910 (of 67,565 total)