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, 3 months ago Mirela
    Participant
    in reply to: Adding an image with several map links

    Hello,

    -It is not possible to give an image multiple link values.
    -You can create a table with html code and make it responsive by adding the needed css code for it as well. Read more information on it in these links:
    https://www.w3schools.com/css/css_rwd_intro.asp
    https://www.w3schools.com/html/html_responsive.asp
    https://www.w3schools.com/css/css_responsive_intro.asp

    Best regards!

    • This reply was modified 10 years, 3 months ago by Mirela.
    10 years, 3 months ago Mirela
    Participant
    in reply to: Trojan Found in Tower WordPress Theme

    Hello,

    The file does not have any virus.
    The antivirus in the list, which stated the Trojan malware presence, it’s a Chinese produced antivirus. It’s not updated recently for the international customers and not so reliable. They focus solely on the Chinese market these days. Rising has always been known for poor detection, and in part that may be due to concentrating more on detecting Chinese malware.
    Theme files are tested by powerful anti-virus and anti-malware software and we can assure you they have no issue. You can easily see it your self in the list of other reliable antivirus programs.
    (example: vendors with 2,000+ staff – ESET or 5,000+ staff – Kaspersky)

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Top Social Bar and Font Question.

    Hello,

    1-In the existing css code you have, this code:

    /*#header{
    margin: 0 auto;
    }*/ 

    is set as a comment. Meaning, it has no effect on the site so you can delete it any time. The other code makes the services element content float to the left. If you have not added that yourself, or do not want that effect anymore, then you can delete it as well.

    2-In the provided css code, you can add any other attribute you want. Width; height; background..etc. Just make sure you are adding attributes that are acceptable from the element. (read more info on css attributes here)

    3-To make more room between these elements, please add this code into your custom css box (you are right, it is the box under General Options > Custom CSS Code):
    .top_nav .icon_text { padding-right: 20px;}
    Edit the value to your need.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Blog layout stuck on "Creative"

    Hello,

    Please go to blog page’s General Settings > Page Options & Style, and make sure to have set OFF the “Fullscreen Sections Sliding” option. Send us your wp credentials in a private reply, if the issue persists.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Slider Revolution Thumbnails off center in Firefox

    Hello,

    Please add this code into your custom css box:

    @-moz-document url-prefix() { 
    .tp-thumbs {  left: 33% !important;}
    }

    Let us know.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Revolution slider stops

    Hello,

    Can i see a link where are you running this?

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: visual composer version

    Hello,

    Sorry but you have to wait until the next theme update. We included the latest versions of all the plugins contained by theme package. But if you want to make an early update, then you have to buy it yourself.

    PS: This is Specular theme forum. You have purchased Tower theme. Please keep in mind to write future posts, in your theme’s specific support forum. For this one, i will redirect it to the right place.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: One page menu

    Hello,

    I checked your site and there is no apparent issue(error), but it generates the “current menu item” class and does not remove it anymore. That is why you keep having the “About” active. Did you installed(and then perhaps removed) any third party plugin, other than the ones listed?
    Have you edited any of theme files? Please disable all third party plugins first. Then update theme to it’s latest version. You can download it from your Envato account. Keep in mind to always save a backup!
    Let us know if the issue persists.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Single portfolio image size

    Hello,

    Please reupload the images again (after editing functions.php) or install and run a plugin to recreate the thumbnails.
    Let us know.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Homepage Header / Footer Spacing

    Hello,

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

    #content {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-bottom: -90px !important;
    }

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Menu issue – URGENT

    Hello,

    The menu supports up to five levels of submenus. How many sub-levels were you trying to have? We can suggest you using a mega-menu as it will be more user-friendly.
    As for the number of pages in menu, there is no issue with that. Maybe you should check your servers configuration or memory limit. You may not have enough memory capacity for your site to not be able to handle all the theme’s data and that can cause memory exhaustion.
    I should notify you that this is an issue that does not happen on our side, so we need to identify the causes in your side.
    Please increase your memory limit, execution time limit and disable all third party plugins. Try again. If the issue persist, send us your wp credentials in a private reply. So we can give it a closer look.

    Please read more on our support policy and working hours, here.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Add to cart button always visible

    Hello,

    Please add this code into your custom css box:

    ul.products li .button, ul.products li .added_to_cart {
        opacity: 1;
    }

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: One pager with Sticky Nav

    Hello,

    I added this code into your custom css box:

    .sticky_active h2.vc_custom_heading {
        padding-top: 50px !important;
    }

    It’s ok now. Please check your site.

    Best regards!

    • This reply was modified 10 years, 3 months ago by Mirela.
    10 years, 3 months ago Mirela
    Participant
    in reply to: Borders on Portfolio Grid (Portfolio Template)

    Hello,

    Sorry for the late reply.
    1-To have a border around all portfolio grid, please add this code into your custom css box:
    #portfolio-preview-items { border: 4px #ADA923 solid;} for this preview.
    2-To add border to every single portfolio item, add this code:
    .portfolio-item { border: 4px #ADA923 solid;} preview.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Firefox & Explorer Display Issues

    Hello,

    Sorry for the late reply.
    Please send us your wp credentials in a private reply. So we can fix this.

    Best regards!

Viewing 15 posts - 9,811 through 9,825 (of 12,542 total)
← 1 2 3 … 654 655 656 … 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