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

  • 9 years, 1 month ago Mirela
    Participant
    in reply to: translations

    Hello,

    The “view cart” string is located in files:
    specular\functions-woocommerce.php
    specular\includes\view\woocommerce-cart.php

    In all the cases it is translatable. The other strings are part of the plugin, but they too are present in the theme’s language file:
    specular\lang\default.po

    Please make sure you have translated them in the theme’s POT files. Read this article for more detailed information: https://localise.biz/wordpress/plugin/beginners

    Let us know.

    Best regards!

    9 years, 1 month ago Mirela
    Participant
    in reply to: Activate Icon link for Service Circle Icon

    Hello,


    @mire82
    ,
    You can access the vc_templates/services_medium.php file using a ftp connection or cpanel account. Go to your files and folders area in the cpanel. Follow this path:
    wp-content/themes/specular/vc_templates/services_medium.php

    Best regards!

    9 years, 1 month ago Mirela
    Participant
    in reply to: Single staff text

    Hello,

    Please try this code instead:

    .single_staff.style_2 .content {
        text-align: justify !important;
    }

    Let us know.

    Best regards!

    9 years, 1 month ago Mirela
    Participant
    in reply to: Search Function – products not blog posts

    Hello,

    Please try this out:
    Go to file search.php and find these lines:
    https://codeshare.io/5vKmxD
    replace with these:
    https://codeshare.io/5OKXJj
    Let us know.

    Best regards!

    9 years, 1 month ago Mirela
    Participant
    in reply to: Cart Layout, Buttons, & Product Typography

    Hello,

    3-Please add your ftp credentials into the profile data so we can check if the code was added correctly.

    1-This is your first explanation of this issue in this topic:
    1) The cart totals table (that includes shipping, tax, subtotal, etc.) is now located to the right of the product table. It used to be located underneath the product table, right aligned. Here is a screenshot of what it used to look like. Here is a screenshot of what it looks like now. Because there is so much information in these two tables it looks cramped and isn’t easy to read. Is there a way to move the cart totals table back underneath the products table, and right justify it?

    -Your cart page does not have that look anymore. This is what i get now: https://pho.to/AhkCs
    The Totals table is already below and right aligned. What do you want to change here?

    Best regards!

    9 years, 1 month ago Mirela
    Participant
    in reply to: Service Media Image Size / Add an Image

    Hello,

    Sorry for the late reply.
    The Service Media is a Visual Composer element and is build this way. Not all elements have the option to edit the featured image.
    You can change it’s height to fit your image using custom css. The image height is a variable of the width of the element. If you send us a link we can give it a closer look.

    Best regards!

    9 years, 1 month ago Mirela
    Participant
    in reply to: Mobile Responive Issues

    Hello,

    Sorry for the late reply.
    1-Please go to file css/bootstrap-responsive.css and find these lines:

     .section_clear{margin-left:0; margin-right:0;}
      .vc_column{padding-left:0; padding-right:0;}
      #logo{
         float:right;
         left:0 !important;
         right:0 !important;
         -webkit-transform: none !important;
         -moz-transform: none !important;
         -ms-transform: none !important;
         -o-transform: none !important;
         transform: none !important;
      }

    Remove the !important from left:0 !important; Save changes.

    2-I added this code into your custom css box:

    @media (max-width: 480px){
    #logo {
        left: -19px !important;
    }
    .top_wrapper {
        padding-top: 112px !important;
    }
    .codeless_slider_swiper {
        height: 550px !important;
        min-height: 550px !important;
    }
      .codeless-slider-container.swiper-parent.swiper_slider.codeless_slider {
        height: 550px !important;
    }
    .countdown_show4 .countdown_section {
      width:100% !important;
    }
    .vc_column_container>.vc_column-inner {
        margin-left: 20px !important;
    }
    }

    To cover all other points. This is the result:
    https://pho.to/Ahk93
    https://pho.to/Ahk98
    https://pho.to/Ahk9F
    Please clear cache and refresh page. Let us know.

    Best regards!

    9 years, 1 month ago Mirela
    Participant
    in reply to: Icon in the header settings

    Hello,

    You can find a list of the icon’s codes in \css\vector-icons.css. Replace the code you want to use in the shortcode.

    Best regards!

    9 years, 1 month ago Mirela
    Participant
    in reply to: light box not work

    Hello,

    What type of galleries are you talking about? Flex gallery? The included galleries in theme, such as Flex gallery or Visual Composer galleries, do not have any issue with theme.
    I still get the blank page when i open your page from chrome, firefox and safari.
    Please see screenshot: https://pho.to/AhcU8
    The “huge_it_gallery_content_1” id is not part of theme code. Deactivate all third party plugins as suggested and let us know if you have any issue with theme’s elements.

    Best regards!

    9 years, 1 month ago Mirela
    Participant
    in reply to: Blog post title

    Thank you!
    Now it will for sure be a nice weekend :)

    9 years, 1 month ago Mirela
    Participant
    in reply to: Mobile Responive Issues

    Hello,

    Please fill in the necessary information on the extra information fields of your profile data. So we can give it a closer look.

    Read this article for more information.

    Best regards!

    9 years, 1 month ago Mirela
    Participant
    in reply to: view all

    Hello,

    The code above is not closed. The closing } bracket is missing. This will make it null automatically. However this is not the issue here. The above code has this css class: “.portfolio-item” this is used to target a single portfolio item.
    Do you want to remove the “View All” in the portfolio page category filter? If so, add this code instead:
    #portfolio-filter ul li.filter.all { display: none;}

    Let us know.

    Best regards!

    9 years, 1 month ago Mirela
    Participant
    in reply to: light box not work

    Hello,

    I tried opening your page but it displays blank (screenshot). Do you use any other third party plugin for image galleries?
    Please deactivate any third party plugins first. Let us know if the issue persists.

    Best regards!

    9 years, 1 month ago Mirela
    Participant
    in reply to: Change color of the "Call to Action" Button and adding a new font

    Hello,


    @TangramSky
    ,
    Please use the “Go – Eye Catching Button” for this. In the button’s options, go to style and select the type of style you want to use for a certain button.
    Let us know.

    Best regards!

    9 years, 1 month ago Mirela
    Participant
    in reply to: Clients Carousel Conflict

    Hello,

    You can not have two clients carousels in one page. The Javascript controlling the clients scroll will affect only the last used client element. So you either not use carousel for the first clients element or use another element such as media grid to display images.

    Sorry but is not possible to add the % to animated counters.

    Best regards!

    • This reply was modified 9 years, 1 month ago by Mirela.
Viewing 15 posts - 5,716 through 5,730 (of 12,542 total)
← 1 2 3 … 381 382 383 … 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