Forum Replies Created

Viewing 30 posts - 62,311 through 62,340 (of 66,608 total)
  • Author
    Posts
  • in reply to: Layout Builder & Sidebar #187241

    Hey joeberlin!

    Yes, it is possible. Just create a page then switch to Advance Layout Builder. Look for Layout > Sidebar > select a right or left sidebar. You can also use select “No Sidebar” then insert a 2/3 and 1/3 columns. Insert the Widget Area element on the 1/3 column and the content on the 2/3 column.

    Cheers!
    Ismael

    in reply to: Colour section text margin #187239

    Hi Glyphism!

    Can you please post a screenshot? If you insert a Text Block inside a Color Section, you can use this to adjust the top margin:

    .avia-section .avia_textblock {
    margin-top: 50px;
    }

    Remove browser cache then reload the page.

    Regards,
    Ismael

    in reply to: Circular Team Member Image #187237

    Hey tlow87!

    Add this on your custom.css or Quick CSS:

    .avia-team-member .team-social {
    border-radius: 150px;
    }

    Remove browser cache then reload the page.

    Cheers!
    Ismael

    in reply to: Categories trouble #187235

    Hi!

    You need to use the <!– more –> tag or click “Screen Options” then enable then enable the Excerpt meta box. You need to specify the excerpt for archive or category pages.

    Cheers!
    Ismael

    in reply to: Enfold: Shortcode for contact form does not have captcha #187228

    Hey!

    You can use the Text Widget on Appearance > Widgets. Insert the Enfold Contact Form shortcode:

    [av_contact email=' (Email address hidden if logged out) ' button='Submit' title='Send us mail' sent='Your message has been sent!' subject='' autorespond='' captcha='active']
    [av_contact_field label='Name' type='text' options='' check='is_empty' width='']
    [av_contact_field label='E-Mail' type='text' options='' check='is_email' width='']
    [av_contact_field label='Subject' type='text' options='' check='is_empty' width='']
    [av_contact_field label='Message' type='textarea' options='' check='is_empty' width='']
    [/av_contact]

    Cheers!
    Ismael

    in reply to: Display Blog Posts includes excluded categories. #187226

    Hi solray!

    Do you have multiple categories on a single post? It will still show the post with the Recipe category if it has another category that is not excluded. Please give us a link to the website.

    Regards,
    Ismael

    in reply to: search bar in mobile #187224

    Hi!

    Adjust the top margin:

    @media only screen and (max-width: 767px) {
    .responsive #header .main_menu ul,  .responsive #header .main_menu ul {
    display: block !important;
    position: absolute;
    background: none;
    top: -20px;
    right: 0;
    }
    
    .responsive #header .main_menu ul li {
    display: none;
    }
    
    .responsive #header .main_menu ul li:last-child {
    display: block !important;
    }
    }

    Remove browser cache then reload the page.
    Cheers!
    Ismael

    in reply to: Font color in icon list #187223

    Hey Magnus_Norrman!

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

    .main_color .iconlist_content {
    color: red;
    }

    You can change the title using this:

    .avia-icon-list .iconlist_title {
    color: blue;
    }

    Cheers!
    Ismael

    in reply to: comments in tab #187087

    Hey!

    That is not possible or it will require a bit of a customization. You can use this plugin to insert php codes on the post editor. http://wordpress.org/plugins/insert-php/

    You can then use the tab shortcode to insert the comment template code:

    [av_tab_container position='top_tab' boxed='border_tabs' initial='1' custom_class='']
    [av_tab title='Tab 1' icon_select='no' icon='ue800' font='entypo-fontello']
    [insert_php] //wordpress function that loads the comments template "comments.php"
    comments_template( '/includes/comments.php');[/insert_php]
    [/av_tab]
    [av_tab title='Tab 2' icon_select='no' icon='']
    Tab Content goes here
    [/av_tab]
    [/av_tab_container]

    It will require a lot of customization. Please hire a freelance developer.

    Best regards,
    Ismael

    in reply to: Author profil picture in single post #187082

    Hey hitokiri_kun!

    You can edit includes > loop-index.php, find this code:

    echo "<div class='entry-content-wrapper clearfix {$post_format}-content'>";
                echo '<header class="entry-content-header">';
    					
                    echo $title;

    Below, add this code:

    	
    				$gravatar = "";
                    $link = get_post_format_link($post_format);
                    if($post_format == 'standard')
                    {
                        $gravatar = get_avatar( get_the_author_meta('email'), '75', "blank" );
                        $link = get_author_posts_url($post->post_author);
                    }
    
                    $blog_meta_output = "<a href='{$link}' class='post-author-format-type'><span class='rounded-container'>".$gravatar.$icon."</span></a>";
    				
    				echo $blog_meta_output;

    After that, add this on your custom.css or Quick CSS:

    .single .rounded-container {
    display: block;
    position: relative;
    height: 50px;
    width: 50px;
    float: right;
    }

    You can use gravatar for author images.

    Regards,
    Ismael

    in reply to: Enfold: Shortcode for contact form does not have captcha #187081

    Hi LollyGreen!

    You forget the link. If you don’t want a sidebar on your frontpage, edit the page then look for Layout > Sidebar > select “No Sidebar”.

    Best regards,
    Ismael

    in reply to: layer slider bullet list #187079

    Hi!

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

    ol, ul {
    list-style: disk;
    }

    Best regards,
    Ismael

    in reply to: Image scaling issues in enfold! #187078

    Hi!

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

    .logo img {
        image-rendering: auto;
    }

    Remove browser cache then reload the page.

    Best regards,
    Ismael

    in reply to: mobile issues #187077

    Hi!

    The background doesn’t look blurred on mobile devices.

    http://responsinator.com/?url=http%3A%2F%2Fwesternstarbutter.staging.safecom.com.au

    Best regards,
    Ismael

    in reply to: Video in Lightbox #187076

    Hi!

    Add the Image element then set the “Image Link?” to “Set manually”. Add the youtube video. It will open the video on lightbox.

    Cheers!
    Ismael

    in reply to: Different Home Page for PC/tablet and Mobile #187063

    Hi pgentile1!d

    You can try this plugin: http://wordpress.org/plugins/wp-mobile-edition/

    You can select a subdomain for your mobile audiences.

    Regards,
    Ismael

    in reply to: Header in different colors and portfolio image size #187060

    Hey!

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

    div .logo {
    position: relative;
    }
    
    .main_menu {
    clear: both;
    position: relative;
    }

    Cheers!
    Ismael

    in reply to: portfolio list view #187056

    Hi totofunk!

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

    .grid-image.avia-hover-fx {
    display: none;
    }

    Regards,
    Ismael

    in reply to: search bar in mobile #187055

    Hey wesleysoccer!

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

    @media only screen and (max-width: 767px) {
    .responsive #header .main_menu ul,  .responsive #header .main_menu ul {
    display: block !important;
    position: absolute;
    background: none;
    top: -100px;
    right: 0;
    }
    
    .responsive #header .main_menu ul li {
    display: none;
    }
    
    .responsive #header .main_menu ul li:last-child {
    display: block !important;
    }
    }

    Best regards,
    Ismael

    in reply to: Hide sidebar widgets in woocommerce pages #187054

    Hey!

    Yes, you can use the Widget Logic plugin. You can also utilize the custom widget. Create a custom widget without any widgets then use it on pages that you don’t want to have a sidebar.

    Best regards,
    Ismael

    Hi!

    You can use this instead:

    .social_header .phone-info span {
    padding: 10px 10px 10px 10px;
    margin: 10px 0px 10px 0px;
    background: blue;
    }
    
    .social_header .phone-info span:hover {
    background: red;
    }

    Cheers!
    Ismael

    in reply to: Customizing Mega menu with images, icons and text #187049

    Hi gianmarizzi!

    Please watch this video: https://vimeo.com/channels/aviathemes/67651241

    Regards,
    Ismael

    Hey!

    What screen resolution are you testing this with? You can add this on your custom.css or Quick CSS to prevent the menus from overlapping the logo on iPad or mobile view:

    @media only screen and (min-width: 768px) and (max-width: 989px) {
    .main_menu ul:first-child > li > a {
    padding: 0 10px !important;
    font-size: 12px;
    }
    }

    Cheers!
    Ismael

    in reply to: Search in Responsive Design? #187042

    Hi erostad!

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

    @media only screen and (max-width: 767px) {
    .responsive #header .main_menu ul,  .responsive #header .main_menu ul {
    display: block !important;
    position: absolute;
    background: none;
    top: -100px;
    right: 0;
    }
    
    .responsive #header .main_menu ul li {
    display: none;
    }
    
    .responsive #header .main_menu ul li:last-child {
    display: block !important;
    }
    }

    Best regards,
    Ismael

    in reply to: masonry layout full width images #187034

    Hey!

    Have you tried changing the “Size Settings” a few times? Select the option that works. What is the “Size Settings” that you have right now?

    Cheers!
    Ismael

    Hey!

    Did you try the second solution? You can use this on custom.css or Quick CSS to remove the caption and title:

    .avia-slideshow .avia-caption {
    display: none;
    }
    

    Cheers!
    Ismael

    Hey!

    You need to use the WPML plugin to translate the website.

    Regards,
    Ismael

    in reply to: image dimensions + change to swedish #186551

    Hey idespiran!

    Where are you going to use the images? Slider? Blog posts? You can find the image sizes on functions.php, find this code:

    $avia_config['imgSize']['widget'] 			 	= array('width'=>36,  'height'=>36);						// small preview pics eg sidebar news
    $avia_config['imgSize']['square'] 		 	    = array('width'=>180, 'height'=>180);		                 // small image for blogs
    $avia_config['imgSize']['featured'] 		 	= array('width'=>1500, 'height'=>430 );						// images for fullsize pages and fullsize slider
    $avia_config['imgSize']['extra_large'] 		 	= array('width'=>1500, 'height'=>1500 , 'crop' => false);	// images for fullscrren slider
    $avia_config['imgSize']['portfolio'] 		 	= array('width'=>495, 'height'=>400 );						// images for portfolio entries (2,3 column)
    $avia_config['imgSize']['portfolio_small'] 		= array('width'=>260, 'height'=>185 );						// images for portfolio 4 columns
    $avia_config['imgSize']['gallery'] 		 		= array('width'=>710, 'height'=>575 );						// images for portfolio entries (2,3 column)
    $avia_config['imgSize']['masonry'] 		 		= array('width'=>705, 'height'=>705 , 'crop' => false);		// images for fullscreen masonry
    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>710, 'height'=>270);		                 // big images for blog and page entries
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 );						// images for fullsize pages and fullsize slider
    
    //overwrite blog and fullwidth image on extra large layouts
    if(avia_get_option('responsive_layout') == "responsive responsive_large")
    {
    	$avia_config['imgSize']['gallery'] 		 		= array('width'=>845, 'height'=>684 );					// images for portfolio entries (2,3 column)
    	$avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>845, 'height'=>321);		            // big images for blog and page entries
    	$avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 );					// images for fullsize pages and fullsize slider
    }

    You can edit wp-config.php, find this code:

    define('WPLANG', '');

    Replace it with:

    define('WPLANG', 'sv_SE');

    You can use this plugin to translate the strings manually. http://wordpress.org/plugins/codestyling-localization/

    Cheers!
    Ismael

    in reply to: How to change the font of main menu #186550

    Hi!

    The code should work:

    .main_menu ul:first-child > li > a {
    padding: 0 12px !important;
    font-size: 15px;
    }

    Please remove browser cache then reload the page a few times. Don’t forget to “Save Changes”.

    Regards,
    Ismael

    Hey 10-der!

    Browsers render the title attribute differently. We really don’t have any control over them. You can edit js > avia.js, find this code on line 5-6:

    $(document).ready(function()
        {

    Add this code below:

    $(".avia-slideshow li img").attr('title', '');

    This is not a solid solution but it should work on a few browsers. Remove browser cache then reload the page a few times. You can also edit config-templatebuilder > avia-shortcodes > slideshow.php, find this code on line 486:

    $linktitle = trim($slide->post_title) ? esc_attr($slide->post_title) : "";

    Replace it with:

    //$linktitle = trim($slide->post_title) ? esc_attr($slide->post_title) : "";

    Remove browser cache then reload the page.

    Best regards,
    Ismael

Viewing 30 posts - 62,311 through 62,340 (of 66,608 total)