giwrgos88
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wordpress doesn’t login even if the password is correctI did a manual update and still I’m having the same issue. The only thing that I didn’t is to replace the database with a new one. I will give a try
Forum: Fixing WordPress
In reply to: wordpress doesn’t login even if the password is correctHello, I have tested the website on a local environment and I’m having the same results. Basically redirects on the same page without any error message
Forum: Fixing WordPress
In reply to: wordpress doesn’t login even if the password is correctHi,
I haven’t tried to a local environment, I will do it later and reply back with my results.
Version 4.6.1Forum: Fixing WordPress
In reply to: wordpress doesn’t login even if the password is correctHi, thanks for your reply.
Here is the list of the plugins that I’m using
- contact-form-7
- js_composer
- LayerSlider
- select-core
The Bcrypt is inside a mu-plugins folder.
Even the plugins are active or not (also if i remove completely the bcrypt) the result is the same, i have access only if i reset my password.
Also I found out that If I logged out, close the tab, and then try to re-open the dashboard I need to reset my password again.I checked now I found out that I have the following error
flags.js?ver=4.4.3:29 Uncaught TypeError: Cannot read property 'length' of undefined here c.length == 0 || c.innerHTML.length == 0) {I’m doing well,how about you? I will try to correct it, thanks a lot
Forum: Fixing WordPress
In reply to: jQuery is not defined when using admin_enqueue_scriptsOk i found the solution. I have created an js file where i copy/paste the code there and removed the <script> tags. then using the following code i’m calling the ajax file
function menu_options() { wp_enqueue_script('menu_option_ajaxscript', AJAXACTIONS.'/il_menu/il_menu_admin/ajax/menu_ajax.js', array('jquery')); wp_localize_script( 'menu_option_ajaxscript', 'menu_option_ajaxscript', array( 'ajaxurl' => admin_url( 'admin-ajax.php' ) ) ); } add_action('admin_enqueue_scripts', menu_options);Hello sorry for the delay. i have added this code of line
jQuery(‘.portfolio-ul li:first’).find(‘a’).click();
before the comment of PrettyPhoto.
here is the example
jQuery(‘.portfolio-ul li:first’).find(‘a’).click();
// PrettyPhoto Lightbox
jQuery(“a[rel^=’lightbox’], a[rel^=’youtube’], a[rel^=’fancybox’]”).prettyPhoto();
});Forum: Plugins
In reply to: [Polylang] How to add polylang on custom text?ok thanks a lot!!!
Forum: Plugins
In reply to: [Awesome Filterable Portfolio] Can't select upload buttoni have the same problem. have you found any solution?
did you find the solution? i having the same problem! my send button is not working
Forum: Fixing WordPress
In reply to: how to change words in dashboardmy definition was wrong. i dont want to edit a post. my dashboard has greek language and i want to change some words to another like the “insert a title” to “insert a post title”
Forum: Fixing WordPress
In reply to: External images in post show as thumbnailin some pictures is not resizing. any help??
Forum: Plugins
In reply to: how to set permission on post for a specific categorythank you
Forum: Themes and Templates
In reply to: how i can post thumbnail?this <?php ….. ?> are also hmtl? pff