Forum Replies Created
-
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
.in reply to: Icon is not trasparent anymoreSure. The site is https://solicall.com
-
This reply was modified 7 years, 10 months ago by
solicall.
in reply to: Logo does not support SSLHi 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.
in reply to: Logo does not support SSLThank 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.pngBut, 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.
in reply to: Logo does not support SSLThank 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.
in reply to: Logo does not support SSLThank 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.
in reply to: Icon for apple is missing?OK, thank you.
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
in reply to: Button in Rev SliderThanks. 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.
in reply to: Gap between the page header and the rev-sliderGreat support, thank you.
in reply to: How to show loading on Rev SliderThank you for the great support
in reply to: Backup/Restore – moving the site to a new serverThanks 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.
in reply to: Backup/Restore – moving the site to a new serverThanks. 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.
in reply to: comments in blog pageWorks ! Thank you for the great support.
-
This reply was modified 7 years, 10 months ago by
