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

  • 7 years, 10 months ago solicall
    Participant

    Expired

    in reply to: Icon is not trasparent anymore

    Thanks. Sure, please take a look what happens when I open an “incognito” window in chrome. It is simpler to see it in this window since incognito has a back background.

    7 years, 10 months ago solicall
    Participant

    Expired

    in reply to: Icon is not trasparent anymore

    Sure.  The site is https://solicall.com

    • This reply was modified 7 years, 10 months ago by solicall.
    7 years, 10 months ago solicall
    Participant

    Expired

    in reply to: Logo does not support SSL

    Thanks.

    7 years, 10 months ago solicall
    Participant

    Expired

    in reply to: Logo does not support SSL

    Hi Mihaila,

    Thank you for all the effort.

    I do not want to force https or http. I want the protocol to be selected dynamically. I have made the following change in functions-specular.php and it solves the logo problem.

    As you can see, I first made the URL relative (using wp_make_link_relative) and then I use the function home_url() to set the correct protocol (http or https).

    Does this look good for you?  Could you incorporate it in your next version?

    Thanks.

    • This reply was modified 7 years, 10 months ago by solicall.
    • This reply was modified 7 years, 10 months ago by solicall.
    • This reply was modified 7 years, 10 months ago by solicall.
    7 years, 10 months ago solicall
    Participant

    Expired

    in reply to: Logo does not support SSL

    Thank you very much for the support during your weekend.

    I think the code you refer to is for the “default logo” of the Specular theme and not my logo. The default logo of Specular is:

    https://solicall.com/wp-content/themes/specular/img/logo.png

    But, I am looking for my site logo. Could you please help me locate where my site logo is being set in the parameters:

    cl_redata['logo']['url']
    cl_redata['logo_light']['url']

    Hopefully there is an easy way to change its URL to be relative.

    7 years, 10 months ago solicall
    Participant

    Expired

    in reply to: Logo does not support SSL

    Thank you Mihaila for your dedication, support and information. As described in the good article you sent me,  I want to keep both http and https working. If a user is browsing via https then “https://solicall.com” will be appended to all the image URLs. If a user is browsing via http then “https://solicall.com” will be appended to all the image URLs.

    Today, when a user a browsing via https he is getting the following HTML result:

    <pre id=”line1″> <<span class=”start-tag”>div</span> <span class=”attribute-name”>id</span>=”logo” <span class=”attribute-name”>class</span>=””>
    <span id=”line450″></span> <<span class=”start-tag”>a</span> <span class=”attribute-name”>href</span>=’https://solicall.com/‘><<span class=”start-tag”>img</span> <span class=”attribute-name”>class</span>=’dark‘ <span class=”attribute-name”>src</span>=https://solicall.com/wp-content/uploads/2018/08/solicall-logo.jpg <span class=”attribute-name”>alt</span>=” /><<span class=”start-tag”>img</span> <span class=”attribute-name”>class</span>=’light‘ <span class=”attribute-name”>src</span>=https://solicall.com/wp-content/uploads/2018/08/solicall-logo.png <span class=”attribute-name”>alt</span>=” /></<span class=”end-tag”>a</span>>
    <span id=”line451″></span> </<span class=”end-tag”>div</span>>

     

    As we can see the the command home_url('/') in your source code is working fine and it is directing to https. But the “src” of the two logo images is using http and not https.

    Again this problem only happens for the logo images. All other images are working fine and they start with either https or http depending if the user is browsing via https or http.

     

    I am wondering how is the content of cl_redata['logo'] been created? Could it be that there is some hard code usage of “http” ? Why it is behaving differently from all other images?

     

    Thank again for your support.

    • This reply was modified 7 years, 10 months ago by solicall.
    • This reply was modified 7 years, 10 months ago by solicall.
    • This reply was modified 7 years, 10 months ago by solicall.
    7 years, 10 months ago solicall
    Participant

    Expired

    in reply to: Logo does not support SSL

    Thank you for you answer.

    Analyticalally I looked at this article before posting the question.

    The problem I am facing “The active theme loading an insecure image file”

    The recommended solution in this article is:

    “Edit the current theme’s files (hint: start looking in functions.php)”

    Could you please advise? All other images are loaded correctly using a relative path. Only the logo URL could not be changed to a relative path.

     

    8 years, 2 months ago solicall
    Participant

    Expired

    in reply to: Icon for apple is missing?

    OK, thank you.

    8 years, 2 months ago solicall
    Participant

    Expired

    in reply to: Icon for apple is missing?

    Thank you for the reply. But, I think these images should be provided by the theme based on the icon that I have provided. Please take a look at https://www.computerhope.com/jargon/a/appletou.htm

    8 years, 5 months ago solicall
    Participant

    Expired

    in reply to: Button in Rev Slider

    Thanks. I do not know how to control the value of z-index but your input was very helpful. I simply removed the link from the image (under Links & SEO) and then the button start working. Thanks.

    8 years, 5 months ago solicall
    Participant

    Expired

    in reply to: Gap between the page header and the rev-slider

    Great support, thank you.

    8 years, 5 months ago solicall
    Participant

    Expired

    in reply to: How to show loading on Rev Slider

    Thank you for the great support

    8 years, 8 months ago solicall
    Participant

    Expired

    in reply to: Backup/Restore – moving the site to a new server

    Thanks you.

    1. I did it manually. Took me 5 minutes. It would be nice if your import/export would handle this.

    2 + 3 – I eventually copied the posts & posts_meta tables. It solved the problem. But again, it would be great if your import/export can handle this as well.

    Overall, people want a simple import/export without need to start playing with multiple components. Since you are the selected theme, it would be great if your theme will take care of all components.

    Thank you again for the support.

    8 years, 8 months ago solicall
    Participant

    Expired

    in reply to: Backup/Restore – moving the site to a new server

    Thanks. I did as you suggested and used the same version. The export/import works good. But, I still encounter few issues:

    1. The menu was not moved. So I had to manually create it on the new site. It would be nice if the import/export would also copy the menu.

    2. Although the blog posts & images appear OK, in some pages the images do not appear and the thumbnail of the blog post do not appear as well.  Do you have any idea why? Maybe this is connected to the next issue of empty media library.

    3. The Media-library is empty. Is there any way to reload all the images from “wp-content/uploads” to the media-library? or maybe copy the relevant records from the data-base so the Medial-library will contain all the images?

    Thanks again for the great support.

     

    9 years, 2 months ago solicall
    Participant

    Expired

    in reply to: comments in blog page

    Works ! Thank you for the great support.

Viewing 15 posts - 91 through 105 (of 131 total)
← 1 2 3 … 6 7 8 9 →

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