Forum Replies Created
-
AuthorPosts
-
THAT DID THE TRICK
THANK YOU VERY MUCH
Rick
My Server Tech’s have resolved the login issues.
Same issue exists in this thread.
Credentials are in the Private AreaSorry Missed your message – No Errors.
In avia builder mode save doesn’t work “X” doesn’t work & missing content in attached image (bordered by yellow high-liter)Hi Jordan,
My server tech’s have escalated the login issue to tier 2 level. If they cant locate the issue they are probably going to reinstall WP.
Will keep you posted in this thread. It could talk a while before my ticket is addressed.Thanks
Rickthank you for standing by… they are attempting to work in the login issue.
in a chat now with hosting company
Seems I’m having an issue with WP allowing me to add new user.
After adding new user, setting PW I am still unable to access admin area.I had this issue earlier today & it took me 10 times to get in using the original admin pw???
It it possible to check things via cpanel.Last night I had an upgrade to PHP 7 which required a tier 2 tech level upgrade.
Sure thing.. Thank you for assisting. Checking now
All threads
#788677
#788679
#788688
#788837 (w/Private Data)
#788839
#788909- This reply was modified 7 years, 6 months ago by rickster_192.
YES… Issue STILL EXISTS
#788677YES… Issue STILL EXISTS
Server Settings:
PHP Version: 7.0.18
PHP Time Limit: No limit
PHP Memory Limit: 256M
PHP Post Max Size: 74M
PHP Max Upload Size: 64MHi Jordan,
You may have missed in my original message:
I in effect disabled ALL plugins by renaming the plugin folder from “plugins” to “XpluginsX” in cpanel.
I also (in cpanel) deleted the enfold folder, re-downloaded the latest enfold (install files only) and re-installed enfold.
I also had my tech’s upgrade php to version 7 and confirmed php memory limit is set to 128M globally.
SAME ISSUE.
What Next?? This is a critical issue as I have a launch on Monday.Thanks RIck
great n thank
Worked Perfectly…
Rickster
February 2, 2016 at 3:37 pm in reply to: How to change the default image size in a lightbox pop-up #576488Looks like we are very close to fixing this issue..
Please look at catalog on the nav bar… After images load, single click on image opens light box in perfect size….
If you click on the image or use < or > (next or back) the image reverts to the smaller size… after closing the light box…Single click on any image again opens in perfect size…. If you click on the image or use < or > (next or back) the image reverts to the smaller size.
Can we make it so the click on the image while the light box is open… or use right & left arrows… it proceeds to next image in full size ??
Thanks
RickFebruary 2, 2016 at 1:37 am in reply to: How to change the default image size in a lightbox pop-up #576137Thanks but….
I was able to view the site from the fron end as well as log into the WP admin??February 1, 2016 at 10:15 pm in reply to: How to change the default image size in a lightbox pop-up #576042Please keep me posted…
ThanksFebruary 1, 2016 at 10:13 pm in reply to: How to change the default image size in a lightbox pop-up #576041I just removed the following lines of code (below) from function.php and the site came back…
add_filter( ‘avf_avia_builder_masonry_lightbox_img_size’, ‘enfold_customization_change_popup_size’ );
function enfold_customization_change_popup_size( $size ) {
return ‘fullsize’;
}/*
* Lightbox image full size
*/jQuery(window).load(function() {
jQuery(‘.lightbox’).on(‘click’,(function() {
jQuery(‘.mfp-figure’).find(‘img’).each(function() {
jQuery(this).css(“max-height”,””);
console.log(‘ image was clicked’);
})
}));
})
jQuery(‘.mfp-arrow’).on(‘click’,(function() {
jQuery(‘.mfp-figure’).find(‘img’).each(function() {
jQuery(this).css(“max-height”,””);
console.log(‘ arrow was clicked’);
})
}));February 1, 2016 at 10:09 pm in reply to: How to change the default image size in a lightbox pop-up #576037Wordpress CRASHED
January 31, 2016 at 8:59 pm in reply to: How to change the default image size in a lightbox pop-up #575421January 31, 2016 at 3:24 pm in reply to: How to change the default image size in a lightbox pop-up #575306Hi Vinay.. Country Opened.
January 31, 2016 at 12:26 am in reply to: How to change the default image size in a lightbox pop-up #575114Please see private notes
January 30, 2016 at 6:54 pm in reply to: How to change the default image size in a lightbox pop-up #575054Still no Change.. images are still displaying
Added both lines of code to the function.php:add_filter( ‘avf_avia_builder_masonry_lightbox_img_size’, ‘enfold_customization_change_popup_size’ );
function enfold_customization_change_popup_size( $size ) {
return ‘fullsize’;
}function originalHeight(){
?>
<script>
jQuery(window).load(function() {
jQuery(‘.mfp-figure’).find(‘img’).each(function() {
jQuery(this).css(“max-height”,””);
})
})
</script>
<?php
}
add_action(‘wp_head’, ‘originalHeight’);January 28, 2016 at 6:32 pm in reply to: How to change the default image size in a lightbox pop-up #573945No changes??? ;-<
January 28, 2016 at 4:40 pm in reply to: How to change the default image size in a lightbox pop-up #573834The page using enfold gallery is in private content
January 28, 2016 at 4:38 pm in reply to: How to change the default image size in a lightbox pop-up #573833I have also tried using the standard lightbox built into Enfold…
I have no issue removing & not using NextgenCan you please advise on how to change the code from the Enfold files?:
element.style {
max-height: 643px;
}to: actual image size….
If I “line it out” in browser “Inspect Image” all is perfect…
I attempted to add the element style in the css box as:
element.style {
max-height: 1623px;
}This reply has been marked as private.No Effect… even tried adding !important
Frustrated Rick
October 17, 2014 at 12:46 am in reply to: Seeking to remove space above slider ans below nav #337069obviously there are other css class codes that are wanted..
My attempt after reviewing the forum was to add the following of which had no effect:#after_layer_slider_1 {
border-top: none!important;
}
#header_main {
border-bottom: none!important;
}Thanks
-
AuthorPosts