elmeknouni
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: the changes on customizer don't save on the théme !the problem is solved.
it was due to adblock, when I diseable it, it works
Also , I was having a class and and id of “menu-social”, after i change the name of the class it works correctly even with adblocks.Forum: Fixing WordPress
In reply to: the changes on customizer don't save on the théme !hi,
I think there is no problem with the code, as the problem don’t occur on chrome or opera browsers. it is occuring only on mozilla even after i delete all the cache !
if anyone is having any suggestions i’m still here :).Forum: Fixing WordPress
In reply to: Cannot login-cannot modify header information…Hello,
Try reviewing this codex to solve header problems :
http://codex.wordpress.org/FAQ_Troubleshooting#How_do_I_solve_the_Headers_already_sent_warning_problem.3FForum: Fixing WordPress
In reply to: WP Wants to Update to a Different Theme with the Same NameHello,
Try to use a child theme instead of the one you are using.
Create a new folder and a ( your new theme name) and new .CSS file
on CSS file put :
/*
Theme Name: theChildtheme
Theme URI:
Description: This is a child theme
Author:
Author URI:
Template: the parent theme name
Version: 0.1
*/@import url(“../the parent theme name/style.css”);
I hope that helps.
Forum: Fixing WordPress
In reply to: plugin conflictMany thanks