Forum Replies Created

Viewing 30 posts - 57,811 through 57,840 (of 67,192 total)
  • Author
    Posts
  • Hey Kayzel!

    Thank you for using the theme!

    You can add this on functions.php:

    add_filter( 'wp_nav_menu_items', 'avia_append_search_nav', 10, 2 );
    
    function avia_append_search_nav ( $items, $args )
    	{	
    		if(avia_get_option('header_searchicon','header_searchicon') != "header_searchicon") return $items;
    	
    	    if ((is_object($args) && $args->theme_location == 'avia') || (is_string($args) && $args = "fallback_menu"))
    	    {
    	        global $avia_config;
    	        ob_start();
    			$getform = get_search_form(false);
    
    	        $items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown">'.$getform.'</li>';
    	    }
    	    return $items;
    	}

    Add this on Quick CSS or custom.css:

    #top #searchform > * {
    opacity: 1 !important;
    display: block !important;
    }

    Cheers!
    Ismael

    in reply to: Ubermenu Overflow:hidden problem.. #278442

    Hi!

    Thank you for using the theme.

    It is possible to set the sidebar overflow to visible but it will break the layout of the theme. You can add something like this on Quick CSS or custom.css:

    #top #main .sidebar {
    overflow: visible;
    }

    If you can provide us with a screenshot of what you’re trying to do with the enfold menu, we’ll try to give you the css modifications to get you started.

    Cheers!
    Ismael

    in reply to: Category Page and Layout Builder #278440

    Hey!

    Thank you for the update.

    1.) Not sure if you can expand the excerpt container because it is already set to 100%. You can only decrease the padding around it with this on Quick CSS or custom.css:

    .av-masonry-entry .av-inner-masonry-content {
    padding: 5px;
    }

    2.) Edit the posts and set the post format to “Link”. Add the link of the website on the post content.

    Best regards,
    Ismael

    in reply to: Portfolio Preview Images Not Showing #278438

    Hey!

    Glad it is fixed. Mind sharing the workaround? It might help some of the users having the same issue. Thanks!

    Best regards,
    Ismael

    in reply to: Visual editor not displaying content #278437

    Hey!


    @sureshakula
    : The advance layout builder is working fine when I test it on Chrome Windows 8. Please try to remove browser cache or test it on another browser. This is the test page that I created using the builder: http://voziq.net/wp-admin/post.php?post=3542&action=edit&message=6

    Regards,
    Ismael

    Hey!

    Thank you for the update.

    I will asked the rest of the support team to check it on their tablets. For now, please download the latest version 2.8.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

    Hey!

    I checked the code that I suggested and I realized it’s wrong. Please use this on header.php instead:

    <body id="top" <?php $browser = strtolower(avia_get_browser()); body_class($style." ".$avia_config['font_stack']." ".$blank.$browser); avia_markup_helper(array('context' => 'body'));?>>
    

    Add the css snippet:

    .safari .avia-fullscreen-slider .avia-slideshow-inner {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    }

    Cheers!
    Ismael

    in reply to: Customizing the Enfold Archive Sidebar #277417

    Hey!

    Thank you for the info.

    Do the same changes on archive.php above but use this instead:

    //get the sidebar
    				echo '<aside class="sidebar sidebar_right  three alpha units" role="complementary" itemscope="itemscope" itemtype="https://schema.org/WPSideBar"><div class="inner_sidebar extralight-border">';
    				dynamic_sidebar('Portfolio Sidebar');
    				echo '</div></aside>';

    Cheers!
    Ismael

    in reply to: Magazine Element not working correctly (URGENT) #277406

    Hey!

    Thank you for the access. Nice touch on the password. :)

    Anyway, I deactivated the plugins and sure enough the magazine started working again even when I’m not logged in. Please check here: http://balitbanghub.dephub.go.id/test-magazine/

    I will leave them deactivated for now, activate them one at a time to find the culprit. My guess is the New User Approve plugin but I’m not sure. Let us know if you find the cause of the issue.

    Regards,
    Ismael

    in reply to: Magazine Element not working correctly (URGENT) #277402

    Hey!

    Thank you for the update.

    Please post the login details here and set it as a private reply. Is it ok if we deactivate the plugins while working on the site?

    Regards,
    Ismael

    in reply to: Visual editor not displaying content #277401

    Hi!

    Thank you for the info.

    Try logging out then login again. Right now, you’re using an old version of the theme, very old. The 2.4.2 version was released on November last year and is not compatible with WordPress 3.9. Please update the theme regularly. Download the latest version 2.8.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/

    Cheers!
    Ismael

    in reply to: Magazine Element not working correctly (URGENT) #277399

    Hi!

    Thank you for visiting the support forum and sorry for the delay.

    I’m not sure why the magazine element is not rendering properly. Please try to deactivate the plugins then test it again on another browser. If possible, please create a test page with the magazine element only.

    Cheers!
    Ismael

    in reply to: Place Image to bottom #277392

    Hey icodemarchi!

    Thank you for visiting the support forum.

    You can add a unique selector for each Avia Elements. Edit functions.php, find this code:

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

    Below, add this code:

    add_theme_support('avia_template_builder_custom_css');
    

    Edit any avia elements like the IMAGE element then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “awesome-image”.

    Add the custom css class after the elements default selector. Something like this on your custom.css or Quick CSS:

    .avia-image-container.awesome-image {
    position: relative;
    bottom: -150px;
    }

    Adjust the bottom value if necessary.

    Refer to this link for more info: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Best regards,
    Ismael

    in reply to: Customizing the Enfold Archive Sidebar #277391

    Hi!

    I’m sorry, I thought the product page is created using Woocommerce. What is the widget area that you use for the “product page” or portfolio item page?

    Regards,
    Ismael

    Hi!

    Thank you for using the theme!

    The link you provided needs admin rights or permission. You can add this on Quick CSS or custom.css to adjust the default padding of the content:

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

    Cheers!
    Ismael

    in reply to: Font color for main menu links #277377

    Hi!

    Thank you for using the update.

    I think the problem is, you’re creating multiple threads or posts describing the same issues. The fix or solution from the other thread kinda mixed up with the others. To make this more simple, please post a screenshot or mockup of how you want the header to look like on iPad portrait view and another screenshot on how you want it to look like on iPhone view. This will make it easier for us to adjust the existing codes on your Quick CSS.

    Cheers!
    Ismael

    in reply to: Advanced Styling Not Applying #277376

    Hi sbrohamm!

    Thank you for using the theme!

    The changes are not being saved on enfold_child.css file. Please make sure that the file permissions on dynamic_avia folder is correct. Remove the enfold_child.css file then toggle any options on Enfold > Theme Options then save changes. If that doesn’t work, please add this on Quick CSS or custom.css:

    .header_color .main_menu ul:first-child > li > a {
    color: #000000;
    }

    Cheers!
    Ismael

    Hi!

    Thank you for using the theme.

    We’re not sure why the gallery thumbnails are not working on your Android tablet. If you don’t mind, please deactivate the plugins because we’re getting script errors when we check the site. The thumbnails on the blog page are intentionally removed if you’re using the Single author, small preview blog style to give more space for the actual content. You can display it again with this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    .responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar {
    display: block;
    }
    
    .template-blog .blog-meta {
    float: left;
    margin-right: 20px;
    }
    }

    Regards,
    Ismael

    in reply to: Basic questions for a beginner #277368

    Hi rhysbowen!

    Thank you for using the theme!

    1.) That is the gallery shortcode inside a 2/3 column layout. The side contents are text block and accordion element. You can see the same thing if you import the dummy data. :)

    2.) The link http://nbpromos.com/new-polos/ takes me to a 404 page. In case you want to know, the demo with the gallery uses images with 988x642px dimension. You can use larger images, the theme automatically crops them and use different thumbnail sizes on different parts of the theme.

    3.) You can change the body color on Enfold > General Styling. Look for the Main Content and Alternate Content tabs. Depends on the element that you want to change, you can use Quick CSS to add css modifications on the theme.

    4.) If you want to remove the title and breadcrumbs, go to Enfold > Header Layout > Header layout. Disable the option on Header Title and Breadcrumbs setting.

    In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.

    If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)

    Regards,
    Ismael

    in reply to: More Formatting Issues #277363

    Hey kevinjsutton!

    Thank you for visiting the support forum.

    1.) Please add this on Quick CSS or custom.css to fix the slider on iPad view:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 195px;
    }
    }

    2.) Try the suggestion above, might fix this one too.

    3.) We already fixed this one on the other thread that you posted. Remove this line of code on the Quick CSS:

    .responsive .mobile_slide_out .logo {
    left: 40%;
    }

    Add this on Quick CSS or custom.css:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .mobile_slide_out .logo {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    }
    }

    Best regards,
    Ismael

    Hi!

    Alright. We’ll keep the thread open. Let us know if the suggestions above work.

    Best regards,
    Ismael

    in reply to: Portfolio Preview Images Not Showing #277358

    Hey!

    Thank you for the update.

    Actually, the images are there. The problem is, something, maybe a plugin is adding a 1px width and height attribute to the images.

    <img width="1" height="1" src="http://Philly-Sales.com/wp-content/uploads/2014/06/West-Philadelphia-Townhome.png" class="attachment-portfolio wp-post-image" alt="West Philadelphia Townhome">
    

    Please try to add this on Quick CSS or custom.css to fix the portfolio images on the home page:

    .avia-content-slider .slide-image img {
    min-width: 100%;
    }

    Go to the wp-content/plugins folder then rename or remove all plugins folder then test the portfolio item’s featured image. The featured image is there but again, the 1px width and height attribute is being added.

    http://philly-sales.com/wp-admin/post.php?post=4410&action=edit&message=1

    Best regards,
    Ismael

    in reply to: Customizing the Enfold Archive Sidebar #277357

    Hey mikegrace78!

    Thank you for using the theme.

    Did you add the widget on the Shop Overview Page widget area? Please edit archives.php, find this code on line 78:

    //get the sidebar
    				$avia_config['currently_viewing'] = 'blog';
    				get_sidebar();

    Replace it with:

    //get the sidebar
    				$avia_config['currently_viewing'] = 'shop';
    				get_sidebar();

    Cheers!
    Ismael

    in reply to: 2-line menu needs some CSS styling #277356

    Hey!

    Thank you for the update.

    Please remove the br tag then use this on Quick CSS or custom.css to decrease the padding between menu items:

    .av-main-nav > li > a {
    padding: 0 7px;
    }

    Adjust the second value on the padding property if necessary.

    Cheers!
    Ismael

    Hey Jane!

    Thank you for using the theme.

    I don’t think that is possible with css only so you might need to modify the theme files. Please hire a freelance developer to add the background for you. You can try this though:

    #main div.container:before {
    content: '';
    background: red;
    height: 9999px;
    width: 1px;
    display: block;
    position: absolute;
    left: -10px;
    z-index: 9999;
    }
    
    #main div.container:after {
    content: '';
    background: red;
    height: 9999px;
    width: 1px;
    display: block;
    position: absolute;
    right: -10px;
    z-index: 9999;
    visibility: visible;
    }

    Adjust the width then replace the value of the background property.

    Best regards,
    Ismael

    in reply to: Target=blank in menu #277343

    Hey Kevin!

    Thank you for visiting the support forum.

    Go to Appearance > Menus panel then click the Screen Options. Look for the Show advanced menu properties, enable the Link Target.

    Regards,
    Ismael

    in reply to: Transparent header / Overlapping slide and content #277341

    Hey dalboslampen!

    Thank you for the kind words and for using the theme!

    Please add this on Quick CSS or custom.css:

    .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 140px;
    }
    
    .header_color.header-scrolled .header_bg {
    background-color: transparent !important;
    }
    
    .header-scrolled #header_main {
    border-bottom: none;
    }

    Cheers!
    Ismael

    Hi afarahani!

    Thank you for using the theme!

    1.) You can add this on Quick CSS or custom.css to change the label of the contact form to black:

    .avia_ajax_form label {
    color: black !important;
    }

    2.) Yes, that is possible but it will require the core modification of the theme. Edit framework > php > class-form-generator.php, we’ll try to edit the text function inside avia_form class. Look for this code on line 284:

    $form_el = ' <input name="'.$id.'" class="text_input '.$element_class.'" type="'.$type.'" id="'.$id.'" value="'.$value.'"/>';
    			$label = '<label for="'.$id.'">'.$element['label'].$required.'</label>';
    

    Replace it with:

    $form_el = ' <input placeholder="'.$element['label'].'" name="'.$id.'" class="text_input '.$element_class.'" type="'.$type.'" id="'.$id.'" value="'.$value.'"/>';
    			//$label = '<label for="'.$id.'">'.$element['label'].$required.'</label>';

    We added the place holder attribute inside the input tag then hide the actual label variable. Do the same thing with the textarea function.

    Regards,
    Ismael

    in reply to: Heart Like Button #277337

    Hi afarahani!

    Thank you for using the theme.

    Are you going to sync it on your facebook account? You can try to use social button or sharing plugins like the following:

    https://wordpress.org/plugins/socializer/
    https://wordpress.org/plugins/simple-social-buttons/
    http://wordpress.org/plugins/addthis/

    Best regards,
    Ismael

    in reply to: Slider trouble in live version #276852

    Hey!

    Thank you for the update.

    You set the Slide Delay to 30000, that is 30 seconds. Meaning the slider will only start after 30 seconds. We set it back to 3000 ms. Another problem is, the background file size is quite huge for its dimension. Please resave the background image ( http://cfe.433.myftpupload.com/wp-content/uploads/2014/05/new.back_.5.211.png ) as JPG format then set the quality to 10 if you’re using photoshop. Upload it again.

    Cheers!
    Ismael

Viewing 30 posts - 57,811 through 57,840 (of 67,192 total)