badget

Biggest Sale! Special Offer!

Get 50% discount on all of our single themes with this coupon code: #50%SALE

Hurry up! *Limited time offer*

Search Results for 'user'

Viewing 15 results - 286 through 300 (of 686 total)
  • Author
    Search Results
  • #28455

    Hi Shelly,

    Could you please provide us the temporary username and password to your site via Email? So that we can have a look into your issue.

    This forum is a public and visible to all the members so do not share any username and password here in this forum.

    Thank you!

    #28439

    In reply to: demo data

    Hi Dost.mhd,

    Sorry! Our site is a multi-site and all the database are save into one. So it is not possible to provide you a dummy data but do not worry.Provide us your temporary username and password to your site via Email We will set all the content/data to your site same like as our demo.

    Thank you for purchasing our theme. Have a Great day!

    #28438

    Hi Shelly,

    Login to our site with the same username that you have purchase the theme and you will be redirected to your account page where you can see the Available Download section to download the theme. If you can not see please contact to our sales team via Email they will look into your account.

    Thank you!

    #28320

    Hi Brosch76,

    If it works on Clean Retina Free and then off-course it will also work in pro version.
    Could you please provide us the temporary username and password to your site via Email So that we can see the issue in your site.

    Please do not share any username and password in this forum because this forum is public and visible to all the members.

    Thank you

    #28227

    Hi Mruthven,

    Sorry! It working fine here. Could you please deactivate the plugin one by one hope it may be a plugins conflicts issue?
    If it does not solved then please provide us the temporary username and password to your site via Email So that we can see the issue in your site.

    Please do not share any username and password in this forum because this forum is public and visible to all the members.

    Thank you!

    Hi Rafael,

    Is that the free plugin or premium plugins. If it is a free plugin please provide us the link so that we can download it and check it with the Clean Retina theme. If it is not a free then please share us your temporary username and password to your site via Email So that we can look into the plugin issue.

    Please do not share your temporary username and password in this forum because this forum is public and visible to all the members.

    Thank you!

    #28159

    Hi Info,

    Could you please provide us the temporary username and password to your site via Email so that we can have a look into your issue.

    Do not share any username and password here in this forum.

    Also to reduce the space in the header and the footer please login to you WP admin dashboard and Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #access a {
        height: 41px;
        padding: 25px 0 0;
    }
    .search-toggle {
        margin-top: 25px;
    }
    #site-logo {
        margin-top: 17px;
    }
    #access ul li ul {
        top: 66px;
    }
    #colophon .widget-area {
        padding: 30px 0 0;
    }

    Thank you!

    #28156

    Hi Algraham1993,

    We can not login with the detail you shared in this forum.

    Also this is the public forum so do not use to share your any username and password. Try share it via Email

    Thank you!

    #28125

    Hi Algraham1993,

    Could you please provide us the temporary username and password to your site via Email so that we can have a look into your issue.

    Thank you!

    k.belotserkovskiy
    Participant

    Hi!
    Create a page. Use this page as a one with your recent work, i.e. add description, title and (important) featured image. Then use 301 redirect to send users to your blog category instead of that page.
    You can assign 301 redirect in Yoast SEO plugin, or, probably use another one. Or dig straight in your .htaccess file.

    #28053

    Hi Tuck Leong,

    Please Email your temporary username and password we will set revolution slider as in our demo. For documentation please view this below Url
    http://www.themepunch.com/revslider-doc/slider-revolution-documentation/

    Thank you!

    #27888

    In reply to: How to add own font

    Hi frantisek.funda,

    First of all create a child theme. Create style.css file and add the below code in your style.css file.

    /*
    Theme Name: Ambition Pro Child Theme
    Author: Self-Help WordPress User
    Template: ambition
    */
    
    @import url("../ambition-pro/style.css");
    
    body,
    input,
    textarea,
    .main-navigation a,
    h1, h2, h3, h4, h5, h6 {
    	font-family: 'Lato', sans-serif;
    }

    Your child theme will be displayed. Activate your child theme.
    Note: Please change above font family 'Lato', sans-serif to your own font-family.

    Hope this may help you
    Thank you!

    #27641

    Hi all,

    Creating the same structure in the child theme will not over ride the parent theme. First of all you need to unhook the function and then customize the code. We will post a simple example how to unhook to functions:-
    Create a two files styles.css and functions.php

    Under style.css add this following code.

    /*
    Theme Name: interface Child Theme
    Author: Self-Help WordPress User
    Template: interface
    */
    
    @import url("../interface/style.css"); 

    Under functions.php file

    unhook functions

    // Unhook default Thematic functions
    function unhook_thematic_functions() {
        // Don't forget the position number if the original function has one
    
    remove_action( ‘interface_404_content', ‘interface_display_404_page_content', 10 );
    
    }
    add_action('init','unhook_thematic_functions'); // removes the header content by using hook interface_header
    
    add_action( ‘interface_404_content', ‘interface_child_display_404_page_content', 10 );
    /**
     * function to show the footer info, copyright information
     */
     
     
    function interface_child_display_404_page_content() {      ?>   
    <div id="content">
    		<header class="entry-header">
    			<h1 class="entry-title"><?php _e( 'Error 404-Page NOT Found', ‘interface’ ); ?></h1>
    		</header>
    		<div class="entry-content clearfix" >
    			<p>Thank you</p> 
    		</div><!-- .entry-content -->
    	</div><!-- #content -->
      <?php 
    }

    If you are still unable to fix it then you need to hire a developer to fix it.

    Thank you!

    #27404

    Hi Broz,

    Login to our site with the same username and password that you have purchased the theme before. After login you will redirected to your account page there you can see the available download section. If there is no download section then please contact our sales team via Email.

    Thank you!

    #27379

    Hi bas,

    Could you Email Us your temporary username and password. We will look over it. Don’t forget to send this Forum Url too. Also we have visited to your site and your slider image is also not displayed in chrome and firefox too.

    Thank you!

Viewing 15 results - 286 through 300 (of 686 total)