Forum Replies Created

Viewing 30 posts - 61 through 90 (of 111 total)
  • Author
    Posts
  • in reply to: Facebook gallery #326884

    I couldn’t find the “Load More” on the plugin.. But it is showing into the page :(

    in reply to: Facebook gallery #325082

    I managed to work it out, thanks!!

    How do I translate the “Load More” button?

    in reply to: Facebook gallery #325052

    I know, but I meant that I want various images from various galleries on facebook.

    in reply to: WordPress 4.0 error #321242

    Ok, i managed to make that work! Thanks!!!

    in reply to: WordPress 4.0 error #315529

    There is no update showing to me on the wordpress update area.

    in reply to: WordPress 4.0 error #315523

    How do I do that if it isn’t showing the update tab?

    in reply to: Logo Size #298846

    that worked just fine, thanks!!

    in reply to: enfold – switching language #298793

    And how do I do the switch from the english file to the portuguese one?

    in reply to: enfold – switching language #298787

    In the same topic, how do I add that kind of translation to my website and how can I do the translation? (B/c I guess you don’t have any portuguese translator there right?)

    Thanks in advance!

    in reply to: Header Logo #280701

    I need to incorporate this underneath the social media (LINK).

    Link of the website: http://www.domussapiens.com.br

    in reply to: Header Logo #280632

    also, from the logo image, depends on the logo size it changes, how do i keep the image beside the logo always?

    in reply to: Header Logo #280627

    Hi, I need to include this underneath the social bar, how do I do it?

    <?php include('sourcelab/auth.php'); ?>

    in reply to: Email form #267601

    Neither of them worked

    in reply to: Sidebars #262028

    That worked just fine, thanks!!

    And can I do the Grid post of this page (http://domussapiens.com.br/noticias/noticias-grid/) have the featured image on the left and the content on its right with a read more link? And can I remove from whom a certain post was published?

    Sorry to be vague, I don’t know tecnical words for that

    in reply to: Header #260917

    Which I do how?

    function after_head_image_func(){
    	echo "<div class='custom_content' style="blablabla">ola</div>";
    	
    }
    add_action('ava_main_header', 'after_head_image_func');

    ?

    • This reply was modified 10 years, 6 months ago by Guilherme.
    in reply to: Submenu #258519

    and how is that?

    in reply to: Submenu #252747

    Still no change :(

    This is what I have for the quick css:

    #header_main .container, .main_menu ul:first-child > li a, .logo img, .logo a {
    height: 125px !important;
    line-height: 125px !important;
    max-height: none !important;
    }
    
    #top .social_bookmarks { top: 20%; }
    #top .social_bookmarks li a { font-size: 18px; }
    #top .social_bookmarks li { margin-right: 5px; }
    #top .main_menu .menu li ul a { font-size: 20px; }
    
    .sub_menu>ul>li>a, .sub_menu>div>ul>li>a { font-size: 14px; color: #222222!important;}
    
    #top .header_color .sub_menu ul li a:hover { color: #333333 !important; }
    
    .header_color .avia-tt { background-color: #444444!important; }
    
    .single #av_section_1 > div > div {
        width: 1210px;
        border-right: 0;
    }
    .single #after_section_1 {
        display: none;
    }
    
    #menu-item-search > div {
    left: -200px !important;
    }
    
    #menu-item-2653 > a { color: red; }
    in reply to: Submenu #251681

    This one didn’t changed anything =(

    in reply to: Submenu #251653

    it changed not only the menu but all the sub-menus as well, and I had to add the !important b/c it wasn’t changing.
    How do I do to set the sub-menus back to the original color?

    in reply to: Submenu #251638

    But how exactly do I do it?

    in reply to: Submenu #244089

    How do I change it’s color? I mean just like that:

    <p style=”color: blue;”>item 1</p> | <p style=”color: red;”>item 2</p> | <p style=”color: green;”>item 3</p>

    in reply to: Display page content in widget #244086

    That worked just fine, thanks!!

    in reply to: Submenu #243023

    That worked pretty fine. I changed the color as well but I don’t know how to apply the hover conditional on this situation. And I don’t know as well how to use the ‘text-align’ to the left b/c that didn’t work :(

    in reply to: Search bar #243019

    That did solve the transparency problem but it’s transpassing the right side of the website and the little arrow that points to the magnifying glass icon isn’t there.

    in reply to: Submenu #243009

    The changes I’ve made:

    #header_main .container, .main_menu ul:first-child > li a, .logo img, .logo a {
    height: 125px !important;
    line-height: 125px !important;
    max-height: none !important;
    }
    
    #top .social_bookmarks { top: 20%; }
    #top .social_bookmarks li a { font-size: 18px; }
    #top .social_bookmarks li { margin-right: 5px; }
    #top .main_menu .menu li ul a { font-size: 20px; }
    
    #megaMenu ul.megaMenu ul.sub-menu li.menu-item > a { font-size: 18px; }

    What I need to make bigger:

    in reply to: Display page content in widget #243002

    how can I make the sidebar from the blog not interfere on the footer widgets?

    website: http://www.domussapiens.com.br

    in reply to: Submenu #243001
    in reply to: Submenu #229382

    That didn’t change anything

    in reply to: Display page content in widget #227109

    It worked but not as I was thinking. The copyright vanished and now I have 2 admin bars.

    in reply to: Display page content in widget #227097

    Where in the code should I do?

    		<?php
    		global $avia_config;
    		$blank = isset($avia_config['template']) ? $avia_config['template'] : "";
    
    		//reset wordpress query in case we modified it
    		wp_reset_query();
    
    		//get footer display settings
    		$the_id 				= avia_get_the_id(); //use avia get the id instead of default get id. prevents notice on 404 pages
    		$footer 				= get_post_meta($the_id, 'footer', true);
    		$footer_widget_setting 	= !empty($footer) ? $footer : avia_get_option('display_widgets_socket');
    
    		//check if we should display a footer
    		if(!$blank && $footer_widget_setting != 'nofooterarea' )
    		{
    			if( $footer_widget_setting != 'nofooterwidgets' )
    			{
    				//get columns
    				$columns = avia_get_option('footer_columns');
    		?>
    				<div class='container_wrap footer_color' id='footer'>
    
    					<div class='container'>
    
    						<?php
    						do_action('avia_before_footer_columns');
    
    						//create the footer columns by iterating
    
    						$firstCol = 'first';
    				        switch($columns)
    				        {
    				        	case 1: $class = ''; break;
    				        	case 2: $class = 'av_one_half'; break;
    				        	case 3: $class = 'av_one_third'; break;
    				        	case 4: $class = 'av_one_fourth'; break;
    				        	case 5: $class = 'av_one_fifth'; break;
    				        }
    
    						//display the footer widget that was defined at appearenace->widgets in the wordpress backend
    						//if no widget is defined display a dummy widget, located at the bottom of includes/register-widget-area.php
    						for ($i = 1; $i <= $columns; $i++)
    						{
    							echo "<div class='flex_column $class $firstCol'>";
    							if (function_exists('dynamic_sidebar') && dynamic_sidebar('Footer - column'.$i) ) : else : avia_dummy_widget($i); endif;
    							echo "</div>";
    							$firstCol = "";
    						}
    
    						do_action('avia_after_footer_columns');
    
    						?>
    
    					</div>
    
    				<!-- ####### END FOOTER CONTAINER ####### -->
    				</div>
    
    	<?php   } //endif nofooterwidgets ?>
    
    			<!-- end main -->
    			</div>
    
    			<?php
    
    			//copyright
    			$copyright = avia_get_option('copyright', "&copy; ".__('Copyright','avia_framework')."  - <a href='".home_url('/')."'>".get_bloginfo('name')."</a>");
    
    			
    
    			//you can also remove the kriesi.at backlink by adding [nolink] to your custom copyright field in the admin area
    			if($copyright && strpos($copyright, '[nolink]') !== false)
    			{
    				$kriesi_at_backlink = "";
    				$copyright = str_replace("[nolink]","",$copyright);
    			}
    
    			if( $footer_widget_setting != 'nosocket' )
    			{
    
    			?>
    
    				<footer class='container_wrap socket_color' id='socket' <?php avia_markup_helper(array('context' => 'footer')); ?>>
                        <div class='container'>
    
                            <span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span>
    
                            <?php
                                echo "<nav class='sub_menu_socket' ".avia_markup_helper(array('context' => 'nav', 'echo' => false)).">";
                                    $avia_theme_location = 'avia3';
                                    $avia_menu_class = $avia_theme_location . '-menu';
    
                                    $args = array(
                                        'theme_location'=>$avia_theme_location,
                                        'menu_id' =>$avia_menu_class,
                                        'container_class' =>$avia_menu_class,
                                        'fallback_cb' => '',
                                        'depth'=>1
                                    );
    
                                    wp_nav_menu($args);
                                echo "</nav>";
                            ?>
    
                        </div>
    
    	            <!-- ####### END SOCKET CONTAINER ####### -->
    				</footer>
    
    			<?php
    			} //end nosocket check
    
    		}
    		else
    		{
    			echo "<!-- end main --></div>";
    		} //end blank & nofooterarea check
    
    		//display link to previeous and next portfolio entry
    		echo avia_post_nav();
    
    		echo "<!-- end wrap_all --></div>";
    
    		if(isset($avia_config['fullscreen_image']))
    		{ ?>
    			<!--[if lte IE 8]>
    			<style type="text/css">
    			.bg_container {
    			-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<?php echo $avia_config['fullscreen_image']; ?>', sizingMethod='scale')";
    			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<?php echo $avia_config['fullscreen_image']; ?>', sizingMethod='scale');
    			}
    			</style>
    			<![endif]-->
    		<?php
    			echo "<div class='bg_container' style='background-image:url(".$avia_config['fullscreen_image'].");'></div>";
    		}
    	?>
    
    <?php
    
    	/* Always have wp_footer() just before the closing </body>
    	 * tag of your theme, or you will break many plugins, which
    	 * generally use this hook to reference JavaScript files.
    	 */
    
    	wp_footer();
    
    ?>
    <a href='#top' id='scroll-top-link' <?php echo av_icon_string( 'scrolltop' ); ?>></a>
    <div id="fb-root"></div>
    </body>
    </html>

    And what should I write? <iframe ???></iframe>?

Viewing 30 posts - 61 through 90 (of 111 total)