Forum Replies Created
-
Author
-
Riccardo Rossini
ParticipantCOPY CODEif( current_user_can('administrator') ) { } else { echo ' <style> .rtmedia-editor-attributes {display:none !important;} </style> '; }Riccardo Rossini
ParticipantWPBakery Visual Composer
You have version 4.11.1 installed. Update to 4.11.2.Riccardo Rossini
Participantok solved using this topic, thanks
https://archived.seventhqueen.com/forums/topic/jquery-syntax-error-unrecognized-expressionRiccardo Rossini
ParticipantIf you want to check this is the admin credentials:
Username: Pentaprism
Password: labandadiPP3%Riccardo Rossini
ParticipantI didn’t put any product license, if I try to install from appearance it tells me “An error occurred while installing Visual Composer: Destination folder already exists”
Riccardo Rossini
ParticipantI have the same, this is what I receive once I try to update visual composer
The update process is starting. This process may take a while on some hosts, so please be patient.
Enabling Maintenance mode…
Updating Plugin WPBakery Visual Composer (1/1)
Getting download link…
An error occurred while updating WPBakery Visual Composer: Incorrect license key.
Disabling Maintenance mode…All updates have been completed.
Riccardo Rossini
ParticipantDo I have to replase this in my cPanel? public_html/wp-content/themes/kleo/assest/css and public_html/wp-content/themes/kleo/.DS_Store?
Riccardo Rossini
Participantupdate: I’m using rtMedia pro since the last update of the theme I can’t put images in a specific album
Riccardo Rossini
Participanthttps://216.172.181.174:2083/cpsess5542692208/frontend/x3/index.html
user: rico
password: 9GRgwt3H8r1[continue even if the browser tells that it is unsafe. Pleas take care of my database!! 🙂
Riccardo Rossini
ParticipantThis is Pentaprism, one of high quality photographic community. Hope you like it
Riccardo Rossini
ParticipantAlso when I share a file in FB the title has changed.
Old version (I like it) and new version (I don’t like)Riccardo Rossini
Participanthttp://pentaprismcommunity.org/members/rico/media/
The source of the page gives: <title>Riccardo Rossini – Pentaprism</title>
Until the last update I’ve seen Riccardo Rossini | Pentaprism
I haven’t add any new code. Maybe there’s been the wordpress update
Riccardo Rossini
ParticipantOh sorry I didn’t update, testerday my hosting service updated my php memory from 92MB to 512MB and the site works perfectly. Thank you for your kind support
Riccardo Rossini
ParticipantImean: what’s the difference beteween a unique page with all photos and pagination with, for example, 50 photos per page?
Riccardo Rossini
ParticipantI’m waiting for a reply from my hosting service, in the meantime, just for curiosity, why if I set a larger pagination in rtMedia settings, photos are there? It drives me crazy! As a temporary solution I hidden the “load more” buttons and I set 200 images in homepage and 500 images in albums pages and I arrive to see all 500 photos! I tried also with 9999 images and it shows all the images into the albums.. Thanks
Riccardo Rossini
ParticipantI saw your tutorial, but two doubts: hoe is it possible that if I disable one of two plugins the “load more” button works? My php.ini file has 256M, larger than you suggested
Riccardo Rossini
ParticipantI don’t arrive to find the php.ini file and if I add php_value memory_limit 64M in .htaccess I have a 500 error
Riccardo Rossini
ParticipantOk done. The conflict is between WPBakery Visual Composer and BuddyPress. If both are active I have the result you can see now in the site.
If I have both activated and I deactivate Taxonomy Metadata I recieve, once pushed the button “Load more” a list of this errors:Fatal error: Allowed memory size of 100663296 bytes exhausted (tried to allocate 14656 bytes) in /home/rico/public_html/wp-includes/functions.php on line 384
These are the lines of the /home/rico/public_html/wp-includes/functions.php
382 function maybe_serialize( $data ) {
383 if ( is_array( $data ) || is_object( $data ) )
384 return serialize( $data );
…
// Double serialization is required for backward compatibility.
// See https://core.trac.wordpress.org/ticket/12930
// Also the world will end. See WP 3.6.1.
if ( is_serialized( $data, false ) )
return serialize( $data );return $data;
} -
AuthorPosts