-
AuthorPosts
-
August 15, 2015 at 5:11 pm #488247
Hi,
there are several errors on my website which are as follows:
1. text that is highlighted by cursor disappears
2. no hover icons on images anymore
3. some headlines, table elements, buttons, links are invisible (all in theme color!)
4. some pages don´t respond to footer and socket style settings, some do.example correct footer: http://www.eiweisspulver-test.com/whey-protein/esn-designer-whey
example wrong footer: http://www.eiweisspulver-test.com/whey-protein/optimum-nutrition-gold-standard-wheyAugust 17, 2015 at 4:36 am #488521Hi aph80,
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Regards,
RikardAugust 17, 2015 at 4:51 am #488530Hey aph80!
Thank you for using Enfold.
1.) Set the Primary color in the General Styling panel. Right now, it is set to #fcfcfc which is basically “white”.
2.) Did you add any css modifications to the theme?
3.) The table elements looks fine when I checked pages above.
4.) Did you add any html codes in the page? Make sure that you closed the tags properly.
Cheers!
IsmaelAugust 17, 2015 at 10:25 am #488732Thank you for your replies! Setting the primary color right solved a lot of problems. That was my mistake..
Problems that are still remaining are the following:
1. some pages don´t respond to footer and socket style settings, some do. (actually the link color of the footer links changed to the primary color as well, but in footer settings the are set to #fcfcfc and thats what they are supposed to be. see http://www.eiweisspulver-test.com/whey-protein/esn-designer-whey for a correct example) The problem applies to all pages I updated recently.
2. More updating problems: On three specific pages there are even more severe problems occuring after I try to update them
On these two the tables get completely messed up:
http://www.eiweisspulver-test.com/casein/my-supps-100-natural-casein
http://www.eiweisspulver-test.com/sojaprotein/my-supps-100-natural-soy-isolateOn this one the middle section which has a 1/2-1/2 layout is displayed one below the other.
http://www.eiweisspulver-test.com/whey-protein/body-attack-extreme-whey-deluxe
I set all these three pages back to a version that is working but I need to be able to update them.
There are some quick css modifications. With html codes I couldn´t find any problems.
August 18, 2015 at 9:47 am #489321Hey!
1.) You footer seems fine to me. Clear browser cache and hard refresh a few times. Are you using any caching (plugin)?
2.) Your tables seem totally fine to me. Can’t see any mess.
3.) It is displayed next to each other for me and not below.
Which OS and device are you using? Please check on another computer as well.
Regards,
AndyAugust 18, 2015 at 10:33 am #489350Hi Andy! Thank you for your reply.
I checked on several computers, Windows and Ubuntu, different browsers, cleared cache, no caching plugin and it´s the same everywhere. The footer on all updated pages features black headings and links in #2997ab. The headings are supposed to be white and the links #e1e1e1. On pages that haven´t been updated recently it is right e.g. http://www.eiweisspulver-test.com/whey-protein/esn-designer-whey and all the other pages mentioned above as I haven´t been able to update them due to the other problems.
2) and 3) Yeah now they are fine as I set them back to a state that worked, but after updating they are messed up.
Cheers!
Arkadi
August 18, 2015 at 10:40 am #489356Hi!
please deactivate all plugins to check which one is causing a conflict. Afterwards clear browser cache and hard refresh.
Cheers!
AndyAugust 18, 2015 at 10:52 am #489362Makes no difference regarding the footer
August 18, 2015 at 10:54 am #489364Updating the pages I haven´t checked without plugins. I can do that if you want me to but I don´t think it´s an issue with the plugins.
August 18, 2015 at 11:05 am #489371Hi!
maybe your server is using some kind of caching? please ask your host about that. Otherwise I think there might be some corrupted files and in this case you need to delete all theme files and get a fresh copy from your themeforest account.
Cheers!
AndyAugust 18, 2015 at 11:46 am #489408I asked the host about caching and waiting for a response. But I don´t think it´s caching either. See I can evoke changes in the footer. If I change the primary color in Main Content the color of the links in the footer changes in the updated pages (that´s most pages including the home page http://www.eiweisspulver-test.com/). All the non-updated pages respond to the regular footer settings.
August 18, 2015 at 12:04 pm #489416Hi!
did you implement any custom CSS inside of custom.css? try to remove all custom CSS codes and see if things get better for you. Otherwise I think you would need to delete all files and get a fresh copy.
Regards,
AndyAugust 18, 2015 at 2:04 pm #489502Hi!
The host told me there was no caching on the server.
For the footer problem I found the solution. I had previously added the following code to functions.php which caused the trouble. After removing it, it works:
add_action(‘ava_after_content’, ‘avia_add_social_toolbars’, 10, 2);
function avia_add_social_toolbars($id = “”, $context = “”)
{
if($context == “page” || $context == “single-portfolio” || $context == “product”)
avia_social_share_links();}
add_filter(‘avf_template_builder_content’, ‘avia_add_social_toolbar_template_builder’, 10, 1);
function avia_add_social_toolbar_template_builder($content = “”)
{
$content .= ‘<div id=”custom_share_box” class=”avia-section main_color container_wrap”><div class=”container”>’;
$content .= avia_social_share_links(array(), ”, ”, false);
$content .= ‘</div>’;
return $content;
}However, I don´t have the social sharing function anymore and there are still three pages that can´t be updated.
August 19, 2015 at 11:18 am #489936Hi!
as I already said several times, please delete all theme files and get a fresh copy from your themeforest account. Let us know when you are done and still need help.
Cheers!
Andy -
AuthorPosts
- You must be logged in to reply to this topic.