Title: danamv's Replies | WordPress.org

---

# danamv

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 454 total)

1 [2](https://wordpress.org/support/users/danamv/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/danamv/replies/page/3/?output_format=md)…
[29](https://wordpress.org/support/users/danamv/replies/page/29/?output_format=md)
[30](https://wordpress.org/support/users/danamv/replies/page/30/?output_format=md)
[31](https://wordpress.org/support/users/danamv/replies/page/31/?output_format=md)
[→](https://wordpress.org/support/users/danamv/replies/page/2/?output_format=md)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Neve] Header Menu Button Translations](https://wordpress.org/support/topic/header-menu-button-translations/)
 *  [danamv](https://wordpress.org/support/users/danamv/)
 * (@danamv)
 * [5 years ago](https://wordpress.org/support/topic/header-menu-button-translations/#post-14330428)
 * Hello [@welshlamb10](https://wordpress.org/support/users/welshlamb10/),
 * The components within the header builder, including the buttons, can be translated
   in Strings translation page of the plugin. Please check the following documentation:
   [https://docs.themeisle.com/article/1079-how-to-translate-themes#translate-strings](https://docs.themeisle.com/article/1079-how-to-translate-themes#translate-strings)
 * If this does not work, please provide us with the link to your site.
 * I hope it helps!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Neve] Double “add to cart” button](https://wordpress.org/support/topic/double-add-to-cart-button-5/)
 *  [danamv](https://wordpress.org/support/users/danamv/)
 * (@danamv)
 * [5 years ago](https://wordpress.org/support/topic/double-add-to-cart-button-5/#post-14330292)
 * Hi [@chenhuiye](https://wordpress.org/support/users/chenhuiye/),
 * I am glad it works!
 * Please let us know if you have any more questions.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Neve] Neve starter sites could not be loaded](https://wordpress.org/support/topic/neve-starter-sites-could-not-be-loaded/)
 *  [danamv](https://wordpress.org/support/users/danamv/)
 * (@danamv)
 * [5 years ago](https://wordpress.org/support/topic/neve-starter-sites-could-not-be-loaded/#post-14329204)
 * Hi [@inthetech](https://wordpress.org/support/users/inthetech/),
 * Are you using any caching plugin? If yes, I kindly recommend clearing the cache
   of it and see if this solves the issue.
 * Please let us know if this worked.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Neve] Thumbnails won’t show](https://wordpress.org/support/topic/thumbnails-wont-show-2/)
 *  [danamv](https://wordpress.org/support/users/danamv/)
 * (@danamv)
 * [5 years ago](https://wordpress.org/support/topic/thumbnails-wont-show-2/#post-14329112)
 * Hi [@henriktorv](https://wordpress.org/support/users/henriktorv/),
 * I am able to see your thumbnails [https://prnt.sc/11j9rq9](https://prnt.sc/11j9rq9)
   
   I kindy recommend clearing the cache of your browser, and see if this solves 
   the issue.
 * Please let us know if this worked.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Neve] Neve Sidebar CLS Issue](https://wordpress.org/support/topic/neve-sidebar-cls-issue/)
 *  [danamv](https://wordpress.org/support/users/danamv/)
 * (@danamv)
 * [5 years ago](https://wordpress.org/support/topic/neve-sidebar-cls-issue/#post-14329038)
 * Hi [@devitaliza](https://wordpress.org/support/users/devitaliza/),
 * As a PRO user, you can always contact us via [https://store.themeisle.com/contact/](https://store.themeisle.com/contact/)
   and we will investigate the issue with the PRO plugin as this community forum
   is for Neve free version.
 * Thank you!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Neve] Double “add to cart” button](https://wordpress.org/support/topic/double-add-to-cart-button-5/)
 *  [danamv](https://wordpress.org/support/users/danamv/)
 * (@danamv)
 * [5 years ago](https://wordpress.org/support/topic/double-add-to-cart-button-5/#post-14329005)
 * Hi [@chenhuiye](https://wordpress.org/support/users/chenhuiye/),
 * I kindly recommend doing a plugin conflict test – please try backing up your 
   site, for security purposes, and try to disable your plugins one by one, to see
   if any of them causes this issue to appear.
 * Please let us know if this solved the issue.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Neve] Line break in site tagline](https://wordpress.org/support/topic/line-break-in-site-tagline/)
 *  [danamv](https://wordpress.org/support/users/danamv/)
 * (@danamv)
 * [5 years ago](https://wordpress.org/support/topic/line-break-in-site-tagline/#post-14327857)
 * Hello [@wordzebra](https://wordpress.org/support/users/wordzebra/),
 * If I understood your request correctly, the following code might be the solution
   to the problem.
    Please try adding it into Customizer -> Additional CSS:
 *     ```
       .site-logo .brand::before {
           content: "\a" !important;
           white-space: pre !important;
       }
       ```
   
 * Please provide a screenshot showing which element would you life to add a <br
   > tag to, if this was not the one needed. You can use this site to provide a 
   screenshot: [https://paste.pics/](https://paste.pics/)
 * I hope it helps!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Neve] Wishlist button](https://wordpress.org/support/topic/wishlist-button/)
 *  [danamv](https://wordpress.org/support/users/danamv/)
 * (@danamv)
 * [5 years ago](https://wordpress.org/support/topic/wishlist-button/#post-14327728)
 * Hello [@ptpac](https://wordpress.org/support/users/ptpac/),
 * I am afraid that this is a feature available on Neve PRO theme – Header Wish 
   List is a special component that can be used only if the Wish List mechanism 
   is enabled in the WooCommerce Booster module.
 * You can find out more on the Neve PRO documentation available on our site.[https://themeisle.com/](https://themeisle.com/)
 * I hope it helps! Please let us know if you have any more questions.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Neve] Works well in combination with Elementor](https://wordpress.org/support/topic/works-well-in-combination-with-elementor/)
 *  [danamv](https://wordpress.org/support/users/danamv/)
 * (@danamv)
 * [5 years ago](https://wordpress.org/support/topic/works-well-in-combination-with-elementor/#post-14327202)
 * Hi [@rinzer](https://wordpress.org/support/users/rinzer/),
 * Thank you so much for using the Neve theme and for leaving your feedback, we 
   appreciate it!
    We hope that you’ll continue enjoying the theme but in case you
   face any issues or have questions – feel free to reach out to us in this forum.
 * Thanks!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Neve] Styles/ format changes do not show online using Elementor](https://wordpress.org/support/topic/styles-format-changes-do-not-show-online-using-elementor/)
 *  [danamv](https://wordpress.org/support/users/danamv/)
 * (@danamv)
 * [5 years ago](https://wordpress.org/support/topic/styles-format-changes-do-not-show-online-using-elementor/#post-14327195)
 * Hi [@happykeren](https://wordpress.org/support/users/happykeren/),
 * I kindly recommend you take a look on this site [https://elementor.com/help/caching-prevents-live-site-from-showing-changes-in-editor/](https://elementor.com/help/caching-prevents-live-site-from-showing-changes-in-editor/)
 * Please let us know if the solution provided here helps solves this issue.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Neve] ”changeset-post-save-failure” error](https://wordpress.org/support/topic/changeset-post-save-failure-error/)
 *  [danamv](https://wordpress.org/support/users/danamv/)
 * (@danamv)
 * [5 years ago](https://wordpress.org/support/topic/changeset-post-save-failure-error/#post-14327111)
 * Hi [@fedezagu](https://wordpress.org/support/users/fedezagu/),
 * Apologies for the late response.
    There is an option in the Dashboard to reinstall
   WordPress: [https://prnt.sc/11ii9yv](https://prnt.sc/11ii9yv) (Dashboard > Updates)
   If you use the automatic re-installation that is built into WordPress itself 
   and accessed in the updates area, it will not delete any content.
 * I hope it helps! Please let us know if you have any more questions.
    -  This reply was modified 5 years ago by [danamv](https://wordpress.org/support/users/danamv/).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Neve] Pro: Different logo for mobile?](https://wordpress.org/support/topic/pro-different-logo-for-mobile/)
 *  [danamv](https://wordpress.org/support/users/danamv/)
 * (@danamv)
 * [5 years ago](https://wordpress.org/support/topic/pro-different-logo-for-mobile/#post-14326401)
 * Hi [@markussss](https://wordpress.org/support/users/markussss/),
 * Yes, it’s true that with the PRO version you can create new headers and set them
   on a particular page/post, taxonomy, post types and more.
    You can also have 
   two different logos.
 * I am afraid that changing the logo for the mobile view would require some customization
   that would require some time. I kindly recommend trying to ‘inspect element’ 
   tool and see if you could modify it with some custom coding. Here is a guide 
   on doing that [https://developer.chrome.com/docs/devtools/css/](https://developer.chrome.com/docs/devtools/css/)
 * Thank you for understanding.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Neve] Maravilhoso!!](https://wordpress.org/support/topic/maravilhoso-39/)
 *  [danamv](https://wordpress.org/support/users/danamv/)
 * (@danamv)
 * [5 years ago](https://wordpress.org/support/topic/maravilhoso-39/#post-14326120)
 * Hi [@gabler](https://wordpress.org/support/users/gabler/),
 * Thank you so much for using the Neve theme and for leaving your feedback, we 
   appreciate it!
    We hope that you’ll continue enjoying the theme but in case you
   face any issues or have questions – feel free to reach out to us in this forum.
 * Thanks!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Neve] How to Centre Justify H1 Titles in Neve?](https://wordpress.org/support/topic/how-to-centre-justify-h1-titles-in-neve/)
 *  [danamv](https://wordpress.org/support/users/danamv/)
 * (@danamv)
 * [5 years ago](https://wordpress.org/support/topic/how-to-centre-justify-h1-titles-in-neve/#post-14326115)
 * I’m happy I was able to help!
 * Please let us know if you have any more questions.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Neve] Neve and AMP Store](https://wordpress.org/support/topic/neve-and-amp-store/)
 *  [danamv](https://wordpress.org/support/users/danamv/)
 * (@danamv)
 * [5 years ago](https://wordpress.org/support/topic/neve-and-amp-store/#post-14323789)
 * Hi [@norm2020](https://wordpress.org/support/users/norm2020/),
 * I have noticed that you have already changed the theme.
 * Please let us know if you are still facing this issue.

Viewing 15 replies - 1 through 15 (of 454 total)

1 [2](https://wordpress.org/support/users/danamv/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/danamv/replies/page/3/?output_format=md)…
[29](https://wordpress.org/support/users/danamv/replies/page/29/?output_format=md)
[30](https://wordpress.org/support/users/danamv/replies/page/30/?output_format=md)
[31](https://wordpress.org/support/users/danamv/replies/page/31/?output_format=md)
[→](https://wordpress.org/support/users/danamv/replies/page/2/?output_format=md)