Nexus

Forum Replies Created

Viewing 15 posts - 496 through 510 (of 535 total)
  • Author
    Posts
  • in reply to: Permanent Get App Button #3144
    Nexus
    Moderator

    Yeah. You can see this forum post for the solution.

    https://www.livemeshthemes.com/support/forums/topic/floating-menu/

    in reply to: White dotted line above slideshow images #3143
    Nexus
    Moderator

    Pls reply as a private message here with the site URL and I can take a look. Thanks!

    in reply to: Blog Sidebar / Favicon / Homepage slider #3142
    Nexus
    Moderator

    Ok. In the settings you have set the grid width as 1920px. Please change it to 1140px. That should do the trick, I guess 🙂 . Thanks!

    in reply to: Remove Hover on Portfolio Item #3140
    Nexus
    Moderator

    Cheers!

    in reply to: Logo gets lost when i view from smart phone #3139
    Nexus
    Moderator

    Yeah, sorry about that. For logo on high resolution displays like iPhone/iPad, pls set the retina logo in the “Site Logo” of theme options panel.

    in reply to: Color for navigation menu and shortcodes #3137
    Nexus
    Moderator

    Cheers!

    Nexus
    Moderator

    Yeah. You will have to keep a backup of this code and reapply it when you update the theme in future.

    in reply to: 404 Error on Shortcode Builder #3133
    Nexus
    Moderator

    Cheers!

    in reply to: Logo gets lost when i view from smart phone #3113
    Nexus
    Moderator

    For the page header, you will have to add the following css code to the “Custom CSS” in the theme options and change the values to your liking

    .custom-title-area h1 { font-family: "Arvo"; font-size: 72px; font-weight: 900; }

    For the slider, you have to edit one of the slides and you will see a button to “Edit CSS”, click the button and add the following code into the text area and update the css file. Make sure to change the font related values to your liking.

    .tp-caption.extinct_white{
    	position:absolute;
    	color: #e5e5e5; 
    	text-shadow: none; 
    	font-weight: 900; 
    	font-size: 72px; 
    	line-height: 80px; 
    	font-family: "Arvo"; 
    	text-align: center;	
    	margin: 0px; 
    	border-width: 0px; 
    	border-style: none; 
    	background-color:transparent;								
    }

    After that add a layer to the revolution slider and add some text to that layer. Set the class of that text layer to the “extinct_white” and update the slide.

    Cheers!

    in reply to: Blog Sidebar / Favicon / Homepage slider #3111
    Nexus
    Moderator

    1. I just dropped a widget to the post sidebar area and the issue is fixed.

    2. See this post to know how to add a favicon https://www.livemeshthemes.com/support/forums/topic/setting-the-favicon-for-the-site/

    3. Have rectified the issue by adding the fancy heading shortcode. You can remove it if you don’t need it.

    4. I don’t see any issue with he revolution slider. Maybe you have already solved he issues.

    in reply to: Color for navigation menu and shortcodes #3107
    Nexus
    Moderator
    This reply has been marked as private.
    in reply to: get the "team" page section code ? #3106
    Nexus
    Moderator
    This reply has been marked as private.
    in reply to: How to zoom on center of revolution slider? #3105
    Nexus
    Moderator

    Hi,

    The issue is that you have the images sized 1920 x 600 pixels and the slider height is 450px.
    I went ahead and changed the slider height as 600px. If you want the slider to be 450px height and display the images properly, then you will have to reduce the image size to 1920 x 450 pixels. That is the only solution possible for displaying the images properly. Thanks!

    in reply to: Color for navigation menu and shortcodes #3092
    Nexus
    Moderator

    Can you please share the site url. It is hard to debug by just looking at the screenshots.

    in reply to: skin color only partially changing #3091
    Nexus
    Moderator

    Here are the steps to change the colors

    Step1:
    You need to change the rgba values in the default.css file. Change the rgba(16, 168, 181) and rgba(70, 165, 213) to rgba(98, 78, 122);

    Step2:
    Paste the following code to the “Custom CSS” in the Theme Options

    #primary-menu > ul.menu > li.current-menu-ancestor > a, #primary-menu > ul > li.current-menu-item > a {
    color: #624E7A;
    }
    
    .button.squash, #commentform input[type="submit"] {
    background-color: #624E7A !important;
    border-color: #75608e #49375d #49375d #75608e;
    }
    
    .service-box4:hover img {
    background-color: #624E7A;
    }
    
    .segment .flex-control-nav li a:hover, .segment .flex-control-nav li a.flex-active {
    background-color: #624E7A;
    }
    
    .entry-header .published {
    background: #624E7A;
    }
    
    ul#recentcomments li.recentcomments a.url {
    color: #624E7A;
    }
    
    ul#recentcomments li.recentcomments a {
    color: #624E7A;
    }
    
    .team-member .img-wrap .social-list {
    background: #624E7A;
    }

    Step3:
    You need to change the following PNG files in the Adobe Photoshop to your color –

    images/social-icons/social-sprite.png
    images/quote1.png
    images/facny-shape.png

    The process is simple. Open these files one at a time in Photoshop and add a “Color Overlay” to the layer. Then export the file as PNG file and replace the original file in the images folder with the new one.

    Hope that does the trick. Thanks!

Viewing 15 posts - 496 through 510 (of 535 total)