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, 5 months ago Mirela
    Participant
    in reply to: Modifying logo link in Specular

    Hello,

    It’s not essential for the WordPress URL and Site url to be the same. You can have a different site url in case you want to direct the site to another sub-domain. But however, it is true that it will impact somehow the sub-domain. Unless you set a fixed home page.

    Anyway, if you feel more comfortable editing directly the logo link in the theme code, then just go to file functions-specular.php and find these lines:
    $logo = "<a href='".esc_url(home_url('/'))."'>".$logo.$logo_light."</a>";
    And this:
    $logo = "<a href='".esc_url(home_url('/'))."'>".$logo."</a>";

    edit to this:
    $logo = "<a href='https://mysite.com'>".$logo.$logo_light."</a>";
    And this:
    $logo = "<a href='https://mysite.com'>".$logo."</a>";

    Replace the test link with the link you want the logo to have.

    Best regards!

    9 years, 5 months ago Mirela
    Participant
    in reply to: Cannot Set Time Limit / Cannot Modify Header

    Hello,

    Your host has taken steps to ensure that you don’t hog the memory and interrupt other users’ service.
    If your site is processing okay and everything is there, this shouldn’t be an issue and you can just ignore this warning.

    Best regards!

    • This reply was modified 9 years, 5 months ago by Mirela.
    9 years, 5 months ago Mirela
    Participant
    in reply to: Title page don’t display on more than one line

    Hello,

    That’s good to know.
    Let us know if you need further help.

    Best regards!

    9 years, 5 months ago Mirela
    Participant
    in reply to: light version header – active color

    Hello,


    @MerijndeSteur
    ,
    Please send us a link of your site. So i can give the precise css for it.

    Best regards!

    9 years, 5 months ago Mirela
    Participant
    in reply to: Mobile Menu

    Hello,

    Are these two sites pointing to the same wordpress installation?
    The first domain is not accessible. Please see screenshot.
    I checked the second one and the menu works very well. See screenshot.
    Let us know.

    Best regards!

    9 years, 5 months ago Mirela
    Participant
    in reply to: Portfolio L/R related questions

    Hello,

    The message i’m getting is “Invalid username”. Please check your username first and then the password.
    I am not able to login again. Screenshot.

    Best regards!

    9 years, 5 months ago Mirela
    Participant
    in reply to: Portfolio Image Quality

    Hello,

    Sorry for the late reply.
    As stated above you need images of very high quality for them to be as clear as possible. Example: Open this portfolio page: https://codeless.co/specular/default/?page_id=614
    The original image (before crop) of the “FEATURED IMAGE RIGHT” portfolio item featured image,is 2000x1896px. Then as stated in the add_image_size() function it is cropped down to 600x600px.
    Please keep in mind that this is cropped in equal dimensions, creating a foursquare like image. But if you have images in rectangle dimensions (more wide than high), then cropping them to a foursquare dimension will affect the image proportions and quality.

    Having a 4 column portfolio will decrease further the featured images width to the 25% of the layout. See screenshot.

    I what i can suggest you is to change the add_image_size( 'port4', 600, 600, true ); line in file functions.php, to rectangular dimensions. (For example is the grayscale portfolio: add_image_size( 'port3_grayscale', 627, 470, true );) Upload images of very high quality. Switch to a three or two column portfolio in order to have bigger images.

    Best regards!

    9 years, 5 months ago Mirela
    Participant
    in reply to: Detailed Portfolio Breadcrumbs

    Hello,

    I understand what you want to achieve but as i previously said, this is not as simple as the code provided in the other topic. This requires more coding and time we do not offer for personal preference editing. I suggest you hire a developer to do this for you.
    If you think this is an important feature that should be added, please suggest it here: https://support.codeless.co/?forum=suggest-us-features

    Best regards!

    • This reply was modified 9 years, 5 months ago by Mirela.
    9 years, 5 months ago Mirela
    Participant
    in reply to: Problem with installing template

    Hello,

    How many import/backup imports did you do until now? Did you delete the database content before each import? Are you importing on a clean new installation or did you have a website build before?
    The backups are in case you have already had a build website and had saved backups of it’s content and settings. In order to reverse site back to the state it was in the time of when that backup was performed.
    If you have a new installation, then only import dummy data makes sense.
    Plugins do not affect the import process. Whither you activate them or not.
    Did you make sure to have enough memory limit? You can increase it your self or ask you host to do it for you.

    Please add the login information on your 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, 5 months ago Mirela
    Participant
    in reply to: Portfolio L/R related questions

    Hello,

    I tried accessing wordpress dashboard but the username is not correct. See screenshot: https://pho.to/AbDW7
    Can you please chekc?

    Best regards!

    9 years, 5 months ago Mirela
    Participant
    in reply to: Team member page

    Hello,

    You can change the image size in functions.php file. Read this article for more detailed information.
    Or add this code into your custom css box:

    .single-staff .blog-article.standard-style .media > *:not(.post_type) {
        width: 68% !important;
        padding: 10% !important;
    }

    Result screenshot. Change the values to your wish.

    Best regards!

    9 years, 5 months ago Mirela
    Participant
    in reply to: Modifying logo link in Specular

    Hello,

    To change the logo link go to Settings > General > Site Address (URL). Set the link you want the logo to point to, here.

    Best regards!

    9 years, 5 months ago Mirela
    Participant
    in reply to: light version header – active color

    Hello,


    @MerijndeSteur
    ,
    Yes you can do that. Just add this code into your custom css box:

     .header_1 nav li.current-menu-item > a {
        color: #10b8c7 !important;
    }

    Change the color to your wish.

    Best regards!

    9 years, 5 months ago Mirela
    Participant
    in reply to: Slow Home page

    Hello,

    Please read this article, to learn how to boost your site’s speed.

    Best regards!

    9 years, 5 months ago Mirela
    Participant
    in reply to: Detailed Portfolio Breadcrumbs

    Hello,

    This is a plugin we have not tested with theme so i can’t tell for sure. Sorry but as you have read on the support policy, third party plugins are not supported.

    Best regards!

Viewing 15 posts - 6,511 through 6,525 (of 12,542 total)
← 1 2 3 … 434 435 436 … 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