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

  • 10 years, 1 month ago Mirela
    Participant
    in reply to: Custom Headings shortcode doesn’t have same font options as Tower theme. Why?

    Hello,
    Sorry for the late reply.
    it’s the same code. Add it to any of the page’s you want to use it, at their custom css box.

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: Logo desappears in the Header

    Hello,

    Sorry for the late reply.
    Please add this code into the page’s custom css box:

    #logo img.dark {
        display: block !important;
        visibility: visible !important;
    }

    You have a js error in your site. Please go to file js/main.js and find this line:
    $('.codeless_slider_wrapper', parent).removelass('skrollable');
    replace with this:
    $('.codeless_slider_wrapper', parent).removeClass('skrollable');
    Let us know.

    Best regards!

    • This reply was modified 10 years, 1 month ago by Mirela.
    10 years, 1 month ago Mirela
    Participant
    in reply to: Dropdown Customize, Search Results, and Static Google Map

    Hello,

    Sorry for the late reply.

    1-To make text bold add this code:
    nav .menu li a:hover { font-weight: bold;}

    Add this for the mobile:

    @media (max-width: 979px){
    .snap-drawer #navigation nav .menu > li a:hover {  font-weight: bold;}}

    2-For the images, add this code instead:

    .search-results .blog-article .media .overlay {
        background: rgba(209, 193, 159, 0.61);
    }

    4-Add this code too:
    @media (max-width: 767px){.row-fluid.row-google-map { pointer-events: none;}}

    6-Please check the credentials as i can’t login.

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: Multiple Pages

    Hello,

    Sorry for the late reply.
    There is no problem, you may have tried to import demo data multiple times. Or even if you didn’t just go to Appearance > Menus and remove the repeated items from the currently selected menu.
    This appears only when Tower theme is activated because this menu is created from this theme.

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: Plugin Error

    Hello,

    Sorry for the late reply.
    Please make sure you are installing theme at the right path. Or you may have not all necessary access rights to site files. Please try to deactivate theme and visual composer first. If you still can not access wp admin, then go to wp-content/plugins, rename js-composer folder. Then go to wp-content/themes and rename theme folder. This will deactivate both theme and VC and allow you to login.
    Send us your wp and ftp credentials in a private rpely. So we can give this a closer look.

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: ALT Tags Removed on Featured Images

    Hello,

    Sorry for the late reply.
    Did you made any changes later? Or did you update theme after my edit? i see the change i made to file includes/view/blog/loop-index.php is reversed back to the original form. That is why the alt is not displaying.
    I edited it again.
    In other posts featured images, you have only the title set up. Not the alt’s. I added alt text to this post‘s featured image. It shows here (screenshot).

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: Exclude Category from main blog page

    Hello,

    Sorry for the late reply.
    The responsible files for the blog page are under \includes\view\blog folder. Edit the one that you need based on the type of blog you are using.

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: Equal height

    Hello,

    Sorry for the late reply.
    Please add this code into your custom css box:

    @media (max-width: 1600px){
    .page-id-74 .wpb_wrapper {
        min-height: 410px !important;
    }}

    We will fix this feature in the next update.

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: VC Update and Add Media image not working

    Hello,

    This issue does not happen on our side. Can you please post a link where are you having this?

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: Changelog & Theme Updates

    Hello,

    You are right, we will update it soon. Thank you for your suggestion!

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: Mega menu column width

    Hello,

    The buttons use this primary css:

    .vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern {
        color: #fff;
        border-color: #5472D2;
        background-color: #5472D2;
    }
    .vc_btn3.vc_btn3-size-lg {
        font-size: 16px;
        padding: 30px 8px;
    }
    .vc_btn3.vc_btn3-shape-round {  border-radius: 4em;}

    Result screenshot. Edit it to your wish.

    To add any custom css to a text block from Visual Composer, you can add a Extra class name at the Text Block Settings and assign css to this class. Add the code into the page’s custom css box.

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: Visual composer just hangs

    Hello,

    Sorry for the inconvenience. We will update the theme profile in Themeforest soon.
    Also i will take notice of your experience and include the version number in later replies.
    Thank you for the feedback.

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: Error Message: "Tower" Directory Does not exist

    Hello,

    You need to update both theme and Visual Composer. Download the most recent theme version from your Envato account. Update VC plugin after theme update. So you will be able to install the latest version which is included in theme package. You do not need any license number.
    Please read these articles for instructions:
    Update theme and Visual Composer.

    -About the footer, i don;t know the changes you have made to it, so i can’t really reproduce it. Also please know that styling is not part of support service.
    Let us know.

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: Portfolio Categories not working

    Hello,


    @alexjochai3891
    ,

    Please go to file includes/core/codeless_routing.php and find these lines:

    if(!function_exists('codeless_set_portfolio_query')){
        function codeless_set_portfolio_query()
    	{
    		global $cl_redata;
    		
    		$terms = $cl_redata['portfolio_categories'];
    
    		$p_per_page = 6;
    		switch($cl_redata['portfolio_columns']){
    			case '1':
    				$p_per_page = 3;
    			    break;
    			case '2':
    				$p_per_page = 6;
    				break;

    Edit this line: $p_per_page = 6; to this: $p_per_page = 99;

    NOTE: This is Tower support forum, you have Specular theme installed. Please be careful to write at your theme’s support forum. Switching like this causes us to make mistakes in giving the right solution, or at the very least lose time. Also is confusing to other forum members trying to find solutions to their issues.
    Thank you for understanding and cooperating.

    Best regards!

    10 years, 1 month ago Mirela
    Participant
    in reply to: Logo desappears in the Header

    Hello,

    You have a very old theme version. Please update theme and Visual Composer first. read these article for more info: Theme update, Visual Composer update.

    Best regards!

Viewing 15 posts - 8,956 through 8,970 (of 12,542 total)
← 1 2 3 … 597 598 599 … 835 836 837 →

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