Dario_Arc
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Logo will not load in CustomizrHave you read the other post about the same problem, where you asked before your question?
Have you already tried to verify the child files eventually applied to your theme?
Forum: Themes and Templates
In reply to: [Customizr] Logo will not upload correctly in Customizr@ Giorgio25b, I have applied your suggestion. It’s really better. Thanks.
@ dpdiv,
What about you? Have you resolved your problem? If yes you could set as resolved this post.Forum: Themes and Templates
In reply to: [Customizr] Logo will not upload correctly in CustomizrYes! Thanks RandomNick.
After theme upgrade, class-header-header-main.php has changed too and a check if the full path is already saved in DB has been added.
But I forgot to upgrade my class-header-header-main.php child with new code, and there was the problem. I apologize for this naive error.Now, to avoid for the future this kind of issues I have to better study the use of the actions and filters hooks instead of using file child.
Forum: Themes and Templates
In reply to: [Customizr] Logo will not upload correctly in CustomizrThanks nikeo for your appreciation on my customizations. This fills me with great pride! I will submit it to the showcase as suggested.
The greatest merit goes to your excellent theme.Anyway, I changed the tc_theme_options manually. I know that this is not a really solution but it works.
I will try, as soon as possible, to find other solutions, but I am not a really good expert in wordpress code so this is a little difficult trying to modify functions and working with filters.
To Giorgio25b…I have tried a lot of time to remove logo but this did not solved the problem to me.
Forum: Themes and Templates
In reply to: [Customizr] Logo will not upload correctly in CustomizrNote that every time you go to customization panel and change something like social links urls, than the logo image link become corrupted again, and this is a very strange thing.
In this case it is necessary to rearrange the db path.
Hope that someone will find a better solution.Forum: Themes and Templates
In reply to: [Customizr] Logo will not upload correctly in CustomizrFor dpdiv,
Well, I have changed the tc_theme_options table content with the right path and now I have my logo showed again.
I hope that it will help you too solving the problem.Forum: Themes and Templates
In reply to: [Customizr] Logo will not upload correctly in CustomizrOk thanks so much! I am trying changing the db.
Forum: Themes and Templates
In reply to: [Customizr] Logo will not upload correctly in CustomizrIn my custom function.php I have added your code (Note that other added functions work well). Than I have tried to reload the logo image with png. extension, the same that I had already used, but it seems that doing this is like saying to the theme that there is no image loaded and it use the default site title view.
If it is of some help, the site is:
https://www.laboratorioab.it
In local the image is correctly displayed and uploaded with correct path (local path).Forum: Themes and Templates
In reply to: [Customizr] Logo will not upload correctly in CustomizrI have just tried your suggestion but this only insert the site title instead of the broken image sign.
The strange thing happened to me today, after having upgraded the new theme version and after having uploaded a favicon.
But I had never uploaded a favicon after having loaded the site to the web server, so I cannot say whether there is some problem with the theme upgrade.
If you do not have any other suggestion, I will try with exporting the db, but I would like to know if it is possible to export only a SQL table that contains all the wordpress variables like path (I do not know if there is one) or if it is necessary to export all .sql database.
Thanks for your help.Forum: Themes and Templates
In reply to: [Customizr] Logo will not upload correctly in CustomizrI have the same problem. The reason is that when I try uploading the logo from customization admin panel the path to the image is relative to PC and not to the web server.
Examining the published theme code with firebug, is obvious where the problem is.
The right path of the logo image should be:
https:///www.site name/wp-content/uploads/subdir with year /subdir with month/logo image name
but uploading from the upload button on the customization panel, the path become:
/subdir with year /subdir with month/logo image name
that is wrong.
So I am trying to solve by making a backup of the MySQL database from the webserver, and changing the path of the uploaded image logo from the wrong path to the right path and, than, reuploading the corrected backup to the server.
Please let me know if there is another way.Thanks for your reply and for your really interesting and useful plugin. I will try to use the plugin in some other theme to test the results. For now the issue remains.
Yes I did, but problem persists and applying your solution, featured pages images stop to expand.
I have a similar problem with my site:
https://www.laboratorioab.it
touching categories selection. The selection menu desappears immediately but only with Samsung browser and not chrome mobile.
Any solution?Forum: Themes and Templates
In reply to: [Customizr] Bootstrap and Customizr issue on Windows Phone 8Thanks for your perfect reply