Codeless
  • Support Home
  • Themes
  • Support
  • WordPress Tutorials
    • How to Start a Blog
    • Best Website Builders
    • Best Small Business Hosting
    • Email Marketing Services
    • Cheap WordPress Hosting
  • Video Tutorials

Community Forums

  • Profile
  • Topics Started
  • Replies Created
  • Favorites

Forum Replies Created

  • 7 years, 7 months ago Ruco
    Keymaster
    in reply to: styling colors

    Hello,

    To make this possible you have to :

    Step 1 – In the Language Switcher on the top WP Admin panel, select All Languages from the dropdown.

    Step 2 – Once you’ve selected All Languages from the dropdown, the theme options for all the languages will be replaced by the default language you have set in WPML options. Once you make changes to any theme option, that change will be applied on all WPML languages.

    Let us know.

    Regards!

    7 years, 7 months ago Ruco
    Keymaster
    in reply to: Demo setup issue with June – Multi-Purpose Responsive WooCommerce Theme

    Hello,

    I just fixed your issue by installing the theme again. Now everything look ok.

    Let us know.

    Best Regards!

    7 years, 7 months ago Ruco
    Keymaster
    in reply to: VC full blog not works

    Hello,

    I have just set the article as blog.

    https://www.ausunfinance.com.au/articles/

    And now everything looks ok.

    Let me know.

    7 years, 7 months ago Ruco
    Keymaster
    in reply to: Wishlist not responsive

    Hello,

    Have you used any third party plugin for that.

    Let us know.

    Regards!

    7 years, 7 months ago Ruco
    Keymaster
    in reply to: CUSTOMIZE PAGE & OPTIONS deletes previously saved content during editing.

    Hello,

    Ok let us know we are here to help you.

    Regards!

    7 years, 7 months ago Ruco
    Keymaster
    in reply to: Mobile menu text color

    Hello,

    Just changed it on Customize > Header > Menu Style > Menu Item Active Color

    Best Regards!

    7 years, 7 months ago Ruco
    Keymaster
    in reply to: Responsive footer

    Hello,

    You can remove one of the columns by adding the lines of code:

    @media(max-width:480px){
    
         .footer-content-row .footer-widget:first-child{
                      display:none;
          }
    
    }

    If you add these lines above on Extra Css the first column will be removed on mobile device.

    In case you want to remove the second column you have to replace the first-child with second-child.

    Let us know which column you want to remove so i can give the exact code.

    Regards!

    7 years, 7 months ago Ruco
    Keymaster
    in reply to: WP bakery builder license

    Hello,

    The WP Bakery Page Builder is included within the theme so you don’t need any changes.

    When our new update will go online the new plugin version will be included.

    Regards!

    7 years, 8 months ago Ruco
    Keymaster
    in reply to: xmlrpc.php

    Hello,

    Yes you can delete it without any problem. Or you can block it with firewall.

    Best Regards!

    7 years, 8 months ago Ruco
    Keymaster
    in reply to: need the right hook name

    Hello,

    Please can you go to Customize > Click on the Login/Sign Up and delete it.

    After that please add a widget in the same section and select the Custom Sidebar 3.

    Go to Appearances > Widgets > and Drag and Drop the widget June Widget MyAccount to Custom Sidebar 3.

    You problem will be resolved.

    Regards!

    7 years, 8 months ago Ruco
    Keymaster
    in reply to: Installation Issues

    Hello,

    Please can you write your wp and ftp creds into your profile details so we can install the theme for you.

    Let us know.

    Regards!

    7 years, 8 months ago Ruco
    Keymaster
    in reply to: Wishlist not responsive

    Hello,

    Sorry but i can’t find the online link when you have found this issue.

    Let me know.

    Regards!

    7 years, 8 months ago Ruco
    Keymaster
    in reply to: Custom WooCommerce Sidebar

    Hello,

    Login into WordPress Dashboard > Codeless > Custom Siderbar.

    There you can create how much sidebar you want and attach them to a specific page.

    Regards!

    7 years, 8 months ago Ruco
    Keymaster
    in reply to: Reduce number of catalog pagination links on mobile

    Hello,

    To make that possible you have to edit the file \june\woocommerce\loop\pagination.php find the function:

    function codeless_woo_pagination_args( ){  
    
    	$total   = isset( $total ) ? $total : wc_get_loop_prop( 'total_pages' );
    	$current = isset( $current ) ? $current : wc_get_loop_prop( 'current_page' );
    	$base    = isset( $base ) ? $base : esc_url_raw( str_replace( 999999999, '%#%', remove_query_arg( 'add-to-cart', get_pagenum_link( 999999999, false ) ) ) );
    	$format  = isset( $format ) ? $format : '';
    
    	if ( $total <= 1 ) {
    		return;
    	}
    
    	return array(
    			'base'         => $base,
    			'format'       => $format,
    			'add_args'     => false,
    			'current'      => max( 1, $current ),
    			'total'        => $total,
    			'prev_text' => '<span class="cl-pagination-prev"><i class="cl-icon-arrow-left"></i></span>',
    			'next_text' => '<span class="cl-pagination-next"><i class="cl-icon-arrow-right"></i></span>',
    			'type'         => 'list',
    			'end_size'     => 3,
    			'mid_size'     => 3
    	);
    }

    You have to change the end_size => 3 in end_size => 1 also you have to change the mid_size => 3 to mid_size => 1

    For more detailed information please read the codex documentation:
    https://codex.wordpress.org/Function_Reference/paginate_links

    Let us know.

    Regards!

    7 years, 8 months ago Ruco
    Keymaster
    in reply to: Demo setup issue with June – Multi-Purpose Responsive WooCommerce Theme
    This reply has been marked as private.
Viewing 15 posts - 1,126 through 1,140 (of 3,073 total)
← 1 2 3 … 75 76 77 … 203 204 205 →

Site Links

  • Support Policy
  • Specular Support Forum
  • Video Tutorials
  • Knowledge Base
  • Guides and Reviews

Useful Articles

  • Build a Website
  • Web Design & Development
  • Hosting
  • WordPress

Login

Log In
Register Lost Password