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, 5 months ago Mirela
    Participant
    in reply to: Problem with the Service circle icon shortcode

    Hello,

    What version of theme do you have? Please make sure to have the latest theme version and Visual Composer plugin. Read in this article on how to update plugin.
    Then recreate the services elements.
    Let us know if the issue persists.

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Using the Visual Editor on Blog Posts

    Hello,

    That’s right. Glad to know you sorted it out.
    Let us know if you need further help.

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Reserved Slug for portfolios?

    Hello,

    Clients are not a custom post types. Therefore they do not have a slug. Sorry but this type of customization is not included in theme support.
    Read more about support policy here.

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Excessive CPU

    Hello,

    Please read this article on the related topic. We suggest you also to always keep the latest theme version as we improve it on every update.
    Read more here.

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Full screen sliding on mobile

    Hello,

    Sorry for the late reply.
    Did you enable the responsive mode in General Options? Please send us your site’s url. So we can give it a closer look.

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Header issues

    Hello,

    Sorry for the late reply.
    1-It is not possible to have a paralax effect in page header.
    2-The secondary text is actually the categories of portfolio item. To change that you need to edit file \includes\view\portfolio\loop-grid.php.
    What other text do you want to display there? If you want to show excerpt, find these lines:

    <div class="center-bar v1">
         <h4 data-animate="fadeInUp" class="a1"><?php echo get_the_title() ?></h4>
         <h6 data-animate="fadeInUp" class="a2"><?php echo $sort_classes ?></h6>
     </div>

    And replace with these:

    <div class="center-bar v1">
       <h4 data-animate="fadeInUp" class="a1"><?php echo get_the_title() ?></h4>
      <!--<h6 data-animate="fadeInUp" class="a2"><?php echo $sort_classes ?></h6>-->
       <h6 data-animate="fadeInUp" class="a2"><?php echo codeless_text_limit(get_the_excerpt(), 16)?></h6>
     </div>

    If you want to show content text instead, just replace this function get_the_excerpt() with this: get_the_content()
    16 -> is the number of words to display. Change it to the value you want.

    3-To make wordpress recognize the <br> tag, go to file vc_templates/list_items.php and find this line: $output .= esc_html($title);
    replace with this: $output .= $title;

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Bootstrap Version

    Hello,

    The current version of Bootstrap used in Specular theme is vs2.2.x. Theme is compatible with Bootstrap 2.3.x. We will update when necessary in future theme updates.

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Codeless slider after update

    Hello,

    I don’t see any apparent error. Also the theme update doe snot affect any of theme settings and options as they are all saved in the database(unless you import dummy data once again). Please send us your wp credentials in a private reply. So we can give it a closer look.

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Settings erased when updating from front end editor

    Hello,

    I did a couple of tests, in a test page in your site. I could save successfully via front-end and back-end. You may have an issue with wordpress files or database tables.
    If the issue persists, try these solutions:
    1– deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).
    2– resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.
    3– re-uploading all files & folders – except the wp-content folder – from a fresh download of WordPress. Make sure that you delete the old copies of files & folder before uploading the new ones.
    4-One options is that you may have a database problem. We suggest you to repair database tables first. Read more information regarding it in this article.
    Let us know.

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Social Icons in Header and Footer

    Hello,

    You have an error in your site, screenshot. I see you have too many third party plugins installed. One of them is messing with theme scripts and causing this issue. Delete all plugins you do not use (sometimes, even a inactive plugin can cause issues) Then deactivate remaining plugins. Start activating one at a time until you’ve found the culprit.
    Let us know if the issue persists afterward.

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Incompatibility encountered with Revolution Slider

    Hello,

    I opened your site in mobile and iPad, but the slider re-sized as it should. Please see iPad screenshot and iPhone screenshot. What do you need to change to it?
    As for the saving issue, there can be many reasons for this happening.
    Solutions for you to try:

    – deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.

    – re-uploading all files & folders – except the wp-content folder – from a fresh download of WordPress. Make sure that you delete the old copies of files & folder before uploading the new ones.

    -One options is that you may have a database problem. We suggest you to repair database tables first. Read more information regarding it in this article.
    Let us know.

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Accordion

    Hello,

    If that didn’t do the job, than another css is overwriting it. Please send us your ftp credentials in a private reply. So we can fix this for you.

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Slider stops empty when out of view

    Hello,

    Sorry for the late reply.
    Please refer to this article for more detailed information.

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Back to Top button

    Hello,


    @ddg
    ,
    Sorry but that is the default style of the theme. Changing it, is a customization not included in support service. You have to do it yourself.

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: When Contact form is sent weird design

    Hello,

    I fixed it. Please check your site.

    Best regards!

Viewing 15 posts - 10,396 through 10,410 (of 12,542 total)
← 1 2 3 … 693 694 695 … 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