-
Search Results
-
Hi
I can’t seem to be able to have the blockquote text color to be black when I use a hyperlink in the paragraph. I had to use the <span> styling for each link.I have the following advanced styling:
– Change the styling for all
tags
Font Color: #000000 and Font Size: 15px
Also tried:
#top .main_color blockquote p a {
color: #000000!important;
}
Here’s the page where you can see where I use the <span> element to have it work (but I would rather style in my custom.css file.
http://www.impactcrescendo.com/#julie
and scroll to the Affiliations section where the links are.Thank you
LyseHello! I was wondering if it was possible to have a boxed layout but only past a certain width similar to http://www.uber.com/
The site is full width on laptop screens, but on desktop it is boxed.
Thanks!
On our development site (see private) , the text in the boxes with the greyscale images (ie. Discovery Our Beers, See Our Events, What’s On Tap) and 3 more further down the page – the text is centered vertically, but when it goes responsive it jumps to the top of the page.
The text is in a 1/3 column. The 1/3 column has the selection of “middle” for vertically aligned content. The vertically aligned seem to not work in responsive.
Topic: Messed up the footer
Hello, while trying to add an image to my footer through the footer.php file in my editor I’ve messed up the code so it wouldn’t load the website now. Could you please help me figure out what is the problem.
Here is the current text I have in the footer.php
<?php
do_action( ‘ava_before_footer’ );
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
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;
case 6: $class = ‘av_one_sixth’; break;
}$firstCol = “first el_before_{$class}”;
//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++)
{
$class2 = “”; // initialized to avoid php notices
if($i != 1) $class2 = ” el_after_{$class} el_before_{$class}”;
echo “<div class=’flex_column {$class} {$class2} {$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><?php
<!– ####### END FOOTER CONTAINER ####### –>
</div><?php } //endif nofooterwidgets ?>
//copyright
$copyright = do_shortcode( avia_get_option(‘copyright’, “© “.__(‘Copyright’,’avia_framework’).” – “.get_bloginfo(‘name’).”“) );// you can filter and remove the backlink with an add_filter function
// from your themes (or child themes) functions.php file if you dont want to edit this file
// you can also just keep that link. I really do appreciate it ;)
$kriesi_at_backlink = kriesi_backlink(get_option(THEMENAMECLEAN.”_initial_version”));//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
if(avia_get_option(‘footer_social’, ‘disabled’) != “disabled”)
{
$social_args = array(‘outside’=>’ul’, ‘inside’=>’li’, ‘append’ => ”);
echo avia_social_media_icons($social_args, 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,
‘echo’ => false,
‘walker’ => new avia_responsive_mega_menu(array(‘megamenu’=>’disabled’))
);$menu = wp_nav_menu($args);
if($menu){
echo “<nav class=’sub_menu_socket’ “.avia_markup_helper(array(‘context’ => ‘nav’, ‘echo’ => false)).”>”;
echo $menu;
echo “</nav>”;
}
?></div>
<!– ####### END SOCKET CONTAINER ####### –>
</footer><?php
} //end nosocket check} //end blank & nofooterarea check
?>
<!– end main –>
</div><?php
//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();
<div id=”fb-root”></div>
</body>
</html>You feedback will be greatly appreciated.
Best regards,
SimeonHello there,
I’ve imported in this theme demo Photography Portfolio. For most part it is working except when it comes to the blog single post page. If I selected “Mobile Responsive”, then it extends off past my screen, on both desktop and mobile (I’ve verified this).
When mobile responsive is turned off, then the blog post showcases properly within the screen on desktop.
Can you please help?Hi, the logo is not showing in mobile view. I can’t see why as it’s an appropriate size, although i do have some custom CSS in to give the logo padding which was needed for desktop – perhaps it’s that?? Link below.
hi,
could you help me on this – my top bar navigation wordpress menu is now nowhere to be found. also when i click apperance / customize it goes to the customize page but it is always requesting a username and passwrod
I want to set an image for the background using a fixed-frame layout, in other words one that is behind all the content, fills the page and doesn’t scroll when the page is scrolled. I would also like to set the frame width to 100 px or a percentage on the sides and to 0 on the top and bottom. I’m not sure to which elements I should apply the css or how to do it so as not to break the responsive nature of the layout.
Thanks.
Hi guys! I have another question regarding this recent post that is now closed: https://kriesi.at/support/topic/fade-background-opacity-on-hover/
Everything looks great but I just need help with how to make the entire block clickable, currently you can only click on the text areas. I believe I have the html in the code block elements set up wrong and can’t figure out how to fix them. Here is the html:
<center> <div class="custom-icon-1"></div> <p style="text-align: center;"></p> [av_hr class='invisible' height='-14' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello' custom_class=''] <h6 style="text-align: center;"><a href="http://v3.digital-ammo.com/expertise/#websitedesign">PREMIUM WEBSITE DESIGN</a></h6> [av_hr class='invisible' height='12' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello' custom_class=''] <h5 style="text-align: center;"><a class="description" href="http://v3.digital-ammo.com/expertise/#websitedesign">Lorem ipsum dolor sit amet, consectetur elit. Vivamus accumsan vitae justo sed commodo. Cras aliquet fermentum massa.</a></h5> </center>It used to be that I could select the type of post, which controlled whether or not an image would show at the top of the post. Those selections are now missing so the post shows with now photo. However, previously created posts still show the photo, but they don’t have the check boxes anymore either. Where did they go, and how do I get them back?
I recently hired a WordPress developer to optimize my Enfold blog for faster load times. He did a number of things, and did indeed speed it up. It loads much faster now.
So, I naively paid him without doing a thorough quality check of my entire site on desktop and mobile. Now, he’s no longer answering my messages, so I’m hoping you can help. Here’s what’s happening:
Desktop:
Home Page: guitaranswerguy.com
My 6 “Most Recent Blog Posts” are overlapping unnaturally. They’ll correct themselves if you resize your browser, but this shouldn’t be happening.Mobile:
Home Page: guitaranswerguy.com
The Most Recent blog posts aren’t showing at all. There’s just a giant empty space where they should be loading.
The “hamburger” (navigation) menu icon is missing. So, my mobile visitors have no way to navigate my website.I’ve provided my WP login credentials. Help?
if I use a youtube video as the background of a color section, it will work perfectly on the desktop but on a mobile it will only show a still picture with a Play button in the middle.
Viewing 30 results - 97,651 through 97,680 (of 142,830 total)
