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: Blog post title

    Hello,

    Please add this code into your custom css box:

    .blog-article.standard-style .content {
        padding-top: 0 !important;
        margin-top: -25px !important;
    }
    .blog-article .extra_info {display: none;}
    .blog-article.standard-style .info {display: none;}
    .blog-article.standard-style .content .text {
        margin-bottom: -35px !important;
    }

    There are two sections under the post content with info and extra info. These sections do not have any content but they do contribute in the space at the end of the post. So i removed them by adding this block code in the code above:

    .blog-article .extra_info {display: none;}
    .blog-article.standard-style .info {display: none;}

    Let us know.

    Best regards!

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

    Hello,

    Please go to General Options > Header Options > Show Search, untick the check box to remove the search icon.
    Go to General Options > Layout > Extra Side Navigation, set it OFF to remove the three bars icon.
    The three bar icon (extra side navigation) is an area to be filled with widgets. If set on, you will find a “Extra Side Navigation” area in your Appearances > Widgets too. To add content into it, just add widgets. To remove it, set the option OFF.

    Let us know.

    Beast regards!

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

    Hello,

    Another element you can use to add a single media is the “Media” element(screenshot).

    As for the services media, you need to upload a much bigger image in order for it to display properly. What resolution did you try already?
    Let us know.

    Best regards!

    9 years, 1 month ago Mirela
    Participant
    in reply to: text color on mouse over footer

    Hello,

    Please add this code into your custom css box:

    footer#footer a:hover, footer#footer .contact_information dd p:hover {
        color: #121312 !important;
    }

    Edit the color to your wish. Let us know.

    Best regards!

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

    Hello,

    You can edit the post custom css to this:
    .single-post h1{ visibility: hidden;}
    Can i please see a link of a post?

    Best regards!

    9 years, 1 month ago Mirela
    Participant
    in reply to: Mobile Menu & Logo Overlapping

    Hello,

    Will you please try add this code too:

    @media (max-width: 480px){
    #logo {
        width: 90% !important;
    }}

    Add it into your custom css box. This should be the result: https://pho.to/AhUTT

    Let us know.

    Best regards!

    9 years, 1 month ago Mirela
    Participant
    in reply to: Blog layout broken for 6 items

    That’s great!

    Thanks for sharing!

    9 years, 1 month ago Mirela
    Participant
    in reply to: Blog layout broken for 6 items

    Hello,

    Are you using a child theme? Did you try switching to Specular parent and try again? As mentioned before, we tested this on our side and the issue is not present.
    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.
    Let us know.

    Best regards!

    9 years, 1 month ago Mirela
    Participant
    in reply to: Footer columns

    Hello,

    Sorry but that is not possible.

    Best regards!

    9 years, 1 month ago Mirela
    Participant
    in reply to: Video slider on non-mobile image slider on mobile

    Hello,

    This is not possible by theme’s default options.
    But a workaround to have this is to add a second slider in your page. Use the display:none; css property to show and hide them according to the device screen size.
    Example:

    .second_slider_id {display:none;}
    @media (max-width: 480px){
    .video_slider_id {display:none;}
    }

    Replace the slider’s id with your own. Let us know.

    Best regards!

    9 years, 1 month ago Mirela
    Participant
    in reply to: disable row – only show for limited time

    Hello,

    Sorry for the inconvenience.
    We will include a fix regarding the “Disable row” option in the next theme release.

    Best regards!

    9 years, 1 month ago Mirela
    Participant
    in reply to: Blog layout broken for 6 items

    Hello,

    Are you using a child theme? What theme version do you have? Please try switching to Specular parent and try again. I tested this on my side and the issue is not present.
    Let us know.

    Best regards!

    9 years, 1 month ago Mirela
    Participant
    in reply to: images in menu items

    Hello,

    You can try out other plugins for it.
    Sorry but this is a customization not included in support policy.

    Best regards!

    9 years, 1 month ago Mirela
    Participant
    in reply to: Visual Composer – Tower Theme

    Hello,

    The situation is somehow clear from the messages. As the message says when you were installing theme, “Destination folder already exists.” All you needed to do is go to wp-content/themes and delete (or rename) the current Tower theme. Then proceed with the installation.

    The Warning: Error while sending QUERY packet. PID = 323551 in home/sunaction14/public_html/wp-includes/wp-db-.php. on line 1897 is not related to theme. A internet connection fail or the allowed file transfer time has exceeded. Please contact your host regarding this notice so it won’t happen again with any other theme.

    Best regards!

    9 years, 1 month ago Mirela
    Participant
    in reply to: Mobile Website scrolls side to side

    Hello,

    Please add this code into your custom css box:

    @media(max-width: 480px){
    .viewport { overflow-x: hidden;}
    }

    If the issue persists, send us your site’s link so i can give it a closer look.

    Best regards!

Viewing 15 posts - 5,731 through 5,745 (of 12,542 total)
← 1 2 3 … 382 383 384 … 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