Title: antosassi's Replies | WordPress.org

---

# antosassi

  [  ](https://wordpress.org/support/users/antosassi/)

 *   [Profile](https://wordpress.org/support/users/antosassi/)
 *   [Topics Started](https://wordpress.org/support/users/antosassi/topics/)
 *   [Replies Created](https://wordpress.org/support/users/antosassi/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/antosassi/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/antosassi/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/antosassi/engagements/)
 *   [Favorites](https://wordpress.org/support/users/antosassi/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Spun] Chrome and Safari compatibility problems due to oppacity](https://wordpress.org/support/topic/chrome-and-safari-compatibility-problems-due-to-oppacity/)
 *  Thread Starter [antosassi](https://wordpress.org/support/users/antosassi/)
 * (@antosassi)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/chrome-and-safari-compatibility-problems-due-to-oppacity/#post-3970209)
 * I understand, I will try to check this on other computers to see if the problem
   persists.
 * Re the other issue (titles in WP UI tabs), I am not completely familiar with 
   the css of the spun template yet and I don’t seem to find what can be changing/
   modifying the properties of the plugin’s css. I’ve already activated temporarily
   another template and the dots don’t appear. Any suggestions?
 * Thanks a lot!!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Spun] Chrome and Safari compatibility problems due to oppacity](https://wordpress.org/support/topic/chrome-and-safari-compatibility-problems-due-to-oppacity/)
 *  Thread Starter [antosassi](https://wordpress.org/support/users/antosassi/)
 * (@antosassi)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/chrome-and-safari-compatibility-problems-due-to-oppacity/#post-3970191)
 * Hi Caroline,
 * Many thanks for the quick reply, I checked and I have the latest versions and
   no extensions or similar. I thought it might have been because I am using a mac?,
   but now that linabash also mentioned it… what could it be? It also happens with
   your demo template you sent. Any ideas?
 * I don’t want to mix so much but I am having also a small issue with the template
   using the plugin WP UI to create tabs. Somehow the template gives the titles 
   of each tab a dot, as if they were bullets in a list. [Here](http://rollingeyesfilms.com/about-us-2/)
   you can see what’s happening. Where does these dots come from and how can I take
   them off?
 * Thank you!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Change alternative text for featured images when using qtranslate](https://wordpress.org/support/topic/change-alternative-text-for-featured-images-when-using-qtranslate/)
 *  Thread Starter [antosassi](https://wordpress.org/support/users/antosassi/)
 * (@antosassi)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/change-alternative-text-for-featured-images-when-using-qtranslate/#post-3570020)
 * Now it works, thank you very much!!! I thought about this, but would have never
   been able to write the necessary line of code. Thanks again!! 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Change alternative text for featured images when using qtranslate](https://wordpress.org/support/topic/change-alternative-text-for-featured-images-when-using-qtranslate/)
 *  Thread Starter [antosassi](https://wordpress.org/support/users/antosassi/)
 * (@antosassi)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/change-alternative-text-for-featured-images-when-using-qtranslate/#post-3570018)
 * mmmm unfortunately that didn’t do it either. I tried adding the line, replacing
   it, erasing it completely, nothing changed. Is there a way not to have alt text?
   I rather have no alt text than this funny alt text with all the languages!! Thank
   you!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Change alternative text for featured images when using qtranslate](https://wordpress.org/support/topic/change-alternative-text-for-featured-images-when-using-qtranslate/)
 *  Thread Starter [antosassi](https://wordpress.org/support/users/antosassi/)
 * (@antosassi)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/change-alternative-text-for-featured-images-when-using-qtranslate/#post-3570016)
 * The whole problem is exactly that I can not locate the code that outputs the 
   alternative text on the slider. I’ve searched on all related templates (featured-
   content.php, page-template-front.php, post.php) and I still don’t find where.
 * The page Current Theme is Oxygen. I appreciate any help you can give!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Change alternative text for featured images when using qtranslate](https://wordpress.org/support/topic/change-alternative-text-for-featured-images-when-using-qtranslate/)
 *  Thread Starter [antosassi](https://wordpress.org/support/users/antosassi/)
 * (@antosassi)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/change-alternative-text-for-featured-images-when-using-qtranslate/#post-3570014)
 * Hi there!! Thank you for answering. I found your post very clear, unfortunately
   I still can’t find the correct place to add the lines you suggest. Should it 
   be on featured-content.php, post.php or someplace else?
 * The only thing I found was this:
 *     ```
       <div class="featured-post">
       <?php if ( current_theme_supports( 'get-the-image' ) ) get_the_image( array( 'meta_key' => 'Thumbnail', 'size' => 'featured-thumbnail' ) ); ?>
       <h2 class="post-title entry-title">
       <a href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
       </h2>
       </div> <!-- .featured-post -->
       ```
   
 * Goes without saying that I don’t know much about code, therefore I really appreciate
   if you can help me locate this. Please let me know if you need me to copy something
   here.
 * Thank you!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Change alternative text for featured images when using qtranslate](https://wordpress.org/support/topic/change-alternative-text-for-featured-images-when-using-qtranslate/)
 *  Thread Starter [antosassi](https://wordpress.org/support/users/antosassi/)
 * (@antosassi)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/change-alternative-text-for-featured-images-when-using-qtranslate/#post-3569999)
 * Does someone have the same problem? Great to hear your thoughts on how to solve
   this. Thank you!
 * Here the link to my trail site: [http://www.360travelagency.com/prueba/](http://www.360travelagency.com/prueba/)

Viewing 7 replies - 1 through 7 (of 7 total)