Forum Replies Created

Viewing 30 posts - 58,621 through 58,650 (of 67,591 total)
  • Author
    Posts
  • Hi!

    Thank you for the update.

    You can just change the background color of the main header. Use this on Quick CSS:

    div#header_main {
    background: #efefef;
    }

    Regarding the mobile issue, please use a logo with a PNG format and transparent background.

    Cheers!
    Ismael

    in reply to: Advanced Editor issue #265708

    Hey!

    Thank you for using the theme!

    Checking on the website, you’re still using version 2.6 which is incompatible with WP 3.9.1. Please download the latest version Enfold 2.7.1 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Ismael

    Hi!

    Thank you for the screenshots.

    I checked the website but it is on maintenance mode. If possible, translate your inquiry to english so that the theme support member can understand it better.

    Best regards,
    Ismael

    in reply to: Unable to save changes after update and WPML #265705

    Hi!

    Thank you for using the theme.

    We will need a temporary login details to check the page. Also, make sure that you set the theme options for all languages.

    Best regards,
    Ismael

    in reply to: Layerslider lässt sich nicht mehr bearbeiten #265704

    Hey!

    Thank you for using the theme!

    I tested one of the slider called “test” and I was able to edit it without any issues. I even created a new slider called “Test 2”.

    http://rainerhess-marketing.de/wp-admin/admin.php?page=layerslider&action=edit&id=14
    http://rainerhess-marketing.de/wp-admin/admin.php?page=layerslider&action=edit&id=13

    You can see the layer sliders here:

    http://rainerhess-marketing.de/test-layer-slider/

    Please remove browser cache or test it on another browser. If possible, test it on another computer.

    Cheers!
    Ismael

    in reply to: Align text after icon #265703

    Hi!

    Thank you for the access.

    Where did you place the actual shortcodes? I can’t see it on the entire website or on the 4 pages that is available on the menu.

    Regards,
    Ismael

    in reply to: Layer Slider zeigt nur Ladebalken an #265700

    Hey arnoldgrafik!

    Thank you for visiting the support forum!

    Do you mind if we take a look at the actual website? Make sure that you’re running WP 3.9 and the latest version of the theme which is 2.7.1.

    Cheers!
    Ismael

    in reply to: Logo and menu issue in IE8 #265694

    Hi!

    Glad it is working.

    Anyway, I don’t think you need the \9 value since we already have the avia-msie which targets internet explorer browsers.

    Regards,
    Ismael

    Hi pjnettitude!

    Thank you for using the theme!

    Please add this on Quick CSS or custom.css:

    .html_header_top.html_logo_center.avia-msie .logo {
    position: relative;
    text-align: center;
    width: 100%;
    }
    
    .html_header_top.html_logo_center.avia-msie .logo img {
    -webkit-transform: initial;
    display: inline-block;
    }
    
    .html_header_top.html_bottom_nav_header.avia-msie .main_menu ul:first-child>li a {;
    font-size: 12px;
    padding: 2px 15px 0px 15px;
    }
    

    Best regards,
    Ismael

    in reply to: Bad image preview quality on portfolio grid #265687

    Hi!

    Thank you for using the theme!

    Please edit the portfolio grid then look for the Portfolio Grid Image Size. Select the second option where you can select the portfolio thumbnail size manually.

    Best regards,
    Ismael

    in reply to: Hover Over Icons #265686

    Hey!

    Thank you for using the theme!

    You also need to change the initial box-shadow property where the keyframes will base their animation:

    .av_font_icon.av-icon-style-border .av-icon-char:after {
    	box-shadow: 0 0 0 2px rgba(87,81,73,0.1) !important;
    }
    
    @-webkit-keyframes sonarEffect {
    	0% {opacity: 0.3;}
    	40% {opacity: 0.5;box-shadow: 0 0 0 2px rgba(87,81,73,0.1), 0 0 10px 10px #575149, 0 0 0 10px rgba(87,81,73,0.5);}
    	100% {box-shadow: 0 0 0 2px rgba(87,81,73,0.1), 0 0 10px 10px #575149, 0 0 0 10px rgba(87,81,73,0.5);-webkit-transform: scale(1.5);opacity: 0;}
    }
    @-moz-keyframes sonarEffect {
    	0% {opacity: 0.3;}
    	40% {opacity: 0.5;box-shadow: 0 0 0 2px rgba(87,81,73,0.1), 0 0 10px 10px #575149, 0 0 0 10px rgba(87,81,73,0.5);}
    	100% {box-shadow: 0 0 0 2px rgba(87,81,73,0.1), 0 0 10px 10px #575149, 0 0 0 10px rgba(87,81,73,0.5);-moz-transform: scale(1.5);opacity: 0;}
    }
    @keyframes sonarEffect {
    	0% {opacity: 0.3;}
    	40% {opacity: 0.5;box-shadow: 0 0 0 2px rgba(87,81,73,0.1), 0 0 10px 10px #575149, 0 0 0 10px rgba(87,81,73,0.5);}
    	100% {box-shadow: 0 0 0 2px rgba(87,81,73,0.1), 0 0 10px 10px #575149, 0 0 0 10px rgba(87,81,73,0.5);transform: scale(1.5);opacity: 0;}
    }
    

    Cheers!
    Ismael

    in reply to: LayerSlider previous/next replacement. #265674

    Hi!

    Thank you for using the theme!

    Please use this instead:

    a.ls-nav-prev {
    background: url('PREV IMAGE URL') !important;
    }
    
    a.ls-nav-next {
    background: url('NEXT IMAGE URL') !important;
    }
    
    #top .avia-layerslider .ls-nav-prev:before, #top .avia-layerslider .ls-nav-next:before {
    content: '' !important;
    }

    Best regards,
    Ismael

    in reply to: Color sections aren't displaying full-width #265672

    Hey!

    Thank you for the info.

    I’m not sure why the original frontpage is not working but creating a new page then adding the homepage shortcodes seems to fix it. You can check it here, just change the page title: http://amusementux.com/homepage-test/

    Regards,
    Ismael

    in reply to: remove featured image #265669

    Hi!

    Thank you for the update.

    What is the Single Post Style that you’re currently using? Please add this on Quick CSS or custom.css to remove the featured images:

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

    Best regards,
    Ismael

    in reply to: Sort Categories in Portfolio not Appearing #265666

    Hi!

    Thank you for using the theme!

    We’re still not sure why the portfolio sort category missing on your installation but please try to add this on Quick CSS or custom.css:

    .sort_by_cat.hidden {
    position: relative;
    top: 0;
    visibility: visible;
    }

    Best regards,
    Ismael

    in reply to: Can't load Avia layout pages #265663

    Hey!

    Thank you for the update.

    We’re really not sure of the issue but checking the site, the dashboard is still looking weird like the screenshot posted above which tells us the theme is not the direct cause of the problem. Please try to deactivate the plugins, see if that helps.

    Best regards,
    Ismael

    in reply to: Top Navigation Current Menu Item and Hover Underlines #265662

    Hey!

    Thank you for using the theme!

    Please add this at the very bottom of Quick CSS or custom.css then delete the enfold.css file and save the theme options again to regenerate the file. Make sure that the file permission is 755 or higher.

    .header_color .primary-background, .header_color .primary-background a, div .header_color .button, .header_color #submit, .header_color input[type="submit"], .header_color .small-preview:hover, .header_color .avia-menu-fx, .header_color .avia-menu-fx .avia-arrow, .header_color.iconbox_top .iconbox_icon, .header_color .iconbox_top a.iconbox_icon:hover, .header_color .avia-data-table th.avia-highlight-col, .header_color .avia-color-theme-color, .header_color .avia-color-theme-color:hover, .header_color .image-overlay .image-overlay-inside:before, .header_color .comment-count, .header_color .av_dropcap2 {
        background-color: #649ECB !important;
        border-color: #649ECB !important;
    }

    Best regards,
    Ismael

    in reply to: Team Member Disappearing #265660

    Hi!

    Thank you for using the theme!

    On the team member’s description, did you happen to use an apostrophe symbol? Please use the html code entity of the symbol. Please refer to this link: http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references

    Cheers!
    Ismael

    in reply to: Using Enfold Social Icons? #265656

    Hi!

    Thank you for the update.

    Where do you like to show the social icons? You can use the avia_social_media_icons function in order to render the social icons on different parts of the page.

    $social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => '');
    $icons = avia_social_media_icons($social_args, false); 
    						
    echo $icons;

    A screenshot of what you’re trying to do will help.

    Cheers!
    Ismael

    Hi Laureninthailand!

    Thank you for using the theme!

    You can use html tags on Enfold > Header Layout > Extra Elements > Phone Number or small info text. Add something like this:

    <img src="PHONE GRAPHIC URL HERE">
    

    Best regards,
    Ismael

    Hi teddybaker!

    Thank you for the screenshots.

    Do you mind if take a look at the actual website? We need to test it on different browsers to know what’s causing the text font weight variation.

    Best regards,
    Ismael

    in reply to: Add shortcode (lightbox) to slider #265648

    Hi AnthillMarketing!

    Thank you for using the theme!

    I’m really sorry but we cannot provide support for third party plugins or scripts as stated on our support policy due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not included on the theme package will need to be directed to the plugin author.

    Anyway, you can try to use the theme’s default lightbox feature. Please refer to this link on how to open an inline content via lightbox: http://www.no-margin-for-errors.com/projects/prettyPhoto-jquery-lightbox-clone/

    Cheers!
    Ismael

    in reply to: One Page Menu problem in Enfold #265645

    Hey!


    @Flikk
    : Thanks for helping out. :)


    @zgiebu
    : He is right, you can use the absolute url of the page instead of the section id.

    Cheers!
    Ismael

    in reply to: Extending the Logo Area for the Enfold Theme #265644

    Hey!

    Thank you for using the theme!

    This modification can’t be accomplish with just the logo. Please add this at the very bottom of functions.php:

    add_action('ava_main_header', 'ava_main_header_background');
    
    function ava_main_header_background() {
    	echo "<div class='left-header-bg'></div>";
    }

    After add this on custom.css or Quick CSS:

    div.left-header-bg {
    display: block;
    width: 100%;
    position: absolute;
    background: #ffffff;
    height: 88px;
    left: -80%;
    }

    Adjust the height and left position if necessary.

    Best regards,
    Ismael

    in reply to: Color sections aren't displaying full-width #265125

    Hey!

    Thank you for the login details.

    I still can’t see the Enfold Child panel and everytime I tried to check the page it redirects me to the coming soon page.

    Best regards,
    Ismael

    Hey AscenderDesign!

    Thank you for using the theme!

    Edit searchform.php, remove everything then replace it with this code:

    <form role="search" method="get" id="searchform" action="<?php echo home_url( '/' ); ?>">
    			<div>
    				<label class="screen-reader-text" for="s">Search for:</label>
    				<input type="text" value="<?php _e('search site', 'avia_framework')?>" name="s" id="s" placeholder="Search for products">
    				<input type="submit" id="searchsubmit" value="Search">
    				<input type="hidden" name="post_type" value="product">
    			</div>
    		</form>

    Regards,
    Ismael

    in reply to: Footer Blinking Black #265118

    Hey!

    Go to the W3 Total Cache panel then delete or empty cache. Add the added fix above.

    Best regards,
    Ismael

    in reply to: Footer Blinking Black #265095

    Hi!

    Glad the socket solution is working.

    Did you empty the plugin cache after adding the possible fix? Please add this below the css snippets:

    section.avia-testimonial-row {
    -webkit-transform: translateZ(0) !important;
    }

    Best regards,
    Ismael

    in reply to: Search results limited to 4? #265094

    Hey AscenderDesign!

    Please refer to this link: http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/

    Find this line of code:

    // limit the results to 5
    	function avia_searchwp_search_num_results() {
    		return 5;
    	}

    Increase the default value of 5.

    Cheers!
    Ismael

    in reply to: Portfolio Questions #265092

    Hey Scott!

    Thank you for using the theme!

    Yes, it is somehow possible. Edit the portfolio item then look for the Overwrite Portfolio Link setting. You can choose to manually link the portfolio items.

    Best regards,
    Ismael

Viewing 30 posts - 58,621 through 58,650 (of 67,591 total)