excel iran
Forum Replies Created
-
hey @wfgerald,
there is no trouble access pages. but when I try to login, the plugin send an email to user. something like this:IP: .......... The request was flagged as suspicious, and we need verification that you attempted to log in to allow it to proceed. This verification link will be valid for 15 minutes from the time it was sent. If you did not attempt this login, please change your password immediately. Verify and Log In
Forum: Plugins
In reply to: [WP Media folders] error 503 while changing folderIt worked. thanks
would you please tell me which tables are most important to check into?
Forum: Plugins
In reply to: [WP Media folders] error 503 while changing folderthanks for reply
I asked them before but unfortunately they can’t increase it. I think we have to migrate to virtual server or something.
I don’t think bad configuration make it, because my site and my plugins work perfect.I just update php and wp and disable some plugins.
is there any way to don’t let plugin search database? (for example a checkbox in options)
I always change files location before adding to posts.Forum: Plugins
In reply to: [SyntaxHighlighter Evolved] " instead of "thank you dear Alex but it doesn’t solve my problem.
let me show you an example:this is my code that should be show in my page
Sub Macro1() Set ws = Worksheets("DataBase") Data = ws.Range("H2:J2").Value 'LRow = ws.ListObjects("DB").Range.Rows.Count + 1 ws.Range("A" & LRow) = Data(1, 1) ws.Range("C" & LRow) = Data(1, 2) ws.Range("F" & LRow) = Data(1, 3) End Sub
but I see this
Sub Macro1() Set ws = Worksheets(& quot;DataBase& quot;) Data = ws.Range(& quot;H2:J2& quot;).Value 'LRow = ws.ListObjects(& quot;DB& quot;).Range.Rows.Count + 1 ws.Range(& quot;A& quot; & amp;amp; LRow) = Data(1, 1) ws.Range(& quot;C& quot; & amp;amp; LRow) = Data(1, 2) ws.Range(& quot;F& quot; & amp;amp; LRow) = Data(1, 3) End Sub
there must be a way to solve it without change in code
Forum: Plugins
In reply to: [SyntaxHighlighter Evolved] " instead of "thanks Alex, but i didn’t understand you
what’s backticks?how can I put it in my text body?thanks for reply dear @dwinden
I asked my server. this problem was made from tapatalk plugin. disabling this plugin solved my issue.
Thanks again.