• Resolved Casatreslobos

    (@casatreslobos)


    hi, can you please fix the images on your end? One of my other plugins is not working properly due to it.

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter Casatreslobos

    (@casatreslobos)

    there are supposed to be previous and next arrows for the months. Currently you have to hover over them for them to display. the developer said that its your plugin. and he is correct. when i deactivate your plugin, the calendar month previous and next are different colors and work properly and they display.

    please fix whatever you need to on your end so that the my website displays properly. thanks!

    Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi casatreslobos,

    Thank you for bringing this to our attention.

    Just to make sure: the images effected are the popup calendar arrows, right?

    For example:

    Thread Starter Casatreslobos

    (@casatreslobos)

    yes. do you know when you can fix it?

    Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Your theme is calling a google hosted jQuery UI CSS file, which includes the references to the images for that calendar. However, the image references are relative URLs. What you can do is just add the following custom CSS to make those image references have absolute paths. For example:

    .ui-icon { width: 16px; height: 16px; background-image: url(https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.21/themes/base/images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
    .ui-widget-content .ui-icon {background-image: url(https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.21/themes/base/images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
    .ui-widget-header .ui-icon {background-image: url(https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.21/themes/base/images/ui-icons_222222_256x240.png)/*{iconsHeader}*/; }
    .ui-state-default .ui-icon { background-image: url(https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.21/themes/base/images/ui-icons_888888_256x240.png)/*{iconsDefault}*/; }
    .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.21/themes/base/images/ui-icons_454545_256x240.png)/*{iconsHover}*/; }
    .ui-state-active .ui-icon {background-image: url(https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.21/themes/base/images/ui-icons_454545_256x240.png)/*{iconsActive}*/; }
    .ui-state-highlight .ui-icon {background-image: url(https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.21/themes/base/images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/; }
    .ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.21/themes/base/images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/; }
    
    Thread Starter Casatreslobos

    (@casatreslobos)

    ok so its theme related? Because I have the same theme and form plugin on 15 other website and do not have this problem. Your website is the only one that has the reviews plugin. And when I disabled your plugin, the arrows were displaying…

    Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hello casatreslobos,

    When using different plugins and themes sometimes you’ll find that the same class name is used in both. For instance ui-icons in this case. There is nothing wrong on anyone’s part except that it is a coincidence. This, in turn, causes a conflict like in your calendar which is using the ui-icons class of our plugin. Now we did go through the plugin that you are using and found a solution to that which is mentioned above.
    If there is anything else that we could help you with please let us know.

    Thread Starter Casatreslobos

    (@casatreslobos)

    the arrow image doesn’t know. It has the wrong source.

    Thread Starter Casatreslobos

    (@casatreslobos)

    i put your code in the CSS file. the arrows still do not display.

    Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi casatreslobos,

    Where did you add in the custom CSS code we sent?

    If you haven’t already, could you try adding code we sent to the “Custom CSS” box (in “Options”->”Basic”)?

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘broken images’ is closed to new replies.