Forum Replies Created
-
Author
-
November 15, 2017 at 11:13 in reply to: New members added arent displaying in members totals on front end #179905
Radu
ModeratorNot marked as solutionNovember 14, 2017 at 21:07 in reply to: I can´t add more than 5 images , visual composer accept a TOTAL of 5 images #179864Radu
ModeratorHi,
I see tried the reproduce again the issue on my end there is no issue, works as it should.
VIDEO : https://drive.google.com/file/d/1XHzMQu9d5TDLn2ioyfgyUYB77DrLQ5gN/view
And the cause can be identified if the error log contains the entire log of your error, in the error log its written when a error occurs and also possible reasons for that like a value that should be increased, to can proceed further with this i need a dump of phpinfo function run to can see the values.
Chers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYou’re welcome
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorGreat
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 14, 2017 at 20:49 in reply to: ?level=3:28 Uncaught SyntaxError: Unexpected identifier #179861Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
Just i’ve tested and tried to use instead of buddyapp as mobile theme tweentyseventeeen i’ve added a custom logo to default wp theme and i’ve set from plugin the tweentyseventeen to be mobile theme, and i’ve accessed thru mobile agent and also the theme settings was reverting to default (tweentyseventeen) so the issue doesen’t seems to be related to our products since it’s happens exactly the same using a default wp theme.
Now i’ve added mobile theme in the mobile pro settings (buddyapp theme for mobile.)
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
1. If you have there a login shortcode edit in vc and set autofocus the imput no.

If you don’t have any shortcode you will have to update the theme to latest version,was fixed in past updates.
2. Please can you provide a dummy created page showing that ? how the whitespace persists even you choose full width please ?
Also make sure to have all plugins updated especially K-elements and Visual composer.
Those spacces can be generated by the padding or margin of inner columns or rows.
Let me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Check if this option it’s ON, if it’s off SET ON
wp-admin -> theme options -> memberships -> Allow registrations also from PMPRO checkout page.

Let me know
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 14, 2017 at 16:47 in reply to: TinyMCE Insert/edit link modal does not display correctly in Kleo w/bbpress #179814Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
Check for elementor plugin under wp-admin -> appearance -> install plugins.
Html and javascript can be added under text section

Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
There should be multiple files edited to can add support for woocommerce galley..Also there will be needed this css
COPY CODE@media (min-width:991px) { .woocommerce-product-gallery.woocommerce-product-gallery--with-images {position:relative;} .woocommerce-product-gallery .flex-control-nav, .flex-control-paging { bottom: -150px !important; top:auto; width:100%; display: inherit; padding-left: 7px; } .woocommerce-product-gallery .flex-control-nav li, .woocommerce-product-gallery .flex-control-paging li {width:initial;height:initial;} .woocommerce-product-gallery .flex-control-nav li img, .woocommerce-product-gallery .flex-control-paging li img {max-width: 96px;} .woocommerce-product-gallery .flex-control-nav, .flex-control-paging {} .woocommerce-tabs.wc-tabs-wrapper {padding-top:150px !important;} }and maybe others…
So please provide to me FTP + wp admin credentials to take a closer look.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I’ve changed that for you check it now
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Check in wp-admin -> theme options -> blog -> Read more text from blog/archives

There is no quick solution to change only read more text for video types of posts.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Tried multiple solutions but cannot debug quick this, i will investigate further this but as temporary solution.
Edit that php file directly by copying this file register.php
from : wp-content/themes/buddyapp/buddypress/members/register.php
to : /wp-content/themes/buddyapp-child/buddypress/members/register.phpEdit in child lines 25 and 26 with your desired text.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
The function needs to be pasted in wp-content/themes/buddyapp-child/functions.php
COPY CODEfunction render_before_content_in_bbpress() { if (class_exists('bbpress')) { if (is_bbpress()) { echo '<img src="http://www.ricoh-imaging.co.jp/english/products/q-s1/ex/img/bod_mainImg_01.jpg">'; } } } add_action('kleo_before_content','render_before_content_in_bbpress');NOTE : Child theme needs to be installed and activated.
Replace image source with your desired one.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
There isn’t any specific location in wp admin from where you can edit the activate page the only way it’s from code
The activate page it’s generated automatically and there is no specific place where you can edit that just in php file directly by copying this file activate.php
from : wp-content/themes/buddyapp/buddypress/members/activate.php
to : /wp-content/themes/buddyapp-child/buddypress/members/activate.phpLook for around line 33
Note : Child theme needs to be installed and activated, in this way your changes will stay even you update the parent theme.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 13, 2017 at 17:26 in reply to: I can´t add more than 5 images , visual composer accept a TOTAL of 5 images #179745Radu
ModeratorHi,
I don’t have any other ideas since my guess it’s the limit on the server since our theme cannot prevent uploading certain numbers of photo at once…
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 13, 2017 at 15:43 in reply to: WooCommerce Product Links to Product Pages Not Working #179741Radu
ModeratorNot marked as solutionNovember 11, 2017 at 00:02 in reply to: Essential Grids Instagram Feature Returns Error; Essential Grids Version Outdated #179507Radu
ModeratorHi again,
It seems that we have received an email with update of the plugin, please check in wp-admin -> appearance -> install plugins for update
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 10, 2017 at 17:35 in reply to: Essential Grids Instagram Feature Returns Error; Essential Grids Version Outdated #179468Radu
ModeratorHi,
Actually we have the latest version on our update servers… looking on the media grid website and we download same version … no update, i taught it’s a new update from yesterday or those days.
Sorry for that.
IF the issue still happens even you change to twenty sixteen it means that has nothing to do with our theme
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Check in wp-admin -> woocommerce -> settings -> product -> display.

Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorThank you for providing solution
We will look at that
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 10, 2017 at 17:12 in reply to: Essential Grids Instagram Feature Returns Error; Essential Grids Version Outdated #179460Radu
ModeratorHi,
We will update the version this in 1-2 hours, so you will need to check in wp-admin -> apeparance -> install plugins in 3-4 hours , there should appear new version available for essential grid.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorGreat
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Right now it looks like you had achieved that, right ?
Let me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts

