Forum Replies Created

Viewing 30 posts - 62,011 through 62,040 (of 66,839 total)
  • Author
    Posts
  • in reply to: Enfold install failure #197184

    Hi!

    Maybe a file is corrupt. Please download the theme again on your themeforest account.

    Best regards,
    Ismael

    in reply to: Missing "Advanced Layout Editor" since WP Update 3.7.1 #197183

    Hey!

    Please download the latest version of the theme on your themeforest account. Create a backup of your current installation including the database. Watch this video on how to update using FTP: http://vimeo.com/channels/aviathemes/67209750

    Cheers!
    Ismael

    in reply to: Linking the Iconbox #197182

    Hi!

    Please edit js > avia.js, find this code on line 5:

    $(document).ready(function()
        {

    Below, add Josue’s code with a few modifications:

    jQuery(".home article.iconbox, .page-id-2378 article.iconbox").each(function(){ 
        var theLink = jQuery(this).find("a").attr("href");
    	jQuery(this).on("click", function(){
    		window.location.href = theLink;
    	});
    });

    Add this on your custom.css or Quick CSS:

    .page-id-2378 .iconbox_icon, .home .iconbox_icon  {
    cursor: pointer;
    }

    Regards,
    Ismael

    in reply to: Tweak the blog posts – excerpts, formatting, etc. #197181

    Hi mgerenser!

    Can you please give us a link to the website? You can modify the thumbnail size on functions.php, find this code:

    $avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column)

    Change the width and height then use this plugin to regenerate the thumbnails: http://wordpress.org/plugins/regenerate-thumbnails/
    Still, the size of the images will depend on the width of the container. Do you have a sidebar on the homepage?

    2.) You can use the Excerpt box option. Edit a post then look for Screen Options, enable the Excerpt box.

    3.) Is this a separate page or the blog that you have on the homepage? Please give us a link to the website.

    Regards,
    Ismael

    in reply to: Testimonials sizing #197179

    Hi simplefly!

    We need to the actual link to the website so that we can inspect it. Please post it here.

    Regards,
    Ismael

    in reply to: I need a mobileMenu for iPad (landscape) view #197178

    Hey!

    Sorry, wrong screenshot. Please add the code on custom.css:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .mobile_menu_tablet .main_menu {
    display: block;
    bottom: -60px;
    right: 175px;
    }
    }

    This is supposed to be what it looks like after you added the code:

    Cheers!
    Ismael

    in reply to: Hover in pictures #197176

    Hi autogrupo!

    Actually, you can’t. It depends on the browser. You can change the name of the file on Media > Library. You can also remove the title attribute.

    Cheers!
    Ismael

    in reply to: Background image for all content #196923

    Hi derek62!

    You can use the Color Section. Upload a background image then set the Background Repeat to Stretch to fit. Add the content inside the color section.

    Cheers!
    Ismael

    in reply to: Home page Post Slider–full content #196917

    Hi!

    Please edit config-templatebuilder > avia-shortcodes > postslider.php, find this code on line 293:

    $prepare_excerpt = !empty($entry->post_excerpt) ? $entry->post_excerpt : avia_backend_truncate($entry->post_content, apply_filters( 'avf_postgrid_excerpt_length' , 60) , apply_filters( 'avf_postgrid_excerpt_delimiter' , " "), "…", true, '');

    Replace it with:

    $prepare_excerpt = !empty($entry->post_excerpt) ? $entry->post_excerpt : avia_backend_truncate($entry->post_content, apply_filters( 'avf_postgrid_excerpt_length' , 300) , apply_filters( 'avf_postgrid_excerpt_delimiter' , " "), "…", true, '');

    Cheers!
    Ismael

    in reply to: minimum height for main content #196915

    Hi!

    No, it’s not possible. Enfold offers a lot of layout structure and yours might be different from what we have on our end. Please post a screenshot here.

    Cheers!
    Ismael

    in reply to: Problem with portofolio #196914

    Hey georgescumariusss!

    Please flush the permalink settings on Settings > Permalinks a few times. Change it then revert it back a few times. Please refer to this link for further solutions: http://codex.wordpress.org/Using_Permalinks#Fixing_Permalink_Problems

    Cheers!
    Ismael

    in reply to: Green mouse over for links only works sometimes? #196913

    Hey!

    Please set it again or recreate the first and last images from scratch. Remove browser cache then reload the page a few times.Test it on another browser. The animated images should render html tags like this:

    <img class="avia_image avia_animated_image avia_animate_when_almost_visible top-to-bottom avia_start_animation" src="http://luma-products.com/wp-content/uploads/2013/10/cowpots_logo-300x116.png" alt="" title="" itemprop="contentURL">

    I don’t see this one on the first and last images.

    Regards,
    Ismael

    in reply to: Static front page #196912

    Hi Kindbowebb!

    Please don’t set any page on Settings > Reading > Front page displays > Static page. You can define the homepage on Enfold > Theme Options > Frontpage Settings.

    Regards,
    Ismael

    in reply to: FOOTER SOCKET ISSUE ON HOME PAGE/MENU DISAPPEARS #196911

    Hi silviouk!

    It is on the maintenance mode. Can you please give us a temporary login credentials? Post it here as a private reply.

    Best regards,
    Ismael

    in reply to: Schriftgröße der Kommentarbox und Kontaktbox #196910

    Hi crevlon!

    What headings? Can you please post a screenshot? A link to the page with the comment box and contact box will help. I don’t see any particular heading on the comment box.

    Cheers!
    Ismael

    in reply to: How to center buttons at the advanced layer slider? #196909

    Hi jacobsever!

    The buttons are center aligned when I check the website.

    Best regards,
    Ismael

    in reply to: Breite der Sidebar #196907

    Hi!

    Please try to increase the left margin to see the effect:

    .widget_search {
    margin-left: 50px;
    }

    Cheers!
    Ismael

    in reply to: Loop and preview bug with ajax portfolio #196906

    Hi Martin!

    Can you please give us a link to the actual website? Did you add a plugin prior to the issue? Please deactivate all plugins, see if the issue persists.

    Cheers!
    Ismael

    in reply to: Slider #196905

    Hi!

    You can add the Color Section then add an id on the “For Developers: Section ID” field, for example “section-1”. Go to Appearance > Menus, create a custom link. For the URL, use the color section id but add the hash tag symbol.

    URL: #section-1
    Link Text: Section 1

    It will shift to the section-1 color section whenever you click the Section 1 menu item.

    Regards,
    Ismael

    in reply to: Issues on photos in Internet Explorer 8 #196903

    Hey ksiarza!

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

    .size-square {
    min-width: 180px;
    width: auto;
    }

    Regards,
    Ismael

    in reply to: Increase Spacing Between Paragraphs in Blog Post #196900

    Hey!

    You can adjust the margin of the paragraph using this on Enfold > Styling > Quick CSS:

    .entry-content p {
    margin: .5em 0;
    }

    or use this to fully diminish the margin between paragraphs.

    .entry-content p {
    margin: .1em 0;
    }

    Cheers!
    Ismael

    in reply to: Green mouse over for links only works sometimes? #196899

    Hi!

    It doesn’t show up when you didn’t add an animation on the Image element. Edit the image then look for “Image Fade in Animation”.

    Best regards,
    Ismael

    in reply to: Sidebar Issues in Blog, Archiv, Author.. #196898

    Hi Bruno!

    Looks like this plugin will solve the sidebar issues: http://wordpress.org/plugins/widget-logic/

    Regards,
    Ismael

    in reply to: Enfold Theme CSS Fix #196896

    Hey!

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

    .entry-content-wrapper.clearfix {
    width: 100%;
    }

    Cheers!
    Ismael

    in reply to: I need a mobileMenu for iPad (landscape) view #196891

    Hi!

    Please add this on the French Theme Options > Quick CSS:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .mobile_menu_tablet .main_menu {
    display: block;
    }
    }

    I can see the mobile menu on french language. This is what I see:

    Cheers!
    Ismael

    in reply to: Portfolio grid queries #196890

    Hi creativeyes!

    1.) Add this on your custom.css or Quick CSS:

    .grid-entry .inner-entry {
    box-shadow: none;
    }

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

    .grid-image.avia-hover-fx {
    pointer-events: none;
    cursor: default;
    }

    Cheers!
    Ismael

    in reply to: unwanted extra line breaks being inserted #196889

    Hi sky19er!

    You can disable the wpautop using this http://dev.wp-plugins.org/wiki/TextControl. You can disable it manually, edit config-templatebuilder > avia-shortcodes > textblock.php, find this code on line 61:

    $params['innerHtml'] = "<div class='avia_textblock avia_textblock_style' data-update_with='content'>".stripslashes(wpautop(trim(html_entity_decode( $params['content']) )))."</div>";

    Replace it with:

    $params['innerHtml'] = "<div class='avia_textblock avia_textblock_style' data-update_with='content'>".stripslashes(trim(html_entity_decode( $params['content']) ))."</div>";

    Best regards,
    Ismael

    in reply to: Simple header issues #196886

    Hey!

    I think you’re using a social plugin. What is it? We really need to see the actual page so that we can inspect it.

    Best regards,
    Ismael

    in reply to: Issue Uploading Icon Fonts #196884

    Hi!

    Can you please give us a link to the website? Do you have any plugins installed? Please deactivate them first. Increase wordpress php memory limit: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Regards,
    Ismael

    in reply to: Excerpt With Read More Link Blog Style #196883

    Hi!

    Please deselect the page on Enfold > Theme Options > Where do you want to display the blog? option. Create a page then insert the Blog Posts element.

    Regards,
    Ismael

Viewing 30 posts - 62,011 through 62,040 (of 66,839 total)