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

  • 8 years, 10 months ago Mirela
    Participant
    in reply to: Show as a dropdown for portfolio sub-categories

    Hello,

    Sorry but this is a layout not available from theme’s default options. It is not possible to show sub-categories in portfolio filter bar as drop-down like a normal menu-submenu structure.
    I suggest you try a workaround, using a left navigation structure.
    Example: https://smartdrive.staging.wpengine.com/event-videos-test/
    Keep on adding the sub-categories pages to the main categories pages.

    Best regards!

    8 years, 10 months ago Mirela
    Participant
    in reply to: Activation

    Hello,


    @ataxel
    ,

    Please do not add private reply in other’s tickets. The private reply is visible to the support admins and the ticket Author! Which means your data will be visible to the topic author.
    Instead open your own ticket and send us the private data you want.
    We have removed this code from the database as well. Please check and let us know.

    Best regards!

    8 years, 10 months ago Mirela
    Participant
    in reply to: Portfolio images are not in the wp inside page

    Hello,

    Please update theme first. You have a very old version of it. The latest version is 2.5. Update the included plugins and if the issue persists, open your database and perform a table repair operation. You can ask your host to guide you for it.

    Let us know.

    Best regards!

    8 years, 10 months ago Mirela
    Participant
    in reply to: Not sure where my post went – but still need help with Demo content on Multisite

    Hello,

    Do you have any other plugin installed? That was not part of the theme’s package? Please deactivate it first. Then make sure you have enough memory for the import to finish successfully. Read this article to know more: https://support.codeless.co/?ht_kb=import-of-dummy-data-stops-before-100

    Let us know if you still can not manage to import.

    Best regards!

    8 years, 10 months ago Mirela
    Participant
    in reply to: folie: applying id/classes to nested elements

    Hello,

    Sorry for the late reply.
    Yes, the inner rows do not have id’s. You can easy create the scenario above, but instead of the inner row, add a new row and add the texts and media. Assign id to the row and inner columns.
    Then customize them using custom css by targeting the additional css classes you set up.
    Sorry but this is the structure of theme. Theme is a combination of php, html, js, AngularJs, JSON etc. Not plain strait html that you could add randomly id’s wherever you want them.

    1-You can change the type of typography of the custom headings. Just go to the element’s options > Title Typography > Custom Font (select this option from the drop-down), then the font settings will unfold. Chose the font you want to use here. See screenshot of the option: https://www.clipular.com/c/6252371415138304.png?k=qQUocb5OUlhMwW85Be4UhsIhZOA

    2-That’s a choice of the developers. It’s theme’s style. I am sorry it’s not to your liking, but that doesn’t make it wrong or silly.
    The values, 14px for the font and 20px for line height are the default values (and minimal for Headings) for 90% of available themes online now. Making them smaller, would result in an very hard to read text.
    However, if you think this is not correct, you can suggest the changes in our “Suggest us features” forum. We are constantly improving theme and adding new features to it. Any suggestion is welcomed!
    Let us know.

    Best regards!

    8 years, 10 months ago Mirela
    Participant
    in reply to: Background not displaying on iPhone

    Hello,

    Can you please send us some valid wp credentials in a private reply? So we can give it a closer look.

    Best regards!

    8 years, 10 months ago Mirela
    Participant
    in reply to: Parallax background image on iPad is too zoomed in

    Hello,

    Can you please send us the link of the page where are you having this?
    So we can give it a closer look.

    Best regards!

    8 years, 10 months ago Mirela
    Participant
    in reply to: Codeless Slider Disable

    Hello,

    To remove the auto play of Codeless slider slides, please go to file js/main.js and find these lines:

    $('.codeless_slider').imagesLoaded(function(){
    		$loading.css('display', 'none');
    		var c_speed = $('.codeless_slider').data('speed');
    		if(c_speed == 'undefined')
    			c_speed = 800;
    		codelessSlider = new Swiper('.codeless_slider',{ 
    			slidesPerView: slide_per_view,
    			paginationAsRange: false,
    			loop: false,
    			touchRatio: 0.7,
    			autoplay: 5000,
    			speed: c_speed,
    			noSwiping: false,

    Comment out autoplay: 5000, like this //autoplay: 5000, Save changes.

    Let us know.

    Best regards!

    8 years, 10 months ago Mirela
    Participant
    in reply to: Customizing the Header forced entire page to shift down the browser window

    Hello,

    Please set OFF the sticky feature for now. It is the one causing this. We are aware of this issue and the developers are working on a fix. We will include it in the next theme update.
    Thank you for understanding!

    Best regards!

    8 years, 10 months ago Mirela
    Participant
    in reply to: Activation

    Hello,

    The code has been removed. Please try again.
    Let us know for anything.

    Best regards!

    8 years, 10 months ago Mirela
    Participant
    in reply to: Codeless Slider Translate

    Hello,

    The NEXT/PREV of slider arrow navigation are translatable. If you can not find them in the pot file, then just add the strings in the .PO file using a pot file editor like PoEdit.

    Or you can change them directly in source file: specular\includes\codeless-slider\codeless_slider.php

    Let us know.

    Best regards!

    8 years, 10 months ago Mirela
    Participant
    in reply to: Link in the Icon

    Hello,

    Yes, you can do this but you will need to edit out theme files. Please open file vc_templates/services_large.php and find these lines:
    $output .= '<div class="icon_wrapper"><span class="top"></span><span class="left"></span><span class="right"></span><span class="bottom"></span><i class="'.esc_attr($icon).'"></i></div>';

    Replace with these:
    $output .= '<a href="'.esc_url($data['link']).'"><div class="icon_wrapper"><span class="top"></span><span class="left"></span><span class="right"></span><span class="bottom"></span><i class="'.esc_attr($icon).'"></i></div></a>';
    Save changes.

    Let us know.

    Best regards!

    8 years, 10 months ago Mirela
    Participant
    in reply to: Files to tower topic

    Hello,

    Sorry for misunderstanding your point.
    No, there is no option on theme to include files. I suggest you install a custom plugin that enables this feature for you.

    Best regards!

    8 years, 10 months ago Mirela
    Participant
    in reply to: Tower: Mobile Logo Overlapping & Not Responsive

    Hello,

    I checked your site in mobile but it looks ok. Please see this screenshot of how it looks when i access it: https://postimg.org/image/q2qx1oqh1/

    Did you already fix it? Let us know.

    Best regards!

    8 years, 10 months ago Mirela
    Participant
    in reply to: Team Page has an issue

    Hello,

    This is a strange situation. I have informed the developers and they will investigate further regarding the real cause of why did this happen.
    We will include the possible fixes in future theme updates. Let u sknow for anything else.

    Best regards!

Viewing 15 posts - 5,161 through 5,175 (of 12,542 total)
← 1 2 3 … 344 345 346 … 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