-
AuthorPosts
-
July 22, 2015 at 6:56 pm #477272
Hi, some changes I am making to a new website are working such as adding pages, menu items etc.
But when I am making changes today to say Socket background colour and link colour the changes are not working.
Also in the Advanced Styling I am trying to style Main Menu Links and Hover state but they are not working either.
In socket Facebook icon not showing against blue background.
Admin login in the private content.July 23, 2015 at 3:15 pm #477753Hi, anyone that can help with this?
Under pressure from client to get this site done.
ThanksJuly 24, 2015 at 3:44 pm #478224Hi, I see that you logged into the website yesterday and tried to make some general styling changes that did not take effect but there was no update here.
If this can’t be solved please let me know as I need to let the client know today I need to delete the site and start again.
July 24, 2015 at 7:10 pm #478346FTP details in private content if needed
July 24, 2015 at 7:13 pm #478348Since I last posted I have deleted and re-uploaded Enfold theme via FTP – No change.
Re updated WordPress – No changeA new problem has started.
On the page Nure Net Business Club I have split it into 1/5 and 4/5
The 4/5 will not stay beside the 1/5 in the advanced layout editor in the backend.
Plus every time I make a change to the iFrame in the 4/5 and update it disappears from teh backend and frontend and I have to create it again to restore.July 25, 2015 at 4:23 am #478524Hi!
Have you checked if the issue occurs with the parent theme activated?
Best regards,
JosueJuly 25, 2015 at 2:22 pm #478651Hi, switched theme with parent theme activated as suggested. Same problem. No change.
July 25, 2015 at 5:30 pm #478669Also renamed the plugins folder via ftp to plugins1 to disable all plugins.
Then made change via general styling.
Still not working.
Re-activated plugins folder.July 26, 2015 at 10:12 pm #478804Hey!
Try adding this at the very end of your theme / child theme functions.php file:
add_action( 'init', 'spit_dynamic_styles' ); function spit_dynamic_styles() { global $avia; $avia->style->print_styles = true; }
Cheers!
JosueJuly 27, 2015 at 1:27 am #478850Hi Josue. You fixed it. Thank you. great job.
Can you tell me what was wrong and what the code does to fix it?Everything is now working except for the Facebook icon in the socket is not white like it is in the header for some reason.
July 27, 2015 at 9:49 am #478970Hey!
Try adding this code to the Quick CSS:
#socket .social_bookmarks_facebook a{ color: white !important; }
The issue was related to the dynamic stylesheet not being created/updated, the code i suggested makes the dynamic styles to be rendered on the page directly.
Cheers!
JosueJuly 27, 2015 at 10:56 am #478997Hi Josue, thanks for explaining that.
I think the cause was that using the iThemes security plugin I renamed the wp-content folder which caused problems.I applied the code for the socket facebook icon but it has not changed the colour.
July 27, 2015 at 10:49 pm #479321Hi,
Can you post the link to a Page with socket on the website please?
Regards,
JosueJuly 28, 2015 at 11:56 am #479607Hi Josue.
Socket is on all pages.
Link in Private content.July 30, 2015 at 6:38 pm #480830Hey!
You forgot to close HTML A tag in your copyright text. I closed it for you, please review your website now.
Cheers!
YigitJuly 30, 2015 at 6:40 pm #480833Thanks Yigit, sorry, never would have spotted that!
You may close this thread. -
AuthorPosts
- The topic ‘General Styling changes not working’ is closed to new replies.