Title: Borise Be's Replies | WordPress.org

---

# Borise Be

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Read More & Accordion] button acting weird](https://wordpress.org/support/topic/button-acting-weird/)
 *  [Borise Be](https://wordpress.org/support/users/codeb/)
 * (@codeb)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/button-acting-weird/#post-17417817)
 * I have the same problem since version 3.3.6
   The problem appears when there are
   more than 1 button on a page.I have two buttons id=”1″ and id=”2″ on the same
   page. When clicking on it button id=”1″ changes its state from Read More to Read
   Less but doesn’t expand to show the hidden content. However, button id=”2″ placed
   on the same page is working as expected.When there is only button id=”1″ on the
   page it is working as expected. Putting second button on the page makes the button
   id=”1″ not showing the hidden content. Version 3.3.4 however, doesn’t have this
   problem.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Meks Flexible Shortcodes] Annoying Ad Message](https://wordpress.org/support/topic/annoying-ad-message/)
 *  [Borise Be](https://wordpress.org/support/users/codeb/)
 * (@codeb)
 * [4 years, 12 months ago](https://wordpress.org/support/topic/annoying-ad-message/#post-14493762)
 * Agree!
    To hide the notice copy/paste this code into your functions.php
 *     ```
       add_action( 'init', 'changeActions' );
       function changeActions () {
           remove_action( 'admin_notices', 'meks_admin_notice__info', 10 );
       }
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Site title and tagline doesn't show correctly](https://wordpress.org/support/topic/site-title-and-tagline-doesnt-show-correctly/)
 *  [Borise Be](https://wordpress.org/support/users/codeb/)
 * (@codeb)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/site-title-and-tagline-doesnt-show-correctly/#post-6830419)
 * 10x [@juggledad](https://wordpress.org/support/users/juggledad/) – it works!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Fields: Link Picker Field] Adding Commas to the end of URL](https://wordpress.org/support/topic/adding-commas-to-the-end-of-url/)
 *  [Borise Be](https://wordpress.org/support/users/codeb/)
 * (@codeb)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/adding-commas-to-the-end-of-url/#post-6345480)
 * I’ve got the same issue.
 * Actually you don’t need the Link Picker Field. You can use the Relational Fields
   if you want to link to a post, page or taxonomy that exists in your WP Network.
 * You can use the Text field if you want to put external link. The output code 
   for displaying the link as a link in your website would be something like:
 *     ```
       <?php if( get_field('your_custom_field_name') ): ?><div class="your_custom_class"><a href="<?php the_field('your_custom_field_name'); ?>" target="_blank">Click Here</a></div>
       <?php endif; ?>
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Boardwalk] Moving scrollbar](https://wordpress.org/support/topic/moving-scrollbar/)
 *  Thread Starter [Borise Be](https://wordpress.org/support/users/codeb/)
 * (@codeb)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/moving-scrollbar/#post-5972710)
 * Yeah, I try this, but unfortunately it really stops the content from swiping.
   However I just use simple css -webkit-scrollbar property to make the scrollbar
   visible at the bottom of the page in order to indicate that there is something
   to swipe.
 * 10x
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Profile didn't update](https://wordpress.org/support/topic/profile-didnt-update/)
 *  Thread Starter [Borise Be](https://wordpress.org/support/users/codeb/)
 * (@codeb)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/profile-didnt-update/#post-5866100)
 * Today I’ll try disabling plugins and switching to the default theme and i’ll 
   update the info! 10x
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Profile didn't update](https://wordpress.org/support/topic/profile-didnt-update/)
 *  Thread Starter [Borise Be](https://wordpress.org/support/users/codeb/)
 * (@codeb)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/profile-didnt-update/#post-5866099)
 * Nope. No errors! Just everything goes well but no info is saved!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User profile] Warning: Invalid argument supplied for foreach() in up-paratheme-functions.php](https://wordpress.org/support/topic/warning-invalid-argument-supplied-for-foreach-in-up-paratheme-functionsphp/)
 *  Thread Starter [Borise Be](https://wordpress.org/support/users/codeb/)
 * (@codeb)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/warning-invalid-argument-supplied-for-foreach-in-up-paratheme-functionsphp/#post-5861744)
 * The problem is solved. I just download the plugin from the paratheme website 
   nad now everything is OK.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP eCommerce] Local currency does not convert correct in PayPal Standart](https://wordpress.org/support/topic/local-currency-does-not-convert-correct-in-paypal-standart/)
 *  Thread Starter [Borise Be](https://wordpress.org/support/users/codeb/)
 * (@codeb)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/local-currency-does-not-convert-correct-in-paypal-standart/#post-5400661)
 * Ops! I figured it out!
    It was due to the Currency Symbol Plugin that I used 
   to show the currency in the store as ЛВ. (it is the cyrillic symbol for BGN) 
   instead of BGN. I removed it. Deactivated and reactivated WP E-Commerce plugin
   and everything was OK.
 * It is not such a big deal if the prices in the store are shown as 49 BGN, but
   if there is a save way to convert the symbol from BGN to ЛВ. only for the front-
   end it would be highly appreciated to share it!
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP eCommerce] Local currency does not convert correct in PayPal Standart](https://wordpress.org/support/topic/local-currency-does-not-convert-correct-in-paypal-standart/)
 *  Thread Starter [Borise Be](https://wordpress.org/support/users/codeb/)
 * (@codeb)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/local-currency-does-not-convert-correct-in-paypal-standart/#post-5400658)
 * Hey Justin,
    thanks for the replay but unfortunately my PayPal Standard Payments
   settings do not have the options shown in your first screenshot which means that
   there is some kind of trouble with the currency convertor or something.
 * Here are the screenshots:
    Store -> General Settings: [http://tinypic.com/r/24b3o2b/8](http://tinypic.com/r/24b3o2b/8)
   Store -> Payments Settings -> Paypal Standard Settings: [http://tinypic.com/r/v6nq78/8](http://tinypic.com/r/v6nq78/8)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP eCommerce] product-template.php changed after last update](https://wordpress.org/support/topic/product-templatephp-changed-after-last-update/)
 *  Thread Starter [Borise Be](https://wordpress.org/support/users/codeb/)
 * (@codeb)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/product-templatephp-changed-after-last-update/#post-5254125)
 * I don’t want to remove the price, just want to remove the word “Price:” before
   the amount.
 * By default when you choose to show the price on the products page it is shown
   as:
    Price: 10 Euro I want it to be only: 10 Euro
 * If this have a solution without changing the core files it would be great to 
   share it.
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP eCommerce] product-template.php changed after last update](https://wordpress.org/support/topic/product-templatephp-changed-after-last-update/)
 *  Thread Starter [Borise Be](https://wordpress.org/support/users/codeb/)
 * (@codeb)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/product-templatephp-changed-after-last-update/#post-5254094)
 * Ooops, I found it! If someone else is wondering it is located in:
 * wp e-commerce/wpsc-components/theme-engine-v1/helpers/template-tags.php
    line
   1619
 * Good luck! 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Youtube Channel Gallery] Error from Youtube](https://wordpress.org/support/topic/error-from-youtube/)
 *  [Borise Be](https://wordpress.org/support/users/codeb/)
 * (@codeb)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/error-from-youtube/#post-5174703)
 * Check your settings into the widget!
 * If Video feed type: is set to Uploaded by a user, you should paste an youtube
   user ID into the YouTube user id: field.
 * If Video feed type: is set to Playlist, you should paste an youtube playlist 
   id into the YouTube playlist id: field.

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