NiceThemesResponsive Display – NiceThemes http://nicethemeswp.com/forums/topic/responsive-display-2/feed/ Wed, 23 Apr 2025 14:47:48 +0000 http://bbpress.org/?v=2.5.12-6148 en-US http://nicethemeswp.com/forums/topic/responsive-display-2/#post-3582 <![CDATA[Responsive Display]]> http://nicethemeswp.com/forums/topic/responsive-display-2/#post-3582 Wed, 26 Feb 2014 09:30:57 +0000 Utopia Creative Hi, when viewing my website on a responsive display there is a weird symbol were the menu tab is, any idea how to get rid f it??

http://churchviewdentist.utopiacreative.co.uk/

Thanks

Ryan

]]>
http://nicethemeswp.com/forums/topic/responsive-display-2/#post-3583 <![CDATA[Reply To: Responsive Display]]> http://nicethemeswp.com/forums/topic/responsive-display-2/#post-3583 Wed, 26 Feb 2014 13:36:43 +0000 Juanfra Aldasoro Hello Ryan,

It seems that the encoding of your stylesheet had been changed.

You can try with searching for the class #header #top #toggle-nav:after in the original stylesheet and putting that over the file custom.css

Best,
Juan.

]]>
http://nicethemeswp.com/forums/topic/responsive-display-2/#post-3588 <![CDATA[Reply To: Responsive Display]]> http://nicethemeswp.com/forums/topic/responsive-display-2/#post-3588 Wed, 26 Feb 2014 17:09:58 +0000 Utopia Creative I have put the below in the custom.css but nothing has changed??

<a href="” title=””>

<img src="” alt=”” />

<img src="/images/logo.png” alt=”” />

”,
‘container’ => ‘div’,
‘container_class’ => ”,
‘container_id’ => ”,
‘menu_class’ => ‘nav fl clearfix’,
‘menu_id’ => ‘main-nav’,
‘echo’ => true,
‘fallback_cb’ => ‘wp_page_menu’,
‘before’ => ”,
‘after’ => ”,
‘link_before’ => ”,
‘link_after’ => ”,
‘depth’ => 0,
‘walker’ => ”,
‘theme_location’ => ‘navigation-menu’ );
?>

‘slide’, ‘showposts’ => $nice_options[‘nice_slider_entries’], ‘orderby’ => ‘menu_order’, ‘order’ => ‘ASC’ ) );

if ( ! empty ( $slides ) ) : ?>


<div id="featured" class="flexslider slider “>

’embed’, ‘width’ => 2560, ‘height’ => 400, ‘wrap’ => true, ’embed_id’ => ‘player_’ .get_the_ID() ) ) . “\n”;
elseif ( has_post_thumbnail() ) :

nice_image( array ( ‘key’ => ‘slider-image’, ‘width’ => 2560, ‘height’ => 1000 ) ) . “\n”;

if ( $nice_options[‘nice_slider_caption’] == ‘true’ ) :

$slide_description = get_post_meta( get_the_ID(), ‘slide_description’, true );

?>

<?php
$slide_url = get_post_meta( get_the_ID(), 'url', true );

if ( nice_bool( $slide_url ) ) {

$slide_url_text = get_post_meta( get_the_ID(), 'url_text', true );
if ( empty( $slide_url_text) ) $slide_url_text =__( 'Read More', 'nicethemes' );

echo '‘ . $slide_url_text . ‘‘;
}
?>

]]>
http://nicethemeswp.com/forums/topic/responsive-display-2/#post-3589 <![CDATA[Reply To: Responsive Display]]> http://nicethemeswp.com/forums/topic/responsive-display-2/#post-3589 Wed, 26 Feb 2014 17:36:49 +0000 Juanfra Aldasoro Hello,

That code is HTML and PHP.

You need to style the class that I’ve mentioned with CSS, that is a total different world.

Best,
Juan.

]]>
http://nicethemeswp.com/forums/topic/responsive-display-2/#post-3590 <![CDATA[Reply To: Responsive Display]]> http://nicethemeswp.com/forums/topic/responsive-display-2/#post-3590 Thu, 27 Feb 2014 09:26:32 +0000 Utopia Creative Oh right ok.

And where can I find that?

Is it in the files I downloaded when I bought it?

Ryan

]]>
http://nicethemeswp.com/forums/topic/responsive-display-2/#post-3591 <![CDATA[Reply To: Responsive Display]]> http://nicethemeswp.com/forums/topic/responsive-display-2/#post-3591 Thu, 27 Feb 2014 14:05:45 +0000 Juanfra Aldasoro Hi Ryan,

Yes, it is part of the file style.css, look for the string #header #top #toggle-nav:after, and try copying and pasting that class with its properties (what it is inside the braces {} ) into the file custom.css

Best,
Juan.

]]>
http://nicethemeswp.com/forums/topic/responsive-display-2/#post-3592 <![CDATA[Reply To: Responsive Display]]> http://nicethemeswp.com/forums/topic/responsive-display-2/#post-3592 Fri, 28 Feb 2014 09:31:22 +0000 Utopia Creative I have tried a few more times with no success.

I’m sure i’m putting the correct css in.

#header #top #toggle-nav {
display: block;
}

Ryan

]]>
http://nicethemeswp.com/forums/topic/responsive-display-2/#post-3594 <![CDATA[Reply To: Responsive Display]]> http://nicethemeswp.com/forums/topic/responsive-display-2/#post-3594 Fri, 28 Feb 2014 14:20:00 +0000 Juanfra Aldasoro Hi Ryan,

I mentioned the class

#header #top #toggle-nav:after

not

#header #top #toggle-nav

—-

Please look that in the original #header #top #toggle-nav:after There’s a ‘content’ property. That’s what you need to look.

Best,
Juan.

]]>
http://nicethemeswp.com/forums/topic/responsive-display-2/#post-3599 <![CDATA[Reply To: Responsive Display]]> http://nicethemeswp.com/forums/topic/responsive-display-2/#post-3599 Mon, 03 Mar 2014 12:11:34 +0000 Utopia Creative Got it!

Thank you for you patience!

Ryan

]]>
http://nicethemeswp.com/forums/topic/responsive-display-2/#post-3601 <![CDATA[Reply To: Responsive Display]]> http://nicethemeswp.com/forums/topic/responsive-display-2/#post-3601 Mon, 03 Mar 2014 15:45:41 +0000 Juanfra Aldasoro No problem.

Have a nice day,
Juan.

]]>