Borise Be
Forum Replies Created
-
Forum: Plugins
In reply to: [Read More & Accordion] button acting weirdI 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
In reply to: [Meks Flexible Shortcodes] Annoying Ad MessageAgree!
To hide the notice copy/paste this code into your functions.phpadd_action( 'init', 'changeActions' ); function changeActions () { remove_action( 'admin_notices', 'meks_admin_notice__info', 10 ); }
Forum: Fixing WordPress
In reply to: Site title and tagline doesn't show correctly10x @juggledad – it works!
Forum: Plugins
In reply to: [Advanced Custom Fields: Link Picker Field] Adding Commas to the end of URLI’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
In reply to: [Boardwalk] Moving scrollbarYeah, 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
Today I’ll try disabling plugins and switching to the default theme and i’ll update the info! 10x
Nope. No errors! Just everything goes well but no info is saved!
The problem is solved. I just download the plugin from the paratheme website nad now everything is OK.
Forum: Plugins
In reply to: [WP eCommerce] Local currency does not convert correct in PayPal StandartOps! 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
In reply to: [WP eCommerce] Local currency does not convert correct in PayPal StandartHey 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: https://tinypic.com/r/24b3o2b/8
Store -> Payments Settings -> Paypal Standard Settings: https://tinypic.com/r/v6nq78/8Forum: Plugins
In reply to: [WP eCommerce] product-template.php changed after last updateI 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 EuroIf this have a solution without changing the core files it would be great to share it.
Thanks!
Forum: Plugins
In reply to: [WP eCommerce] product-template.php changed after last updateOoops, 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 1619Good luck! ??
Forum: Plugins
In reply to: [Youtube Channel Gallery] Error from YoutubeCheck 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.