Forum Replies Created

Viewing 30 posts - 59,311 through 59,340 (of 66,237 total)
  • Author
    Posts
  • in reply to: search page template #232071

    Hey!

    No, you can’ create a 404 page on admin area. Please edit includes > error404.php if you want to change the layout of the 404 page.

    Best regards,
    Ismael

    in reply to: Slow Site Speed #232070

    Hey ldsrutter!

    I checked the website and it loads fine. You can improve loading speed using cache and minify plugins. Most use plugins are the following:

    http://wordpress.org/plugins/w3-total-cache/

    http://wordpress.org/plugins/bwp-minify/

    Regards,
    Ismael

    Hi!

    You can add this on Quick CSS or custom.css to remove the ugly video preview image:

    img.ls-videopreview {
    display: none !important;
    }
    

    Cheers!
    Ismael

    in reply to: Multiple Email recipients for the contact form (bis) ? #232064

    Hi!

    I’m sorry but the default contact form element is not capable of multiple email recipients. You should really use the contact form 7 plugin then refer to this link: http://contactform7.com/selectable-recipient-with-pipes/ Most of the plugin’s style will be overridden by the theme’s contact form style.

    Please hire a freelance developer if you want to modify the contact form element. For further customization, please visit Werkpress.

    Cheers!
    Ismael

    Hi!

    Please edit the page then switch to Advance Layout Builder. You can find the Color Section element under Layout Elements panel. Insert one color section then configure it. Insert a background image, refer to the screenshot above. Set the Background Attachment to fixed or parallax. Please try to experiment to get better results. You can watch these videos to learn more about the theme: http://vimeo.com/channels/aviathemes/

    Regards,
    Ismael

    in reply to: mobile view #232058

    Hi monjacq01!

    Please download the latest version of theme. Looks like you did a lot of modifications and it is hard to trace which files have gone haywire. Add this on Quick CSS to fix the logo on mobile view:

    @media only screen and (max-width: 767px) {
    .responsive .logo img {
    max-width: 30%;
    width: 30%;
    margin-left: 20px;
    }
    
    .bottom_nav_header.social_header #header_main .container {
    height: 50px !important;
    line-height: 50px !important;
    }
    }

    Best regards,
    Ismael

    in reply to: Using Georgia Font for Heading #232054

    Hi!

    You can only add Google fonts for the heading dropdown on Enfold > Styling. Please change the heading font using Quick CSS or custom.css.

    Regards,
    Ismael

    in reply to: question about 940pixels fixed width #232052

    Hi honesty1993!

    I’m sorry how did you set the layout to 940px? There is no option for that. If you want to decrease the width of the container, please edit css > grid.css.

    Best regards,
    Ismael

    in reply to: Moving logo to the right > not clicable any more #232050

    Hey oliviad!

    Please add this on Quick CSS or custom.css:

    .logo, .logo a {
    z-index: 1000 !important;
    }
    
    .avia_wpml_language_switch {
    position: absolute;
    left: 0;
    }
    
    #avia2-menu {
    margin-left: 110px;
    }

    Cheers!
    Ismael

    in reply to: How to Override CSS for Tables & Input Fields? #232049

    Hey markofwits!

    It should be like this:

    #fstable, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    border-collapse: True;
    background: transparent;
    }

    Regards,
    Ismael

    in reply to: Text image overlay #232048

    Hi!

    Please post a screenshot of what you’re trying to do. Watch these videos to learn more about the theme: https://vimeo.com/channels/aviathemes

    Yigit said that you need to edit the page then switch to Advance Layout Builder. Go to the Layout Elements panel then insert the Color Section. Add 3 1/3 column layouts side by side. Inside the 3 columns layouts, insert a Text Block and an Image element each. We can apply an absolute position to the Text Block to overlap the images or apply the images as background on the actual Text Block. If you’re not sure what to do please hire a freelance developer. For further modifications, please visit Werkpress.

    Regards,
    Ismael

    in reply to: Remove Header Container from Individual Page #232045

    Hi!

    Please use this:

    .page-id-2703 #main {
    padding-top: 0 !important;
    margin-top: -150px !important;
    }

    Change the top margin value.

    Regards,
    Ismael

    in reply to: Specify Logo Image Dimensions #232044

    Hi!

    You can copy the whole function code on your child theme’s function.php. I think YIgit is referring to the avia_logo function:

    if(!function_exists('avia_logo'))
    {
    	/**
    	 * return the logo of the theme. if a logo was uploaded and set at the backend options panel display it
    	 * otherwise display the logo file linked in the css file for the .bg-logo class
    	 * @return string the logo + url
    	 */
    	function avia_logo($use_image = "", $sub = "", $headline_type = "h1")
    	{
    		$use_image 		= apply_filters('avf_logo', $use_image);
    		$headline_type 	= apply_filters('avf_logo_headline', $headline_type);
    		$sub 			= apply_filters('avf_logo_subtext',  $sub);
    		$alt 			= apply_filters('avf_logo_alt', get_bloginfo('name'));
    		$link 			= apply_filters('avf_logo_link', home_url('/'));
    		
    		if($sub) $sub = "<span class='subtext'>$sub</span>";
    
    		if($logo = avia_get_option('logo'))
    		{
    			 $logo = "<img src='{$logo}' alt='{$alt}' />";
    			 $logo = "<$headline_type class='logo'><a href='".$link."'>".$logo."$sub</a></$headline_type>";
    		}
    		else
    		{
    			$logo = get_bloginfo('name');
    			if($use_image) $logo = "<img src='{$use_image}' alt='{$alt}' title='{$logo}'/>";
    			$logo = "<$headline_type class='logo bg-logo'><a href='".$link."'>".$logo."$sub</a></$headline_type>";
    		}
    
    		return $logo;
    	}
    }

    Regards,
    Ismael

    in reply to: Enfold: Portfolio Sort Menu #232042

    Hi yongjlee0120!

    Can you please give us a link to the website? Did you add any plugin prior to the issue? Please download the latest version of the Enfold theme. Update it via FTP. Watch this video by Devin: https://vimeo.com/channels/aviathemes/67209750

    Cheers!
    Ismael

    Hi jmikhail!

    You can find these codes on css > layout.css. Select the social icons that you’re using then place the modified code on Quick CSS or custom.css:

    #top .social_bookmarks_rss:hover	   a{color:#fff; background-color:#ffa133; }
    #top .social_bookmarks_facebook:hover  a{color:#fff; background-color:#37589b; }
    #top .social_bookmarks_twitter:hover   a{color:#fff; background-color:#46d4fe; }
    #top .social_bookmarks_mail:hover      a{color:#fff; background-color:#9fae37; }
    #top .social_bookmarks_dribbble:hover  a{color:#fff; background-color:#e44885; }
    #top .social_bookmarks_linkedin:hover  a{color:#fff; background-color:#419cca; }
    #top .social_bookmarks_search:hover    a{color:#fff; background-color:#222222; }
    #top .social_bookmarks_gplus:hover     a{color:#fff; background-color:#de5a49; }
    #top .social_bookmarks_behance:hover   a{color:#fff; background-color:#008cfa; }
    #top .social_bookmarks_flickr:hover    a{color:#fff; background-color:#ff0086; }
    #top .social_bookmarks_forrst:hover    a{color:#fff; background-color:#234317; }
    #top .social_bookmarks_myspace:hover   a{color:#fff; background-color:#000000; }
    #top .social_bookmarks_tumblr:hover    a{color:#fff; background-color:#345574; }
    #top .social_bookmarks_vimeo:hover     a{color:#fff; background-color:#31baff; }
    #top .social_bookmarks_youtube:hover   a{color:#fff; background-color:#a72b1d; }
    #top .social_bookmarks_pinterest:hover a{color:#fff; background-color:#cb2027; }
    #top .social_bookmarks_skype:hover 	   a{color:#fff; background-color:#12a5f4; }
    #top .social_bookmarks_instagram:hover a{color:#fff; background-color:#a67658; }
    #top .social_bookmarks_five_100_px:hover a{color:#fff; background-color:#222222; }
    #top .social_bookmarks_soundcloud:hover  a{color:#fff; background-color:#F76700; }
    #top .social_bookmarks_xing:hover 	     a{color:#fff; background-color:#006567; }

    You can change the background-color to yellow.

    Regards,
    Ismael

    Hi!\

    You didn’t apply the code. The image should resize to 800px. Please add this below to make resize the image up to 1200px:

    #top .fullsize .template-blog .post .entry-content-wrapper img.size-full {
    width: 1200px;
    max-width: 1200px;
    position: relative;
    left: -20%;
    }

    Regards,
    Ismael

    in reply to: Exclude Custom Taxonomy from Masonry Grid #232039

    Hey!

    Please configure the Blog Posts option then look for “Do you want to display blog posts?” > select “Display entries from a custom taxonomy”.

    Regards,
    Ismael

    Hey eperi!

    Please add this on the child theme’s functions.php:

    if(!is_admin()){
    add_action('wp_enqueue_scripts', 'avia_register_frontend_scripts');
    }
    
    function avia_register_frontend_scripts()
    {
    	$template_url = get_template_directory_uri();
    	$child_theme_url = get_stylesheet_directory_uri();
    
    	//register styles
    	wp_register_style( 'avia-style' ,  $child_theme_url."/style.css", array(), '1', 'screen print' ); //register default style.css file.
    
    	//register styles
    	wp_enqueue_style( 'avia-style');
    
    }

    Best regards,
    Ismael

    in reply to: Blog Post View #231723

    Hi!

    I checked the website and the blog looks ok. I even removed the sidebar for “RATING DA REPÚBLICA” page and the blog is fine. Please remove browser cache then reload the page a few times. I don’t see the issue on the screenshot above.

    Cheers!
    Ismael

    in reply to: change the related posts no image icon #231719

    Hey!

    You can add something like this on Quick CSS or custom.css.

    .related-format-icon.related-format-visible {
    background: url('http://localhost/kriesi/enfold/wp-content/uploads/2012/04/013-180x180.jpg') no-repeat 50% 50%;
    }

    Replace the image url.

    Regards,
    Ismael

    in reply to: Mainmenu – Link Description? #231708

    Hey fritz_enfold!

    What do you mean by “not updateable”? You can actually create a copy of the includes folder on the child theme then add the helper-responsive-megamenu.php file inside.

    Regards,
    Ismael

    in reply to: Custom "Content Elements" & "Layout Elements" #231705

    Hey fritz_enfold!

    You can add your own elements on config-templatebuilder > avia-shortcodes. Please hire a freelance developer if you’re not sure how. For further modifications, please visit Werkpress. You can use this plugin if you want to insert php codes on Text Blocks: http://wordpress.org/plugins/insert-php/

    Cheers!
    Ismael

    Hey wendyhomola!

    Please give us a link to the website. You should download the 2.5.4 version which includes an improved youtube integration. See if that helps. This is the change log for 2.5.4:

    Files that changed:
    - style.css - new version number
    - js/shortcode.js - improved youtube integration
    - folder: config-templatebuilder: small adjustments and bugfixes

    Best regards,
    Ismael

    in reply to: issue with layer slider #231701

    Hey!

    Did you create the layerslider using some other theme? Please try to recreate them using the Enfold’s default layerslider. Another thing is that you’re using a very old version of the theme. Please download the latest version on your themeforest account then update the theme via FTP. Watch this video by Devin: https://vimeo.com/channels/aviathemes/67209750

    Best regards,
    Ismael

    in reply to: Switching to the Child Theme #231698

    Hey!

    The child theme style.css should have something like this:

    /*
    Theme Name: Enfold Child
    Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold WordPress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
    Version: 1.0
    Author: Kriesi
    Author URI: http://kriesi.at
    Template: enfold
    */
    
    /*Add your own styles here:*/

    You can add the css modifications below.

    Regards,
    Ismael

    Hey!

    I’m not sure why it is not working but please try create a backup of the .htaccess file then delete it. Flush the permalink settings on Settings > Permalink, click the “Save” button once.

    Regards,
    Ismael

    in reply to: HELP! Video / Audio Player (changable content) #231692

    Hi!

    Maybe, this plugin will help: https://wordpress.org/plugins/html5-video-player-with-playlist/

    Regards,
    Ismael

    Hi Fiorilla!

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

    .error404 .widget.avia_combo_widget, .error404 h3 {
    display: none;
    }

    Regards,
    Ismael

    in reply to: Enfold Woocommerce billing address page #231683

    Hi!

    I’m sorry but I can’t see the link to your website. I think it has been removed on your second post. I’ll ask Yigit to look at the site again. You should probably post the website url here again.

    Best regards,
    Ismael

    in reply to: Error Import Dummy Data #231678

    Hey!

    Please watch these videos to learn more about the theme: https://vimeo.com/channels/aviathemes

    Watch this one if you want an image on Mega Menus: https://vimeo.com/channels/aviathemes/67651241

    Remove the theme name on Enfold > Footer > Copyright, add the [nolink] tag.

    What do you mean by iconset? You can add portfolio pages using the Portfolio Grid element.

    Cheers!
    Ismael

Viewing 30 posts - 59,311 through 59,340 (of 66,237 total)